@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "ProximaNova", sans-serif;
	color: #333;
}

    .show-youtube-mobile {
        display: none;
    }

.padding-arrows {
    padding-left:100px;
}

.green-tabs {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.green-tabs ul {
    margin: 0;
    padding: 0;
}
.green-tabs li {
    padding: 10px;
    margin: 10px;
	border: 2px solid #95C11F;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 10px 30px;
    list-style: none;
        	transition: 0.5s;
}


.green-tabs a {
    color: #333;
    text-decoration: none;
}
.green-tabs li:hover {
    color: #fff;
    transition: 0.5s;
    background-color: #95C11F;
}

.green-tabs a:hover {
    color: #fff;
    transition: 0.5s;
}

.imgWorkers img {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    
}

.tabs__content {
width: 90%;
margin: 0 auto;
}
.tabs__content h2,
.tabs__content h3
{
    text-align: center;
    padding: 20px 20px;
}

/* Шапка сайта */
header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 733px;
	background-image: url('images/header-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.header-ukk {
    background-color: #000;
  	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 733px;
	background-image: url('https://www.test.eurochem.ru/UKK/new-version/images/header-bg-new-2-dark.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;  
}

.header-arrow {
    margin-top: 90px;
    display: flex;
	justify-content: center;
	align-items: center;
    width: 72px;
    height: 72px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 42px;
    border-radius: 50%;
    font-weight: 700;
}

.sliderWorkers img {
    border-radius: 15px;
}

/* Отступы по краям */
.custom-margin {
	margin-left: 20px;
	margin-right: 20px;
}

.custom-margin-btm-20 {
	margin-bottom: 20px;
}

.custom-margin-btm-40 {
	margin-bottom: 40px;
}

.block-blue {
    background: #00B0F0;
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
}

/* Контент в шапке */
.header-memo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 1154px;
	height: 337px;
	background-image: url('images/memo-bg.png');
	background-repeat: no-repeat;
}

.header-memo h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.header-memo span {
	display: flex;
	text-align: center;
	align-items: center;
	color: #fff;
	font-weight: 300;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 1px;
}

/* Линии по бокам текста */
.header-memo__line-left {
	width: 96px;
	height: 1px;
	background: #fff;
	margin-right: 55px;
}

.header-memo__line-right {
	width: 96px;
	height: 1px;
	background: #fff;
	margin-left: 55px;
}

.text-uniq {
    width:50%;font-weight:300;text-align:center;margin:0 auto;
    margin-bottom:40px;
}


/* Табы */
/*.tabs-container {*/
/*	display: flex;*/
/*	justify-content: center;*/
/*}*/

/*.tabs-wrapper {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	padding-top: 60px;*/
/*	width: 90%;*/
/*}*/

/*.tabs-wrapper .active {*/
/*	color: #fff;*/
/*	background-color: #95C11F;*/
/*}*/

/*.tabs {*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	flex-wrap: wrap;*/
/*	padding-bottom: 20px;*/
/*	margin: 0 40px;*/
/*}*/

/*.tab {*/
/*	display: flex;*/
/*	border: 2px solid #95C11F;*/
/*	border-radius: 50px;*/
/*	text-transform: uppercase;*/
/*	font-weight: 300;*/
/*	padding: 10px 30px;*/
/*}*/

/*.tab-border {*/
/*	border-radius: 50px;*/
/*	position: relative;*/
/*	margin-right: 30px;*/
/*	margin-bottom: 20px;*/
/*	border-right: 3px solid #fff;*/
/*	border-bottom: 5px solid #fff;*/
/*	transition: 0.5s;*/
/*}*/

/*.tab-border:hover {*/
/*	transition: 0.5s;*/
/*	cursor: pointer;*/
/*	border-right: 3px solid #95C11F;*/
/*	border-bottom: 5px solid #95C11F;*/
/*	transition: 0.5s;*/
/*}*/

/*.tabs-content {*/
/*	padding-bottom: 60px;*/
/*	width: 100%;*/
/*}*/

/*.tabs-content h2 {*/
/*	text-transform: uppercase;*/
/*	font-weight: 500;*/
/*	font-size: 26px;*/
/*	text-align: center;*/
/*	padding-top: 20px;*/
/*	padding-bottom: 60px;*/
/*}*/

/*.tabs-content h3 {*/
/*	font-weight: 00;*/
/*	font-size: 22px;*/
/*	text-align: center;*/
/*	padding-bottom: 60px;*/
/*}*/


/*.tabs-content p {*/
/*    font-weight: 400;*/
/*    font-size: 20px;*/
/*    text-align: center;*/
/*}*/

.blue-color {
	color: #053868;
}

/* Оформление. Первый рабочий день */
.first-work-day {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

/* Памятка со списком документов */
.first-work-day__memo {
	display: flex;
	width: 100%;
	justify-content: center;
}

.first-work-day__memo-list-left {
	display: flex;
	flex-direction: column;
	width: 1000px;
	background-color: #F4F9FB;
	margin-right: 20px;
	border: 2px dashed #00B0F0;
	border-radius: 8px;
	padding: 30px 50px;
}

.first-work-day__memo-list-left h3 {
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 30px;
	text-align: unset;
}

.first-work-day__memo-list-block {}

.first-work-day__memo-list-container {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 12px;
}

.first-work-day__memo-list-number {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	width: 40px;
	height: 40px;
	background-color: #00B0F0;
	border-radius: 8px;
	margin-right: 15px;
}

.first-work-day__memo-list-text {
    width: 100%;
	font-weight: 300;
}

.first-work-day__memo-list-right {
	display: flex;
	flex-direction: column;
	width: 240px;
}

.first-work-day__memo-list-column-one {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 160px;
	background-color: #F4F9FB;
	border: 2px dashed #00B0F0;
	border-radius: 8px;
	margin-bottom: 20px;
}

.first-work-day__memo-list-column-one a {
	color: #053868;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.first-work-day__memo-list-column-one a:hover {
	cursor: pointer;
}

.first-work-day__memo-list-column-two {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 160px;
	background-color: #FDC60080;
	border-radius: 8px;
	margin-bottom: 20px;
}

.first-work-day__memo-list-column-two span {
	color: #053868;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.first-work-day__memo-list-column-three {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 333px;
	background-color: #F4F9FB;
	border: 2px dashed #00B0F0;
	border-radius: 8px;
}

.first-work-day__memo-list-column-three span {
	color: #053868;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 20px;
}

.first-work-day__memo-list-column-one img,
.first-work-day__memo-list-column-two img,
.first-work-day__memo-list-column-three img {
	margin-bottom: 20px;
}

/* Памятка с проходом на место работы */
.first-work-day__memo-instruction-container {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 20px;
}

.first-work-day__memo-instruction-text {
	display: flex;
	flex-direction: column;
}

.first-work-day__memo-instruction-text h3 {
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: unset;
	padding: 0;
}

.first-work-day__memo-instruction-text span {
	font-weight: 300;
}

.first-work-day__memo-instruction-number {
	width: 40px;
	color: #00B0F0;
	font-size: 64px;
	font-weight: 700;
	margin-right: 30px;
	font-family: "Montserrat", sans-serif;

}

.first-work-day__memo-instruction-block {
	display: flex;
	background-color: #F4F9FB;
	border: 2px dashed #00B0F0;
	border-radius: 8px;
	padding: 30px 30px;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	width: 100%;
}

.first-work-day__memo-instruction-left {
	display: flex;
	flex-direction: column;
	width: 648px;
	margin-right: 20px;
}

.first-work-day__memo-instruction-right {
	display: flex;
	width: 572px;
	flex-direction: column;
	border-radius: 8px;
}

.first-work-day__map {
	position: relative;
}

.first-work-day__map-image {
	width: 572px;
	height: 391px;
	left: 90%;
	top: 50%;
	transform: translate(-90%, -50%);
	background-image: url('https://www.test.eurochem.ru/UKK/new-version/images/building.png');
	background-repeat: no-repeat;
	position: absolute;
}

.first-work-day__navigation {
	margin-top: 60px;
	margin-bottom: -85px;
	padding-left: 85px;
	padding-right: 85px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.first-work-day__navigation a {
	text-decoration: none;
	color: #333;
}

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

.how-to-lunch__notion {
	background: #F4F9FB;
	padding: 30px 30px;
	margin-bottom: 20px;
	border-radius: 8px;
	border: 2px dashed #00B0F0;
}

.how-to-lunch__notion-orange {
	background: #FDC600;
	font-weight: 300;
	font-size: 18px;
	color: #333;
	padding: 30px 30px;
	margin-bottom: 20px;
	border-radius: 8px;
}

.how-to-lunch__notion-image {
	width: 100%;
	height: auto;
	/*background-image: url('https://www.test.eurochem.ru/UKK/new-version/images/eurochem-job.png');*/
}

.how-to-lunch__notion-title {
	font-size: 20px;
	margin-bottom: 5px;
	color: #333;
	font-size: 20px;
}

.how-to-lunch__notion span {
	font-size: 16px;
	font-weight: 300;
}

.how-to-lunch__routes {}

.how-to-lunch__routes-button {
	background: #00B0F0;
	text-align: center;
	padding: 10px;
	border-radius: 50px;
	position: relative;
	margin-bottom: 10px;
}

.how-to-lunch__routes-button img {}

.how-to-lunch__routes-button a {
	color: #fff;
	font-size: 14px;
	margin-left: 5px;
	font-weight: 600;
}

.how-to-lunch__lunch-blocks-wrapper-mid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.how-to-lunch__lunch-blocks-wrapper-alt {
	width: 48%;
}

.how-to-lunch__lunch-container {
	display: flex;
	width: 100%;
	justify-content: center;
}

.how-to-lunch__lunch-blocks-1 {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin-right: 10px;
	height: 660px;
}

.how-to-lunch__lunch-blocks-2 {
	flex-wrap: wrap;
	display: flex;
	width: 50%;
	margin-right: 10px;
	height: 660px;
}

.how-to-lunch__lunch-blocks-3 {
	margin-top: -10px;
	display: flex;
	flex-direction: column;
	width: 98%;
	padding: 10px 30px;
	margin-right: 10px;
	border: 2px dashed #00B0F0;
	border-radius: 8px;
	height: 117px;
	border-radius: 8px;
	/*background-image: url('https://www.test.eurochem.ru/UKK/new-version/images/chef.png');*/
	/*background-repeat: no-repeat;*/
	/*background-position: bottom 20px right 20px;*/
}

.how-to-lunch__lunch-blocks-3-text {
	width: 50%;
}

.how-to-lunch__lunch-blocks-3-wrapper {
	flex-direction: row;
	display: flex;
}

.how-to-lunch__lunch-images {}

.how-to-lunch__lunch-block-image {
	margin-bottom: 20px;
}

.how-to-lunch__lunch-block {
	width: 100%;
	padding: 10px 30px;
	border: 2px dashed #00B0F0;
	border-radius: 8px;
	margin-bottom: 20px;
	height: 225px;
}

.how-to-lunch__lunch-block-1 {
	width: 100%;
	padding: 10px 30px;
	border: 2px dashed #00B0F0;
	border-radius: 8px;
	margin-bottom: 5px;
	height: 212px;
}

.how-to-lunch__lunch-block-4 {
	width: 100%;
	padding: 10px 30px;
	border: 2px dashed #00B0F0;
	border-radius: 8px;
	margin-bottom: 5px;
	height: 407px;
}

.how-to-lunch__lunch-block-chef-1 {
	width: 100%;
	padding: 10px 30px;
	border: 2px dashed #00B0F0;
	border-radius: 8px;
	/*background-image: url('https://www.test.eurochem.ru/UKK/new-version/images/chef.png');*/
	/*background-repeat: no-repeat;*/
	/*background-position: bottom 20px right 20px;*/
	margin-bottom: 20px;
	height: 420px;
}

.how-to-lunch__lunch-block-title {
	font-size: 18px;
}

.how-to-lunch__lunch-block-day {
	font-size: 16px;
	font-weight: 300;
}

.how-to-lunch__lunch-block-time {
	font-size: 16px;
	color: #053868;
	font-weight: 400;
}

.custom-margin-bottom-20 {
	margin-bottom: 20px;
}

.download-map {
	color: #00B0F0;
	font-size: 20px;
}

.check-in-job {
	width: 100%;
	border-radius: 8px;
	border: 2px dashed #00B0F0;
	padding: 20px;
	margin-bottom: 20px;
}

.check-in-job p,
.check-in-job blockquote {
	font-weight: 300;
}

.check-in-job ul {
	font-weight: 300;
}

.check-in-job blockquote {
	border-left: 8px solid #FDC600;
	padding-left: 30px;
	position: relative;
}

.check-in-job blockquote:before {
	position: absolute;
	left: -4%;
	top: 50%;
	transform: translate(4%, -50%) rotate(-90deg);
	width: auto;
	height: auto;
	content: "ВАЖНО!";
	font-weight: 900;
	color: #FDC600;
}

.check-in-title {
	font-size: 18px;
	font-weight: 500;
}

.check-in-job__wrapper-icons {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}

.check-in-job__wrapper-icons img {
	display: block;
	margin-right: 10px;
}

.check-in-job__icon-block-orange {
	width: 50%;
	padding: 10px 20px;
	background: #FDC60080;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}

.check-in-job__icon-block-white {
	width: 50%;
	padding: 10px 20px;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.road-covdor {
	padding: 0;
	display: flex;
	flex-direction: column;
}

.road-covdor__title {
	color: #053868;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
}

.road-covdor__text {
	display: flex;
	align-items: center;
	font-weight: 300;
	margin-bottom: 20px;
}

.road-covdor__text__img {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.check-in-job__corporate-transfer {
	border: 2px dashed #00B0F0;
	background: #F4F9FB;
	padding: 20px 30px;
	border-radius: 8px;
	font-weight: 300;
	margin-bottom: 20px;
}

.check-in-job__corporate-transfer blockquote {
	border-left: 8px solid #FDC600;
	padding-left: 30px;
	position: relative;
}

.check-in-job__corporate-transfer blockquote:before {
	position: absolute;
	left: -4%;
	top: 50%;
	transform: translate(4%, -50%) rotate(-90deg);
	width: auto;
	height: auto;
	content: "ВАЖНО!";
	font-weight: 900;
	color: #FDC600;
}

.development-opportunities {
	border: 2px dashed #00B0F0;
	border-radius: 8px;
	padding: 20px 30px;
	width: 100%;
	margin-bottom: 20px;
}

.development-opportunities__title {
	width: 100%;
	flex-direction: row;
	align-items: center;
	display: flex;
	margin-bottom: 20px;
}

.development-opportunities__title-text {
	font-size: 18px;
	font-weight: 500;
	margin-left: 15px;
}

.development-opportunities__text {
	font-weight: 300;
	font-size: 16px;
}

.check-in-block {
	font-weight: 300;
}

.check-in-block blockquote {
	border-left: 8px solid #FDC600;
	padding-left: 30px;
	position: relative;
}

.check-in-block blockquote:before {
	position: absolute;
	left: -4%;
	top: 50%;
	transform: translate(4%, -50%) rotate(-90deg);
	width: auto;
	height: auto;
	content: "ВАЖНО!";
	font-weight: 900;
	color: #FDC600;
}

.link-number {
	color: #00B0F0;
	font-weight: 500;
	text-decoration: none;
}

.link-number:hover {
	cursor: pointer;
}

.link-bold {
	color: #00B0F0;
	font-weight: 500;
}

.link-bold:hover {
	cursor: pointer;
}

.centered-img {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.centered-img img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.dashed-container {
	border: 2px dashed #00B0F0;
	border-radius: 8px;
	padding: 20px 30px;
	width: 100%;
	margin-bottom: 20px;
	background: #F4F9FB;
	font-weight: 300;
}

.dashed-container__white {
	border: 2px dashed #00B0F0;
	border-radius: 8px;
	padding: 20px 30px;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 300;
}

.gray-border-right {
	border-right: 2px dashed #B8B9BA;
}

.arrow-container {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.arrow {
	width: auto;
	height: auto;
	font-weight: 600;
	color: #00B0F0;
	cursor: pointer;
	margin-bottom: 40px;
}

.arrow-1 {
	width: auto;
	height: auto;
	font-weight: 600;
	color: #00B0F0;
	cursor: pointer;
	margin-bottom: 40px;
}

.arrow-2 {
	width: auto;
	height: auto;
	font-weight: 600;
	color: #00B0F0;
	cursor: pointer;
	margin-bottom: 40px;
}

.arrow-3 {
	width: auto;
	height: auto;
	font-weight: 600;
	color: #00B0F0;
	cursor: pointer;
	margin-bottom: 40px;
}

.recruitment-process {
	width: 100%;
	margin-bottom: 40px;
}

.security-block {}

.security-block blockquote {
	border-left: 8px solid #FDC600;
	padding-left: 30px;
	position: relative;
}

.security-block blockquote:before {
	position: absolute;
	left: -4%;
	top: 50%;
	transform: translate(4%, -50%) rotate(-90deg);
	width: auto;
	height: auto;
	content: "ВАЖНО!";
	font-weight: 900;
	color: #FDC600;
}

.hidden {
	display: none;
}

.hidden-1 {
	display: none;
}

.hidden-2 {
	display: none;
}

.hidden-3 {
	display: none;
}

.our-history-rules-employees {}

.our-history-rules-employees__left-column {
	display: flex;
	font-weight: 300;
}

.our-history-rules-employees__left-column-image {
	margin-right: 20px;
}

.our-history-rules-employees__content-arrows {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 300;
}

.our-history-rules-employees__content-arrows-img {
	width: 11px;
	height: 18px;
	display: flex;
	margin-right: 15px;
}

.our-history-rules-employees__dom-container {
	width: 100%;
	display: flex;
	justify-content: center;
}

.our-history-rules-employees__title {
	font-size: 20px;
	margin-bottom: 20px;
	color: #333;
	font-size: 20px;
}

.our-history-rules-employees__block-text {
	font-weight: 300;
}

.our-history-rules-employees__dom-blocks-left {
	display: flex;
	flex-direction: column;
	width: 594px;
	margin-top: 10px;
}

.our-history-rules-employees__dom-blocks-right {
	margin-top: 165px;
	display: flex;
	flex-direction: column;
	width: 594px;
}

.our-history-rules-employees__dom-block-left {
	padding: 30px 40px;
	background: #F4F9FB;
	border: 1px solid #00B0F0;
	border-radius: 8px;
	margin-bottom: 10px;
}

.our-history-rules-employees__dom-block-right {
	padding: 30px 40px;
	background: #F4F9FB;
	border: 1px solid #00B0F0;
	border-radius: 8px;
	margin-bottom: 10px;
}

.our-history-rules-employees__dom-block-left-start {
	padding: 30px 40px;
	background: #F4F9FB;
	border: 1px solid #00B0F0;
	margin-bottom: 10px;
	border-radius: 8px;
}

.our-history-rules-employees__dom-block-right-start {
	padding: 30px 40px;
	background: #F4F9FB;
	border: 1px solid #00B0F0;
	margin-bottom: 10px;
	border-radius: 8px;
}

.our-history-rules-employees__dom-line {
	background: url('https://www.test.eurochem.ru/UKK/new-version/images/dom-line.png') no-repeat;
	background-position: center 0;
	height: 1342px;
	width: 61px;
	margin: 0px 6px;
	margin-top: 5px;
}

.our-history-rules-employees__slider {
	display: flex;
	width: 100%;
	padding: 40px 100px;
	justify-content: center;
	align-items: center;
}

.our-history-rules-employees__slider-img {
	margin-right: 15px;
	display: flex;
	width: 160px;
	height: 160px;
}

.out-history-rules-employees__slider-block {
	display: flex;
	flex-direction: column;
	border: 2px dashed #00B0F0;
	border-radius: 8px;
	font-weight: 300;
	padding: 30px;
	position: relative;
}

.out-history-rules-employees__slider-block:before {
	width: 64px;
	height: 64px;
	content: "";
	position: absolute;
	top: -15px;
	left: -38px;
	background: url('https://www.test.eurochem.ru/UKK/new-version/images/orange-blockquote-left.png') no-repeat;
}

.out-history-rules-employees__slider-block:after {
	width: 64px;
	height: 64px;
	content: "";
	position: absolute;
	top: -17px;
	right: -40px;
	background: url('https://www.test.eurochem.ru/UKK/new-version/images/orange-blockquote.png') no-repeat;
}

.out-history-rules-employees__slider-block-title {
	margin-bottom: 10px;
}

.out-history-rules-employees__safety-regulations {
	margin-top: 60px;
}

.out-history-rules-employees__safety-regulations-container {
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
}

.out-history-rules-employees__safety-regulations-container-img {
	margin-right: 20px;
}

.out-history-rules-employees__safety-regulations-container-text {
	font-weight: 600;
	width: 100%;
	color: #007AC2;
	text-transform: uppercase;
}

.motivation {
    background-color: #00B0F0;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.motivation__block {
    padding: 0 40px;
        margin: 40px 0;
}
.motivation__block-border {
    padding: 0 40px;
        margin: 40px 0;
        border-right: 2px dashed #fff;
}
.motivation__block-number {
    font-weight: 700;
    font-size: 70px;
}

.blue-list {}

.blue-list ul {
margin-top: 20px;
}
.blue-list li {
    color: #053868;
}

.light-blue-block {
    background: #F4F9FB;
    height: 120px;
    font-weight: 300;
    padding: 20px;
display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-align: center;
}

.green-big-text {
	color: #95C11F;
	font-weight: 700;
	font-size: 38px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.kovdor-footer {
    margin-bottom: -30px;
    background-color: rgb(5, 56, 104);
    border-top: 11px solid #fdc600;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 62px;
}

.kovdor-footer__logo {
    width: 159px;
    height: 41px;
    margin-bottom: 40px;
}

.kovdor-footer__wrapper {
    display: flex;
    flex-direction: column;
}

.kovdor-footer__wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

.kovdor-footer__wrapper li {
    line-height: 30px;
}

.kovdor-footer__wrapper a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 100;
}

.kovdor-footer__section-two {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    line-height: 30px;
    font-size: 14px;
}
.kovdor-footer__section-two b {
    color: #fff;
}

.kovdor-footer__section-two a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.kovdor-footer__icons {
    display: flex;
    justify-content: end;
}

.kovdor-footer__copyright {
    color: rgba(255, 255, 255, 0.5);
}

.kovdor-footer__icons-img {
    width: 46px;
    height: 46px;
    margin-right: 10px;
}

.swiper-slide {
	/*text-align: center;*/
	/*font-size: 18px;*/
	/*background: #fff;*/
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
}


/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
	--arrow-size: 5px;
	position: relative;
	z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	left: 50%;
	bottom: calc(100% + var(--arrow-size));
	pointer-events: none;
	transition: 0.2s;
	will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
	content: attr(data-tooltip);
	padding: 10px 18px;
	min-width: 50px;
	max-width: 300px;
	width: max-content;
	width: -moz-max-content;
	border-radius: 6px;
	font-size: 14px;
	background-color: #F4F9FB;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
	color: #707274;
	text-align: center;
	font-weight: 400;
	white-space: pre-wrap;
	z-index: 10;
	transform: translate(-50%, calc(0px - var(--arrow-size))) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
	content: '';
	border-style: solid;
	border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size);
	/* CSS triangle */
	border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
	transition-duration: 0s;
	/* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
	transform-origin: top;
	/* Orientation setting for the
                              slide-down effect */
	transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	opacity: 1;
}

/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
	transition-delay: 0.3s;
	transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
}

/* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
	transition-delay: 0.5s;
	/* Starting after the grow effect */
	transition-duration: 0.2s;
	transform: translateX(-50%) scaleY(1);
}

/*
  That's it for the basic tooltip.

  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
	left: auto;
	right: calc(100% + var(--arrow-size));
	bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
	transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5);
}

[data-tooltip-location="left"]:hover:before {
	transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
	border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size);
	border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
	transform-origin: left;
	transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="left"]:hover:after {
	transform: translateY(50%) scaleX(1);
}

/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
	left: calc(100% + var(--arrow-size));
	bottom: 50%;
}

[data-tooltip-location="right"]:before {
	transform: translate(var(--arrow-size), 50%) scale(0.5);
}

[data-tooltip-location="right"]:hover:before {
	transform: translate(var(--arrow-size), 50%) scale(1);
}

[data-tooltip-location="right"]:after {
	border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px;
	border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
	transform-origin: right;
	transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="right"]:hover:after {
	transform: translateY(50%) scaleX(1);
}

/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
	top: calc(100% + var(--arrow-size));
	bottom: auto;
}

[data-tooltip-location="bottom"]:before {
	transform: translate(-50%, var(--arrow-size)) scale(0.5);
}

[data-tooltip-location="bottom"]:hover:before {
	transform: translate(-50%, var(--arrow-size)) scale(1);
}

[data-tooltip-location="bottom"]:after {
	border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size);
	border-color: transparent transparent #F4F9FB transparent;
	transform-origin: bottom;
}

#button-up {
	display: none;
	/*opacity:0.5;*/
	/*filter:alpha(opacity=50);*/
	position: fixed;
	right: 20px;
	bottom: 100px;
	width: 40px;
	height: 40px;
	/*color: #000;*/
	/*transition: .3s;*/
	background-image: url('https://www.test.eurochem.ru/UKK/new-version/images/arrow-up.png');
}

#button-up:hover {
	cursor: pointer;
	/*opacity: 1;*/
	/*filter:alpha(opacity=100);*/
	/*transition: .3s;*/
	/*color: #FF0000;*/
}

@media(max-width: 1024px) {
        .padding-arrows {
    padding-left:0px;
}
	.how-to-lunch__lunch-container {
		flex-wrap: wrap;
	}

	.how-to-lunch__lunch-blocks-3 {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.how-to-lunch__lunch-images {
		display: flex;
		width: 100%;
		justify-content: space-around;
		align-items: baseline;
		flex-wrap: wrap;
	}
}

@media(max-width: 1024px) {
    .header-memo {
        width: 100%;
    }

@media(max-width: 768px) {
        .padding-arrows {
    padding-left:120px;
}
    .header-memo {
        width: 100%;
    }
	.out-history-rules-employees__slider-block:after {
		display: none;
	}

	.our-history-rules-employees__slider {
		flex-direction: column;
	}

	.out-history-rules-employees__slider-block {
		padding: 0;
		padding: 10px;
	}

	.our-history-rules-employees__slider-img {
		margin-bottom: 20px;
	}

	.our-history-rules-employees__dom-line {
		display: none;
	}

	.our-history-rules-employees__dom-blocks-left {
		margin-right: 20px;
	}

	.our-history-rules-employees__dom-blocks-left,
	.our-history-rules-employees__dom-blocks-right {
		margin-top: 0;
		width: 50%;
	}

	.show-block-mobile {
		display: block;
		margin: 0 auto;
	}

	.check-in-block blockquote:before,
	.check-in-job__corporate-transfer blockquote:before {
		left: -8%;
	}

	.width-100-percent {
		width: 100%;
	}

	.recruitment-procces-images {
		flex-wrap: wrap;
		display: flex;
		justify-content: center;
	}

	.how-to-lunch__lunch-blocks-3 {
		margin: 0;
		width: 100%;
		margin-bottom: 20px;
		height: auto;
	}

	.how-to-lunch__lunch-images {
		display: flex;
		justify-content: space-around;
		width: 100%;
		align-items: center;
		flex-wrap: wrap;
	}

	.how-to-lunch__lunch-blocks-wrapper-mid {
		flex-direction: column;
	}

	.how-to-lunch__lunch-blocks-wrapper-alt {
		width: 100%;
	}

	.tab-border {
		margin-right: 0;
	}

	.first-work-day__navigation {
		flex-direction: column;
		padding: 0;
	}

	.first-work-day__memo-instruction-container {
		flex-direction: column;
	}

	.first-work-day__memo-instruction-left {
		width: 100%;
	}

	.first-work-day__memo-instruction-right {
		width: 100%;
		justify-content: center;
		margin-top: 40px;
	}

	.first-work-day__memo {
		flex-direction: column;
	}

	.first-work-day__memo-list-left {
		margin: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.first-work-day__memo-list-right {
		flex-direction: column;
		width: 100%;
	}

	.header-memo h1 {
		text-align: center;
		font-size: 36px;
	}

	.header-memo span {
		font-size: 22px;
	}

	.header-memo__line-left {
		display: none;
	}

	.header-memo__line-right {
		display: none;
	}

	.header-memo {
		background: none;
		border: 2px solid #fff;
	}

	.first-work-day__memo-instruction-number {
		margin: 0;
	}

	.how-to-lunch__notion-image {
		display: flex;
		justify-content: center;
	}

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

@media(max-width: 425px) {
    .light-blue-block {
        height:auto;
    }
    .text-uniq {
        width: 90%;
    }
    .padding-arrows {
    padding-left:0px;
}
    .show-youtube-mobile {
        display: block;
    }
        .hide-youtube-mobile {
        display: none;
    }
    .out-history-rules-employees__slider-block:before {
        display: none;
    }
    .our-history-rules-employees__slider {
        padding: 40px 45px;
    }
    ul {
        padding-left: 0;
    }
    .green-tabs a {
        font-size: 12px;
    }
    .green-tabs li {
        width: 100%;
    }
    .kovdor-footer__icons {
        justify-content: start;
    }
    .header-arrow {
        margin: 0;
    }
    .header-memo {
        width: 100%;
        height: 189px;
    }
.motivation__block-border {
    border-right: none;
    border-bottom: 2px dashed #fff;
    padding-bottom: 60px;
}
	.our-history-rules-employees__slider {
		flex-direction: column;
	}

	.out-history-rules-employees__slider-block {
		padding: 0;
		padding: 10px;
	}

	.our-history-rules-employees__slider-img {
		margin-bottom: 20px;
	}

	.our-history-rules-employees__dom-line {
		display: none;
	}

	.our-history-rules-employees__dom-blocks-left {
		margin-right: 10px;
	}

	.our-history-rules-employees__dom-blocks-left,
	.our-history-rules-employees__dom-blocks-right {
		margin-top: 0;
		width: 50%;
	}

	.our-history-rules-employees__dom-block-left,
	.our-history-rules-employees__dom-block-right,
	.our-history-rules-employees__dom-block-left-start,
	.our-history-rules-employees__dom-block-right-start {
		padding: 0;
		padding: 10px;
	}

	.our-history-rules-employees__dom-block-left,
	.our-history-rules-employees__dom-block-left-start {
		border: none;
		border-radius: 0;
		border-top: 1px solid #00B0F0;
		border-right: 1px solid #00B0F0;
		border-bottom: 1px solid #00B0F0;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}

	.our-history-rules-employees__dom-block-right,
	.our-history-rules-employees__dom-block-right-start {
		border: none;
		border-radius: 0;
		border-top: 1px solid #00B0F0;
		border-left: 1px solid #00B0F0;
		border-bottom: 1px solid #00B0F0;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}

	.green-big-text {
		font-size: 24px;
	}

	.how-to-lunch__lunch-block-1,
	.how-to-lunch__lunch-block-4,
	.how-to-lunch__lunch-block,
	.how-to-lunch__lunch-block-chef-1,
	.how-to-lunch__lunch-blocks-3 {
		margin-top: 0;
		border: none;
		border-top: 2px dashed #00B0F0;
		border-bottom: 2px dashed #00B0F0;
		border-radius: 0;
		height: auto;
	}
	
	.how-to-lunch__lunch-block-4,
	.how-to-lunch__lunch-block-1 {
	    margin-bottom: 20px;
	}

	.header-memo__show-line {
		display: none;
	}

	header {
		height: 327px;
		background-image: url('images/header-bg-mobile.png');
	}

	.header-memo {
		background: none;
		border: none;
	}

	.header-memo h1 {
		text-transform: uppercase;
		font-size: 22px;
		text-align: center;
	}

	.header-memo span {
		font-size: 16px;
	}

	.tabs {
		margin: 0;
		font-size: 11px;
		padding: 0 10px;
	}

	.tabs-content h2 {
		margin-top: 40px;
		font-size: 21px;
		padding: 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.tabs-content h3 {
		font-size: 20px;
	}

	.tab-border {
		margin: 0;
		width: 100%;
	}

	.tabs-wrapper {
		width: 100%;
	}

	.first-work-day__memo {
		flex-wrap: wrap;
		border: none;
	}

	.first-work-day__memo-list-number {
		width: 50px;
	}

	.first-work-day__memo-list-left {
		padding: 0;
		padding: 30px 20px;
		margin: 0;
		border: 0;
		border-radius: 0;
		border-top: 2px dashed #00B0F0;
		border-bottom: 2px dashed #00B0F0;
		margin-bottom: 15px;
	}

	.first-work-day__memo-list-text {
		width: 100%;
	}

	.first-work-day__memo-list-right {
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
	}

	.first-work-day__memo-list-column-one {
		width: 48%;
		margin-right: 10px;
		font-size: 12px;
	}

	.first-work-day__memo-list-column-two {
		width: 49%;
	}

	.first-work-day__memo-list-column-three {
		width: 100%;
	}

	.first-work-day__memo-instruction-right img {
		width: 100%;
		padding: 10px;
	}

	.first-work-day__memo-instruction-left {
		padding: 0;
	}

	.first-work-day__memo-instruction-block {
		border: none;
		border-top: 2px dashed #00B0F0;
		border-bottom: 2px dashed #00B0F0;
		border-radius: 0;
	}

	.first-work-day__memo-instruction-number {
		font-size: 50px;
		margin: 0;
	}

	.first-work-day__memo-instruction-text {
		text-align: center;
		margin-bottom: 20px;
	}

	.first-work-day__map img {
		display: block;
		margin: 0 auto;
	}

	.first-work-day__map-image {
		width: 100%;
	}

	.first-work-day__navigation {
		flex-direction: column;
		padding: 0;
		font-size: 11px;
		padding-bottom: 15px;
		padding-right: 10px;
		padding-left: 10px;
	}

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

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

	.check-in-job blockquote::before,
	.check-in-job__corporate-transfer blockquote:before,
	.security-block blockquote:before {
		left: -8%;
	}

	.check-in-block blockquote::before {
		left: -7%;
	}

	.gray-border-right {
		border-right: none;
		border-bottom: 2px dashed #B8B9BA;
		padding-bottom: 40px;
	}

	.check-in-job__wrapper-icons {
		flex-direction: column;
	}

	.check-in-job__icon-block-orange,
	.check-in-job__icon-block-white {
		width: 100%;
	}

	.first-work-day__memo-list-right {
		flex-direction: row;
	}

	.centered-img img {
		margin: 0;
		margin-bottom: 20px;
	}
}