/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

/* ------ Specification ------ */

body {
	font: 500 17px 'Montserrat', sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	letter-spacing: 0.02em;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: 700;
	font-size: 28px;
	font-style: normal;
}

h2 {
	font-weight: 700;
	font-size: 25px;
	font-style: normal;
}

h3 {
	font-size: 22px;
	font-weight: 600;
}

h4 {
	font-size: 18px;
	font-weight: 600;
}

h5 {
	
}

h6 {
	
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

button, i {
	cursor: pointer;
}

a, button, input {
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

a:hover {
	color: #95CF3A;
	text-decoration: none;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
	outline: none;
}

/*button:active, a:active {
	-webkit-box-shadow: inset 0 0 25px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 0 25px rgba(0,0,0,0.25);
	box-shadow: inset 0 0 25px rgba(0,0,0,0.25);
}*/

input {
	color: #fff;
}

input::-webkit-input-placeholder {
	color:#fff;
}

input::-moz-placeholder {
	color:#fff;
}

input:-moz-placeholder {
	color:#fff;
}

input:-ms-input-placeholder {
	color:#fff;
}

input:focus::-webkit-input-placeholder {
	color:#95CF3A;
}

input:focus::-moz-placeholder {
	color:#95CF3A;
}

input:focus:-moz-placeholder {
	color:#95CF3A;
}

input:focus:-ms-input-placeholder {
	color:#95CF3A;
}

/*input:invalid input:placeholder { 
  	color: red;
} */

.button {
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.07);
	        box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.07);
	background-color: #95CF3A;
	border-radius: 10px;
	border: 2px solid #95CF3A;
	color: #fff;
	font-weight: 600;
	width: 225px;	
	height: 44px;	
}

.button:hover {
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.07);
	        box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	color: #95CF3A;
	border: 2px solid #95CF3A;
}

.button:active {
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: #8CC238;
	border: 1px solid #8CC238;
}

.container-fluid_plain {
	padding: 0;
}

.white-font {
	color: #fff;
}

.black-font {
	color: #000!important;
}

.black-font:hover {
	color: #8CC238!important;
}

.black-font:hover .black-border {
	border-color: #8CC238!important;
}

.black-border {
	border-color: #000!important;
}

/* ------ Header ------ */

.header {
	position: relative;
	padding-bottom: 0px;
}

.menu-top {
	background-color: #1F1F1F;
	height: 80px;
	padding: 30px 10px;
	position: absolute;
	top: -80px;
	width: 100%;
	z-index: 2;
	-webkit-transition: 0.7s all ease;
	-o-transition: 0.7s all ease;
	transition: 0.7s all ease;
}

.menu-logo {
	background:transparent;
	border: none;
	color: #fff;
	font-size: 20px;
}

.menu-logo:hover {
	color: #fff;
}

.menu-top_activate {
	top: 0px;
	-webkit-transition: 0.7s all ease;
	-o-transition: 0.7s all ease;
	transition: 0.7s all ease;
}

.menu-top_deactivate {
	top: -80px;
	-webkit-transition: 0.7s all ease;
	-o-transition: 0.7s all ease;
	transition: 0.7s all ease;
}

.menu-top-small {
	right: 0px;
	top: -250px;
	position: absolute;
	background-color: #1F1F1F;
	width: 100%;
	height: 250px;
	z-index: 2;
}

.menu-top-small-close_active {
	top: 0px;
	-webkit-transition: 0.7s all ease;
	-o-transition: 0.7s all ease;
	transition: 0.7s all ease;
}

.menu-top-small-close_deactive {
	top: -250px;
	-webkit-transition: 0.7s all ease;
	-o-transition: 0.7s all ease;
	transition: 0.7s all ease;
}

.menu-top-small_btn {
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
}

.menu-top-small-close {
	position: absolute;
	top: 20px;
	right: 30px;
}


.fa-times {
	color: #fff;
}

.menu-top-small_list {
	padding: 20px ; 
}

.menu-top-small__item {
	margin-top: 11px;
	margin-left: 25px;
}

.slider {
	position: absolute;
	height: 100%;
	width: 100%;
}

.slider__img {
	/*height: 400px;*/
	-o-object-fit: cover;
	   object-fit: cover;
	height: 100%;
	width: 100%;
}

.navigation {
	padding: 21px 0 21px 0;
	/*position: 	fixed;	*/
	width: 100%;
}

.logo {
	font-weight: 700;
	font-size: 22px;
}

.logo_black {
	color: #000;
}

.logo__span {
	background-color: #95CF3A;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
}

.vacancy-selection {
	font-weight: 700;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
	height: 300px;
}

.vacancy-selection:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration:none;
}

.call__item {
	color: #fff;
	font-size: 18px;
}

.fa-angle-down {
	color: #fff;
}

.calls {
	width: 200px;
	position: relative;
}

.call__item:hover {
	color: #95CF3A;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.call__item:hover .fa{
	color: #95CF3A;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.call__text {
	font-size: 9px;
	line-height: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
}

.calls-hide {
	position: absolute;
	top: 60%;
	width: 100%;
	height: 0;
	left: 0;
	overflow: hidden;
	-webkit-animation-name: hide;
	        animation-name: hide;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	z-index: 3;
	background-color: #1F1F1F;
}

.unhide {
	-webkit-animation-name: calls-unhide;
	        animation-name: calls-unhide;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	/*border: 1px ridge #000;*/
	/*border-top: 1px transparent;*/
}

@-webkit-keyframes calls-unhide {
	from {height: 0;}
	to {height: 75px;}
}

@keyframes calls-unhide {
	from {height: 0;}
	to {height: 75px;}
}

@-webkit-keyframes hide {
	from {height: 75px;}
	to {height: 0;}
}

@keyframes hide {
	from {height: 75px;}
	to {height: 0;}
}

.calls-hide__link {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	border-top: 1px transparent;
	padding: 7px 0 7px 5px
}

.calls-hide__link:hover {
	color: #95CF3A;
	/*text-decoration: none;*/
	background-color: #fff;
	border: 1px solid #95CF3A;
	border-top: 1px #95CF3A;
}

.burger, .burger_media {
	margin-top: 5px;
	font-size: 12px;
	line-height: 15px;
	background-color: transparent;
	border:none;
	color: #fff;
}

.burger:hover, .burger_media:hover {
	color: #95CF3A;
}

.burger:hover .burger__item, .burger_media:hover .burger__item{
	color: #95CF3A;
	border-top: 1px solid #95CF3A;
	border-bottom: 1px solid #95CF3A;
}

.burger__item {
	width: 43px;
	height: 8px;
	background-color: transparent;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 0px;
	margin-bottom: 7px;
	-webkit-transition: 0.7s all ease;
	-o-transition: 0.7s all ease;
	transition: 0.7s all ease;
}

.burger__item_black {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.offer {
	padding: 162px 0 227px 0;
}

.tagline__label {
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.tagline__title {
	margin: 10px 0 18px 0;
}

.tagline__text {
	font-weight: 600;
	max-width: 580px;
	width: 100%;
	line-height: 30px;
	margin-bottom: 18px;
}

.social-list__icon {
	color:#fff;
	font-size: 21px;
	-webkit-transition: 0.7s all ease;
	-o-transition: 0.7s all ease;
	transition: 0.7s all ease;
}

.social-list__icon:hover {
	color: #95CF3A;
}

.social-list__item:not(:last-child) {
	margin-bottom: 6px;
}

/* ------ Advantages ------ */

.advantages {
	padding: 84px 0 50px 0;
}

.reason-title {
	text-align: center;
}

.advantage {
	margin-top: 54px;
	text-align: center;
	max-width: 300px;
	width: 100%;
}

.advantage__title {
	margin: 5px 0 11px 0;
}

.advantage__text {
	font-size: 16px;
}

/* ------ JOBS ------ */

.jobs {
	padding: 50px 0 100px 0;
}

.vacancy-title {
	text-align: center;
}

.vacancy {
	margin-top: 44px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.18);
	        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.18);
	-webkit-transition: 0.7s all ease;
	-o-transition: 0.7s all ease;
	transition: 0.7s all ease;
}

.vacancy:hover {
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
}

.vacancy__title {
	margin: 25px 0 8px 22px;
}

.vacancy__img {
	border-radius: 15px;
}

.vacancy__text {
	margin: 0 0 35px 22px;
}

.vacancy__link {
	position: absolute;
	right: 30px;
	bottom: 35px;
	color: #E65A00;
	font-weight: 600;
	font-size: 16px;
}

.more-vacancy {
	margin: 40px auto 0 auto;
	display: block;
}

.more-vacancy__link {
	color: #fff;
}

.more-vacancy .more-vacancy__link:hover {
	color: #95CF3A;
}

/* ------ CONTACTS ------ */

.contacts {
	background-color: #1F1F1F;
	color: #fff;
	padding: 88px 0 100px 0;
}

.contacts-title {
	text-align: center;
	margin-bottom: 54px;
}

.contact-list__item:not(:first-child) {
	margin-top: 27px;
}

.contact-list__text {
	margin-bottom: 5px;
}

.contact-list__link {
	color: #fff;
}

.contact-list__link:hover {
	color: #95CF3A;
	text-decoration: none;
}

.item-flex:not(:first-child) {
	margin-left: 11px;
}

.item-flex:not(:last-child) {
	margin-bottom: 0px;
}

.input-wrap, .callback-input-wrap {
	display: inline-block;
	position: relative;
}

.input-wrap .fa, .callback-input-wrap .fa {
	position: absolute;
	right: 5px;
	top: 2px;
	-webkit-transition: 0.7s all ease;
	-o-transition: 0.7s all ease;
	transition: 0.7s all ease;
}

.input-wrap:first-child {
	margin-right: 25px;
	margin-bottom: 26px;
}

.input-wrap:hover .fa, .callback-input-wrap:hover .fa {
	color: #95CF3A;
}

.form-resume__input, .subscription-form__input, .callback-form__input {
	max-width: 325px;
	min-width: 270px;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

.form-resume__input:hover, .callback-form__input:hover{
	border-bottom: 1px solid #95CF3A;
}

.form__input {
	color: #95CF3A;
}

.form__submit {
	display: block;
	margin-top: 25px;
}

.form__safety, .callback-form__safety {
	font-size: 11px;
	font-weight: 300;
	margin-top: 22px;
}

/* ------ FOOTER ------ */

.footer {
	background-color: #1A1A1A;
	padding: 100px 0 95px 0;
	color: #fff;
}

.logo-footer {
	margin-top: 35px;
}

.credits {
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.005em;
	margin-top: 10px;
}

.menu-footer__item {
	font-size: 29px;
}

.menu-footer__item:not(:first-child) {
	margin-top: 19px;
}

.menu-footer__link {
	color: #fff;
	display: inline-block;
	position: relative;
}

.menu-footer__link .fa {
	position: absolute;
	right: -25px;
	top: 5px;
}

.menu-footer-list__item {
	margin-left: 15px;
}

.menu-footer-list__link {
	color: #fff;
}

.menu-footer-list {
	overflow: hidden;
	-webkit-animation-name: menu-hide;
	        animation-name: menu-hide; 
	-webkit-animation-duration: 0.5s; 
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.menu-unhide {
	-webkit-animation-name: menu-unhide;
	        animation-name: menu-unhide;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	overflow: hidden;
	margin-top: 10px;
}

@-webkit-keyframes menu-unhide {
	from {height: 0;}
	to {height: 150px;}
}

@keyframes menu-unhide {
	from {height: 0;}
	to {height: 150px;}
}

@-webkit-keyframes menu-hide {
	from {height: 100px;}
	to {height: 0;}
}

@keyframes menu-hide {
	from {height: 100px;}
	to {height: 0;}
}

.vacancy-f-title {
	position: relative;
}

.vacancy-f {
	/*position: absolute;*/
}

.vacancy-f-title, .menu-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 11px;
}

.vacancy-f__item, .menu__item {
	font-size: 16px;
}

.vacancy-f__item:not(:first-child), .menu__item:not(:first-child) {
	margin-top: 5px;
}

.vacancy-f__link, .menu__link {
	color: #fff;
}

.contact-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 12px;
}

.contact-list-footer {
	font-size: 16px;
}

.contact-list-footer__item {
	margin-left: 22px;
	position: relative;
}

.phone, .envelope, .map-marker {
	position: absolute;
	left: -24px;
	top: 5px;
}

.contact-list-footer__item:not(:first-child) {
	margin-top: 5px;
}

.contact-list-footer__link, .contact-list-footer__text {
	position: relative;
}

.call-footer__item, .calls-footer-hide__link, .contact-list-footer__link {
	color: #fff;
}
/*.phone:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
  	content: "\f511";
	left: -24px;
	top: 0;
}*/


.calls-footer {
	position: relative;
	width: 200px;
}

.calls-footer-hide {
	top: 0;
	width: 100%;
	left: 0;
	height: 0;
	overflow: hidden;
	-webkit-animation-name: hide-footer;
	        animation-name: hide-footer;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	background-color: #1A1A1A;
}

.calls-footer-hide__link {
	display: block;
	padding: 6px 0 2px 0;
}

.unhide-footer {
	position: relative;
	-webkit-animation-name: calls-unhide-footer;
	        animation-name: calls-unhide-footer;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

@-webkit-keyframes calls-unhide-footer {
	from {height: 0;}
	to {height: 60px;}
}

@keyframes calls-unhide-footer {
	from {height: 0;}
	to {height: 60px;}
}

@-webkit-keyframes hide-footer {
	from {height: 60px;}
	to {height: 0;}
}

@keyframes hide-footer {
	from {height: 60px;}
	to {height: 0;}
}

.arrowDown-footer {
	display: inline-block;
}

.subscription__title {
	font-size: 15px;
	font-weight: 700;
	width: 240px;
}

.subscription-form__input {
	margin-top: 11px;
	margin-bottom: 18px;
	width: 240px;
}

.subscription-form__button {
	font-size: 17px;
	font-weight: 600;
	padding: 8px 23px 8px 26px; 
}

.subscription-form__text {
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
}

/* ------------ VACANCYS ------------*/

.header-title {
	padding: 100px 0 100px 0;
	position: relative;
}

.header-title-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.header-title__list {
	font-size: 12px;
}

.header-title__item:not(:last-child):after {
    content: '\2192';
    color: #fff;
    margin-right: 5px;
    margin-left: 3px;
    font-size: 13px;
}

.black-font .header-title__item:not(:last-child):after {
    color: #000;
}

.header-title__link {
	color: #fff;
}

.header-title__span {
	display: inline-block;
	color: #95CF3A;
}

.header-title__title, .header-title__text {
	color: #fff;
	text-align: center;
}

.header-title__title {
	margin-top: 30px;
}

.header-title__text {
	margin-top: 13px;
	/*font-size: 20px;*/
	font-weight: 500;
}

/* --- VACANCY-SEARCH --- */

.vacancy-search {
	padding: 40px 0 100px 0;
}

.vacancy-search-title {
	font-weight: 500;
	margin-bottom: 26px;
}

.vacancy-search-link {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	display: inline-block;
	position: relative;
	padding: 17px 12px 16px 15px;
	max-width: 270px;
	width: 100%;
	background-color: #E8E8E8;
	border-radius: 10px;
	margin-bottom: 12px;
}

.vacancy-search-link:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	font-size: 21px;
	color: #95CF3A;
	right: 15px;
}

.vacancy-search-form {
	position: relative;
}

.pay-min, .pay-max {
	display: inline-block;
	position: relative;
}

.pay-min {
	margin-right: 34px;
}

.pay-min:before {
	position: absolute;
	content: "От";
	font-size: 13px;
	font-weight: 600;
	top: -25px;
	left: 5px;
	color: #000;
}

.pay-min:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 1px;
	top: 50%;
	right: -25px;
	background-color: rgba(0, 0, 0, 0.5);
}

.pay-max:before {
	position: absolute;
	content: "До";
	font-size: 13px;
	font-weight: 600;
	top: -25px;
	left: 5px;
	color: #000;
}

.pay-max:after {
	position: absolute;
	content: "евро";
	font-size: 12px;
	top: 2px;
	right: -40px;
	color: rgba(0, 0, 0, 0.5);
}

.vacancy-search-input__min, .vacancy-search-input__max {
	border-radius: 10px;
	border: 1px solid #95CF3A; 
	width: 70px;
	text-align: center;
	position: relative;
}

.vacancy-search-form__button {
	position: absolute;
	font-size: 16px;
	bottom: -35px;
	right: 0;
}

.vacancy-search-form__button span {
	font-size: 16px;
	margin-left: 5px;
}

.pay-min-scroll {
	margin-top: 10px;
	display: block;
}

.vacancys-result {
	margin-top: 60px;
}

.vacancy-result {
	background: #F7F7F7;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 25px 18px 25px 23px;
}

.vacancys-result__item:not(:last-child) {
	margin-bottom: 35px;
}

.vacancy-result__title {
	font-size: 17px;
	font-weight: 700;
	max-width: 350px;
	width: 100%;
}

.vacancy-result__item .fa {
	font-size: 32px;
	color: #95CF3A;
}

.vacancy-result__text {
	font-size: 18px;
	font-weight: 300;
}

.vacancy-result__item:not(:first-child) {
	margin-left: 34px;
}

.vacancy-result__link {
	font-size: 16px;
	font-weight: 600;
	color: #E65A00;
	display: block;
}

/* ------ QUESTIONS ------ */

.questions {
	padding: 86px 0 69px 0;
	background-color: #1F1F1F;
	color: #fff;
}

.callback-form {
	margin: 0 auto;
	text-align: center;
}

.callback-form__text {
	font-size: 16px;
	font-weight: 600;
	max-width: 315px;
	width: 100%;
	margin: 25px auto 39px auto;
}

.callback-form__wrap {
	max-width: 315px;
	min-width: 270px;
	width: 100%;
	margin: 0 auto;
}

.callback-input-wrap:not(:last-child) {
	margin-bottom: 26px;
}

.callback-form__button {
	width: 100%;
}

/* ------------ VACANCY ------------*/

/* --- VACANCY-CARD --- */

.vacancy-card {
	padding: 76px 0 100px 0;
}

.vacancy-card-info .fa {
	font-size: 60px;
	color: #95CF3A;
}

.vacancy-card-info__text {
	margin-top: 10px;
	font-size: 24px;
	font-weight: 600;
}

.work-info, .vacancy-requirements {
	margin-top: 100px;
}

.work-info__text, .vacancy-requirements__text, .responsibilitys__text, .documents__text {
	margin-top: 21px;
	font-size: 20px;
	font-weight: 500;
}

.vacancy-requirements__text, .documents  {
	line-height: 36px;
}

.responsibilitys, .documents {
	margin-top: 42px;
}

.share_button {
	width: 197px;
	height: 38px;
	background: #FFFFFF;
	border: 1px solid #95CF3A;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 10px;
	color: #95CF3A;
	font-size: 22px;
	font-weight: 600;
	position: relative;
}

.share-links {
	position: absolute;
	top: 150%;
	left: 0;
}

.share-links__item:not(:first-child) {
	margin-left: 15px;
}

.share-links-hide {
	display: none;
}

.vacancy__button {
	margin-top: 35px;
}

/* --- OTHER-VACANCYS --- */

.other-vacancys {
	padding-bottom: 100px;
}

.other-vacancys-title {
	margin-bottom: 54px;
}

.vacancy-item {
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.18);
	        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.18);
	border-radius: 10px;
	min-width: 140px;
	width: 100%;
}

.vacancy-item__img {
	border-radius: 10px;
	height: 180px;
	min-width: 140px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-o-object-fit: cover;
	   object-fit: cover;
}

.vacancy-item__title {
	margin: 26px 0 22px 19px;
}

.vacancy-item__link {
	display: inline-block;
	color: #E65A00;
	margin: 0px 0px 25px 19px;
	font-size: 17px;
}

/* --------- VISAS --------- */

/* --- VISAS --- */

.visas-header {
	padding: 70px 0 87px 0;
	background: url(../img/visas/visas-bg.png) no-repeat center center / cover;
}

.visas {
	padding: 70px 0 100px;
}

.visa {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.18);
	        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.18);
	border-radius: 10px;
	padding-bottom: 25px;
	margin-top: 31px;
	width: 420px;
	height: 415px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.visa:hover {
	width: 430px;
	height: 425px;
	margin-left: -5px;
	margin-top: 26px;
}

.visa:hover .visa__title {
	margin-left: 36px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.visa:hover .visa__list {
	margin-left: 36px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.visa:hover .visa__link {
	margin-left: 36px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.visa__img {
	border-radius: 10px;
	height: 204px;
    min-width: 210px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.visa__title, .visa__list, .visa__link {
	margin-left: 31px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.visa__title {
	margin: 15px 0 15px 31px;
}

.visa__item {
	font-size: 15px;
	font-weight: 500;
}

.visa__item:not(:first-child) {
	margin-top: 10px;
}

.visa__item .fa{
	font-size: 23px;
	color: #95CF3A;
	margin-right: 5px;
}

.visa__item span {
	font-weight: 600;
}

.visa__link {
	display: block;
	margin: 15px 0 0 31px;
	font-size: 20px;
	font-weight: 600;
	color: #E65A00;
}

/* --------- VISA-INFO --------- */

/* --- OFFER --- */

.offer {
	padding: 100px 0 50px 0;
}

.offer-item {
	margin-top: 46px;
}

.offer-item .fa {
	color: #95CF3A;
	font-size: 40px;
}

.offer-text {
	margin-top: 12px;
}

/* --- REQUIREMENTS --- */

.requirements {
	padding: 88px 0 100px 0;
}

.requirements-title {
	margin-bottom: 60px;
}

.requirement-info__wrap {
	border: 1px solid #000000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 130px;
	margin-bottom: 10px;
	margin: 0 auto 10px auto;
}

/* --- PAYMENT --- */

.payment {
	padding: 134px 0 100px 0;
	background-color: #1F1F1F;
	color: #fff;
}

.payment-title {
	margin-bottom: 53px;
}

.payment-info {
	font-size: 20px;
	font-weight: 500;
	margin: 0 auto;
}

.payment-info__item:not(:first-child) {
	margin-top: 25px;
}

/* --------- BLOG --------- */

.blog-header {
	padding: 100px 0;
	background: url(../img/blog/blog-bg.png) no-repeat center center / cover;
}

/* --- NEWS --- */

.news {
	padding: 0px 0 100px 0;
}

.news-item {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.18);
	        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.18);
	border-radius: 10px;
	margin-top: 33px;
	padding-bottom: 31px;
	min-width: 280px;
	width: 100%;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.news-item:hover {
	min-width: 290px;
	width: 100%;
	margin-left: -5px;
	margin-top: 28px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.news-item:hover .news-item__text{
	width: 236px;
	margin-left: 27px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.news-item:hover .news-item__info{
	margin: 29px 27px 16px 27px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.news-item:hover .news-item__link{
	margin-left: 27px;
}

.news-item__img {
	min-width: 280px;
	width: 100%;
}

.news-item__info {
	margin: 29px 22px 16px 22px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.news-item__date {
	display: block;
	font-size: 14px;
	font-weight: 300;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	margin-right: 0;
}

.news-item__text {
	width: 236px;
	font-weight: 500;
	margin: 0 22px 25px 22px;
	line-height: 24px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.news-item__link {
	color: #E65A00;
	margin-left: 22px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

/* --------- NEWS-ITEM --------- */

.news-header {
	padding: 50px 0 50px 0;
}

.news-header__link {
	color: #000;
}

.news-header__list {
	font-size: 12px;
}

.news-header__item:not(:last-child):after {
    content: '\2192';
    color: #000;
    margin-right: 5px;
    margin-left: 3px;
    font-size: 13px;
}

/* --- NEWS-ITEM --- */

.news-detail__img {
	border-radius: 10px;
	height: 226px;
	min-width: 280px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.news-detail__title {
	margin: 32px 0 18px 0;
}

.news-detail__text {
	line-height: 24px;
	margin-bottom: 35px;
}

/* --- OTHER-NEWS --- */

.other-news {
	padding: 63px 0 100px 0;
}

/* --------- PARTNERS ---------*/

/* --- PARTNERS-HEADER --- */

.partners-header {
	padding: 67px 0 100px 0;
	background: url(../img/partners/partners-bg.png) no-repeat center center / cover;
}

/* --- PARTNERS-INFO --- */

.partners-info {
	padding: 100px 0 50px;
}

.partners-info-text:not(:first-child) {
	margin-top: 20px;
}

.partners-info-label {
	position: relative;
	max-width: 500px;
	min-width: 270px;
	width: 100%;
	height: 242px;
	border-radius: 10px;
	z-index: 1;
}

.partners-info-label:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -10px;
	left: 10px;
	background: rgba(149, 207, 58, 0.2);
	border-radius: 10px;
	z-index: -2;
}

.partners-info-label__img {
	border-radius: 10px;
	height: 254px;
	min-width: 270px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* --- PARTNERS-JOIN --- */

.partners-join {
	padding: 50px 0;
}

.partners-join-title {
	margin: 0 auto 60px auto;
}

.partners-join-title span {
	font-weight: 500;
	display: block;
	font-size: 26px;
}

.partners-join-text:not(:first-child) {
	margin-top: 20px;
}

.partners-join-contact {
	max-width: 418px;
	width: 100%;
	padding: 29px 27px;
	background-color: #95CF3A;
	border-radius: 10px;
	color: #fff;
}

.partners-join-contact__link {
	margin-top: 5px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.partners-join-contact__link:hover {
	color: red;
}

.partners-join-list, .partners-join-list-info {
	margin-top: 58px;
}

.partners-join-list__item:not(:first-child) {
	margin-top: 20px;
}

.partners-join-list__btn {
	position: relative;
	width: 400px;
	min-width: 100px;
	width: 100%;
	height: 67px;
	padding: 19px 18px 15px 18px;
	background-color: #95CF3A;
	border-radius: 10px;
	border: 1px solid #95CF3A;	
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	text-align: left;
}

.btn_label br {
		display: none;
	}

.partners-join-list__btn span {
	position: absolute;
	top: 30%;
	right: 25px;
}

.activate {
	background-color: #fff!important;
	color: #95CF3A!important;
}

.partners-join-list__btn:hover {
	background-color: #fff;
	color: #95CF3A;
}

.partners-join-list-info {
	position: relative;
}

.partners-join-list-info__item {
	position: absolute;
	top: 0;
	left: 0;
}

.partners-join-list-info__text:not(:first-child) {
	margin-top: 20px;
}

/* --- OUR-PARTNERS --- */

.our-partners {
	padding: 50px 0 100px;
}

.our-partners-title {
	margin-bottom: 60px;
}

/* --- OFFICE-ADDRESS ---*/

.office-address {
	width: 100%;
	height: 381px;
}