/* Общие стили */
html{
	margin: 0 !important;
}

body{
    max-width: 100%;
	width: 100%;
	color: var(--c-main);	
	background-color: #fff;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	overflow-x: hidden;
	font-weight: 400;
}

p{
	margin: 0;
}

#page{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
}

ul, li{
    list-style-type: none;
}

.mfp-wrap {
    overflow: hidden !important;
}

/*Blocks start*/

.hrefs-block-class{
	width: 100%;
}

.hrefs-block-class .container{
	padding: 0;
	width: 100%;
	min-height: 500px;
	max-width: none;
}

''.content .tabs-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 2px;
}
.popup-heading{
	display: none;
}
.content .tabs-head .tab-part {
  font-size: 1.35em;
  padding: 1em 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: var(--c-accent);
  background-color: var(--c-secondary);
  width: 100%;
}
.content .tabs-head .tab-part.active{
  color: white;
  background-color: var(--c-accent);
}
.mfp-close{
	position: absolute;
    font-size: 3em;
    transition: 0.5s;
	top: 0.25em;
	right: 0.25em;
}
.mfp-close:active{
	top: 0.5em;
}
.mfp-content{
	position: static;
}
.content .tabs-body {

  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: auto;
}
.pops-class{
	margin-bottom: 7.5em;
}
.pops-class #block-title .sub-title p {
    font-size: 1.75em;
    line-height: 45px;
    max-width: 100%;
}
.content .tabs-body .tab-part {
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: -10;
  height: 1px;
  overflow: hidden;
  padding-bottom: 30px;
}
.wpcf7-list-item {
    margin: 0;
    position: relative;
    top: 0.25em;
}
.content .tabs-body .tab-part {
  height: auto;
  opacity: 1;
  z-index: 0;

  width: 95%;
  margin: 2.4em;
  border-radius: 0.5em;
}

.content .tabs-body .tab-part .wrapper {
  width: 100%;
  margin: 0;
  margin-right: 0;
  margin-left: 0;
}

.faq-answer {
  display: none;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
}
.tabs-section-content ul li {list-style-type: none;}

.faq-question {
  	cursor: auto;
    padding: 1em 0;
    font-weight: 700;
    color: var(--c-accent);
    text-decoration: none;
	display: flex;
	align-items: center;
    justify-content: space-between;
	border-top: 1px solid #D6DEE6;
}

.faq-section .tab-part:first-of-type .faq-question{
	border-top: 0px;
}

.faq-question strong{
	cursor: pointer;
	font-size: 0.75em;
    padding: 1.5em;
    padding-left: 1.75em;
	border-radius: 5em;
	background-color: var(--c-link);
    display: flex;
    align-items: center;
}

.faq-question strong:after{
    content: 'next';
    font-family: swiper-icons;
    font-size: 1.5em;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    transform: rotate(90deg);
    margin: 0em 0.5em 0em 1em;
	display: inline-block;
}

.block-section .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-section .title-block {
  margin-bottom: 20px;
  width: 100%;
}

.block-section .content {
  margin: 0 -15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}

.block-section .content-block {
  width: 100%;
}

.block-section .content .tabs-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 2px;
}

.block-section .content .tabs-head .tab-part {
  padding: 10px 30px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.block-section .content .tabs-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-section .content .tabs-body .tab-part {
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: -10;
  height: 1px;
  overflow: hidden;
  padding-bottom: 30px;
}

.block-section .content .tabs-body .tab-part.active {
  height: auto;
  opacity: 1;
  z-index: 0;
}

.block-section .content .tabs-body .tab-part .wrapper {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.block-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
  margin-bottom: 50px;
  margin-right: -15px;
  margin-left: -15px;
}

.block-section .wrapper:last-child {
  margin-bottom: 0;
}

.block-section .wrapper .wp-block-gallery, .block-section .wrapper .gallery-columns-1 {
  max-width: calc(100% - 100px);
  margin: 30px auto;
  max-height: 350px;
}

.block-section .wrapper .wp-block-gallery img, .block-section .wrapper .gallery-columns-1 img {
  max-height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-section .wrapper .wp-block-gallery .slick-track, .block-section .wrapper .gallery-columns-1 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-section .wrapper .wp-block-gallery .slick-track figure, .block-section .wrapper .gallery-columns-1 .slick-track figure {
  height: 250px;
  display: block;
}

.block-section .wrapper .wp-block-gallery .slick-track figure *, .block-section .wrapper .gallery-columns-1 .slick-track figure * {
  height: 100%;
  max-height: 100%;
  margin: auto;
  text-align: center;
}

.block-section .wrapper .wp-block-gallery img, .block-section .wrapper .gallery-columns-1 img {
  height: 100% !important;
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}

.block-section .wrapper .slick-dots li {
  width: 13px;
  padding: 0;
}

.block-section .wrapper .slick-dots li:not(.slick-active):before {
  background: none;
}

.block-section .gallery-block {
  max-width: 100%;
}

.block-section .gallery-block .block-gallery-slider {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-section .gallery-block .block-gallery-slider .slide-wrap {
  max-width: none;
  padding: 0 20px;
}

.block-section .gallery-block .block-gallery-slider .slide-wrap img {
  display: block;
  margin: 0 auto;
  width: 100%;
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}

.block-section .gallery-block .slick-dots {
  position: absolute !important;
}

.block-section .gallery-block .next-arrow {
  right: -25px;
}

.block-section .gallery-block .prev-arrow {
  left: -25px;
}

.block-section .wrap {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 15px;
}

.block-section .wrap .image {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.block-section .wrap .image img {
  margin: auto;
  max-width: 100%;
  width: 100%;
  height: 310px;
}


.youtube {
  height: 310px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  min-width: 500px;
}
.play-youtube {
	transition: 0s;
}

.play-youtube:hover{
  	transform: scale(1.2);
} 

.popup-vide .popup__inner {
  width: 70%;
  max-width: 1000px;
  min-width: 380px;
}

.popup-vide .popup__inner iframe {
  min-height: 70vh;
}

/*# sourceMappingURL=popups.css.map */
  .icon-close_1:before {
      content: "\e914";
  }

body a {
    text-decoration-skip-ink: none;

}

/*Columns start*/

.container {
  max-width: 80vw;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  justify-content: center;
}


.s-col .content .row .element-content .active-bg {
  background-color: var(--c-accent);
}

.s-col .content .row .element-content .bg-radius {
  border-radius: 50%;
  border: none;
}

.s-col .title-block {
  margin-bottom: 40px;
}

.s-col .content {
  width: 100%;
}

.s-col .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.s-col .content .row .element-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10%;
  overflow: hidden;
}

.s-col .content .row .element-content.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.s-col .content .row .element-content.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.s-col .content .row .element-content.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.s-col .content .row .element-content.pos-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}


/*Slider start*/

img.mfp-img {
    width: auto;
    width: 100%;
	height: 80vh;
}

.mfp-container{
	cursor: default;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
	cursor: pointer;
	width: fit-content;
	right: -25px;
    top: 10px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*Nav menu start*/
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	box-sizing: content-box;
	text-transform: uppercase;
	font-size: 1em;
}

#cssmenu {
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
	width: auto;
}

#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
}

#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}

#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 3px 16px 2px 15px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: var(--c-main);
}

#cssmenu > ul > li:nth-of-type(2) > a {
	padding: 3px 18px 2px 15px;
}

#cssmenu > ul > li:nth-of-type(3) > a {
	padding: 3px 20px 2px 19px;
}

#cssmenu > ul > li:nth-of-type(4) > a, #cssmenu > ul > li:nth-of-type(5) > a{
	padding: 3px 18px 2px 16px;
}

#cssmenu > ul > li:before {
  content: "";
  border-bottom: 1px solid var(--c-main);
  width: 0.55em;
  height: 42%;
  position: absolute;
  right: 0;
  top: 25%;
  transform: rotate(-90deg);
  margin-left: 10px;
}


#cssmenu > ul > li:last-child:before {
	display: none;
}

#cssmenu ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}
#cssmenu > ul li.has-sub > a:before {
    content: '';
    position: absolute;
    top: 5px;
    transform: rotate(-90deg);
    right: 7px;
    transition: 0.1s;
    border: 4px solid transparent;
    border-top: 4px solid var(--c-red);
}

#cssmenu > ul > li.has-sub:last-of-type > a:before {
    right: 1px;
}

#cssmenu > ul li.has-sub:hover > a:before {
	transform: rotate(0deg);
}
#cssmenu ul li > ul li ul{
	border-radius: 5px;
    margin-left: 9em;
}
#cssmenu ul li.has-sub:hover > a {
	z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}
#cssmenu ul li.has-sub > a:hover {
}
#cssmenu ul ul li.has-sub:hover > ul{
	display: none;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	width: auto;
	position: absolute;
	padding: 10px 0;
	z-index: 999;
}
#cssmenu ul li > ul {
	width: 170px;	
	background-color: var(--c-secondary);
	border-radius: 0 0 5px 5px;
	padding-right: 1em;
}
#cssmenu ul li > ul li {
	text-align: left;
	display: block;
	list-style: inside none;
	padding: 0;
	padding-left: 1em;
	margin: 0;
	position: relative;
}
#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 8px 5px;
	text-decoration: none;
    font-weight: 500;
}

/*Nav menu end*/


@media (min-width: 1200px){

	#cssmenu > ul > li:before {
	  right: 0;
	  top: 25%;
	}
	
	
	#cssmenu > ul > li > a {
		margin-top: 0px;
	}
}

/* -------------
Sidebar
----------------*/
.hamburger-list .sidebar {
  position: absolute;
  width: 17em;
  height: 100%;
  top: 0;
  overflow: hidden;
	background-color: var(--c-background);
  -webkit-transform: translateZ(0);
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

.hamburger-list .sidebar header {
  background-color: #09f;
  width: 100%;
  display: block;
  padding: 0.75em 1em;
}

/* -------------
Sidebar Nav
----------------*/

.hamburger-list .sidebar-nav {
  position: fixed;
  height: 100%;
  font-weight: 400;
  font-size: 1.2em;
  overflow: auto;
  padding-bottom: 6em;
  z-index: 9;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* -------------
  Chev elements
  ----------------*/
  /* -------------
  Nav-Flyout
  ----------------*/
  /* -------------
  Hover
  ----------------*/
}
.hamburger-list .sidebar-nav ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.hamburger-list .sidebar-nav ul li {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  width: 100%;
  /* -------------
  Sidebar: icons
  ----------------*/
}
 .hamburger-list .sidebar-nav ul li a {
  color: var(--c-text);
  padding: 1.05em 1em;
  position: relative;
  display: block;
}
.hamburger-list .sidebar-nav ul li a:hover {
  background-color: var(--c-main);
  filter: grayscale(0.8);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.hamburger-list .sidebar-nav ul li i {
  font-size: 1.8em;
  padding-right: 0.5em;
  width: 9em;
  display: inline;
  vertical-align: middle;
}
.hamburger-list .sidebar-nav > ul > li > a:after {
  content: "";
  font-family: ionicons;
  font-size: 0.5em;
  width: 10px;
  color: var(--c-text);
  position: absolute;
  right: 0.75em;
  top: 45%;
}
.hamburger-list .sidebar-nav .nav-flyout {
  position: absolute;
  background-color: var(--c-main);
      filter: sepia(0.75);
  z-index: 9;
  left: 2.5em;
  top: 0;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hamburger-list .sidebar-nav .nav-flyout .nav-flyout{
    background-color: var(--c-main);
	    filter: sepia(1);
}
/*
.sidebar-nav .nav-flyout a:hover {
  background-color: var(--c-main);
  filter: brightness(2) invert(0.1);
}
.sidebar-nav ul > li:hover .nav-flyout {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}*/
.hamburger-nav {
  background: var(--c-background);
  position: fixed;
  top: 0;
  left: 0;
  width: 40%; /* 100% = fullscreen */
  height: 100vh;
  transition: transform 0.7s, opacity 1s;
  transform: translateX(-100%);
  opacity: 0;
}
.hamburger-nav.show {
  transform: translateX(0%);
  opacity: 1;
}
.hamburger-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
}
/* -------------
Sidebar Nav
----------------*/

.hamburger-list .has-text-align-center{
	color: var(--c-text);
    padding-left: 2em;
    padding-top: 1em;
    font-weight: 800;
    text-transform: uppercase;
}

.has-sub .menu-item:before{
	content: "";
}

.hamburger-list .sidebar-nav > ul > li > a:after {
    content: "";
}

.hamburger-list .sidebar-nav li.menu-item-has-children > a:after {
    content: ">";
	font-size: 0.75em;
    top: 10%;
    padding: 1em 0.25em;
	position: absolute;
    right: 10%;
}

.hamburger-list .sidebar-nav li:before{
    font: normal normal normal 14px / 1 FontAwesome;
    padding: 0.75em 0.25em;
    position: absolute;
    font-size: 25px;
    z-index: 100;
	color: white;
}

.hamburger-list .sidebar-nav ul li a{
	font-family: 'font-1';
	padding: 1em 1.75em;
    width: 100%;
}

.hamburger-list .sidebar-nav ul li ul li a{
    width: 95%;
}

.hamburger-list {
	padding: 0;
    display: block;
}

.hamburger-nav.show {
    z-index: 500;
}

.hamburger-list .sidebar-nav li{
    font-family: 'font-1';
	font-size: 1em;
    line-height: .75em;
    vertical-align: -15%;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
}

.hamburger-list .sidebar-nav .nav-flyout {
    width: 100%;
    left: 1.5em !important;
    padding-top: 3.5em;
    transform: translateX(100%);
}

.hamburger-list .sidebar-nav .nav-flyout .nav-flyout {
    width: 100%;
    left: 1.5em !important;
    padding-top: 4em;
    transform: translateX(100%);
}

.hamburger-list li.menu-item-object-page a{
	font-size: 1em;
}

.hamburger-list .sidebar-nav{
    width: 100%;
    position: static;
}

.hamburger-list .sidebar {
    width: 100%;
}

.hamburger-list .leftArrow {
  margin: 30px;
}

/*
.hamburger-list .sidebar-nav  .menu-item-has-children .menu-item-has-children:hover .nav-flyout {
    transform: translateX(0%);
	padding-top: 3.5em;
}

.hamburger-list .sidebar-nav  .menu-item-has-children > .nav-flyout:hover{
	width: 100%;
    left: 1.5em;
}

.hamburger-list .sidebar-nav  .menu-item-has-children > .nav-flyout .nav-flyout:hover{
	width: 100%;
    left: 1.5em;
}*/

@media (max-width: 700px){
	.hamburger-nav {
		width: 70%;
	}
	
	.hamburger-list .sidebar-nav .nav-flyout {
		left: 35%;
	}
	
}


.hamburger-list .sidebar-nav a {
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hamburger-list .sidebar-nav a:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hamburger-list .app {
  height: 100vh;
}

.searchIcon .fa {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchIcon .fa-search:before {
    align-items: center;
    justify-content: center;
}

.searchIcon.active {
    z-index: 3;
}
/* Общие стили end */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

 .login-tab {
    display: flex;
    flex-wrap: wrap;
  }

  .login-tab > input[type="radio"] {
    display: none;
  }

  .login-tab-content {
    display: none;
    width: 100%;
    margin-top: 1rem;
  }

  #login-tab-btn-1:checked~#login-content-1,
  #login-tab-btn-2:checked~#login-content-2,
  #login-tab-btn-3:checked~#login-content-3,
  #login-tab-btn-4:checked~#login-content-4
  {
    display: block;
  }
.login-tab > input[type="radio"]:checked + label {
    border-bottom: 2px solid #222;
	background-color: #fff0;
  	border-radius:0;
	padding-left:0;
  	padding-right:0;
    position: relative;
    color: #7A8798;
     cursor: default;
}
label span{
  font-size: 32px;
  font-weight: 500;
  line-height: 43.2px;
  letter-spacing: -0.03em;
  text-align: left;

}
  .login-tab > label {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0.5rem 1rem;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-decoration: none;
    border: 0;
    background: 0 0;
    color:#D6DEE6;
  }