/*
Theme Name: Point S
Theme URI: https://www.yateo.com/
Author: Yateo
Author URI: https://www.yateo.com/
Description: 
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
input
{
	outline: none;
}


a
{
	text-decoration: none;
}

p:not(:last-child)
{
	padding-bottom: 20px;
}


.row:after
{
	clear: both;
	content: '';
	display: table;
}

iframe
{
	max-width: 100%;
}

img
{
	max-width: 100%;
	height: auto;
}

@font-face {
    font-family: 'univers_lt_std45_light';
    src: url('fonts/universltstd-light-webfont.woff2') format('woff2'),
         url('fonts/universltstd-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'univers_lt_std65_bold';
    src: url('fonts/universltstd-bold-webfont.woff2') format('woff2'),
         url('fonts/universltstd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'univers_lt_cyr65_bold';
    src: url('fonts/universltcyr-65bold-webfont.woff2') format('woff2'),
         url('fonts/universltcyr-65bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'univers_lt_cyr45_light';
    src: url('fonts/universltcyr-45light-webfont.woff2') format('woff2'),
         url('fonts/universltcyr-45light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body, html {
	height: 100%;
}

#site {
	min-height: 100%;
}


body, a
{
	 font-family: 'univers_lt_cyr45_light', Arial;
	 font-size: 16px;
	 color: #004a95;
	 letter-spacing: -0.02em;
}

.chzn-container-multi .chzn-choices li.search-field input[type="text"], .by-feature .weight-container select {
	color: #004a95!important;
}

.searchSection .wpfd-btnsearchbelow {
	background-color: #004a95!important;
}

.list-results:not(.themed) table.table thead tr th, .list-results:not(.themed) table.table thead tr th a, .by-feature .date-filter p.date-info {
	 font-family: 'univers_lt_cyr65_bold'!important;
}

@media( min-width: 1001px)
{
	body.sticky #site
	{
		padding-top: 100px;
	}
	
	/*
	body.has_sub_menu.sticky #site
	{
		padding-top: 200px;
	}
	
	*/
	
}

.wrap
{
	width: 1480px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.wrapleft
{
	width: calc(50% + 740px);
	margin-left: auto;
	margin-right: 0;
	padding-left: 20px;
}

@media( min-width: 1850px)
{
	.wrapleft
	{
		width: 1480px;
		margin-right: auto;
	}
	
	
}

@media( min-width: 1900px)
{
	.block_testimonials .wrap {
		overflow: hidden;
		padding-left: 0;
		padding-right: 0;
	}
}

.full_width
{
	margin-left: -20px;
	margin-right: -20px;	
}

@media( min-width: 1495px)
{
	.full_width
	{
		margin-left: calc(-100vw / 2 + 1455px / 2);
		margin-right: calc(-100vw / 2 + 1455px / 2);
	}
}

.wp-block-column .wp-block-image
{
	margin-bottom: 0;	
}

#overall
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #1e1e1e;
	opacity: 0.65;
	z-index: 2;
	display: none;
}

#site
{
	position: relative;
	padding-top: 25px;
}

#main
{
	position: relative;
	z-index: 1;
}

#header
{
	height: 100px;
	position: relative;
	z-index: 3;
	background: #fff;
}

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


@media( min-width: 1001px)
{
	body.sticky:not(.has_sub_menu) #header
	{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}
	
	body.sticky #submenu
	{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
	}
	
	body.admin-bar.sticky #header
	{
		top: 32px;
	}
	
	body.admin-bar.sticky #submenu
	{
		top: 32px;
	}
}

#header .wrap
{
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}

#header .logo
{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

#header .logo img
{
	width: 300px;	
}

.page-template-login #header .logo img {
	width: 400px;
}

#header #nav
{
	height: 100%;
}

#header #nav .menu-container
{
	height: 100%;
	display: flex;
	align-items: center;
}

#header .nav-menu
{
	display: flex;
	height: 100%;
}

#header .nav-menu > li
{
	padding: 0 29px;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

@media(min-width: 1001px)
{
	#header .nav-menu li.menu-item-has-children:hover
	{
		background: #586972;	
	}

	#header .nav-menu li.menu-item-has-children:hover a
	{
		color: #fff;
	}
}
	
#header .nav-menu a, #header .langs .lang-item, #header .langs a
{
	font-size: 16px;
	position: relative;
	color: #586972;
	font-family: 'univers_lt_std45_light';
}

#header .nav-menu li:not(.current-menu-item):not(.current-menu-ancestor) > a:after, #header .langs a:after, #submenu li:not(.current-menu-item):not(.current-menu-ancestor):not(.current-page-ancestor) > a:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #00BD3F;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .9s cubic-bezier(.19,1,.22,1);
}

@media(min-width: 1001px)
{
	#header .nav-menu li:not(.current-menu-item):not(.current-menu-ancestor):hover > a:after, #header .langs a:hover:after, #submenu li:not(.current-menu-item):not(.current-menu-ancestor):not(.current-page-ancestor) > a:hover:after {
		transform-origin: left;
		transform: scaleX(1);
	}
}

#header .nav-menu li.current-menu-item > a, #header .nav-menu li.current-page-ancestor > a
{
	font-family: 'univers_lt_std65_bold';
}

#header .nav-menu li.current-menu-item > a:after, #header .nav-menu li.current-page-ancestor > a:after
{
	background: #00BD3F;
	position: absolute;
	left: 0;
	bottom: -7px;
	height: 3px;
	width: 100%;
	content: '';
}

#header .nav-menu li.menu-item-has-children.current-page-parent:hover > a:after
{
	display: none;
}

#header .sub-menu
{
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	padding: 35px;
	z-index: 2;
	background: #586972;
	min-width: 284px;
}

#header .sub-menu li
{
	margin-bottom: 10px;
}

@media(min-width: 1001px)
{
	#header .nav-menu li.menu-item-has-children:hover .sub-menu
	{
		display: block;
	}
}


#header .right
{
	display: flex;
}


#submenu a
{
	font-family: 'univers_lt_std45_light';
	font-size: 16px;
	color: #fff;
}



#submenu .nav-menu li.current-menu-item a, #submenu .nav-menu li.current-page-ancestor a
{
	font-family: 'univers_lt_std65_bold';
}

#submenu
{
	height: 100px;
	background: #586972;
}

#submenu .nav-menu li.current-menu-item a:after, #submenu .nav-menu li.current-page-ancestor a:after
{
	background: #00BD3F;
	position: absolute;
	left: 0;
	bottom: -7px;
	height: 3px;
	width: 100%;
	content: '';
}

@media(min-width: 1001px)
{
	#submenu
	{
		justify-content: center;
		align-items: center;
		display: flex;
	}
	
	#submenu .nav-menu li
	{
		position: relative;
		margin: 0 30px 10px 30px;
	}


	#submenu .nav-menu
	{
		display: flex;
		justify-content: center;
	}
}

#wpfd-results tbody td.file_download a.wpfd_downloadlink {
	background-color: #004a95!important;
}

.box-search-filter {
	padding: 0 70px;
}

.btn-blue
{
	height: 46px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 35px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0055FF;
	border:1px solid #0055FF;
	border-radius: 50px;
	transition: all 0.3s ease;
}

.btn-blue:hover
{
	background: #0055FF;
	color: #fff;
}

.btn-white
{
	height: 46px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 35px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border:1px solid #fff;
	border-radius: 50px;
	transition: all 0.3s ease;
}

.btn-white:hover
{
	background: #0055FF;
	color: #fff;
	border-color: #0055FF;
}

.btn-black
{
	height: 46px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 35px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	background: #000;
}

.btn-black:hover
{
	background: #0055FF;
	color: #fff;
}

h2, body:not(.home) h1
{
	font-family: 'univers_lt_std65_bold';
	font-size: 25px;
	line-height: 1;
	color: #004a95;
}

body:not(.single) h1
{
	text-align: center;
}


body:not(.home) h3
{
	font-family: 'univers_lt_std65_bold';
	font-size: 24px;
	line-height: 1;
	margin-bottom: 30px;
}


input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    background-color: none !important;
    color: #586972 !important;
    border: 0px solid #ccc !important;
    border-bottom: 1px solid rgba(88, 105, 114, 0.5)!important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


input:-webkit-autofill:focus, 
textarea:-webkit-autofill:focus, 
select:-webkit-autofill:focus {
    background-color: none !important;
    color: #586972 !important;
    border: 0px solid #ccc !important;
    border-bottom: 1px solid rgba(88, 105, 114, 0.5)!important;
    box-shadow: none !important;
}


input:-moz-autofill, 
textarea:-moz-autofill {
    background-color: none !important;
    color: #586972 !important;
    border: 0px solid #ccc !important;
    border-bottom: 1px solid rgba(88, 105, 114, 0.5)!important;
    box-shadow: none !important;
}


#loginForm {
	background: #d9d9d9;
	border-radius: 30px;
	padding: 60px 30px 30px 30px;
	width: 90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
}

#loginForm input[type=password], #loginForm input[type=text] {
	background: none;
	border: 0;
	width: 100%;
	max-width: 350px;
	border-bottom: 1px solid rgba(88, 105, 114, 0.5);
	height: 40px;
}

#loginForm .remember {
	width: 100%;
	max-width: 350px;
	margin: 15px 0;
}

#loginForm input[type=password], #loginForm input[type=password]::placeholder, #loginForm input[type=text], #loginForm input[type=text]::placeholder {
	color: #586972;
	opacity: 1;
	font-size: 16px;
}

#loginForm .caption {
	color: #004a95;
	font-size: 16px;
	margin-top: 30px;
}

.submit  {
  display: inline-block;
  position: relative;
  margin-top: 30px;
}

.submit:before
{
	width: 49px;
	height: 50px;
	background: url(images/ovale-blue.svg) no-repeat center center / 100%;
	top: 0;
	left: 0;
	position: absolute;
	content: '';
	cursor: pointer;
}

.submit:after
{
	position: absolute;
	left: 2px;
	top: 2px;
	width: 46px;
	height: 45px;
	content: '';
	background: url(images/arrow-right-white.svg) repeat-x -4px center / 50px 50px;
	display: block;
	transition: 0.3s ease-in-out all;
	border-radius: 45px;
	overflow: hidden;
	border:1px solid transparent;
	cursor: pointer;
}

.submit:hover:after {
	background-position-x: 46px;
}

.submit input {
  display: inline-flex;
  padding-left: 70px;
  background: url(images/ovale-right-blue.svg) no-repeat left center / auto 50px;
  min-height: 50px;
  align-items: center;
  font-family: 'univers_lt_cyr65_bold';
  letter-spacing: normal;
  border: 0;
  font-size: 24px;
  color: #004a95;
  background: none;
  cursor: pointer;
}

body .by-feature .wpfd-search-section select[name="extension"] + .chzn-container .chzn-choices, body .by-feature .weight-container input, body .by-feature .weight-container select {
	border-color: #004A95;
}

@media(min-height: 550px) and (min-width: 800px)  {
	#loginForm {
		position: absolute;
		left: calc(50vw - 300px);
		top: calc(50vh - 100px - 25px - 135px);
		min-height: 270px;
	}
}

@media(max-width: 772px) {
	.submit:before {
		background: url(images/ovale-right-blue.svg) no-repeat center center / 100%;
		width: 32px;
		height: 32px;
	}	
	
	.submit input {
		min-height: 30px;
		padding-left: 50px;
	}
	
	.submit:after {
		display: none;
	}
}

.block-intro {
	background: #d9d9d9;
	margin: 25px 0;
	padding: 25px;
	color: #004a95;
	font-family: 'univers_lt_std65_bold';
	text-align: center;
}

.block-intro h1 {
	margin-bottom: 25px;
}

.default-download-category, .default-download-selected {
	background: #00bd3f!important;
	margin: 5px 0 8px 8px!important;
}

#Filter {
	background: #d9d9d9!important;
}

#Filter .label {
	color: #004a95!important;
	font-family: 'univers_lt_std65_bold';
}

.box-search-filter .input-date:focus, #Search_container #txtfilename:focus {
	border-color: #004A95!important;
}

.wpfd-pagination .page-numbers {
	cursor: pointer;
	color: #004a95!important;
	font-size: 16px;
}

.wpfd-pagination .page-numbers {
  margin: 6px;
  display: inline-block;
}

.wpfd-pagination .page-numbers.current {
  color: #000;
  font-size: 16px;
}

#banner
{
	width: 1440px;
	max-width: 100%;
	margin: 50px auto;
	height: 572px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

body.single h2, body.single h1
{
	font-family: 'univers_lt_std65_bold';
	font-size: 60px;
	line-height: 1;
	color: #213BA7;
}

body.single h2:before, body.single h1:before
{
	display: block;
	margin-bottom: 38px;
	width: 98px;
	height: 4px;
	background: #00BD3F;
	content: '';
	position: relative;
}

body.single h3
{
	font-family: 'univers_lt_std65_bold';
	font-size: 24px;
	line-height: 1;
	margin-bottom: 30px;
}

body.single .entry-content li
{
	background: url(images/ovale-blue.svg) no-repeat left 10px / 8px;
	padding-left: 30px;
	margin-bottom: 10px;
}

body.single .entry-content strong
{
	font-family: 'univers_lt_std65_bold';
	font-weight: normal;
}

body.single .entry-content p
{
	max-width: 1016px;
}

body.single h1
{
	font-size: 40px;
}

body.single h2
{
	font-size: 28px;
}

body.single h2::before
{
	display: none;
}

.single .entry-content
{
	padding: 60px 40px 115px 40px;
}

.single .date
{
	padding-top: 30px;
}


.single .area
{
	width: 880px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.single #banner
{
	margin-bottom: 50px;
}

.wp-block-image :where(figcaption)
{
	font-size: 15px;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 1.2em;
}

.navigation.prev {
	padding-right: 25px;
}

.navigation.next {
	text-align: right;
	padding-left: 25px;
}

.navigation {
    flex: 0 0 50%;
}


.swiper-container {
	padding: 0 50px;
	position: relative;
	margin-top: 25px;
}

.swiper {
    width: 100%;
   
    
}

.swiper-button-next, .swiper-button-prev {
	color: #004a95;
	top: calc(50% - 22px - 25px);
}

.swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
     height: 300px;
}

.slide-content {
	width: 100%;
}

.swiper-pagination-bullet-active {
	background: #004a95;
}

.swiper-wrapper 
{
	align-items: first baseline;
}

.swiper-pagination {
	bottom: 0;
}

.slide-content {
	padding-bottom: 10px;
}

.slide-content a {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
    display: block;
    padding: 15px;
    
    .txt {
	    display: block;
	    margin-top: 5px;
    }
    
    .img {
	    img {
		    width: 100%;
		    height: 250px;
			object-fit: cover;
			display: block;
		}
    }
}


@media (max-width: 1000px)
{
	#header #nav, #header .right {
		display: none;
	}
	
	#header {
		height: 60px;
	}
	
	#header #toggle {
		width: 23px;
		height: 8px;
		background: url(images/mobile_menu.svg) no-repeat center center / 100%;
		position: absolute;
		right: 25px;
		top: 13px;
	}
	
	body.home #topslider .swiper .swiper-slide .text p, body.home #topslider .swiper .swiper-slide .text {
		font-size: 17px;
	}
	
	#header .logo img {
		width: 200px;
	}
	
	body.nav #header #nav {
		display: block;
		height: auto;
		width: 100%;
		background: #fff;
		margin-top: 51px;
	}
	
	body.nav #header #nav .nav-menu {
		flex-flow: column;
	}
	
	body.nav #header .wrap {
		flex-flow: column;
		height: auto;
	}
	
	
	body.nav #header #nav .menu-container {
		width: 100%;
	}
	
	body.nav #header .nav-menu {
		width: 100%;
	}
	
	body.nav #header .nav-menu > li {
		padding: 0 0 0 25px;
		display: block;
	}
	
	body.nav #header .nav-menu a {
		height: 51px;
		display: flex;
		align-items: center;
	}
	
	body.nav #header .nav-menu li:not(:last-child) {
		border-bottom: 1px solid #abb4b8;
	}
	
	#header .nav-menu li.current-menu-item > a:after, #header .nav-menu li.current-page-ancestor > a:after {
		display: none;
	}
	
	#header .sub-menu {
		position: static;	
		background: none;
		padding: 0 0 0 25px;
	}
	
	body.nav #header .nav-menu li.open, #nav .nav-menu  > .open {
		background: #F4F4F4;
	}
	
	#header .sub-menu li {
		margin-bottom: 0;
	}
	
	#nav .nav-menu  > .current-menu-ancestor > .sub-menu {
		display: block;
	}
	
	#nav .nav-menu  > li > a {
		position: relative;
	}
	
	#nav .nav-menu  > li.menu-item-has-children > a:before {
		content: '';
		display: block;
		width: 15px;
		height: 15px;
		background: url(images/plus.svg) no-repeat center center / 100%;
		position: absolute;
		right: 25px;
		top: 18px;
		z-index: 999;
	}
	
	#nav .nav-menu  > li.open > a:before {
		width: 15px;
		height: 1px;
		background: #586972;
		top: 25px;
	}
	
	#header .nav-menu a, #header .langs .lang-item, #header .langs a {
		font-size: 15px;
	}
	
	body.nav #overall
	{
		background: #fff;
		z-index: 2;
		display: block;
		height: 100%;
		opacity: 9;
	}
	
	body.nav #header .right {
		display: block;
		
	}
	
	body.nav #header .right .langs {
		position: absolute;
		left: 0px;
		top: 77px;
		width: 100%;
		height: auto;
		padding: 0;
		border-bottom: 1px solid #abb4b8;
		padding: 0 0 15px 25px;
		background: #fff;
	}
	
	#header .langs ul {
		position: static;
		background: none;
		left: auto;
		padding: 0;
		margin-top: 30px;
	}
	
	
	#banner {
		height: 180px;
	}
	
	#submenu {
		height: 50px;
	}
	
	#submenu .menu-container {
		height: 100%;
	}
	
	#submenu ul {
		padding: 12px 25px 0 25px;
	}
	
	#submenu ul li {
		height: 50px;
	}
	
	#submenu ul li a {
		position: relative;	
	}
	
		
	body, a {
		font-size: 15px;
		letter-spacing: normal;
	}
	
	.wp-block-columns {
		flex-wrap: wrap!important;
	}
	
	.wp-block-columns.with-image .wp-block-column {
		flex: 100%;
	}
	
	.wp-block-columns.with-image .wp-block-column:first-child {
		margin-right: 0;
	}
	
	.page-template-carreer .jobs .job { 
		flex-flow: column;
	}
	
	.page-template-carreer .jobs .job .col1 {
		padding-right: 0;
	}
	
	.page-template-carreer .jobs .job .col2 {
		margin-top: 15px;
		padding-right: 0;
	}
	
	.wp-block-column .wp-block-column:not(:last-child) {
		margin-bottom: 25px;
	}
	
	.entry-content {
		padding-bottom: 40px;
	}
	
	.box-search-filter {
		padding: 0!important;
	}
	
	.wpfd-type-filter {
		align-items: flex-start!important;
		flex-flow: column;
	}
	
	.page-template-login #main {
		padding-top: 20px;
	}
	
	.by-feature .wpfd-search-section select[name="extension"] {
		max-width: 100%!important;
	}
	
	#et-boc .wpfd-content a[class*="-download-category"], #et-boc .wpfd-content a[class*="-download-selected"], .wpfd-content a[class*="-download-category"], .wpfd-content a[class*="-download-selected"] {
		float: right!important;
	}
	
	body.single h1 {
		font-size: 30px;
	}
	
	body.single h2 {
		font-size: 24px;
	}
	
	body.single h2:before, body.single h1:before {
		width: 49px;
		height: 2px;
		margin-bottom: 17px;
	}
	
	.single .entry-content {
		padding: 40px 0;	
	}
	
	.entry-content li {
		margin-bottom: 20px;
		background-size: 6px;
		padding-left: 20px;
		background-position-y: 7px;
	}
	
	.entry-content li:last-child {
		margin-bottom: 15px;
	}
	
	 .entry-content .wp-block-image {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	
	.post-navigation {
	    
	    flex-flow: column;
	}
	
	.navigation.prev {
		padding-right: 0px;
	}
	
	.navigation.next {
		text-align: right;
		padding-left: 0px;
		margin-top: 25px;
	}
	
	
}


@media (max-width: 768px) {
	.swiper-container {
		padding: 0 0 50px 0;
	}	
	
	.swiper-button-next, .swiper-button-prev {
		display: none;	
	}
}