/*
Theme Name: Viacom
Author: GWC World
Author URI: http://www.gwcworld.com
Description: Viacom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

@font-face {
	font-family: 'Roboto-Bold';
	src: local('Roboto-Bold'), url(fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
	font-family: 'Roboto-Regular';
	src: local('Roboto-Regular'), url(fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
	font-family: 'Roboto-Medium';
	src: local('Roboto-Medium'), url(fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
	font-family: 'Roboto-Black';
	src: local('Roboto-Black'), url(fonts/Roboto/Roboto-Black.ttf);
}

@font-face {
	font-family: 'RobotoSlab-Bold';
	src: local('RobotoSlab-Bold'), url(fonts/RobotoSlab/RobotoSlab-Bold.ttf);
}

/*--------------------------------------------------------------
# MENU
--------------------------------------------------------------*/

ul.menu.nav-menu {
	margin-top: 0px;
	position: relative;
	float: right;
	margin-bottom: 0;
	padding-left: 0;
}

ul.menu.nav-menu li {
	padding-left: 0px;
	position: relative;
}

ul.menu {
	list-style-type: none;
	margin-top: 0;
}

ul.menu li {
	display: block;
	float: left;
	padding-left: 35px;
}

.no-scroll {
	height: 100%;
	overflow: hidden;
}

#primary-menu li > ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 5;
	left: 0;
	padding-left: 0;
	background-color: #f0f1f1;
	width: 250px;
}

#primary-menu li:hover ul.sub-menu {
	display: block;
}

#site-navigation ul li > a ~ ul.sub-menu:hover,
#primary-menu a ~ ul.sub-menu:hover,
#primary-menu ul li ul.sub-menu:hover ~ a {
	color: rgb(1, 53, 72) !important;
	background-color: #f0f1f1 !important;
}

#primary-menu li > ul.sub-menu li {
	width: 100%;
}

#primary-menu li > ul.sub-menu li > a {
	width: 100%;
	padding: 15px 20px;
	color: rgb(1, 53, 72);
}

#primary-menu li > ul.sub-menu li > a:hover,
#primary-menu li > ul.sub-menu li > a:active {
	color: rgb(240, 241, 241);
	background-color: #159fd1;
}

#site-navigation ul li > a {
	font-family: 'Roboto-Regular', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: rgb(240, 241, 241);
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.35;
	position: relative;
	padding: 25px 17px;
	display: inline-block;
}

/*
li.menu-item.menu-item-type-post_type.menu-item-object-page > a {
	font-family: 'Roboto-Regular', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: rgb(240, 241, 241);
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.35;
	position: relative;
	padding: 25px 17px;
	display: inline-block;
}
*/

#site-navigation ul li > a:hover,
#site-navigation ul li > a:active {
	color: rgb(1, 53, 72);
	background-color: #f0f1f1;
}

/*
li.menu-item.menu-item-type-post_type.menu-item-object-page > a:hover,
li.menu-item.menu-item-type-post_type.menu-item-object-page > a:active {
	color: rgb(1, 53, 72);
	background-color: #f0f1f1;
}
*/

#site-navigation ul li > a::after {
	content: '';
	background: transparent;
	height: 6px;
	width: 100%;
	display: inline-block;
	left: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

#site-navigation ul li.current-menu-item > a::after {
	background: #f0f1f1;
}

/*
li.menu-item.menu-item-type-post_type.menu-item-object-page > a::after {
	content: '';
	background: transparent;
	height: 6px;
	width: 100%;
	display: inline-block;
	left: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
*/

#footer-menu .sub-menu {
	display: none;
}

.menu-social-container ul.menu {
	margin-top: 7px;
	display: block;
	float: right;
	margin-bottom: 0;
	font-size: 0 !important;
}

.menu-social-container ul.menu li {
	padding-left: 33px;
}

.fb-menu > a {
	background-image: url(img/header-socials.png);
	background-position: 7px 4px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.tw-menu > a {
	background-image: url(img/header-socials.png);
	background-position: -47px 3px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.insta-menu > a {
	background-image: url(img/header-socials.png);
	background-position: -102px 4px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.tw-menu > a:hover,
.fb-menu > a:hover,
.insta-menu > a:hover {
	transform: scale(1.2);
}

#social-footer-menu {
	padding: 0;
	display: inline-block;
}

#social-footer-menu li {
	padding-left: 20px;
}

#social-footer-menu li > a {
	background-image: url(img/footer-socials.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	background-size: 140px;
	display: inline-block;
	width: 30px;
	height: 30px;
}

#social-footer-menu .fb-menu > a {
	background-position: 0px 2px;
}

#social-footer-menu .tw-menu > a {
	background-position: -55px 2px;
}

#social-footer-menu .insta-menu > a {
	background-position: -111px 2px;
}

#social-footer-menu .impress-menu > a {
	width: auto;
	background: none;
	color: white;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Roboto-Medium', 'Roboto', sans-serif;
	line-height: 30px;
}

#social-footer-menu .impress-menu > a:hover {
	color: #4b8093;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

.header {
	position: relative;
}

.header__top {
	background-color: #04475f;
}

.header__pages {
	background-color: #013548;
	position: relative;
	/*
    z-index: 999;

    padding: 15px 0 5px;
    */
}

.header__pages__page {
	font-family: 'Roboto-Regular', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: rgb(240, 241, 241);
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.35;
	position: relative;
	padding: 25px 17px;
	display: inline-block;
}

a.header__pages__page:hover,
a.header__pages__page:active {
	color: rgb(1, 53, 72);
	background-color: #f0f1f1;
}

.header__pages__page::after {
	content: '';
	background: transparent;
	height: 6px;
	width: 100%;
	display: inline-block;
	left: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.header__pages__page-active::after {
	background: #f0f1f1;
}

ul.header__pages__ul {
	float: right;
	margin-bottom: 0;
}

ul.ul-links.header__pages__ul li {
	padding-left: 0px;
	/*
    padding-top: 10px;
    */
}

ul.ul-links.header__pages__ul {
	margin-top: 0px;
	position: relative;
}

button.header__pages__menu_mobile {
	display: block;
	float: right;
	outline: none;
	border: none;
	width: 41px;
	height: 41px;
	background-image: url(img/menu-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	background-size: 36px;
}

button.header__pages__menu_mobile:hover {
	transform: rotate(180deg) !important;
}

.header__pages-search {
	background-image: url(img/search-icons.png);
	background-position: -35px 22px;
	background-repeat: no-repeat;
	display: inline-block;
	color: transparent;
	cursor: pointer;
	position: relative;
	padding-right: 10px;
	/*
    width: 35px;
    height: 80px;
    margin-top: -25px;
    margin-bottom: -32px;
    margin-bottom: -21px;
    padding-bottom: 48px;
    */
}

.header__pages-search:hover {
	background-position: 6px 22px;
	background-color: #f0f1f1;
}

.header__search-box {
	position: absolute;
	display: none;
	background-color: #f0f1f1;
	margin-top: 0;
	z-index: 3;
	right: 0;
	width: 460px;
}

/*
.header__pages-search.header__pages__page-active::after {
    margin-top: 19px;
}
*/

.header__pages-search:hover ~ .header__search-box {
	display: block;
}

.header__search-box:hover,
.header__search-box:active {
	display: block;
}

.slider-shadow {
	background-image: url(img/slider-shadow.png);
	height: 435px;
	width: 100%;
	position: absolute;
	/*top: 128px;*/
	bottom: 0;
}

.header__brands {
	position: absolute;
	top: -120px;
}

ul.ul-links.header__brands li:first-of-type {
	padding-left: 0;
}

.header__brands-brand {
	/*background-image: url(img/brands.png);*/
	background-repeat: no-repeat !important;
	/*background-size: 1000px !important;*/
	display: inline-block;
	width: 125px;
	height: 125px;
	background-size: 100% auto !important;
	background-position: center !important;
	margin-top: -13px;
}

.header__brands-brand:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/*.brand-mtv {*/
/*background-position: 18px 2px;*/
/*}*/

/*.brand-paramount {*/
/*background-position: -125px 2px;*/
/*}*/

/*.brand-comedy {*/
/*background-position: -274px 2px;*/
/*}*/

/*.brand-vhone {*/
/*background-position: -424px 2px;*/
/*}*/

/*.brand-nickelodeon {*/
/*background-position: -589px 2px;*/
/*width: 150px;*/
/*}*/

/*.brand-teennick {*/
/*background-position: -751px 2px;*/
/*}*/

/*.brand-bet {*/
/*background-position: -890px 2px;*/
/*}*/

.header__selector__wrapper {
	position: relative;
}

.header__selector {
	font-size: 12px;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	color: rgb(240, 241, 241);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.053;
	margin: 0 auto 0 0;
	letter-spacing: 2px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	padding: 10px;
}

.header__selector::after {
	content: '';
	background-image: url(img/country-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 8px;
	width: 15px;
	display: inline-block;
	margin-left: 14px;
	cursor: pointer;
}

.header__selector-after::after {
	content: '';
	background-image: url(img/country-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	height: 8px;
	width: 15px;
	display: inline-block;
	margin-left: 14px;
	cursor: pointer;
}

ul.ul-links.header-socials__ul {
	margin-top: 7px;
	display: block;
	float: right;
	margin-bottom: 0;
}

ul.ul-links.header-socials__ul li {
	padding-left: 33px;
}

.header__social-facebook {
	background-image: url(img/header-socials.png);
	background-position: 7px 4px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.header__social-twitter {
	background-image: url(img/header-socials.png);
	background-position: -47px 3px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.header__social-twitter:hover,
.header__social-facebook:hover,
.header__social-linkedin:hover {
	transform: scale(1.2);
}

.header__social-linkedin {
	background-image: url(img/header-socials.png);
	background-position: -102px 4px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.header__login {
	font-size: 13px;
	font-family: "Roboto-Medium", "Roboto", sans-serif;
	color: rgb(240, 241, 241);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.053;
	margin-top: 10px;
	letter-spacing: 2px;
	display: inline-block;
	padding-left: 20px;
	position: relative;
}

.header__login:hover {
	text-shadow: 0 0 10px white;
}

.header__login::before {
	content: '';
	background: #628b99;
	height: 24px;
	width: 1px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -5px;
}

a.header__login:hover,
a.header__login:active {
	color: rgb(255, 255, 255);
}

.header__language-btns {
	position: relative;
}

.header__language-btns::after {
	content: '';
	background: #628b99;
	height: 24px;
	width: 1px;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 5px;
}

.header__language-btns::before {
	/*content: '';*/
	/*background: #628b99;*/
	/*height: 24px;*/
	/*width: 1px;*/
	/*display: inline-block;*/
	/*position: absolute;*/
	/*right: 20px;*/
	/*top: 5px;*/
}

.header__language__btn {
	font-size: 10px;
	font-family: "Roboto-Medium", "Roboto", sans-serif;
	color: rgb(240, 241, 241);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.053;
	letter-spacing: 1px;
	margin-top: 6px;
	margin-left: 20px;
	display: inline-block;
	background-image: url(img/circle-country.png);
	background-position-x: 0px;
	background-repeat: no-repeat;
	background-size: 65px;
	height: 24px;
	width: 24px;
	text-align: center;
	padding-top: 6px;
	-webkit-transition: none;
	transition: none;
}

.header__language__btn-active {
	color: #04475f;
	background-position-x: -42px;
}

a.header__language__btn:hover,
a.header__language__btn:active {
	color: #04475f;
	background-position-x: -42px;
}

#search-box {
	width: 100%;
	padding: 20px;
	background-color: #f0f1f1;
	border: none;
	font-size: 16px;
	font-family: "Roboto-Medium", "Roboto", sans-serif;
	font-weight: 400;
	color: rgb(4, 3, 8);
	line-height: 1.266;
}

#search-box-mobile {
	width: 100%;
	padding: 15px;
	background-color: #f0f1f1;
	border: none;
	font-size: 16px;
	font-family: "Roboto-Medium", "Roboto", sans-serif;
	font-weight: 400;
	color: rgb(4, 3, 8);
	line-height: 1.266;
	margin-top: 10px;
	position: relative;
}

#search-box-mobile::after {
	content: '';
	background-image: url(img/search-icons.png);
	background-position: 5px 14px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	width: 35px;
	padding-bottom: 48px;
	right: 15px;
}

.ui-widget.ui-widget-content {
	border: none;
	background-color: #f0f1f1;
	padding: 20px;
	font-size: 16px;
	font-family: "Roboto-Medium", "Roboto", sans-serif;
	font-weight: 400;
	color: rgb(4, 3, 8);
}

.ui-widget.ui-widget-content:hover {
	background-color: #159fd1;
	color: #f0f1f1;
}

.ui-widget.ui-widget-content:first-of-type {
	border-top: 1px solid black;
}

ul.ul-links.header__select-country {
	display: none;
	position: absolute;
	bottom: -800%;
	left: 0;
	margin: 0;
	padding: 0;
	/*
    margin-top: 0px;
    margin-left: -75px;
    */
	z-index: 4;
}

ul.ul-links.header__select-country > li {
	padding: 0;
}

.header__selector:hover ~ .header__select-country,
.header__select-country__option:hover {
	display: block;
}

.header__select-country__option {
	padding: 10px;
	background-color: #f0f1f1;
	border: none;
	color: rgb(4, 3, 8);
	width: 177px;
	display: inline-block;
	font-size: 12px;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.053;
	letter-spacing: 2px;
}

.header__select-country__option:hover {
	background-color: #159fd1;
	color: #fff;
}

/*--------------------------------------------------------------
# TOP-BLOCK
--------------------------------------------------------------*/

.top-block {
	margin-bottom: 40px !important;
	background-size: cover !important;
	background-position: center !important;
}

.top-block__search {
	/*background-image: url(img/search-top-img.jpg);*/
}

.top-block__brand-paramount {
	/*background-image: url(img/brand-paramount.jpg);*/
}

.top-block__corporate {
	/*background-image: url(img/corporate-img.jpg);*/
}

.top-block__open-position {
	/*background-image: url(img/open-position-img.jpg);*/
}

.top-block__csr {
	/*background-image: url(img/csr-img.jpg);*/
}

.top-block.top-block__archive {
	margin-bottom: 0;
}

.top-block__header {
	font-size: 70px;
	font-family: "RobotoSlab-Bold", "Roboto Slab", serif;
	color: rgb(255, 254, 254);
	font-weight: 400;
	line-height: 1.471;
	text-align: center;
	margin-top: 60px;
	position: relative;
	margin-bottom: 60px;
}

.page-template-brand-press-releases .top-block__header,
.page-template-brand-media .top-block__header {
	display: none;
}

.page-template-brand-press-releases .top-block__brands-brand,
.page-template-brand-media .top-block__brands-brand {
	margin: 105px auto 60px;
	width: 180px;
	height: 180px;
}

.top-block__header:after {
	content: '';
	background: rgb(255, 254, 254);
	height: 10px;
	width: 10%;
	margin-top: 115px;
	display: inline-block;
	left: 45%;
	position: absolute;
}

.top-block__header__without-border {
	font-size: 51px;
	font-family: "RobotoSlab-Bold", "Roboto Slab", serif;
	color: rgb(255, 254, 254);
	font-weight: 400;
	line-height: 1.471;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 30px;
}

.top-block__header__without-border.top-block__header__without-border__position-detail {
	margin-top: 130px;
}

.top-block__header__paragraph {
	font-size: 22px;
	font-family: "Roboto-Medium", "Roboto Slab", serif;
	color: rgb(255, 254, 254);
	font-weight: 400;
	line-height: 1.471;
	text-align: center;
	position: relative;
	margin-bottom: 90px;
}

.top-block__header__paragraph.top-block__header__paragraph__open-position {
	margin-bottom: 170px;
	margin-top: -10px;
}

.top-block__header__paragraph.top-block__header__paragraph__position-detail {
	margin-bottom: 90px;
	margin-top: -10px;
}

.top-block__header__paragraph__position-detail__arrows-block {
	position: absolute;
	top: -123px;
	width: 100%;
}

a.top-block__header__paragraph__position-detail__arrow {
	display: block;
	width: 30px;
	height: 37px;
	background-image: url(img/slider-arrows.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.top-block__header__paragraph__position-detail__arrow.top-block__header__paragraph__position-detail__arrow-left {
	background-position: 0 0;
	float: left;
}

a.top-block__header__paragraph__position-detail__arrow.top-block__header__paragraph__position-detail__arrow-left:hover {
	background-position: -72px 0;
}

a.top-block__header__paragraph__position-detail__arrow.top-block__header__paragraph__position-detail__arrow-right {
	background-position: -189px 0;
	float: right;
}

a.top-block__header__paragraph__position-detail__arrow.top-block__header__paragraph__position-detail__arrow-right:hover {
	background-position: -259px 0;
}

.top-block__header__paragraph:after {
	content: '';
	background: rgb(255, 254, 254);
	height: 10px;
	width: 20%;
	margin-top: 90px;
	display: inline-block;
	left: 40%;
	position: absolute;
}

.search-block__open-position {
	margin: 10px 0 20px;
}

.top-block__search-box {
	display: block;
	background-color: #f0f1f1;
	margin-top: 0px;
	margin-bottom: 100px;
}

#top-block__search-box {
	width: 100%;
	padding: 15px;
	background-color: #f0f1f1;
	border: none;
	font-size: 16px;
	font-family: "Roboto-Medium", "Roboto", sans-serif;
	font-weight: 400;
	color: rgb(4, 3, 8);
	line-height: 1.266;
	position: absolute;
}

.top-block__pages {
	background-color: #04475f;
}

.top-block__pages__search {
	margin-top: 60px;
}

.top-block__pages__page,
.top-block__pages__wrapper ul.menu li.menu-item > a {
	font-family: 'Roboto', 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.6;
	position: relative;
	padding: 20px 17px 20px 17px;
	display: inline-block;
	opacity: 0.5;
	cursor: pointer;
	margin: 0;
	width: 100%;
}

.top-block__pages__wrapper ul.menu li.menu-item > a {
	padding: 25px 17px;
}

.top-block__pages__page.top-block__pages__page__position-detail {
	opacity: 1;
	cursor: text;
}

.top-block__open-position .top-block__pages__page.top-block__pages__page__position-detail {
	padding-bottom: 10px;
}

a.top-block__pages__page:hover .top-block__pages__page__inner,
a.top-block__pages__page:active .top-block__pages__page__inner,
.top-block__pages__wrapper ul.menu li.menu-item > a:hover,
.top-block__pages__wrapper ul.menu li.menu-item > a:active {
	color: rgb(1, 53, 72);
}

a.top-block__pages__page:hover,
a.top-block__pages__page:active,
.top-block__pages__wrapper ul.menu li.menu-item > a:hover,
.top-block__pages__wrapper ul.menu li.menu-item > a:active {
	color: rgb(1, 53, 72);
	background-color: #f0f1f1;
}

.top-block__pages__page::after,
.top-block__pages__wrapper ul.menu li.menu-item > a::after {
	content: '';
	background: transparent;
	height: 6px;
	width: 100%;
	display: inline-block;
	left: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.top-block__pages__page-active,
.top-block__pages__wrapper ul.menu li.menu-item.current-menu-item > a {
	opacity: 1;
}

.top-block__pages__page-active::after,
.top-block__pages__wrapper ul.menu li.menu-item.current-menu-item > a::after {
	background: #f0f1f1;
}

ul.ul-links.top-block__pages__ul,
.top-block__pages__wrapper ul.menu {
	display: inline-block;
	margin: 0 auto -5px auto;
	padding-left: 0;
}

.top-block__pages__wrapper {
	text-align: center;
}

ul.ul-links.top-block__pages__ul li,
.top-block__pages__wrapper ul.menu li {
	padding-left: 0px;
}

.top-block__pages__page.top-block__pages__page__position-detail {
	opacity: 1;
	cursor: text;
}

a.top-block__pages__page:hover .top-block__pages__page__inner,
a.top-block__pages__page:active .top-block__pages__page__inner {
	color: rgb(1, 53, 72);
}

a.top-block__pages__page:hover,
a.top-block__pages__page:active {
	color: rgb(1, 53, 72);
	background-color: #f0f1f1;
}

.top-block__pages__page::after {
	content: '';
	background: transparent;
	height: 6px;
	width: 100%;
	display: inline-block;
	left: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.top-block__pages__page-active {
	opacity: 1;
}

.top-block__pages__page-active::after {
	background: #f0f1f1;
}

ul.ul-links.top-block__pages__ul,
.top-block__pages__wrapper ul.menu {
	display: inline-block;
	margin: 0 auto -5px auto;
	padding-left: 0;
}

.top-block__pages__wrapper {
	text-align: center;
}

ul.ul-links.top-block__pages__ul li,
.top-block__pages__wrapper ul.menu li {
	padding-left: 0px;
}

.top-block__pages__page__counter {
	display: inline-block;
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgb(255, 255, 255);
	background-image: url(img/circle-counter.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 25px;
	text-align: center;
	width: 25px;
	height: 25px;
	padding-top: 2px;
}

.top-block__pages__selector__counter {
	display: inline-block;
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgb(255, 255, 255);
	background-image: url(img/circle-counter.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 22px;
	text-align: center;
	width: 22px;
	height: 22px;
	padding-top: 2px;
	margin: 0;
}

.top-block__pages__page__inner {
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 3px;
}

.top-block__pages__page__inner__position-detail {
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	display: inline-block;
	letter-spacing: 1.7px;
	text-transform: none;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

.top-block__pages__page__inner__position-detail::before {
	content: '';
	background-image: url(img/position-detail-icons.png);
	background-position: 5px 1px;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	width: 35px;
	height: 35px;
	top: -3px;
	left: -40px;
}

.top-block__pages__page__inner__position-detail__channel::before {
	background-position: 5px 1px;
}

.top-block__pages__page__inner__position-detail__time::before {
	background-position: -40px 1px;
}

.top-block__pages-search {
	background-image: url(img/search-icons.png);
	background-position: 5px 14px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	width: 35px;
	padding-bottom: 48px;
	right: 15px;
	/*
    margin-bottom: -21px;
    margin-left: -55px;
    */
}

.top-block__pages-search__active {
	background-position: -76px 14px;
}

.top-block__brands-brand {
	/*background-image: url(img/brands.png);*/
	background-repeat: no-repeat !important;
	/*background-size: 1000px;*/
	display: block;
	width: 125px;
	height: 125px;
	margin: 45px auto -35px;
	background-position: center !important;
	background-size: 100% auto !important;
}

ul.ul-links.top-block-socials__ul {
	display: inline-block;
	margin: 20px auto 40px;
	padding-left: 0;
}

ul.ul-links.top-block-socials__ul li:first-of-type {
	padding-left: 0;
}

.top-block__socials {
	background-image: url(img/top-block-socials.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
}

.top-block__socials:hover {
	transform: scale(1.2);
}

.top-block__socials-facebook {
	background-position: 5px 4px;
}

.top-block__socials-twitter {
	background-position: -79px 4px;
}

.top-block__socials-linkedin {
	background-position: -163px 4px;
}

.top-block__socials-instagram {
	background-position: -254px 4px;
}

/*--------------------------------------------------------------
# MAIN
--------------------------------------------------------------*/

.main {
	background-color: #f0f1f1;
	padding-bottom: 55px;
}

.main .btn.btn-blue {
	margin-bottom: 10px;
}

.main__press-release {
	overflow: hidden;
	background: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	margin: 15px auto;
	position: relative;
	z-index: 2;
}

.main__press-release:hover,
.main__press-release:active {
	background: #159fd1;
}

.main__press-release__inner {
	width: 50%;
	float: left;
	max-height: 290px;
}

.main__press-release__inner__small {
	position: relative;
	width: 100%;
	float: left;
}

.main__press-release__inner__small__img {
	height: 185px;
	overflow: hidden;
}

.main__press-release__inner__img-block {
	-webkit-box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.5);
}

.main__press-release__post-img {
	z-index: -2;
	position: relative;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.brand-profiles .main__press-release__post-img {
	-o-object-fit: contain;
	object-fit: contain;
}

.main__press-release__post-img__with-min {
	min-height: 320px;
	display: block;
}

.main__press-release__post-img__with-min__small {
	height: 185px;
}

.brand-profiles .main__press-release__post-img__with-min__small {
	height: 240px;
    display:block
}

.main__press-release__text-block__with-min__small {
	height: 240px;
	display: block;
}

.brand-profiles .main__press-release__text-block__with-min__small {
	height: 70px;
}

.main__press-release__post-img__link {
	display: block;
	height: 100%;
	overflow: hidden;
}

.main__press-release__text-block {
	padding: 30px 20px 0 33px;
}

.main__press-release__text-block__small {
	padding: 20px 15px 20px 20px;
	height: 240px;
}

.employers__quote-block__inner__text-block.main__press-release__text-block__small__sub-company {
	height: 90px;
}

.main__press-release__text-block__small.main__press-release__text-block__small__sub-company {
	height: 90px;
}

.main__press-release__text-big {
	font-size: 19px;
	color: #024c67;
	line-height: 1.3;
	position: relative;
}

.main__press-release:hover .main__press-release__post-img {
	transform: scale(1.2);
}

.main__press-release:hover .main__press-release__text-big {
	color: #ffffff;
}

.main__press-release__text-big::after {
	content: '';
	background: #159fd1;
	height: 6px;
	width: 39px;
	margin-top: 55px;
	display: inline-block;
	left: 0;
	position: absolute;
}

.main__press-release:hover .main__press-release__text-big::after {
	background: #ffffff;
}

.main__press-release__text-small {
	font-size: 16px;
	color: #024c67;
	line-height: 1.2;
	position: relative;
}

.brand-profiles .main__press-release__text-small {
	line-height: 2;
}


.main__press-release:hover .main__press-release__text-small {
	color: #ffffff;
}

.main__press-release__text-small::after {
	content: '';
	background: #159fd1;
	height: 6px;
	width: 39px;
	margin-top: 45px;
	display: inline-block;
	left: 0;
	position: absolute;
}

.brand-profiles .main__press-release__text-small::after {
	height: 0;
	width: 0;
	margin-top: 0;
}

.main__press-release:hover .main__press-release__text-small::after {
	background: #ffffff;
}

.main__press-release__text-date {
	font-size: 16px;
	color: #040308;
	display: inline-block;
	margin-top: 55px;
}

.main__press-release:hover .main__press-release__text-date {
	color: #ffffff;
}

.main__press-release__inner__small .main__press-release__text-date {
	margin-top: 45px;
}

.main__press-release__links-block {
	position: absolute;
	bottom: 16px;
	right: 20px;
	width: 100%;
}

.main__press-release__links-block.main__press-release__links-block__corporate-business {
	bottom: 26px;
}

.main__press-release__info__block {
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	margin-top: -7px;
}

.main__press-release__info__block__medias {
	float: left;
	width: 100px;
	margin-top: 0;
	margin-left: 35px;
}

.main__press-release__info__block__medias__big {
	float: right;
}

.main__press-release__info__block__medias__small {
	float: left;
	margin-left: 70px;
}

.main__press-release__info__block__medias > .main__press-release__picture {
	float: left;
}

.main__press-release__arrow {
	background-image: url(img/press-buttons.png);
	background-position: -101px -45px;
	background-repeat: no-repeat;
	margin-left: 60px;
}

.main__press-release:hover .main__press-release__arrow {
	background-position: -101px 0px;
}

/*
.main__press-release__inner__small .main__press-release__arrow {
    margin-left: 153px;
}
*/

.main__press-release__video {
	background-image: url(img/press-buttons.png);
	background-position: -45px -45px;
	background-repeat: no-repeat;
	margin-left: 15px;
}

.main__press-release:hover .main__press-release__video {
	background-position: -45px 0px;
}

.main__press-release__picture {
	background-image: url(img/press-buttons.png);
	background-position: 3px -45px;
	background-repeat: no-repeat;
}

.main__press-release:hover .main__press-release__picture {
	background-position: 3px 0px;
}

h2.block-header.text__color-black.main__brand-page__header {
	margin-top: 20px;
}

.main.main__brand-page {
	padding-bottom: 0;
}

.main.main__csr {
	padding-bottom: 0;
	margin-top: 35px;
	margin-bottom: 35px;
}

.main.main__corporate-business {
	padding-bottom: 45px;
}

.main.main__corporate-management {
	padding-bottom: 75px;
}

button.btn.btn-main__brand-page {
	float: right;
	padding-right: 0px;
	margin-bottom: 40px;
	color: #159fd1;
	background: transparent;
}

button.btn.btn-main__brand-page:hover {
	color: #024c67;
}

.main__press-release__links-block.main__press-release__links-block__media {
	bottom: 10px;
	right: 10px;
}

.main__press-release__links-block.main__press-release__links-block__big {
	right: 40px;
}

.main__press-release__video.main__press-release__video__media {
	background-position: -45px 0px;
}

.main__press-release:hover .main__press-release__video.main__press-release__video__media {
	background-position: -45px -45px;
}

.main__press-release__picture.main__press-release__picture__media {
	background-position: 3px 0px;
}

.main__press-release:hover .main__press-release__picture.main__press-release__picture__media {
	background-position: 3px -45px;
}

/* brand-page-press-releases */

.brand-page-press-releases__img-block {
	width: 100%;
	max-height: 500px;
	text-align: center;
	background-color: #040308;
	margin-top: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.brand-page-press-releases__img {
	display: inline-block;
	width: 750px;
}

.brand-page-press-releases__links-block {
	background-color: #195c75;
	display: inline-block;
	width: 100%;
}

a.brand-page-press-releases__links-block__link:hover,
a.brand-page-press-releases__links-block__link:active {
	transform: scale(1.2);
}

ul.ul-links.brand-page-press-releases__links-block__ul li {
	padding-left: 0px;
}

ul.ul-links.brand-page-press-releases__links-block__ul {
	margin-top: 0px;
	float: left;
	margin-bottom: -28px;
	padding-left: 8px;
}

ul.ul-links.brand-page-press-releases__links-block__ul.ul-right {
	float: right;
}

.brand-page-press-releases__socials {
	background-image: url(img/brand-img-icons.png);
	background-repeat: no-repeat;
	display: inline-block;
	min-width: 50px;
	height: 70px;
	font-family: 'Roboto-Black', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: rgb(240, 241, 241);
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.35;
	position: relative;
	padding: 25px 30px;
}

.commercial .brand-page-press-releases__socials {
	min-width: 30px;
	height: 30px;
	padding: 10px;
}

.brand-page-press-releases__socials:hover {
	transform: scale(1.2);
}

.brand-page-press-releases__socials-share {
	background: none;
	padding-top: 15px;
	padding-left: 0px;
	margin-left: 0px;
}

.brand-page-press-releases__socials-share:hover {
	transform: none;
}

.brand-page-press-releases__socials-print {
	background-position: 12px 7px;
}

.brand-page-press-releases__socials-mail {
	background-position: -53px 7px;
}

.brand-page-press-releases__socials-rss {
	background-position: -127px 7px;
}

.brand-page-press-releases__download {
	background-image: url(img/download-btn.png);
	background-position: 19px 13px;
}

.commercial .brand-page-press-releases__download {
    background-size: auto!important;
	background-image: url(img/download-btn.png);
	background-position: center;
}

.brand-page-press-releases__socials-facebook {
	background-position: -191px 7px;
}

.brand-page-press-releases__socials-twitter {
	background-position: -254px 7px;
}

.brand-page-press-releases__socials-linkedin {
	background-position: -319px 7px;
}

.brand-page-press-releases__socials-instagram {
	background-position: -385px 7px;
}

.brand-page-press-releases__socials-download {
	background-image: url(img/download-btn.png);
	background-position: 21px 11px;
}

button.btn.btn-main__brand-page.btn-main__brand-press-release-detail {
	font-size: 18px;
	float: left;
	text-align: left;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

button.btn.btn-main__brand-page.btn-main__brand-press-release-detail.btn-main__brand-media-detail {
	margin-bottom: 0;
}

.brand-press-release-detail__text-block {
	padding: 12px 70px 70px 0px;
}

.brand-press-release-detail__text-block__media-detail.brand-press-release-detail__text-block {
	padding: 35px 0px 0px 0px;
}

.brand-press-release-detail__text-block.brand-press-release-detail__text-block__position-detail {
	padding: 10px 0px 40px 30px;
	margin-top: -20px;
}

.brand-press-release-detail__text-header {
	font-size: 24px;
	color: rgb(4, 3, 8);;
	line-height: 1.32;
	position: relative;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	font-weight: 400;
}

.brand-press-release-detail__text-header::after {
	content: '';
	background: #159fd1;
	height: 6px;
	width: 39px;
	margin-top: 60px;
	display: inline-block;
	left: 0;
	position: absolute;
}

.brand-press-release-detail__text {
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgb(4, 3, 8);
	line-height: 1.5;
}

.brand-press-release-detail__text__corporate-business {
	text-align: justify;
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: rgb(4, 3, 8);
	line-height: 1.286;
	margin-bottom: 40px;
}

.brand-press-release-detail__text-date {
	display: inline-block;
	margin-top: 55px;
}

.brand-press-release-detail__text-main {
	position: relative;
	margin-top: 70px;
}

.brand-press-release-detail__text-main__position-detail {
	margin: 0px;
}

.brand-press-release-detail__text-source {
	margin: 30px 0;
}

.brand-press-release-detail__text-source a {
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	font-weight: 400;
	color: #159fd1;
}

.brand-press-release-detail__text-source a:hover {
	color: rgb(4, 3, 8);
}

.brand-press-release-detail__text-annotation {
	margin: 2px 0;
}

a.brand-press-release-detail__text-annotation {
	color: #159fd1;
}

a.brand-press-release-detail__text-annotation:hover {
	color: rgb(4, 3, 8);
}

.brand-press-release__close-btn {
	background-image: url(img/close-post-btn.png);
	background-repeat: no-repeat;
	background-position: 0 -55px;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -120px;
	top: 20px;
}

.brand-press-release__close-btn:hover {
	background-position: 0 0;
}

.brand-press-release__close-btn.brand-press-release__close-btn__position-detail {
	background-image: url(img/close-page-btn.png);
	background-position: 2px -46px;
}

.brand-press-release__close-btn.brand-press-release__close-btn__position-detail:hover {
	background-position: 2px 2px;
}

#media-brand__search-box {
	width: 100%;
	padding: 20px;
	background-color: #f0f1f1;
	border: none;
	font-size: 16px;
	font-family: "Roboto-Medium", "Roboto", sans-serif;
	font-weight: 400;
	color: rgb(4, 3, 8);
	line-height: 1.266;
	border: 1px solid #909191;
}

.media-brand__search-box-label {
	right: 17px;
	top: 6px;
	background-image: url(img/brand-media-search.png);
	background-position: 5px 12px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	width: 35px;
	padding-bottom: 48px;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.media-brand__search-box-label__active {
	background-position: -61px 12px;
}

.select-types__media,
.select-programms__media {
	padding: 9px;
	cursor: pointer;
	border: 1px solid #909191;
	position: relative;
}

.select-types__media {
	margin: 0 -10px;
}

.select-types__media__text::after,
.select-programms__media__text::after {
	content: '';
	background-image: url(img/brand-media-search.png);
	background-repeat: no-repeat;
	background-position: -167px 1px;
	height: 25px;
	width: 25px;
	display: inline-block;
	top: 16px;
	right: 17px;
	position: absolute;
	transition: 0.4s ease;
}

.select-programms__media {
	margin-left: -10px;
}

.media-brand__block__search-box.top-block__search-box {
	margin-bottom: 0;
	margin-right: -10px;
	position: relative;
}

.select-types__media__text,
.select-programms__media__text {
	font-family: "Roboto-Black", "Roboto", sans-serif;
	font-size: 16px;
	color: rgb(21, 159, 209);
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 10px;
}

.block-header.text__color-black.media-brand__block-header {
	margin-bottom: 35px;
}

ul.ul-links.select-types__media__options-block {
	position: absolute;
	border: 1px solid #909191;
	width: 100%;
	left: 0;
	padding: 0;
	margin: 9px 0px 0 -1px;
	box-sizing: content-box;
	z-index: 5;
	background-color: #f0f1f1;
}

ul.ul-links.select-types__media__options-block li {
	width: 100%;
}

a.select-types__media__option,
a.select-programms__media__option,
div.select-programms__media__option,
div.select-search__option {
	font-family: "Roboto-Black", "Roboto", sans-serif;
	font-size: 16px;
	color: rgb(21, 159, 209);
	text-transform: uppercase;
	display: block;
	padding: 20px 0 20px 35px;
	/*margin-left: -15px;*/
}

div.select-programms__media__option.checked {
	background-color: rgb(21, 159, 209);
	color: white;
}

ul.ul-links#select-programms__media__list li,
ul.ul-links#select-types__media__list li,
ul.ul-links#select-search__media__list li {
	padding-left: 0;
	padding-right: 0;
}

ul#select-search__media__list {
	width: calc(100% - 2px);
	margin: 0;
	cursor: pointer;
}

.search-loading {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	top: 0;
}

@media screen and (min-width: 1200px) {
	.search-loading {
		right: 133px;
	}
}

/*98d0e4*/

#positions .row:nth-child(even) .employers__careers__container-job-even {
	background-color: #98d0e4;
}

/*--------------------------------------------------------------
# SOCIAL-WALL
--------------------------------------------------------------*/

.social-wall {
	background-image: url(img/background__social-block.png);
}

.social-wall__brand-page {
	padding-bottom: 60px;
}

.socials__post__block {
	margin: 140px auto;
}

.socials__post {
	overflow: hidden;
	background: rgba(192, 208, 213, 0.2);;
	margin: 10px auto;
	position: relative;
}

.socials__post__inner {
	width: 100%;
	float: left;
}

.socials__post__inner__img {
	height: 315px;
	overflow: hidden;
	padding-left: 40px;
}

.socials__post__inner__img-profile {
	width: 70px;
	height: 70px;
	margin-top: 30px;
	overflow: hidden;
}

.page-template-contacts .socials__post__inner__img-profile {
	/*
	width: 41px;
    height: 41px;
	margin-top: 23px;
	*/
	width: 100%;
	height: 200px;
	margin-top: 23px;
	margin-bottom: 23px;
	overflow: hidden;
	margin-right: 10px;
}

.socials__img-fit {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;

}

.socials__post__inner__text-block__big {
	padding: 15px 0px 20px 35px;
	height: 490px;
}

.socials__post__inner__text-block__small {
	padding: 0px 0px 20px 35px;
	height: 150px;
	margin-top: -15px;
}

.socials__post__inner__text-block__middle {
	padding: 0px 0px 20px 35px;
	height: 240px;
	margin-top: -15px;
}

.socials__post__name {
	font-size: 17px;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	position: relative;
	margin-top: 26px;
	margin-left: 20px;
}

.socials__post__text-date {
	font-size: 16px;
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1.1px;
	display: inline-block;
	margin-top: 25px;
	margin-left: 20px;
}

.socials__post__name::after {
	content: '';
	background: #f0f1f1;
	height: 4px;
	width: 32px;
	margin-top: 35px;
	display: inline-block;
	left: 0;
	position: absolute;
}

.socials__post__text-quote {
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	color: rgb(240, 241, 241);
	margin-top: 20px;
	line-height: 1.3;
	padding-right: 80px;
	padding-top: 10px;
}

.socials__post__links-block {
	position: absolute;
	bottom: 16px;
	right: 20px;
}

.socials__post__info__block {
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	margin-top: -7px;
}

.socials__post__social {
	background-image: url(img/footer-socials.png);
	background-repeat: no-repeat;
	margin-left: 153px;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.socials__post__social:hover {
	transform: scale(1.2);
}

.socials__post__social__facebook {
	background-position: 0px 2px;
}

.socials__post__social__twitter {
	background-position: -55px 2px;
}

/*--------------------------------------------------------------
# EMPLOYERS-BLOCK
--------------------------------------------------------------*/

.employers-block {
	background-color: #f0f1f1;
}

.employers-block__main-text {
	font-size: 22px;
	margin-top: 35px;
}

.employers-block__main-text.employers-block__main-text__emplyees {
	text-align: center;
	font-size: 20px;
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	font-weight: 400;
	color: rgb(4, 3, 8);
	line-height: 1.286;
}

.employers-block__video {
	margin-top: 40px;
	width: 100%;
	height: 380px;
	background-size: cover;
	overflow: hidden;
	background-position-x: center;
}

.video-js {
	width: 100%;
	height: 100%;
}

.employers-block__video.employers-block__video__employees {
	width: 100%;
	height: 570px;
}

.employers-block .employers-block__header {
	margin-top: 60px;
}

.employers__quote-block {
	overflow: hidden;
	background: #d9e2e5;
	margin: 44px auto;
	position: relative;
	/*width: 300px;*/
}

.employers__quote-block.employers__quote-block__corporate-management {
	background: #024c67;
	/*width: 330px;*/
	margin-bottom: -30px;
}

.employers__quote-block.employers__quote-block__corporate-management__position {
	background: #d9e2e5;
	/*width: 330px;*/
	margin-bottom: -30px;
}

.social-wall__employees {
	margin-top: 50px;
	padding-bottom: 80px;
}

.employers-block .employers-block__header.employers-block__header__employees {
	margin-top: 45px;
	margin-bottom: -5px;
}

.employers__quote-block:hover {
	background: #024c67;
}

.employers__quote-block.employers__quote-block__corporate-management:hover {
	background: #d9e2e5;
}

.employers__quote-block:hover .employers__quote-block__name,
.employers__quote-block:hover .employers__quote-block__text-quote {
	color: #fff;
}

.employers__quote-block:hover .employers__quote-block__name.employers__quote-block__name__corporate-management {
	color: rgb(0, 0, 0);
}

.employers__quote-block:hover .employers__quote-block__position {
	color: rgba(240, 241, 241, 0.702);
}

.employers__quote-block:hover .employers__quote-block__position.employers__quote-block__position__corporate-management {
	color: rgba(0, 0, 0, 0.572);
}

.employers__quote-block:hover .employers__quote-block__name::after {
	background: #fff;
}

.employers__quote-block:hover .employers__quote-block__name.employers__quote-block__name__corporate-management::after {
	background: #159fd1;
}

.employers__quote-block:hover .employers__quote-block__inner__img img {
	transform: scale(1.2);
}

.employers__quote-block__inner {
	width: 100%;
	float: left;
}

.employers__quote-block__inner__img {
	height: 185px;
	overflow: hidden;
}

.employers__quote-block__inner__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.employers__quote-block__inner__text-block {
	padding: 15px 15px 20px 18px;
	min-height: 190px;
}

.employers__quote-block__position {
	font-size: 15px;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	color: rgba(0, 0, 0, 0.572);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1.2px;
}

.employers__quote-block__position.employers__quote-block__position__corporate-management {
	color: rgba(240, 241, 241, 0.702);
}

.employers__quote-block__name {
	font-size: 17px;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	position: relative;
	margin-top: -5px;
}

.employers__quote-block__name.employers__quote-block__name__corporate-management {
	color: #fff;
}

.employers__quote-block__name::after {
	content: '';
	background: #159fd1;
	height: 6px;
	width: 39px;
	margin-top: 30px;
	display: inline-block;
	left: 0;
	position: absolute;
}

.employers__quote-block__name.employers__quote-block__name__corporate-management::after {
	background: #fff;
}

.employers__quote-block__text-quote {
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	margin-top: 20px;
	line-height: 1.3;
	color: #040308;
}

.employers__quote-block__links-block {
	position: absolute;
	bottom: 16px;
	right: 20px;
}

.employers__quote-block__links-block.employers__quote-block__links-block__corporate {
	bottom: 35px;
}

.employers__quote-block__info__block {
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	margin-top: -7px;
}

.employers__quote-block__arrow {
	background-image: url(img/press-buttons.png);
	background-position: -101px -45px;
	background-repeat: no-repeat;
	margin-left: 153px;
}

.employers__quote-block__arrow.employers__quote-block__arrow__corporate-management {
	background-position: -101px 0px;
}

.employers__quote-block:hover .employers__quote-block__arrow {
	background-position: -101px 0px;
}

.employers__quote-block:hover .employers__quote-block__arrow.employers__quote-block__arrow__corporate-management {
	background-position: -101px -45px;
}

.employers__header-wrapper {
	font-size: 17px;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	position: relative;
	margin-top: 25px;
	margin-left: 30px;
}

.employers__header-wrapper.employers__header-wrapper__position-detail {
	color: #fff;
}

.employers__header-wrapper.employers__header-wrapper__corporate-business {
	margin-left: 0;
}

/*
.employers__header-wrapper::after {
	content: '';
	background: #159fd1;
	height: 6px;
	width: 39px;
	margin-top: 35px;
	display: inline-block;
	left: 0;
	position: absolute;
}*/

.employers__header-wrapper.employers__header-wrapper__corporate-business {
	content: none;
}

.employers__header-wrapper__corporate-business > .employers__pages__page__inner {
	min-height: 48px;
	position: relative;
}

.employers__header-wrapper__corporate-business > .employers__pages__page__inner::after {
	content: '';
	background: #159fd1;
	height: 6px;
	width: 39px;
	margin-top: 35px;
	display: inline-block;
	left: 0;
	position: absolute;
}

.modal__login__header__wrapper.employers__header-wrapper__corporate-business > .employers__pages__page__inner::after {
	content: none;
}

.employers__header-wrapper.employers__header-wrapper__position-detail::after {
	background: #fff;
}

.employers__pages__page__counter {
	display: inline-block;
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: rgb(255, 255, 255);
	background-image: url(img/circle-counter.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 35px;
	text-align: center;
	width: 35px;
	height: 35px;
	padding-top: 7px;
}

.employers__pages__page__inner {
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: rgb(4, 3, 8);
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 3px;
	line-height: 1.3;
}

.employers__pages__page__inner.employers__pages__page__inner__position-detail {
	color: #fff;
}

.employers__csr-block {
	overflow: hidden;
	background: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	margin: 15px auto;
	position: relative;
	z-index: 2;
}

.employers__csr-block:hover,
.employers__csr-block:active {
	background: #159fd1;
}

.employers__csr-block__inner {
	max-height: 290px;
	padding: 17px 70px 25px 33px;
}

.employers__header-wrapper__people {
	margin-bottom: -20px;
}

.employers__csr-block__text-header,
.employers__csr-block__text-link,
.employers__csr-block__text-main {
	font-size: 19px;
	color: #024c67;
	line-height: 1.3;
	position: relative;
}

.employers__csr-block__text-header {
	font-size: 18px;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	color: rgb(4, 3, 8);
	font-weight: 400;
	line-height: 1.2;
}

.employers__csr-block__text-link {
	font-size: 18px;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	color: rgb(21, 159, 209);
	font-weight: 400;
	line-height: 1.2;
}

.employers__csr-block__text-main {
	font-size: 15px;
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	font-weight: 400;
	color: rgb(4, 3, 8);
	line-height: 1.2;
	padding-top: 20px;
}

.employers__csr-block:hover .employers__csr-block__text-header,
.employers__csr-block:hover .employers__csr-block__text-link,
.employers__csr-block:hover .employers__csr-block__text-main {
	color: #ffffff;
}

.employers__csr-block:hover .employers__csr-block__text-link:hover {
	color: rgb(4, 3, 8);
}

.btn.btn-employers {
	margin-top: 20px;
}

.employers__careers {
	background-color: #c4e1eb;
	width: 100%;
}

.employers__careers.employers__careers__archive {
	background-color: #f0f1f1;
}

.employers__careers__container-job-even {
	background-color: rgba(21, 159, 209, 0.3);
}

.employers__careers__container-job-odd {
	background-color: rgba(21, 159, 209, 0.4);
}

.row:nth-of-type(odd) .employers__careers__container-job-odd,
.row:nth-of-type(even) .employers__careers__container-job-even {
	background-color: rgba(21, 159, 209, 0.4);
}

.row:nth-of-type(even) .employers__careers__container-job-odd,
.row:nth-of-type(odd) .employers__careers__container-job-even {
	background-color: rgba(21, 159, 209, 0.3);
}

.employers__careers__container-job {
	padding: 30px 0 10px 0;
}

.commercial .employers__careers__container-job {
	padding: 10px 15px;
}

.careers__job-position__name {
	font-size: 16px;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	color: rgb(4, 3, 8);
	font-weight: 400;
	line-height: 1.2;
	margin-left: 30px;
}

.careers__job-position__place {
	font-size: 16px;
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	color: rgb(4, 3, 8);
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}

.commercial .careers__job-position__place {
	line-height: 2.2;
	text-align: left;
    text-transform:uppercase;
}

.main__press-archive .careers__job-position__place {
	text-align: left;
	margin-left: 20px;
}

.main__press-archive a.employers__careers__container-job {
	padding: 0;
}

.main__press-archive .col-xs-2,
.main__press-archive .col-xs-8 {
	height: 80px;
	position: relative;
}

.main__press-archive p.careers__job-position__name,
.main__press-archive p.careers__job-position__place,
.main__press-archive p.careers__job-position__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
}

.main__press-archive p.careers__job-position__arrow {
	right: 0;
}

.careers__job-position__arrow {
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	margin-top: -7px;
}

.careers__job-position__arrow {
	background-image: url(img/press-buttons.png);
	background-position: -101px -45px;
	background-repeat: no-repeat;
}

.employers__careers__container-job:hover .careers__job-position__arrow {
	background-position: -101px 0px;
}

.employers__careers__container-job:hover .careers__job-position__name,
.employers__careers__container-job:hover .careers__job-position__place {
	color: #fff;
}

.employers__header-wrapper__job {
	margin-bottom: 25px;
}

.employers__header-wrapper__job.employers__header-wrapper__position-detail {
	margin-top: 40px;
}

.btn.btn-blue.btn-employers.btn-employers-job {
	margin-top: 65px;
}

/* nav pages block */

.employers__pages__nav-pages-block {
	text-decoration: none;
	display: block;
	letter-spacing: 0;
	line-height: 1.975;
	float: right;
	margin: 90px 0 50px;
}

.employers__pages__nav-pages-block.employers__pages__nav-pages-block__media {
	margin: 30px 0 40px;
}

.employers__pages__nav-pages__link {
	font-size: 16px;
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	font-weight: 400;
	color: #040308;
	line-height: 1.2;
	position: relative;
	text-align: center;
	padding: 0 5px;
	display: inline-block;
	background-image: url(img/pagination-arrows.png);
	background-repeat: no-repeat;
	background-position: 100px 0px;
	margin: 0 4px;
}

.employers__pages__nav-pages__link:hover {
	color: #159fd1;
}

.employers__pages__nav-pages__link::after {
	content: '';
	background: transparent;
	height: 5px;
	width: 100%;
	bottom: -6px;
	display: inline-block;
	left: 0;
	position: absolute;
}

.employers__pages__nav-pages__link-active {
	color: #159fd1;
}

.employers__pages__nav-pages__link.employers__pages__nav-pages__link-active:hover {
	color: #040308;
}

.employers__pages__nav-pages__link-active::after {
	background: #159fd1;
}

.employers__pages__nav-pages__link.employers__pages__nav-pages__link-active:hover::after {
	background: #040308;
}

.employers__pages__nav-pages__link__forward,
.employers__pages__nav-pages__link__double-forward,
.employers__pages__nav-pages__link__back,
.employers__pages__nav-pages__link__double-back,
.employers__pages__nav-pages__link__forward:hover,
.employers__pages__nav-pages__link__double-forward:hover,
.employers__pages__nav-pages__link__back:hover,
.employers__pages__nav-pages__link__double-back:hover {
	color: transparent;
}

.employers__pages__nav-pages__link__forward {
	background-position: -114px 1px;
}

.employers__pages__nav-pages__link__forward:hover {
	background-position: -95px 1px;
}

.employers__pages__nav-pages__link__double-forward {
	background-position: -151px 1px;
}

.employers__pages__nav-pages__link__double-forward:hover {
	background-position: -133px 1px;
}

.employers__pages__nav-pages__link__back {
	background-position: -37px 1px;
}

.employers__pages__nav-pages__link__back:hover {
	background-position: -55px 1px;
}

.employers__pages__nav-pages__link__double-back {
	background-position: 1px 1px;
}

.employers__pages__nav-pages__link__double-back:hover {
	background-position: -18px 1px;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

.footer {
	background-color: #024c67;
}

.footer__links,
#footer-menu li a {
	font-family: 'Roboto-Medium', 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	transition: all .4s ease;
	color: #ffffff;
}

a.footer__links:active,
#footer-menu li a:active {
	color: #f0f1f1;
}

a.footer__links:hover,
#footer-menu li a:hover {
	color: #4b8093
}

/*
a.footer__links::after {
    content: '';
    background: transparent;
    height: 1px;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    left: 0;
    position: absolute;
}

a.footer__links:hover::after {
    background: #4b8093;
}
*/

.footer__top-block {
	margin-top: 60px;
	margin-bottom: 33px;
}

.footer__bottom-block {
	margin-top: 43px;
	margin-bottom: 80px;
}

.footer__top-block::after {
	content: '';
	background: #4b8093;
	height: 1px;
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}

.footer__rights {
	font-family: 'Roboto-Regular', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 13px;
}

.footer__ul,
#footer-menu {
	float: right;
}

.footer-socials__ul__wrapper {
	text-align: right;
}

.footer-socials__ul {
	padding: 0;
	display: inline-block;
}

ul.ul-links.footer-socials__ul li {
	padding-left: 20px;
}

.footer__social-link {
	background-image: url(img/footer-socials.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.footer__social-link:hover {
	transform: scale(1.2);
}

.footer__social-facebook {
	background-position: 0px 2px;

}

.footer__social-twitter {
	background-position: -55px 2px;
}

.footer__social-linkedin {
	background-position: -111px 2px;
}

/*--------------------------------------------------------------
# IMG, LOGO, UL, H2, P, SOCIAL, BTN, CONTAINER
--------------------------------------------------------------*/

* {
	-webkit-transition: all .3s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

html, body {
	background-color: #f0f1f1;
	overflow-x: hidden;
	/*height: 100%;*/
}

img {
	width: 100%;
}

a.logo {
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: 0 center !important;
	display: inline-block;
	width: 100%;
	height: 55px;
	margin-top: 10px;
}

a.logo__bottom {
	display: inline-block;
	width: 100%;
	height: 65px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: 0px center !important;
	margin-top: -16px;
}

ul.ul-links {
	list-style-type: none;
	margin-top: -10px;
}

ul.ul-links li {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.block-header__wrapper {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 15px;
}

.block-header {
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 27px;
	text-align: center;
	letter-spacing: 2vh;
	margin-top: 50px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
	width: 70%;
	/*display: inline;*/
}

.block-header.block-header__employees {
	margin-bottom: -10px;
}

.block-header::before {
	content: '';
	padding-left: 50px;
	background: #159fd1;
	height: 1px;
	width: 77px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -90px;
}

.block-header::after {
	content: '';
	padding-left: 50px;
	background: #159fd1;
	height: 1px;
	width: 77px;
	display: inline-block;
	top: 50%;
	position: absolute;
	right: -80px;
}

.text__color-white.block-header::before {
	background: #ffffff;
}

.text__color-white.block-header::after {
	background: #ffffff;
}

.text__color-black {
	color: #040308;
}

.text__color-white {
	color: #ffffff;
}

p {
	font-family: 'Roboto-Regular', 'Roboto', sans-serif;
	font-weight: 400;
}

.social {
	display: inline-block;
}

.btn {
	font-family: 'Roboto-Black', 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 15px 70px;
	display: block;
	-webkit-transition: all .8s linear;
	transition: all .8s linear;
}

.btn-blue {
	background-color: #159fd1;
	color: #ffffff;
	font-size: 16px;
	margin: 40px auto 65px auto;
}

.btn-blue:hover {
	background-color: #024c67;
	color: #ffffff;
}

.btn-light-blue {
	background-color: #c4e1eb;
	color: #159fd1;
	padding: 15px 75px;
	font-size: 16px;
	margin: 0px auto -10px auto;
}

.btn-light-blue:hover {
	background-color: #024c67;
	color: #ffffff;
}

.btn-white {
	padding: 15px 45px;
	background-color: #ffffff;
	color: #159fd1;
	font-size: 20px;
	margin: 55px auto 50px auto;
}

.btn-white:hover {
	background-color: #024c67;
	color: #ffffff;
}

a:hover,
a:active {
	text-decoration: none;
}

input:focus {
	outline: none;
}

#press-releases-block,
#images-block,
#videos-block,
#others-block {
	display: none;
}

#press-releases-block {
	display: block;
}

.form__position {
	width: 100%;
	padding: 15px;
	background-color: #c4e1eb;
	border: none;
	font-size: 16px;
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	font-weight: 400;
	color: rgb(4, 3, 8);
	line-height: 1.266;
	margin: 10px 30px;
	border: 1px solid #77949e;
}

.form__position__error .form__position {
	border: 1px solid #9e140f;
}

.form__position__file-label {
	position: relative;
	color: rgba(4, 3, 8, .55);
	cursor: pointer;
}

.form__position__file-label::after {
	content: '';
	background-image: url(img/form-file-icon.png);
	background-repeat: no-repeat;
	background-position: -60px 4px;
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 15px;
	opacity: 0.55;
}

input[type=file].form__position__file-hidden {
	display: none;
}

.form__position__mandatory {
	margin: 10px 60px 20px;
	font-size: 13px;
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	color: rgb(4, 3, 8);
	line-height: 1.849;
}

#position-form:hover .form__position,
#position-form:hover .btn-light-blue {
	background-color: #f0f1f1;
}

#position-form:hover .form__position__file-label::after {
	opacity: 1;
}

#position-form:hover .btn-light-blue:hover {
	background-color: #024c67;
	color: #ffffff;
}

.form__position:focus {
	background-color: #f0f1f1;
}

.container {
	display: block;
}

.container__inner {
	display: block;
	padding: 0 133px 0 123px;
}

.slider__brands__wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
}

#slider__brands {
	height: 100px;
	background-color: #013548;
}

.mobile-menu__nav__block {
	background-color: #013548;
}

#mobile-menu__block,
#mobile-reset__block,
#mobile-login__block {
	position: absolute;
	width: 80vw;
	z-index: 999;
	top: 81px;
	transition: all 0.6s ease;
	background-color: #013548;
	/*overflow-y: hidden;*/
}

#mobile-menu__block::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	background: #4b707d;
	width: calc(100% - 30px);
	height: 1px;
}

#mobile-menu__white-space {
	height: 100%;
	position: fixed;
	display: none;
	z-index: 888;
	top: 0;
	left: 0;
	width: 100vw;
	transition: all 0.9s ease;
	background: rgba(0, 0, 0, 0);
}

#mobile-menu__block ul.header__pages__ul {
	float: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

#mobile-menu__block p.header-socials__name {
	font-size: 14px;
	font-family: "Roboto-Medium", "Roboto", sans-serif;
	color: rgb(240, 241, 241);
	line-height: 0.844;
	text-align: left;
	padding-top: 15px;
}

#mobile-menu__block ul.ul-links li {
	float: none;
	padding: 0;
	margin: 0;
}

#mobile-menu__block ul.ul-links li .header__pages__page {
	padding-left: 0;
	font-size: 15px;
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	padding: 18px;
	padding-left: 15px !important;
}

#mobile-menu__block ul.ul-links.header-socials__ul {
	float: none;
	margin-top: 20px;
	padding-left: 0;
	margin-left: 5px;
}

#mobile-menu__block .header-socials__wrapper {
	position: relative;
	margin-top: 25px;
}

#mobile-menu__block ul.ul-links.header-socials__ul li {
	display: inline-block;
	margin-right: 30px;
	transform: scale(1.8);
}

#mobile-menu__block .header-socials__wrapper::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #4b707d;
	width: 100%;
	height: 1px;
}

#mobile-menu__block .header__selector,
#mobile-menu__block .header__login {
	margin: 0px -15px 0 -15px;
	padding: 20px 15px;
	display: block;
	font-size: 14px;
	background-color: rgb(4, 71, 95);
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	color: rgb(240, 241, 241);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 0.917;
	text-align: left;
}

#mobile-menu__block .header__selector::after {
	right: 15px;
	margin: 0;
	position: absolute;
}

#mobile-menu__block .mobile-menu__block__second-part {
	background-color: rgb(4, 71, 95);
	height: 100%;
	margin-top: 15px;
}

.mobile-menu__block__second-part {
	background-color: rgb(4, 71, 95);
	height: 100vh;
}

.mobile-block__login-reset__header {
	font-size: 16px;
	letter-spacing: 3px;
}

#mobile-login__block .modal__login__input,
#mobile-reset__block .modal__login__input {
	border: none !important;
}

.mobile-block__login-reset__header__wrapper {
	text-align: center;
	margin-bottom: -25px;
}

.btn.mobile-block__login-reset__btn {
	width: 100%;
	padding: 12px 70px;
	margin-bottom: 25px !important;
	font-size: 14px;
}

#mobile-menu__block .header__language__btn {
	margin-left: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	padding-top: 7px;
	width: 27px;
	height: 27px;
	background-size: 75px;
}

#mobile-menu__block #site-navigation ul li.current-menu-item > a::after {
	background: transparent;
}

#mobile-menu__block #primary-menu li > ul.sub-menu {
	display: none;
	position: initial;
	background-color: #315b6a;
	width: 100%;
	/*height: 0;*/
	margin-top: 0px;
	position: relative;
	z-index: -1;
}

#mobile-menu__block #primary-menu li > ul.sub-menu li > a {
	font-size: 13px;
	color: rgb(240, 241, 241);
	text-align: left;
	padding-left: 30px;
	font-weight: 600;
	letter-spacing: 1.8px;

}

/*
#mobile-menu__block #primary-menu li > ul.sub-menu li > a:hover,
#mobile-menu__block #primary-menu li > ul.sub-menu li > a {
    color: rgb(240, 241, 241);
    background-color: #159fd1;
}
*/

#mobile-menu__block #primary-menu li > ul.sub-menu:hover li > a {
	color: #04475f;
}

#mobile-menu__block #site-navigation ul li.menu-item-object-page > a,
#mobile-menu__block #site-navigation ul li.menu-item-has-children > a {
	background: #013548;
	z-index: 2;
}

#mobile-menu__block .header__language__btn-active,
#mobile-menu__block .header__language__btn:hover {
	color: #04475f;
	background-position-x: -48px;
}

#mobile-menu__block ul.ul-links.header__select-country {
	top: 100%;
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}

#mobile-menu__block ul.ul-links.header__select-country li {
	margin-right: -30px;
}

#mobile-menu__block .header__select-country__option {
	display: block;
	width: 100%;
	padding: 20px 15px;
}

#mobile-menu__block #site-navigation ul li > a:hover,
#mobile-menu__block #site-navigation ul li > a:active {
	color: rgb(240, 241, 241);
	background-color: transparent;
}

.arrow-in-mobile-menu__after::before {
	content: '';
	display: block;
	position: absolute;
	height: 30px;
	width: 30px;
	left: auto;
	right: 15px;
	bottom: 13px;
	background-image: url(img/mobile-menu-arrows.png) !important;
	background-size: 30px !important;
	background-repeat: no-repeat !important;
	background-position: 0 -100px !important;
	background-color: transparent !important;
	transform: scale(0.8);
}

.top-block-socials__ul__share__mobile {
	font-size: 18px;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	color: #1da1f2;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 4.292;
	text-align: center;
	margin-top: -15px;
}

.social-wall__at__bottom {
	padding-bottom: 80px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: none !important;
	background: transparent !important;
	font-weight: normal;
	color: #fff;
}

h2.management-detail__headers::after,
h3.management-detail__headers::after {
	display: none;
}

h2.management-detail__headers .employers__pages__page__inner {
	font-size: 18px;
	letter-spacing: 4px;
}

h3.management-detail__headers .employers__pages__page__inner {
	font-size: 17px;
	letter-spacing: 3px;
}

.management-detail__close-btn.brand-press-release__close-btn.brand-press-release__close-btn__position-detail {
	background-position: 2px 2px;
}

.management-detail__close-btn.brand-press-release__close-btn.brand-press-release__close-btn__position-detail:hover {
	background-position: 2px -46px;
}

.management-detail__top-name.top-block__header__without-border {
	text-align: left;
	color: #024c67;
	margin-top: 100px;
}

.commercial .management-detail__top-name.top-block__header__without-border {
	color: #FFF;
}

.management-detail__top-position.top-block__header__paragraph {
	text-align: left;
	color: #024c67;
	margin-bottom: 150px;
	min-height: 60px;
}

.commercial .management-detail__top-position.top-block__header__paragraph {
	color: #FFF;
}

.management-detail__top-position.top-block__header__paragraph::after {
	background: #024c67;
	left: 0;
	width: 10%;
}

.commercial .management-detail__top-position.top-block__header__paragraph::after {
	background: #FFF;
}

.modal-content {
	box-shadow: none !important;
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
}

.modal {
	background: rgba(0, 0, 0, 0.6) !important;
}

.modal-header,
.modal-footer {
	border: none !important;
}

.modal__login__header {
	color: #f0f1f1;
}

.modal__login__header__wrapper.employers__header-wrapper {
	text-align: center;
	margin-bottom: -15px !important;
}

.modal__login__header__wrapper.employers__header-wrapper::after {
	content: '';
	background: #159fd1;
	height: 6px;
	width: 10%;
	margin-top: 40px;
	display: inline-block;
	left: 45%;
	position: absolute;
}

.modal__login__input {
	width: 100%;
	margin: 0 0 15px !important;
	background-color: #f0f1f1;
	border: 1px solid #909191 !important;
	text-align: center;
	color: #000;
	outline: none;
}

.modal__login__input:focus {
	background-color: #fff;
}

.modal__login__password-btn {
	font-size: 15.264px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	text-decoration: underline;
	line-height: 1.615;
	text-align: center;
	margin: 10px auto 0;
	display: block;
	border: none;
	background: none;
}

.modal__login__password-btn:hover {
	-moz-text-decoration-color: transparent;
	text-decoration-color: transparent;
	color: rgb(225, 225, 225);
}

.modal__login__login-btn {
	margin: -15px auto 0 !important;
}

.brand-press-release__close-btn.brand-press-release__close-btn__position-detail.modal__login__close-btn {
	cursor: pointer;
}

.brand-press-release__close-btn.brand-press-release__close-btn__position-detail.modal__login__close-btn:hover {
	background-position: 2px -46px;
	transform: rotate(360deg);
}

.modal__login__reset {
	font-size: 13px;
	font-family: "Roboto Slab";
	color: rgb(235, 235, 235);
	line-height: 1.4;
	text-align: center;
	margin: 30px 0 -10px !important;
}

a {
	cursor: pointer;
}

.vjs-big-play-button {
	width: 85px !important;
	height: 85px !important;
	border-radius: 100% !important;
	top: calc(50% - 57px) !important;
	left: calc(50% - 29px) !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	top: 19px !important;
	font-size: 49px !important;
}

/*********************
    CONTACTS
*/

.top-block__header__contacts__wrapper.top-block__header__paragraph {
	margin-bottom: 190px;
	margin-top: 110px;
}

.top-block__header__contacts__wrapper.top-block__header__paragraph::after {
	width: 10%;
	margin-top: -15px;
	left: 45%;
}

.contacts-page__block__to-left {
	padding-left: 40px;
	padding-bottom: 60px;
}

.employers__quote-block__name__contacts {
	font-size: 17px;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	color: #024c67;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.employers__quote-block__position__contacts {
	font-size: 15px;
	font-family: "Roboto-Bold", "Roboto", sans-serif;
	color: #024c67;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1.2px;
}

.contacts-page__block__to-left .employers__csr-block__text-main {
	margin-top: -20px;
	margin-bottom: -10px;
}

.contacts-page__contacts-info {
	font-size: 15px;
	font-family: "Roboto";
	color: rgb(4, 3, 8);
	line-height: 2.133;
	text-align: left;
	position: relative;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	padding-top: 6px;
}

.contacts-page__contacts-info::before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 25px;
	background-image: url(img/contact-icons.png);
	background-repeat: no-repeat;
	top: 8px;
	left: 0;
}

.contacts-page__contacts-info__mail::before {
	background-position: 0 6px;
}

.contacts-page__contacts-info__office-phone::before {
	background-position: 0 -23px;
}

.contacts-page__contacts-info__mobile-phone::before {
	background-position: 0 -59px;
}

.top-block__pages__wrapper__contacts-page {
	height: 60px;
}

.top-block__contacts {
	background-image: url(img/contacts-top-img.jpg);
}

.contacts-page__block-info__wrapper:nth-of-type(4n)::after {
	content: '';
	display: block;
	margin-top: 35px;
	width: 400%;
	height: 1px;
	background: #a8bfc7;
	position: absolute;
	left: -300%;
}

.contacts-page__block-info__wrapper:last-of-type::after {
	display: none;
}

.brand-press-release__close-btn.brand-press-release__close-btn__position-detail.search-settings__modal-close {
	background-position: 2px 0px;
}

.brand-press-release__close-btn.brand-press-release__close-btn__position-detail.modal__login__close-btn.search-settings__modal-close:hover {
	background-position: 2px 0px;
}

.brand-press-release__close-btn.search-settings__modal-close {
	right: 15px;
}

.modal-content.modal-content__search-settings {
	background: #fff !important;
}

.modal.modal__search-settings {
	background: rgba(220, 220, 220, 0.6) !important;
}

.header__top-right-block {
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	display: flex;
	justify-content: flex-end;
}

.header__top-right-block .menu-social-container {
	margin-top: -3px;
	padding-right: 20px;
}

.top-block__pages__search .top-block__pages__page {
	padding-bottom: 10px;
}

.settings-modal__button {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	background: url(img/search-settings.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 30px;
}

/**************
    MOBILE
 */

@media screen and (min-width: 1300px) {
	.container {
		width: 1280px;
	}
}

@media screen and (max-width: 1300px) {
	ul.ul-links.header__brands li {
		padding: 0;
		margin: 0 -10px;
		transform: scale(0.7);
	}
}

@media screen and (min-width: 992px) {
	* {
		-webkit-transition: all .3s ease;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}

	.hide-on-mobile {
		display: block;
	}

	.show-on-mobile {
		display: none !important;
	}

	.main__press-release__text-block {
		padding: 30px 20px 0 0px;
	}

	.main__press-release__text-block__with-min__small {
		padding: 20px;
	}

	.header__brands {
		display: -webkit-flex !important;
		-webkit-justify-content: space-around;
		display: flex !important;
		justify-content: space-around;
		width: 100%;
		padding-left: 0;
	}

	.settings-modal__button {
		display: none;
	}

	#accardeon-menu-bottom__wrapper {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.container__inner {
		padding: 0;
	}

	.header__pages__page {
		font-size: 13px;
	}

	li.menu-item.menu-item-type-post_type.menu-item-object-page > a {
		font-size: 13px;
	}
}

@media screen and (max-width: 991px) {
	.hide-on-mobile {
		display: none !important;
	}

	.show-on-mobile {
		display: block;
	}

	.container__inner {
		padding: 0;
	}

	.slider-shadow {
		top: 90px;
	}

	.footer__ul,
	#footer-menu {
		float: none;
		padding: 0;
		margin-top: 15px !important;
	}

	ul.ul-links.footer__ul li,
	#footer-menu li {
		display: inline-block;
		width: 100%;
		float: none;
		padding-left: 0;
		text-align: center;
		margin: 10px auto;
	}

	#social-footer-menu {
		float: none;
	}

	.footer__top-block {
		margin-top: 25px;
	}

	.footer__rights {
		text-align: center;
		font-size: 19px;
	}

	.footer-socials__ul__wrapper {
		text-align: center;
		margin-bottom: 40px;
	}

	.footer__links,
	#footer-menu li a {
		font-size: 22px;
	}

	.btn-before-footer {
		margin: -25px auto 20px auto;
		font-size: 20px;
		padding: 15px 100px;
	}

	.employers__quote-block {
		width: 100%;
	}

	.employers__quote-block__inner__img {
		height: 345px;
	}

	.employers__quote-block__position {
		font-size: 21px;
	}

	.employers__quote-block__name {
		font-size: 26px;
	}

	.employers__quote-block__name::after {
		margin-top: 40px;
	}

	.employers__quote-block__text-quote {
		font-size: 19px;
	}

	.employers__quote-block__inner__text-block {
		min-height: 250px;
	}

	.employers-block .employers-block__header {
		margin-top: 40px;
	}

	.employers-block .employers-block__header.employers-block__header__employees {
		margin-top: -20px;
	}

	.btn-in-socials {
		margin: 20px auto 30px auto;
		padding: 15px 85px;
	}

	.socials__post__inner__text-block__small {
		height: 240px;
	}

	.btn-before-socials {
		margin: 5px auto -35px auto !important;
	}

	.main__press-release__text-big,
	.main__press-release__text-small {
		font-size: 25px;
		/*padding-left: 15px;*/
	}

	.main__press-release__text-big::after,
	.main__press-release__text-small::after {
		margin-top: 45px;
		/*left: 15px;*/
	}

	.main__press-release__text-date {
		margin-top: 30px;
		font-size: 20px;
		margin-bottom: 95px;
		/*padding-left: 15px;*/
	}

	.main__press-release__info__block__medias__big {
		float: left;
	}

	.header__brands-brand {
		transform: scale(0.7);
	}

	.header__brands-brand:hover {
		transform: scale(1);
	}

	a.logo {
		margin-top: 15px;
	}

	a.logo__bottom {
		height: 75px;
	}

	.block-header__wrapper__top__block {
		margin-top: 45px;
	}

	.block-header.text__color-black.media-brand__block-header {
		margin-top: -20px;
	}

	.block-header {
		letter-spacing: 1vh;
		font-size: 25px;
	}

	.main__press-release__info__block__medias {
		margin-left: 70px;
		width: 40%;
	}

	a.logo__bottom {
		background-position: center center;
	}

	.header__social-twitter {
		background-image: url(img/social-icons-mobile.png);
		background-size: 140px;
		background-position: -59px 1px;
	}

	.header__social-facebook {
		background-image: url(img/social-icons-mobile.png);
		background-size: 140px;
		background-position: 6px 2px;
	}

	.header__social-linkedin {
		background-image: url(img/social-icons-mobile.png);
		background-size: 140px;
		background-position: -122px 2px;
	}

	.main__press-release__info__block {
		width: 54px;
		height: 54px;
	}

	.main__press-release__arrow {
		background-image: url(img/press-buttons-mobile.png);
		background-size: 500px;
		background-position: -451px -7px;
	}

	.main__press-release:hover .main__press-release__arrow {
		background-position: -451px -77px;
	}

	.main__press-release__video {
		background-image: url(img/press-buttons-mobile.png);
		background-position: -173px -6px;
		background-size: 500px;
	}

	.main__press-release:hover .main__press-release__video {
		background-position: -173px -77px;
	}

	.main__press-release__picture {
		background-image: url(img/press-buttons-mobile.png);
		background-position: 0px -7px;
		background-size: 500px;
	}

	.main__press-release:hover .main__press-release__picture {
		background-position: 0px -79px;
	}

	.employers__quote-block__arrow {
		background-image: url(img/press-buttons-mobile.png);
		background-size: 500px;
		background-position: -451px -7px;
	}

	.employers__quote-block__arrow.employers__quote-block__arrow__corporate-management {
		background-image: url(img/press-buttons-mobile.png);
		background-size: 500px;
		background-position: -451px -77px;
	}

	.employers__quote-block:hover .employers__quote-block__arrow {
		background-position: -451px -77px;
	}

	.employers__quote-block:hover .employers__quote-block__arrow.employers__quote-block__arrow__corporate-management {
		background-position: -451px -7px;
	}

	.employers__quote-block__info__block {
		width: 54px;
		height: 54px;
	}

	.contacts-page__block-info__wrapper::after {
		display: none;
	}

	.header__pages {
		z-index: 900;
	}

	.top-block__header {
		font-size: 40px;
	}

	.block-header__wrapper.block-header__wrapper__top__block.block-header__wrapper__employees {
		margin-top: 20px;
	}

	.top-block__header:after,
	.top-block__header__paragraph:after {
		margin-top: 80px;
		height: 4px;
		width: 10%;
		left: 45%;
	}

	.top-block__header__paragraph {
		font-size: 25px;
	}

	.main__press-archive p.careers__job-position__arrow {
		right: unset;
	}

	.main__press-archive .careers__job-position__place {
		left: 20%;
	}

	.top-block__search-box .top-block__pages-search {
		display: none;
	}

	.top-block__socials {
		background-image: url(img/top-block-socials-mobile.png);
		background-size: 300px;
	}

	.top-block__pages__wrapper__socials {
		background-color: #f0f1f1;
		margin-top: 20px;
	}

	/*
	.top-block__pages__wrapper__socials ul.ul-links.top-block-socials__ul li {
		padding: 0 2vw;
	}
	*/
	ul.ul-links.top-block-socials__ul {
		margin: 10px -15px -10px -15px;
		display: -webkit-flex;
		-webkit-justify-content: space-around;
		display: flex;
		justify-content: space-around;
	}

	.social-wall__at__bottom {
		padding-bottom: 40px;
	}

	.main .btn.btn-blue.btn-before-socials__brand {
		margin: 5px auto 20px;
	}

	.main__press-release__post-img__with-min__small {
		min-height: 320px;
	}

	.main__press-release__text-block__with-min__small {
		min-height: 320px;
	}
  
    .brand-profiles .main__press-release__text-block__with-min__small {
		min-height: 96px;
	}

	.main__press-release__text-small {
		font-size: 25px;
	}
  
    .brand-profiles .main__press-release__text-small {
		font-size: 25px;
        margin-top:-6px
	}

	.top-block__pages__page {
		display: none;
	}

	.top-block__pages__page-active {
		display: block;
	}

	ul.ul-links.top-block__pages__ul,
	.top-block__pages__wrapper ul.menu {
		width: 100%;
	}

	ul.ul-links.top-block__pages__ul li,
	.top-block__pages__wrapper ul.menu li {
		width: 100%;
		text-align: left;
	}

	.top-block__pages__page::after {
		height: 30px;
		width: 30px;
		left: auto;
		right: 15px;
		bottom: 12px;
		background-image: url(img/mobile-menu-arrows.png);
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: 0 -102px;
	}

	.top-block__pages__page-active::after {
		background-color: transparent;
		background-position: 0 0;
	}

	a.top-block__pages__page:hover, a.top-block__pages__page:active {
		color: rgb(255, 255, 255);
		background-color: #04475f;
	}

	a.logo__bottom {
		background-position: center center !important;
	}

	.media-brand__block__search-box.top-block__search-box,
	.select-types__media,
	.select-programms__media {
		margin: 10px 0;
	}

	.top-block__pages__wrapper ul.menu li.menu-item > a::after {
		height: 30px;
		width: 30px;
		left: auto;
		right: 15px;
		bottom: 16px;
		background-image: url(img/mobile-menu-arrows.png) !important;
		background-size: 30px !important;
		background-repeat: no-repeat !important;
		background-position: 0 0 !important;
		background-color: transparent !important;
		transform: scale(0.8);
	}

	.top-block__pages__wrapper ul.menu li.menu-item.current-menu-item > a::after {
		background-position: 0 -102px !important;
	}

	.top-block__pages__wrapper ul.menu li.menu-item > a {
		border-bottom: 1px #f0f1f1 solid;
		border-top: 1px #92adb7 solid;
	}

	.container__inner__header-pages {
		margin: 0 -30px;
	}

	#accardeon-menu-bottom__wrapper {
		display: block;
		background-color: #04475f;
		margin: 20px -30px 20px -30px;
	}

	.menu-social-container ul.menu {
		float: left;
		padding-left: 0;
	}

	.menu-social-container ul.menu li {
		padding-left: 0;
		padding-right: 10px;
	}

	.fb-menu > a {
		background-image: url(img/social-icons-mobile.png);
		background-position: 11px 5px;
		background-size: 230px;
		width: 40px;
		height: 40px;
	}

	.tw-menu > a {
		width: 40px;
		height: 40px;
		background-image: url(img/social-icons-mobile.png);
		background-position: -94px 3px;
		background-size: 230px;
	}

	.insta-menu > a {
		width: 40px;
		height: 40px;
		background-image: url(img/social-icons-mobile.png);
		background-position: -197px 5px;
		background-size: 230px;
	}

	#primary-menu {
		padding-left: 0;
		margin-left: -15px;
		margin-right: -15px;
	}

	#primary-menu li {
		float: none;
		padding-left: 0;
	}

	#primary-menu .search-menu {
		display: none;
	}

	#primary-menu li > a {
		width: 100%;
	}

	.social-wall .block-header {
		margin-top: 8px;
	}

	#site-navigation ul li > a {
		padding: 22px 17px;
		font-size: 16px;
	}

	.block-header__wrapper__press-releases {
		margin-top: -15px;
	}

	.brand-page-press-releases__img-block {
		width: initial;
		margin: 0 -15px;
	}

	.brand-page-press-releases__img-block .slick-arrow {
		display: none !important;
	}

	.brand-page-press-releases__links-block {
		background-color: #f0f1f1;
		display: block;
		width: initial;
		/*margin: 0 -15px;*/
	}

	ul.ul-links.brand-page-press-releases__links-block__ul.ul-right,
	ul.ul-links.brand-page-press-releases__links-block__ul {
		float: none;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		display: flex;
		justify-content: space-between;
	}

	.brand-page-press-releases__socials {
		background-image: url(img/top-block-socials-mobile.png);
		background-size: 300px;
	}

	.brand-page-press-releases__socials-share {
		color: #1da1f2;
		background-image: none;
	}

	.brand-page-press-releases__social-blocks__borders {
		/*border-bottom: 1px solid #abbac0;*/
		padding: 10px 15px;
		position: relative;
	}

	.brand-page-press-releases__social-blocks__borders::after {
		content: '';
		position: absolute;
		display: block;
		width: calc(100% - 30px);
		height: 1px;
		background: #abbac0;
		left: 15px;
		bottom: 0;
	}

	.brand-page-press-releases__socials-facebook {
		background-position: 5px 4px;
	}

	.brand-page-press-releases__socials-twitter {
		background-position: -79px 4px;
	}

	.brand-page-press-releases__socials-linkedin {
		background-position: -163px 4px;
	}

	.brand-page-press-releases__socials-mail {
		background-image: url(img/rss-mail-mobile.png);
		background-size: 140px;
		background-position: 0px 4px;
	}

	.page-template-brand-press-releases .social-wall {
		display: none;
	}

	.form__position {
		margin: 10px 0;
	}

	.top-block__header__without-border.top-block__header__without-border__position-detail {
		font-size: 30px;
		margin-top: 50px;
	}

	.top-block__header__paragraph__position-detail__arrows-block {
		display: none;
	}

	.top-block__header__paragraph.top-block__header__paragraph__position-detail {
		font-size: 18px;
		margin-bottom: 50px;
	}

	.top-block__header__paragraph:after {
		margin-top: 50px;
	}

	.btn-blue {
		margin: 10px auto 35px auto;
	}

	.social-wall__employees {
		padding-bottom: 10px;
	}

	.main__press-release__video.main__press-release__video__media {
		background-position: -172px -7px;
	}
}

@media screen and (max-width: 640px) {
	.block-header {
		font-size: 20px;
	}

	.main__press-release__text-big,
	.main__press-release__text-small {
		font-size: 23px;
	}

	.main__press-release__text-date {
		font-size: 18px;
	}

	.main__press-release__info__block {
		transform: scale(0.8);
	}

	.top-block__header__without-border {
		font-size: 40px;
	}

	.top-block__header__paragraph {
		font-size: 20px;
	}

	.employers__careers__container-job .careers__job-position__name,
	.employers__careers__container-job .careers__job-position__place {
		font-size: 14px;
	}
}

@media screen and (max-width: 460px) {
	.header__brands-brand {
		transform: scale(0.4);
		margin-left: -20px;
	}

	.block-header {
		font-size: 20px;
	}
}

.search-csr-block {
	width: 100%;
	background-color: white;
	padding: 15px 30px;
}

.search-csr-title {
	color: #040308;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.search-csr-link a {
	color: #159fd1;
	font-size: 18px;
	font-weight: bold;

}

.form-error {
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #f0f1f1;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	letter-spacing: 5px;
	line-height: 1.975;
	text-align: center;
	margin-bottom: 10px;
}

@media print {
	#site-navigation, .header__language-btns, .header__login, .header__selector__wrapper, .brand-press-release__close-btn, .brand-page-press-releases__img-block, .brand-page-press-releases__links-block, .main__press-release, .btn-main__brand-press-release-detail, .footer {
		display: none;
	}

	#press-releases-block .col-md-8 {
		width: 100% !important;
	}

	#press-releases-block .col-md-4 {
		display: none;
	}

	.brand-press-release-detail__text.brand-press-release-detail__text-date, .brand-press-release-detail__text.brand-press-release-detail__text-main {
		margin: 0;
	}
}

.hidden {
	display: none;
}

.others-block {
	padding-bottom: 0;
}

ul#ui-id-1 {
	/*width: 100%;*/
	background-color: #f0f1f1;
	padding: 0;
	list-style: none;
	font-size: 16px;
	border: none;
}

ul#ui-id-1 li {
	padding: 15px 20px;
	cursor: pointer;
	color: black;
	background-color: #f0f1f1;

	transition: color .3s ease-in, background-color .3s ease-in;
}

ul#ui-id-1 li:hover {
	background-color: #40add7;
	color: white;
}

/* Success modal window after sending CV */

.success-modal {
	position: absolute;

	width: 1050px;
	height: 450px;
	background-color: #40add7;

	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 100;
}

.success-modal.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.success-img {
	background: url(img/success.png) no-repeat;
	width: 76px;
	height: 62px;
	margin-bottom: 20px;
}

.success-title {
	font-size: 32px;
	color: #f0f1f1;
}

.success-desc {
	font-size: 25px;
	color: #f0f1f1;
}

.text-container h1 {
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: rgb(4, 3, 8);
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	letter-spacing: 5px;
	line-height: 1.975;
	position: relative;
	margin-top: 25px;
	margin-left: 30px;
}

.text-container h1:after {
	content: '';
	background: #159fd1;
	height: 6px;
	width: 39px;
	margin-top: 40px;
	display: inline-block;
	left: 0;
	position: absolute;
}

.text-container h2 {
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: rgb(4, 3, 8);
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	letter-spacing: 5px;
	line-height: 1.975;
	position: relative;
	margin-top: 25px;
	margin-left: 30px;
}

.text-container h2:after {
	content: '';
	background: #159fd1;
	height: 6px;
	width: 39px;
	margin-top: 35px;
	display: inline-block;
	left: 0;
	position: absolute;
}

.text-container h3 {
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgb(4, 3, 8);
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	letter-spacing: 5px;
	line-height: 1.975;
	position: relative;
	margin-top: 25px;
	margin-left: 30px;
}

.text-container h3:after {
	content: '';
	background: #159fd1;
	height: 4px;
	width: 39px;
	margin-top: 33px;
	display: inline-block;
	left: 0;
	position: absolute;
}

.text-container h4 {
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	color: rgb(4, 3, 8);
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	letter-spacing: 5px;
	line-height: 1.975;
	position: relative;
	font-size: 11px;
	margin-top: 25px;
	margin-left: 30px;
	margin-top: 25px;
	margin-left: 30px;
}

.text-container h5 {
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	color: rgb(4, 3, 8);
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	letter-spacing: 5px;
	line-height: 1.975;
	position: relative;
	font-size: 8px;
	margin-top: 25px;
	margin-left: 30px;
}

.text-container h6 {
	font-family: 'Roboto-Bold', 'Roboto', sans-serif;
	font-weight: 400;
	color: rgb(4, 3, 8);
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	letter-spacing: 5px;
	line-height: 1.975;
	position: relative;
	font-size: 5px;
	margin-top: 25px;
	margin-left: 30px;
}

.text-container blockquote {
	border-left: 5px solid #159fd1;
	margin-top: 25px;
	margin-left: 30px;
}

.text-container p {
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgb(4, 3, 8);
	line-height: 1.5;
	padding: 10px 0px 10px 30px;
}

.text-container ul {
	padding: 10px 0px 40px 80px;
}

.text-container ol {
	padding: 10px 0px 10px 80px;
}

.text-container li {
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgb(4, 3, 8);
	line-height: 1.5;
}

.text-container table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.text-container table > thead > tr > th,
.text-container table > tbody > tr > th,
.text-container table > tfoot > tr > th,
.text-container table > thead > tr > td,
.text-container table > tbody > tr > td,
.text-container table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	/*border-top: 1px solid #ddd;*/
	font-size: 16px;
	font-family: "Roboto-Regular", "Roboto", sans-serif;
	color: rgb(4, 3, 8);
	font-weight: 400;
	line-height: 1.2;
}

.text-container table > thead > tr > th {
	vertical-align: bottom;
	/*border-bottom: 2px solid #ddd;*/
}

.text-container table > caption + thead > tr:first-child > th,
.text-container table > colgroup + thead > tr:first-child > th,
.text-container table > thead:first-child > tr:first-child > th,
.text-container table > caption + thead > tr:first-child > td,
.text-container table > colgroup + thead > tr:first-child > td,
.text-container table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.text-container table > tbody + tbody {
	/*border-top: 2px solid #ddd;*/
}

.text-container table .text-container table {
	/*background-color: #fff;*/
}

.text-container table > tbody > tr:nth-of-type(odd) {
	background-color: rgba(21, 159, 209, 0.3);
}

.text-container table > tbody > tr:nth-of-type(even) {
	background-color: rgba(21, 159, 209, 0.4);
}

.menu-item {
	transition: none;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
	width: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
	width: auto;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.alignnone {
	width: auto;
}

.main-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f1f1;
	z-index: 10000;

	display: flex;
	justify-content: center;
	align-items: center;

	opacity: 0;
	transition: opacity 0.7s ease-in-out;
}

.main-loading.active {
	opacity: 1;
}

.spinner {
	margin: 100px auto 0;
	width: 100px;
	text-align: center;
}

.spinner > div {
	width: 16px;
	height: 16px;
	background-color: #04475f;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
	animation: sk-bouncedelay 1.7s infinite ease-in-out both;
	margin-right: 5px;
}

.spinner .spinner__item1 {
	-webkit-animation-delay: -0.60s;
	animation-delay: -0.60s;
}

.spinner .spinner__item2 {
	-webkit-animation-delay: -0.40s;
	animation-delay: -0.40s;
}

.spinner .spinner__item3 {
	-webkit-animation-delay: -0.20s;
	animation-delay: -0.20s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

#primary-menu li > ul.sub-menu > li > ul.sub-menu a {

	font-weight: 400;

	font-size: 13px;

	padding: 13px 20px;
}

#primary-menu li > ul.sub-menu > li > ul.sub-menu {
	left: 250px;
	top: 0;
	display: none;
}

#primary-menu li:hover ul.sub-menu li:hover ul.sub-menu {
	display: block;
	width: 150px;
}

#primary-menu li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
	left: 150px;
	top: 0;
	display: none !important;
}

#primary-menu li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu {
	display: block !important;
}

#primary-menu li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li.menu-item-has-children.menu-item ul.sub-menu {
	left: 150px;
	top: 0;
	display: none !important;
}

#primary-menu li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu {
	display: block !important;
}

img.evidon-consent-button-image{width:auto!important}