@charset "utf-8";

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Regular.eot');
	src: local('../fonts/Circe'), local('../fonts/Circe-Regular'),
	url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Circe-Regular.woff') format('woff'),
	url('../fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Bold.eot');
	src: local('../fonts/Circe Bold'), local('../fonts/Circe-Bold'),
	url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Circe-Bold.woff') format('woff'),
	url('../fonts/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaBold';
	src: url('../fonts/ProximaNovaBold.eot');
	src: url('../fonts/ProximaNovaBold.eot') format('embedded-opentype'),
	url('../fonts/ProximaNovaBold.woff2') format('woff2'),
	url('../fonts/ProximaNovaBold.woff') format('woff'),
	url('../fonts/ProximaNovaBold.ttf') format('truetype'),
	url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
}

@font-face {
	font-family: 'ProximaNovaExtrabold';
	src: url('../fonts/ProximaNovaExtrabold.eot');
	src: url('../fonts/ProximaNovaExtrabold.eot') format('embedded-opentype'),
	url('../fonts/ProximaNovaExtrabold.woff2') format('woff2'),
	url('../fonts/ProximaNovaExtrabold.woff') format('woff'),
	url('../fonts/ProximaNovaExtrabold.ttf') format('truetype'),
	url('../fonts/ProximaNovaExtrabold.svg#ProximaNovaExtrabold') format('svg');
}

@font-face {
	font-family: 'ProximaNovaSemibold';
	src: url('../fonts/ProximaNovaSemibold.eot');
	src: url('../fonts/ProximaNovaSemibold.eot') format('embedded-opentype'),
	url('../fonts/ProximaNovaSemibold.woff2') format('woff2'),
	url('../fonts/ProximaNovaSemibold.woff') format('woff'),
	url('../fonts/ProximaNovaSemibold.ttf') format('truetype'),
	url('../fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
}

@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('../fonts/ProximaNovaRegular.eot');
	src: url('../fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
	url('../fonts/ProximaNovaRegular.woff2') format('woff2'),
	url('../fonts/ProximaNovaRegular.woff') format('woff'),
	url('../fonts/ProximaNovaRegular.ttf') format('truetype'),
	url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}

@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?4xtlcn');
	src:  url('../fonts/icomoon.eot?4xtlcn#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?4xtlcn') format('truetype'),
	url('../fonts/icomoon.woff?4xtlcn') format('woff'),
	url('../fonts/icomoon.svg?4xtlcn#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-thin-down:before {
	content: "\e900";
}
.icon-arrow-thin-right:before {
	content: "\e901";
}
.icon-cheveron-right:before {
	content: "\e902";
}

.icon-facebook:before {
	content: "\ea90";
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	box-sizing: border-box;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style-position: inside;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html, body {
	height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}

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

body {
    font: 15px/150% 'ProximaNovaRegular', sans-serif;
    color: #383a46;
	background: #fff;
}

#new-site {
	min-width: 320px;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	background: #FDFDFD;
	position: relative;
	z-index: 1;
}

.circle-svg {
	position: absolute;
	left: 50%;
	top: 570px;
	width: 490px;
	height: 490px;
	object-fit: contain;
	background: url("../images/circle-svg.svg") no-repeat center center;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.welcome {
	position: relative;
	z-index: 20;
}

.fixed {
	max-width: 1200px;
	margin: 0 auto;
}

.fixed-big {
	max-width: 1448px;
	margin: 0 auto;
}

.header--fixed {
	position: fixed;
	top: 6px;
	left: 0;
	right: 0;
	z-index: 500;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

/* That's a size when header will be in a fixed position */
@media (min-width: 1000px) {
	.header--fixed {
		top: 20px;
	}
	.admin-bar .header--fixed {top: 60px;}
	.home #new-site {
		margin-top: 0px;
	}
	#new-site {
		margin-top: 100px;
	}
}

.fixed-menu .header--fixed {
	top: 0;
}

.admin-bar.fixed-menu .header--fixed {
	top: 40px;
}

.tl-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
    position: relative;
}

.logo {
	display: block;
	width: 127px;
	height: 104px;
	background: url(../images/logo.svg) 0 0 no-repeat;
	background-size: 100% 100%;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.fixed-menu .logo {
	opacity: 0;
    height: 34px;
}

.logo-fixed {
    position: absolute;
    left: 0;
    top: 18px;
    width: 122px;
    height: 34px;
    background: url(../images/logo_mini.svg) no-repeat center center;
    background-size: 100% 100%;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
}

.fixed-menu .logo-fixed {
    opacity: 1;
}

.menu-block {
	min-width: 640px;
	height: 66px;
	box-sizing: border-box;
	padding: 10px;
	margin-right: 30px;
	box-shadow: 2px 12px 24px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu {
	list-style-position: outside;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobil-menu-block .menu {
    display: block;
    margin-bottom: 40px;
}

.mobil-menu-block .menu li {
    margin: 0 0 10px 0;
}

.mobil-menu-block .menu li a {
    display: block;
    padding: 5px 0;
    font-size: 18px;
}

.menu li {
	margin: 0 28px;
}

.menu li a {
	font: 16px/130% 'ProximaNovaSemibold', sans-serif;
	color:#3b3b3b;
	text-decoration: none;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.menu li a:hover {
	color: #f26735;
}

.language-menu {
	list-style-position: outside;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.language-menu li {
	margin: 0 2px;
}

.language-menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font: 14px/130% 'ProximaNovaRegular', sans-serif;
	color:#3b3b3b;
	text-decoration: none;
	cursor: pointer;
	border: none;
	background: none;
	text-transform: capitalize;
}

.language-menu li a:hover {
	color: #f26735;
}

.language-menu li.active a {
	color: #fdfdfd;
	background-color: #f26735;
}

.head-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 65px;
}

.head-cont {
	box-sizing: border-box;
	width: 100%;
	padding: 0 36px 0 124px;
	font: 15px/150% 'ProximaNovaRegular', sans-serif;
	color:#3b3b3b;
	margin-bottom: 60px;
}

.head-cont p {
	margin-bottom: 30px;
}

.gen-title {
	margin-bottom: 60px;
	font: 50px/120% 'ProximaNovaExtrabold', sans-serif;
	color:#3b3b3b;
}

.hc-block {
	margin-left: 55px;
	max-width: 400px;
}

.hc-list {
	list-style-position: outside;
	list-style: none;
	margin: 50px 0;
}

.hc-list li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
	font: 15px/130% 'ProximaNovaBold', sans-serif;
	color:#3b3b3b;
}

.hc-list li:before {
	content: "\e902";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 16px;
	color: #f26735;
}

.link-detail {
	display:inline-flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
}

.ld-text {
	margin-right: 20px;
	font: 15px/130% 'ProximaNovaSemibold', sans-serif;
	color:#3b3b3b;
	text-decoration: none;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.ld-icon {
	position: relative;
	width: 22px;
	height: 22px;
	border: 2px solid #3b3b3b;
	border-radius: 50%;
}

.ld-icon:before {
	content: "\e900";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: -6px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 10px;
	color: #f26735;
	z-index: 2;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.ld-icon:after {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	right: 0;
	height: 7px;
	background: #FDFDFD;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.link-detail:hover .ld-text {
	text-indent: 10px;
	margin-right: 10px;
	color: #f26735;
}

.link-detail:hover .ld-icon:before {
	top: 5px;
}

.link-detail:hover .ld-icon:after {
	height: 0;
}

/*-------------------------------*/

.picture-over {
    flex-shrink:0;
}

.picture-block {
	width: 692px;
	height: 940px;/*864*/
	position: relative;
    overflow: hidden;
}

.picture-block img {
	width: 100%;
	display: block;
}

.picture-wrap {
	height: 864px;
	overflow: hidden;
    position: relative;
}

.picture-one {
	position: absolute;
	width: 100%;
	height: 940px;
	overflow: hidden;
	transform-origin: left top;
    background: url("https://golocal-ukraine.com/wp-content/uploads/2024/12/new_picture_1-min.png") no-repeat 0 0;
    -webkit-animation:animatedBackground 40s linear infinite;
    animation:animatedBackground 40s linear infinite;
	z-index: 2;
    background-size: 100% auto;
}

.picture-one-2 {
	background-image: url("https://golocal-ukraine.com/wp-content/uploads/2024/12/new_picture_1-min.png");
	-webkit-animation:animatedBackground-2 40s linear infinite;
	animation:animatedBackground-2 40s linear infinite;
	z-index: 1;
}

.picture-one:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.26);
}

.picture-second-block {
	position: absolute;
	left: 227px;
	top: 0;
	height: 940px;
	width: 303px;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index: 2;
	overflow: hidden;
}

.picture-second {
	position: absolute;
	left: -227px;
	top: 0;
	width: 692px;
	height: 940px;/*864*/
	transform-origin: left top;
    background: url("https://golocal-ukraine.com/wp-content/uploads/2024/12/new_picture_1-min.png") no-repeat 0 0;
    -webkit-animation:animatedBackground 40s linear infinite;
    animation:animatedBackground 40s linear infinite;
	z-index: 2;
    background-size: 100% auto;
}

.picture-second-2 {
	background-image: url("https://golocal-ukraine.com/wp-content/uploads/2024/12/new_picture_1-min.png");
	-webkit-animation:animatedBackground-2 40s linear infinite;
	animation:animatedBackground-2 40s linear infinite;
	z-index: 1;
}

@-webkit-keyframes animatedBackground {
	0% {background-position: 0 0;opacity: 1;}
	25% {transform: scale(1.25);transform-origin: right bottom;}
	49% {opacity: 1;}
	50% {transform: scale(1);transform-origin: left bottom;opacity: 0;}
	75% {transform: scale(1.25);transform-origin: right top;}
	99% {opacity: 0;}
	100% {transform: scale(1);transform-origin: left top;}
}
@keyframes animatedBackground {
    0% {background-position: 0 0;opacity: 1;}
    25% {transform: scale(1.25);transform-origin: right bottom;}
    49% {opacity: 1;}
    50% {transform: scale(1);transform-origin: left bottom;opacity: 0;}
    75% {transform: scale(1.25);transform-origin: right top;}
    99% {opacity: 0;}
    100% {transform: scale(1);transform-origin: left top;}
}

@-webkit-keyframes animatedBackground-2 {
	0% {background-position: 0 0;opacity: 0;}
	25% {transform: scale(1.25);transform-origin: right bottom;}
	49% {opacity: 0;}
	50% {transform: scale(1);transform-origin: left bottom;opacity: 1;}
	75% {transform: scale(1.25);transform-origin: right top;}
	99% {opacity: 1;}
	100% {transform: scale(1);transform-origin: left top;}
}
@keyframes animatedBackground-2 {
	0% {background-position: 0 0;opacity: 0;}
	25% {transform: scale(1.25);transform-origin: right bottom;}
	49% {opacity: 0;}
	50% {transform: scale(1);transform-origin: left bottom;opacity: 1;}
	75% {transform: scale(1.25);transform-origin: right top;}
	99% {opacity: 1;}
	100% {transform: scale(1);transform-origin: left top;}
}




/*------------------------------------------*/

/*-----------------------------------------------*/

.content-block {
    position: relative;
    z-index: 2;
}

.text-block {
    max-width: 952px;
    margin: 0 auto;
}

.story-text {
    margin-bottom: 20px;
    max-width: 700px;
    font: 18px/150% 'ProximaNovaSemibold', sans-serif;
    color:#3b3b3b;
}

.story-list {
    margin: 20px 0 60px 0;
    list-style-position: outside;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.story-list li {
    width: 250px;
    box-sizing: border-box;
    padding-left: 0;
    margin: 25px 0;
    font: 16px/130% 'ProximaNovaRegular', sans-serif;
    color:#3b3b3b;
}

.story-numeric {
    /* margin-left: -23px; */
    font: 56px/110% 'ProximaNovaBold', sans-serif;
    color:#f26735;
}

.grey {
    position: relative;
    background: #f3f3f3;
    padding: 65px 0 70px 0;
    margin-bottom: 100px;
}

.grey-video{
	display:none;
}

.home .grey {
    margin-bottom: 0;
}

.home .bg-gray{
	background:#ffff;
}

.desing-line-vertical {
    height: 0;
    width: 1px;
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 30px);
    background: #3b3b3b;
    -moz-transition: all 700ms ease-out 1300ms;
    -o-transition: all 700ms ease-out 1300ms;
    -webkit-transition: all 700ms ease-out 1300ms;
    transition: all 700ms ease-out 1300ms;
}

.aos-animate .desing-line-vertical {
    height: 70px;
}

.desing-line-vertical:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translate(-50%, 0);
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: solid 1px #3b3b3b;
    border-radius: 50%;
}

.title-partners {
    margin-bottom: 20px;
    text-align: center;
    font: 40px/120% 'ProximaNovaExtrabold', sans-serif;
    color:#3b3b3b;
}

.partners-text {
    margin-bottom: 30px;
    text-align: center;
    font: 18px/130% 'ProximaNovaRegular', sans-serif;
    color:#3b3b3b;
}
/*-------------------------------*/
.slider-partners-wrapp {
    box-shadow: 2px 12px 24px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 20px;
}

.slider-partners {
    cursor: grab;
}

.sp-center {
    min-height: 62px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-partners .slick-next {
    right: -40px;
    width: 57px;
    height: 10px;
    padding: 5px 0;
    z-index: 10;
}

.slider-partners .slick-prev {
    left: -40px;
    width: 57px;
    height: 10px;
    padding: 5px 0;
    z-index: 10;
}

.slider-partners .slick-prev::before, .slider-partners  .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    font-size: 0;
    opacity: 0;
    width: 0;
    height: 10px;
    margin-top: -3px;
    color: #3b3b3b;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.slider-partners .slick-prev::before {
    left: 0px;
    background: url("../images/arrow_left.svg") no-repeat center center;
    background-size: 100% 100%;
}

.slider-partners  .slick-next::before {
    right: 0px;
    background: url("../images/arrow_right.svg") no-repeat center center;
    background-size: 100% 100%;
}

.slider-partners-wrapp:hover .slick-slider .slick-prev::before {
    opacity: 1;
    width: 57px;
}

.slider-partners-wrapp:hover .slick-slider .slick-next::before {
    opacity: 1;
    width: 57px;
}

/*-----------------*/

.title-news {
    margin: 0 0 65px 246px;
    position: relative;
    font: 33px/120% 'ProximaNovaExtrabold', sans-serif;
    color:#3b3b3b;
}

.desing-line-horizontal {
    height: 1px;
    width: 0px;
    transform: translate( 0, -50%);
    position: absolute;
    top: 50%;
    right: calc(100% + 30px);
    background: #3b3b3b;
    -moz-transition: all 700ms ease-out 1300ms;
    -o-transition: all 700ms ease-out 1300ms;
    -webkit-transition: all 700ms ease-out 1300ms;
    transition: all 700ms ease-out 1300ms;
}

.aos-animate .desing-line-horizontal,
.desing-line-horizontal--no-anim {
    width: 70px;
}

.desing-line-horizontal--breadcrumbs {
	left: 0;
}

.desing-line-horizontal:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translate(0,-50%);
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: solid 1px #3b3b3b;
    border-radius: 50%;
}

/*-------------------------------*/

.slider-news {
	margin: 0 -25px 60px -25px;
	cursor: grab;
}

.slider-news .slick-slide {
	margin: 0 25px;
}

.slider-news .slick-next {
	right: 123px;
	top: auto;
	bottom: -40px;
	transform: translate(0, 0);
    width: 57px;
    height: 10px;
    padding: 5px 0;
	z-index: 10;
}

.slider-news .slick-prev {
	left: 123px;
	top: auto;
	bottom: -40px;
	transform: translate(0, 0);
    width: 57px;
    height: 10px;
    padding: 5px 0;
	z-index: 10;
}

.slider-news  .slick-prev::before, .slider-news   .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    font-size: 0;
    width: 57px;
    height: 10px;
    margin-top: -3px;
    color: #3b3b3b;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 1;
}

.slider-news  .slick-next::before {
    background: url("../images/arrow_right.svg") no-repeat center center;
    background-size: 100% 100%;
}

.slider-news  .slick-prev::before {
    background: url("../images/arrow_left.svg") no-repeat center center;
    background-size: 100% 100%;
}

/*-----------------*/

.news-item {
    font: 15px/150% 'ProximaNovaRegular', sans-serif;
    color:#383a46;
    margin-bottom: 30px;
}

.ni-pic {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.ni-pic img {
    display: block;
    width: 100%;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;

}

.news-item:hover .ni-pic img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.ni-pic:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.6);
    opacity: 0;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	z-index: 2;
}

.ni-pic:hover:before {
    opacity: 1;
}

.ni-more {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 5px 20px;
	font: 14px/20px 'ProximaNovaSemibold', sans-serif;
	color:#fff;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 20px;
	z-index: 3;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
}

.ni-pic:hover .ni-more {
	opacity: 1;
}

.ni-more:hover {
	color: #f26735;
}

.news-date {
	margin-bottom: 8px;
	font: 15px/130% 'Circe', sans-serif;
	color:#cccccc;
}

.news-name {
	margin-bottom: 10px;
	font: bold 18px/130% 'Circe', sans-serif;
	color:#3b3b3b;
}

.news-name a {
	display: block;
	color:#3b3b3b;
	text-decoration: none;
}

.news-name:hover, .news-name a:hover {
	color: #f26735;
}

.all-news {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 145px;
	margin: -35px auto 100px auto;
	text-decoration: none;
}

.an-text {
	margin-right: 20px;
	font: 16px/130% 'ProximaNovaSemibold', sans-serif;
	color:#3b3b3b;
	text-decoration: none;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.an-icon {
	position: relative;
	width: 22px;
	height: 22px;
	border: 2px solid #3b3b3b;
	border-radius: 50%;
}

.an-icon:before {
	content: "\e901";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: -6px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-size: 10px;
	color: #f26735;
	z-index: 3;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.an-icon:after {
	content: "";
	position: absolute;
	left: -3px;
	top: 0;
	bottom: 0;
	width: 7px;
	background: #FDFDFD;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.bg-gray .an-icon:after {
	background: #f3f3f3;
}

.all-news:hover .an-text {
	text-indent: 10px;
	margin-right: 10px;
	color: #f26735;
}

.all-news:hover .an-icon:before {
	left: 4px;
}

.all-news:hover .an-icon:after {
	width: 0;
}

.footer {
    display: table-row;
    height: 1px;
}

.footer-block {
	background-color: #3b3b3b;
	padding: 43px 0 30px 0;
}

.footer-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.fl-block {
    flex-shrink: 0;
    margin-right: 3%;
    width: 16%;
}

.footer-logo {
	display: block;
	width: 127px;
	height: 104px;
	background: url("../images/footer_logo.svg") no-repeat center center;
	background-size: 100% 100%;
}

.fs-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-section {
    width: 32%;
	font: 16px/150% 'ProximaNovaRegular', sans-serif;
	color:#fdfdfd;
}

.fs-small {
    width: 25%;
}

.footer-list {
	list-style-position: outside;
	list-style: none;
}

.footer-list li {
	margin-bottom: 15px;
}

.footer-list li a {
	font: 16px/130% 'ProximaNovaSemibold', sans-serif;
	color:#fdfdfd;
	text-decoration: none;
}

.footer-list li a:hover {
	color: #f26735;
}

.footer-info {
	margin-bottom: 15px;
	position: relative;
	font: 16px/130% 'ProximaNovaRegular', sans-serif;
	color:#fdfdfd;
}

.footer-info:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -40px;
	width: 26px;
	height: 1px;
	background: #fdfdfd;
}

.form-email {
	margin-bottom: 20px;
	position: relative;
	max-width: 205px;
}

.email-text-field {
	display: block;
	width: 100%;
	height: 32px;
	box-sizing: border-box;
	padding: 0 35px 0 0;
	background: none;
	border: none;
	font: 16px/130% 'ProximaNovaRegular', sans-serif;
	color:#fdfdfd;
}

.email-text-field:focus::-moz-placeholder {opacity: 0}
.email-text-field:focus::-webkit-input-placeholder{opacity: 0}

.email-sub {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 22px;
	height: 22px;
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.email-sub:before {
	content: "\e901";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: -6px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-size: 10px;
	color: #f26735;
	z-index: 3;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.email-sub:after {
	content: "";
	position: absolute;
	left: -3px;
	top: 0;
	bottom: 0;
	width: 7px;
	background: #3b3b3b;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.email-sub:hover:before {
	left: 4px;
}

.email-sub:hover:after {
	width: 0;
}

.social-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.social-block a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	border: solid 1px #f26735;
	font-size: 16px;
	color: #f26735;
	text-decoration: none;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	border-radius: 50%;
}

.social-block a:hover {
	background: #f26735;
	color:#fdfdfd;
}

.adress a {
	color:#f26735;
	text-decoration: none;
}

.gratitude-block {
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #707070;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font: 13px/160% 'ProximaNovaRegular', sans-serif;
	color:#ffffff;
}

.gb-pic-left {
	flex-shrink:0;
    margin-right: 3%;
    width: 16%;
}

.gb-pic-right {
	flex-shrink:0;
    margin-left: 3%;
    width: 16%;
}

.gb-pic-left img, .gb-pic-right img {
	display: block;
}
/*-----------*/
.mobil-menu-block {
    box-sizing: border-box;
    background: #FDFDFD;
    height: 100%;
    left: -302px;
    overflow-y: auto;
    padding: 40px 14px 20px 14px;
    position: fixed;
    top: 0;
    width: 302px;
    z-index: 999;
    -webkit-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
    -moz-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}

.open-menu .mobil-menu-block {
    -ms-transform: translate3d(302px, 0px, 0px);
    -webkit-transform: translate3d(302px, 0px, 0px);
    -o-transform: translate3d(302px, 0px, 0px);
    -moz-transform: translate3d(302px, 0px, 0px);
    transform: translate3d(302px, 0px, 0px);
    -webkit-box-shadow: 0px 2px 29px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 29px rgba(0, 0, 0, 0.25);
}

.open-menu .mobil-menu-overlay {
    display: block;
    opacity: 0.4;
}

.mobil-menu-overlay {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: rgb(0, 0, 0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.menu-effect {
    overflow: hidden;
    transform: translate3d(0px, -150%, 0px);
/*     transition: all 0.5s ease-out 0.4s; */
}

.open-menu .menu-effect {
    transform: translate3d(0px, 0px, 0px);
}

.close-menu {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.close-menu:before, .close-menu:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -5px;
    height: 20px;
    width: 4px;
    border-radius: 3px;
    background: #3B3B3B;
    transform: rotate(45deg);
}

.close-menu:after {
    transform: rotate(-45deg);
}

.close-menu:hover:before, .close-menu:hover:after  {
    background: #f26735;
}

.menu-icon {
    display: none;
    width: 47px;
    height: 51px;
    box-shadow: 2px 12px 24px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    margin: 0 4px;
    cursor: pointer;
    transition: all 300ms ease-out;
}

.menu-icon span {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: #3B3B3B;
    margin-top: 6px;
    transition: all 300ms ease-out;
}

.menu-icon span:first-child {
    margin-top: 0;
}

.menu-icon:hover span {
    background: #f26735;
}

.scrollup {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border: solid 1px #E7E7E7;
    font-size: 16px;
    color: #E7E7E7;
    text-decoration: none;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    border-radius: 50%;
    opacity: 0.8;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
}

.scrollup:hover {
    opacity: 1;
    border-color: #f26735;
}

.scrollup:before {
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #E7E7E7;
    transform: rotate(180deg);
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.scrollup:hover:before {
    color: #f26735;
}

/* div[class^="offset-"] {
	padding-left: 27px;
} */



/* Additional style */

.template-new-page {
	padding-top: 100px;
}

*::selection {
	color: #fdfdfd;
	background-color: #f26735;
}

.breadcrumbs {
	position: relative;
	font-size: 14px;
}

.breadcrumbs .bread_homelink {
	color: #ccc;
	text-decoration: none;
}

.breadcrumbs .bread_homelink:hover {
	color: #f26735;
}

.about-preslink {
	display: flex;
	text-decoration: none;
}

.about-preslink__icon {
	width: 80px;
	height: 80px;
	background: #f26735;
	border-radius: 50%;
	padding: 23px;
}

.about-preslink__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 10px;
}

.go-title {
	margin-bottom: 45px;
}

.editable-content p {
	margin-bottom: 20px;
}

.about-values__list-item {
	margin-bottom: 40px;
}

.about-values__list-item:last-child {
	margin-bottom: 0;
}

.small-circle-dot {
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #f26735;
	border-radius: 50%;
	margin-top: 7.5px;
	margin-right: 15px;
}

.clr-gray {
	background: #f3f3f3;
}

.clr-dgray {
	background: #e7e7e7;
}

.sc {
	padding: 90px 0;
}

.sc--about-image {
	padding-bottom: 0;
	
}

.sc--about-image .container {
	background: url('https://golocal-ukraine.com/wp-content/uploads/2024/12/goloca-min.png') no-repeat right bottom;
	background-size:50%;
	padding-bottom: 90px;
}

.page-template-page-support .sc--about-image .container {
    background: url(https://golocal-ukraine.com/wp-content/uploads/2022/08/55.png) no-repeat right 92%;
    padding-bottom: 120px;
    background-size: 60%;
}

/* for SM */
@media (max-width: 991px) {
	.sc--about-image .container {
		background-position: center bottom;
		background-size:160%;
		padding-bottom: 400px;
	}
	.page-template-page-support .sc--about-image .container {
		background-position: center bottom;
		padding-bottom: 220px;
		background-size: 100%;
		margin-bottom: 30px;
	}

}

.go-project__text > div {
	padding-left: 0;
	padding-right: 0;
}

.go-project__title {
	font: bold 15px/130% 'Circe', sans-serif;
	color:#3b3b3b;
	text-transform: none;
}

.go-project__title a {
	text-decoration: none;
}

.filter__button {
	font: 16px/130% 'ProximaNovaSemibold', sans-serif;
	color:#3b3b3b;
	border: 0;
	background: 0;
}

.active .filter__button {
	color: #f26735;
}

.filter__buttons .small-circle-dot {
	opacity: 0;
	transition: all .3s;
}

.filter__buttons .active .small-circle-dot {
	opacity: 1;
}

.desing-line-horizontal--breadcrumbs {
	position: relative;
	width: 70px;
	display: block;
	max-width: 100%;
}

.fixed__gpp-button {
	position: fixed;
	padding: 1px;
	color: #fff;
	border: 1px solid #FF5C21;
	border-radius: 30px;
	letter-spacing: 1px;
	-webkit-transform: rotateZ(-9deg);
	transform: rotateZ(-9deg);
	transform-origin: 100% 0;
	transition: all .3s;
	width: 48px;
	height: 48px;
	right: 28px;
	bottom: 30px;
	background: #fff;
	z-index: 101;
}

.fixed__gpp-button img {
	position: relative;
	left: 6px;
	top: 7px;
}

.pr-modal__overlay {
	background: #2d2d2d;
	opacity: 0.3;
}

.pr-modal__body {
	-webkit-box-shadow: 0px 15px 25px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.33);
}

.section {
	padding: 65px 0 70px 0;
    margin-bottom: 100px;
}

.video__item {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height: 0;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.video__item .out {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	z-index: 1;
	transition: all .3s;
	cursor: pointer;

	background: rgba(0,0,0,0.3);
	opacity: 0;
}

.video__post-date {
	display: block;
	margin-top: 10px;

	margin-bottom: 8px;
    font: 15px/130% 'Circe', sans-serif;
    color: #cccccc;
}

.video__title {
	color: #000000;
	font-size: 18px;
	line-height: 1.3;
}

.video__item .in {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	opacity: 0;
	transition: all .3s;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.video__item .video__hover {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	width: 100%;
	height: 100%;
}

.video__item svg {
	width: 40px;
	height: auto;
	fill: #fff;
	margin-right: 10px
}

.video__item:hover .out,
.video__item:hover .in {
	opacity: 1;
}

/* ATOMIC STYLES */

.tt-u { text-transform: uppercase; }
.ta-l { text-align: left; }
.ta-r { text-align: right; }
.ta-c { text-align: center; }
.d-flex {display: flex;}
.align-items-top {align-items: flex-start;}
.justify-content-top { justify-content: flex-start }
.ml-0 {margin-left: 0;}
.ml-100 {margin-left: 100px;}
.mb-10 {margin-bottom: 10px;}
.nolink {text-decoration: none;}
.pb-20 {padding-bottom: 20px;}
.bg-gray {background: #f3f3f3;}
.m-b-0 {margin-bottom: 0!important;}
.m-t-0 {margin-top: 0!important;}
.m-l-0 {margin-left: 0!important;}
.m-r-0 {margin-right: 0!important;}
.p-b-0 {padding-bottom: 0!important;}
.p-t-0 {padding-top: 0!important;}
.p-l-0 {padding-left: 0!important;}
.p-r-0 {padding-right: 0!important;}


/* new 18.07.2022  */
.menu-block .menu li:nth-child(5) a {
    background: #f26835 !important;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.menu-effect .menu li:nth-child(5) a {
    background: #f26835 !important;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
}