/*!
	Theme Name: EVERLAND PHOTOBANK
	Description: Шаблон для сайта PHOTOBANK
	Author: Elementor Team
	Author URI: Everland
	Version: 1.1.1
	Template: hello-elementor
*/

@import url("../hello-elementor/style.css");

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


html, body {
	overflow-x: hidden;
}
/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }
  
p:last-child {
	margin-bottom: 0;
}

ul,
ol {
	margin-bottom: .9rem;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;

  height: 0;

  overflow: visible;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;

  font-size: 1em;

  white-space: pre-wrap; }

/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;

  text-decoration: underline;

  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;

  font-size: 1em;
 }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;

  font-size: 1rem;

  line-height: 1.5;

  margin: 0;
 }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333;
    outline: 0 none; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {

  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {

  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; 
  cursor: pointer;
  }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }


/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  color: inherit;

  display: table;

  max-width: 100%;

  padding: 0;

  white-space: normal;
 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  padding: 0;
 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;

  outline-offset: -2px;
 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;

  font: inherit;
 }

select {
  display: block; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }


/* ------------------------==== Style ====------------------ */



/*-------------------------======== MENU ========----------------*/
#menushka {
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 999;
    width: 100%;
    height: 100vh;
    display:none;
}
.logged-in.admin-bar #menushka{
	top:115px;
}
.postid-9948 #menushka {
	display:block;
}
#menushka .elementor-widget-icon-list a:hover > .elementor-icon-list-text,
#menushka a:hover {
	color:#0C4BA0;
}
#menushka.open {
	display:block;
}

#menushka .my-has-submenu .elementor-widget-icon-list {
	margin-right:30px;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
	#menushka {
		top: 80px;
	}
	.logged-in.admin-bar #menushka{
		top:113px;
	}
	#menushka .elementor-container.elementor-column-gap-default {
		flex-wrap:wrap;
	}
	#menushka .elementor-column {
		width:33%;
	}
	#menushka .elementor-column.menu-col-last, 
	#menushka .menu-osnovmoe {
		width:100%;
		max-width:100%;
	}
	#menushka .menu-osnovmoe .elementor-icon-list-item {
		display: inline-block;
		width: 32%;
	}
}
@media screen and (min-width: 220px) and (max-width: 767px){
	#menushka {
		top: 66px;
	}
	.logged-in.admin-bar #menushka{
		top:105px;
	}
	#menushka .my-has-submenu .elementor-widget-icon-list {
		display:none;
	}
	#menushka .my-has-submenu.open .elementor-widget-icon-list {
		display:block;
	}
	#menushka .my-has-submenu .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: 0 10px;
	}
	#menushka .my-has-submenu {}
	#menushka .my-has-submenu .elementor-heading-title a {
		display:flex;
		justify-content: space-between;
	}
	#menushka .my-has-submenu .elementor-heading-title .sub-arrow {
		flex: 0 1 95px;
		text-align: right;
		margin-right: 15px;
	}
	#menushka .my-has-submenu .elementor-heading-title .fa-chevron-down:before {
		font-size: 18px;
	}
	#menushka .my-has-submenu.open .elementor-heading-title .fa-chevron-down:before {
		content: "\f077";
	}
	#menushka .menu-osnovmoe {
		width:100%;
		max-width:100%;
	}
	#menushka .menu-osnovmoe .elementor-icon-list-item {
		display: block;
		width: 100%;
	}

}

/*-------------------------======== главная ========----------------*/
#evpb-main {}

/*-------------------------======== главная КАРУСЕЛЬ ========----------------*/
#phbank-carousel .swiper-wrapper {
    transition-timing-function: linear !important; 
}
@media (max-width: 2560px) {
    #phbank-carousel .swiper {
        width: calc(100vw + 800px);
    }
}
@media (max-width: 1920px) {
    #phbank-carousel .swiper {
        width: calc(100vw + 1440px);
    }
}
@media (max-width: 1600px) {
    #phbank-carousel .swiper {
        width: calc(100vw + 1760px);
    }
}
@media (max-width: 1536px) {
    #phbank-carousel .swiper {
        width: calc(100vw + 1824px);
    }
}
@media (max-width: 1440px) {
    #phbank-carousel .swiper {
        width: calc(100vw + 1920px);
    }
}
@media (max-width: 1366px) {
    #phbank-carousel .swiper {
        width: calc(100vw + 1994px);
    }
}
@media (max-width: 1280px) {
    #phbank-carousel .swiper {
        width: calc(100vw + 2080px);
    }
}


/*-------------------------======== главная rukovodstvo ========----------------*/
.evpb-carousel-rukovod svg {
    fill: transparent !important;
}
.evpb-carousel-rukovod svg:hover rect {
    fill: #91C302;
    transition: all .3s ease;
}
.evpb-carousel-rukovod svg:hover path {
    stroke: #FFF;
    transition: all .3s ease;
}

/*-------------------------======== главная carousel green ========----------------*/
.evpb-carousel-green svg {
    fill: transparent !important;
}
.evpb-carousel-green svg rect {
    fill: #F5F5F5F2;
    transition: all .3s ease;
}
.evpb-carousel-green svg path {
    stroke: #91C302;
    transition: all .3s ease;
}
.evpb-carousel-green svg:hover rect {
    fill: #91C302;
    transition: all .3s ease;
}
.evpb-carousel-green svg:hover path {
    stroke: #FFF;
    transition: all .3s ease;
}

/*-------------------------======== главная icon block ========----------------*/
.evpb-icon-block svg {
    margin-top: 3px;
}

/*-------------------------======== главная loop grid foto|video ========----------------*/
.evpb-list-photobank {
    text-align: center;
}
.evpb-list-photobank nav.elementor-pagination {
    background: #F5F5F5;
    border-radius: 50px;
    display: inline-block
}
.elementor-element-36d385c.evpb-list-photobank nav.elementor-pagination,.elementor-element-93379df.evpb-list-photobank nav.elementor-pagination, .elementor-element-006fc2a.evpb-list-photobank nav.elementor-pagination {
    background: #FFF;
}
.evpb-list-photobank .page-numbers.prev {
        content: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.00098L2 11.001L12 21.001' stroke='%230C4BA0' stroke-width='2'/%3E%3C/svg%3E%0A");
         vertical-align: middle !important;
}
.evpb-list-photobank .page-numbers.prev:hover {
        content: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.00098L2 11.001L12 21.001' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
         vertical-align: middle !important;
}
.evpb-list-photobank .page-numbers.next {
        content: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.00098L11 11.2574L1.5 21.001' stroke='%230C4BA0' stroke-width='2'/%3E%3C/svg%3E%0A");
         vertical-align: middle !important;
}
.evpb-list-photobank .page-numbers.next:hover {
    content: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.00098L11 11.2574L1.5 21.001' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
     vertical-align: middle !important;
}
.evpb-list-photobank .page-numbers {
    padding: 12px 21px 15px;
    color: #333333 !important;
    background: transparent;
    transition: all .3s;
    border-radius: 30px;
}
.evpb-list-photobank .page-numbers:hover {
    padding: 12px 21px 15px;
    color: #0C4BA0 !important;
    background: transparent;
    transition: all .3s;
    border-radius: 30px;
}
.evpb-list-photobank .page-numbers.current {
    padding: 12px 21px 15px;
    color: #FFF !important;
    background: #0C4BA0;
    transition: all .3s;
    border-radius: 30px;
}
.license {
	font-size: 10px;
	line-height: 100%;
}
@media (max-width: 1024px) {
    /*.evpb-list-photobank .e-loop-item:nth-of-type(n+7) {
        display: none;
    }*/
    .evpb-list-photobank .page-numbers {
        padding: 5px 11px 7px;
    }
    .evpb-list-photobank .page-numbers:hover {
        padding: 5px 11px 7px;
    }
    .evpb-list-photobank .page-numbers.current {
        padding: 5px 11px 7px;
    }
    .evpb-list-photobank .page-numbers.prev {
        content: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 8L9 15' stroke='%230C4BA0' stroke-width='2'/%3E%3C/svg%3E%0A");
}
    .evpb-list-photobank .page-numbers.prev:hover {
        content: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 8L9 15' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
    }
    .evpb-list-photobank .page-numbers.next {
        content: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8.17949L1.35 15' stroke='%230C4BA0' stroke-width='2'/%3E%3C/svg%3E%0A");
    }
    .evpb-list-photobank .page-numbers.next:hover {
        content: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8.17949L1.35 15' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
    }
	.license {
	font-size: 6px;
	}
}
@media (max-width: 767px) {
    /*.evpb-list-photobank .e-loop-item:nth-of-type(n+6) {
        display: none;
    }
    .evpb-list-photobank nav.elementor-pagination {
        width: 100%;
    }*/
}

/*-------------------------======== главная ========----------------*/

