@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
box-sizing: border-box;
}
ul[class],
ol[class] {
padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
margin: 0;
}
html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
body {
min-height: 100vh;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
line-height: 1.5;
}
ul[class],
ol[class] {
list-style: none;
}
ul {
padding: 0;
margin: 0;
}
li {
list-style-type: none;
}
a:not([class]) {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}
img {
max-width: 100%;
display: block;
}
article > * + * {
margin-top: 1em;
}
input,
button,
textarea,
select {
font: inherit;
}
:focus {
outline: none;
}
a,
button,
input {
text-decoration: none;
cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
html {
max-width: 100%;
width: 100%;
font-size: 16px;
}
body {
max-width: 100%;
width: 100%;
margin: 0 auto;
padding: 0;
font-family: "Roboto", sans-serif;
background-color: #f7fbff;
color: #000000;
overflow-x: hidden !important;
}
section {
padding: 50px 0;
}
.container {
margin: 0 auto;
width: 1280px;
}
h1 {
font-family: "Roboto", sans-serif;
font-size: 6rem;
line-height: 1.2;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.5rem;
font-style: normal;
color: #000000;
}
h1 b {
font-weight: 500;
}
h2 {
position: relative;
font-family: "Roboto", sans-serif;
font-size: 3rem;
font-weight: bold;
font-style: normal;
line-height: 1.2;
letter-spacing: 0.02rem;
color: #000000;
z-index: 7;
}
h3 {
font-family: "Roboto", sans-serif;
font-size: 2.3rem;
line-height: 1;
font-weight: bold;
font-style: normal;
letter-spacing: normal;
color: #000000;
}
h4 {
font-family: "Roboto", sans-serif;
font-size: 1.3rem;
line-height: 1;
font-weight: 600;
font-style: normal;
letter-spacing: normal;
line-height: 1.3;
color: #000000;
}
h4 b {
font-weight: 600;
}
p {
font-size: 1rem;
font-weight: 300;
font-style: normal;
}
.dn {
display: none !important;
}
.a-center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
.blur {
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
figure {
overflow: hidden;
}
figure img {
min-width: 100%;
min-height: 100%;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.wrap {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
z-index: 1;
}
.wrap .lt,
.wrap .rt {
width: 45%;
margin: auto;
}
.hidden {
overflow: hidden !important;
}
.red {
border: 1px solid red;
}
.green {
border: 1px solid green;
}
.blue {
border: 1px solid blue;
}
.black {
border: 1px solid black;
}
a.link {
color: #00bffe;
border-bottom: 2px solid #00bffe;
font-weight: 500;
font-size: 1.2rem;
}
a.link:hover {
color: #016789;
border-bottom: 2px solid #016789;
}
.btn {
background-color: #00c692 !important;
color: #ffffff;
text-transform: uppercase;
font-size: 1.2rem;
font-weight: bold;
border: none;
border-radius: 30px;
padding-top: 12px;
width: 220px;
height: 54px;
}
.btn:hover {
color: #000000;
}
.animate__animated {
animation-duration: 1.5s;
animation-delay: 0s;
}
header {
position: fixed;
z-index: 777;
padding: 7px 0 7px 0;
width: 100%;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
header.show_cover {
background-color: #edf4ff;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
header .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
header .wrapper a.logo {
display: inline-block;
width: auto;
height: 57px;
}
header .wrapper a.logo img {
max-height: 100%;
}
header .wrapper ul.lang {
position: relative;
display: flex;
justify-content: flex-end;
}
header .wrapper ul.lang::after {
content: "/";
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 48%;
font-size: 1.1rem;
font-weight: 100;
transform: translate(-50%, 0);
}
header .wrapper ul.lang li.lang-item a {
color: #000000;
position: relative;
margin: 0 3px;
font-weight: 300;
font-size: 1.1rem;
text-transform: uppercase;
cursor: pointer;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
header .wrapper ul.lang li.lang-item a:hover {
opacity: 0.5;
}
header .wrapper ul.lang li.lang-item a:nth-child(1) {
margin-right: 6px;
}
header .wrapper ul.lang li.current-lang a {
cursor: default;
font-weight: 700;
opacity: 1 !important;
}
header .wrapper ul.lang span {
display: block;
font-size: 1.1rem;
margin: 0 1px;
}
#offer {
position: relative;
padding-top: 80px;
}
#page-home #offer::before {
content: "";
display: block;
position: absolute;
z-index: 1;
top: -70%;
left: -10%;
background: radial-gradient(ellipse, rgba(43, 103, 255, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 100%;
height: 180%;
border-radius: 50%;
}
#page-home #offer .wrap .lt {
margin: auto 0;
}
#page-home #offer .wrap .rt {
position: relative;
margin-right: 0;
}
#page-home #offer .wrap .rt::before {
content: "";
display: block;
position: absolute;
top: 60%;
left: 50%;
z-index: -1;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/bg-offer2.png);
background-size: contain;
background-repeat: no-repeat;
width: 750px;
height: 750px;
}
#page-home #offer .wrap .rt::after {
content: "";
display: block;
margin-top: 170px;
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/bg-offer1.png);
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 850px;
}
#page-home #offer .wrap .rt figure {
position: relative;
z-index: 3;
width: 460px;
height: 460px;
margin: 50px auto 0;
}
#page-home #offer ul {
position: relative;
z-index: 5;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
margin-top: 100px;
}
#page-home #offer ul li {
text-align: center;
width: 24%;
}
#page-home #offer ul li figure {
width: 80px;
height: 80px;
margin: 0 auto;
}
#page-home #offer ul li span {
display: block;
margin-top: 15px;
font-size: 3.3rem;
font-weight: 500;
color: #7a9fff;
text-transform: uppercase;
}
#page-home #offer ul li p {
font-size: 1.5rem;
font-weight: 400;
color: #000000;
}
#page-home #economic_unions {
position: relative;
z-index: 5;
}
#page-home #economic_unions .container {
position: relative;
}
#page-home #economic_unions .wrapper {
position: relative;
width: 100%;
border-radius: 25px;
background-color: #c3dbfd;
padding-top: 75px;
height: 300px;
overflow: hidden;
}
#page-home #economic_unions .wrapper::before {
content: "";
display: block;
position: absolute;
z-index: 1;
left: 50px;
top: 30px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/bg-offer1.png);
background-size: cover;
background-repeat: no-repeat;
width: 350px;
height: 500px;
}
#page-home #economic_unions .wrapper::after {
content: "";
display: block;
position: absolute;
z-index: 1;
right: 50px;
top: -230px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/bg-offer1.png);
background-size: cover;
background-repeat: no-repeat;
width: 350px;
height: 500px;
transform: rotate(180deg);
}
#page-home #economic_unions .wrapper h2 {
text-align: center;
}
#page-home #economic_unions .select_box {
position: absolute;
z-index: 88;
top: 175px;
left: 50%;
transform: translate(-50%, 0);
width: 60%;
background-color: rgba(231, 239, 254, 0.97);
box-shadow: 5px 8px 5px rgba(0, 0, 0, 0.05);
border-radius: 10px;
font-size: 1.5rem;
height: auto;
max-height: 420px;
overflow: hidden;
cursor: pointer;
}
#page-home #economic_unions .select_box .select_box_wrap {
overflow-y: scroll;
height: auto;
max-height: 360px;
}
#page-home #economic_unions .select_box .select_box_wrap::-webkit-scrollbar {
width: 5px;
background-color: #c3dbfd;
}
#page-home #economic_unions .select_box .select_box_wrap::-webkit-scrollbar-thumb {
border-radius: 3px;
background-color: #7a9fff;
}
#page-home #economic_unions .select_box .select_box_wrap::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
border-radius: 5px;
background-color: #f9f9fd;
}
#page-home #economic_unions .select_box .select_box_wrap strong {
display: inline-block;
margin-top: 5px;
margin-left: 20px !important;
color: #7a9fff;
font-size: 1.2rem;
}
#page-home #economic_unions .select_box .option,
#page-home #economic_unions .select_box .shown {
width: 100%;
height: 60px;
line-height: 1.6;
}
#page-home #economic_unions .select_box .shown {
position: relative;
background-color: #ffffff;
font-weight: 300;
padding: 10px 15px 10px 20px;
display: flex;
justify-content: space-between;
}
#page-home #economic_unions .select_box .shown::before {
content: "";
display: block;
position: absolute;
z-index: 3;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/arrow_blc.svg);
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
transform: rotate(0deg);
top: 15px;
right: 20px;
}
#page-home #economic_unions .select_box .shown a::after {
top: 5px;
}
#page-home #economic_unions .select_box .option {
position: relative;
display: flex;
font-weight: 300;
font-size: 1.2rem;
line-height: 1;
justify-content: space-between;
padding: 20px 13px 20px 20px;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
color: #4a4a4b;
height: 100%;
align-items: center;
}
#page-home #economic_unions .select_box .option:hover {
color: #000000;
background-color: rgba(122, 160, 255, 0.2);
}
#page-home #economic_unions .select_box .die_is_cast::before {
display: none;
}
#page-home #economic_unions .select_box a {
position: relative;
font-size: 1rem;
text-transform: uppercase;
font-weight: 200;
color: #000000;
height: 100%;
display: flex;
align-items: center;
padding-right: 40px;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#page-home #economic_unions .select_box a:hover {
font-weight: 400;
}
#page-home #economic_unions .select_box a:hover::after {
opacity: 1;
}
#page-home #economic_unions .select_box a::after {
content: "";
display: block;
position: absolute;
z-index: 1;
top: -7px;
right: 0;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-location.svg);
background-size: contain;
background-repeat: no-repeat;
width: 30px;
height: 30px;
opacity: 0.6;
}
#page-home #economic_unions .collapsed {
max-height: 60px;
}
#page-home #economic_unions .collapsed .select_box_wrap {
overflow-y: auto;
}
#page-home #economic_unions .collapsed .shown::before {
transform: rotate(90deg) !important;
}
#page-home #economic_unions ul.economic_unions_list {
position: relative;
margin-top: 100px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item {
position: relative;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item:nth-child(6n+1)::before {
content: "";
display: block;
position: absolute;
z-index: -1;
bottom: 0;
left: 65%;
background: radial-gradient(rgba(117, 220, 234, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 1100px;
height: 1100px;
border-radius: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item:nth-child(6n+3)::after {
content: "";
display: block;
position: absolute;
z-index: -1;
bottom: 0;
left: 35%;
background: radial-gradient(rgba(142, 179, 239, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 1100px;
height: 1100px;
border-radius: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title a {
color: #000000;
font-size: inherit;
width: 60%;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title a:hover h2 {
color: #7a9fff;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title a h2 span {
position: relative;
font-size: 1.1rem;
font-weight: 100;
text-transform: uppercase;
padding-left: 25px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title a h2 span::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-arrow.svg);
background-size: contain;
background-repeat: no-repeat;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title .city_box {
position: relative;
margin: auto 0;
padding-left: 70px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title .city_box::before {
content: "";
display: block;
position: absolute;
z-index: 1;
left: 0;
top: 50%;
transform: translate(0, -50%);
width: 45px;
height: 45px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-city.svg);
background-size: contain;
background-repeat: no-repeat;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title .city_box span {
font-size: 1.2rem;
font-weight: 500;
text-transform: uppercase;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item strong {
display: block;
margin: 25px 0;
font-size: 1.2rem;
font-weight: 500;
text-transform: uppercase;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities {
padding-top: 35px;
margin-top: -50px;
width: 100%;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities ul.cities_list {
display: flex;
margin: 35px 0 50px 0;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities ul.cities_list li {
display: flex;
height: 160px;
border-radius: 10px;
background-color: #fefefe;
padding: 10px;
box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.03);
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities ul.cities_list li figure {
width: auto;
height: 110px;
margin: auto 0;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities ul.cities_list li div {
display: flex;
flex-direction: column;
margin-left: 10px;
justify-content: space-between;
height: 100%;
padding: 20px 0;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities ul.cities_list li div span {
font-size: 1.6rem;
color: #000000;
font-weight: bold;
text-transform: uppercase;
line-height: 1.2;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities ul.cities_list li div p {
font-size: 0.6rem;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities ul.cities_list li div a {
display: inline-block;
position: relative;
font-size: 1.2rem;
font-weight: 300;
color: #4a4a4b;
padding-right: 60px;
text-transform: uppercase;
width: 170px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities ul.cities_list li div a:hover {
color: #7a9fff;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities ul.cities_list li div a:hover::after {
transform: scale(1.1);
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities ul.cities_list li div a::after {
content: "";
display: block;
position: absolute;
top: -10px;
right: 0;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-arrow.svg);
background-size: contain;
background-repeat: no-repeat;
width: 50px;
height: 50px;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-prev {
top: 20px;
left: auto;
right: 40px;
opacity: 0.6;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-prev::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-prev:hover {
opacity: 1;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-next {
top: 20px;
left: auto;
right: 0;
opacity: 0.6;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-next::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
transform: rotate(180deg);
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-next:hover {
opacity: 1;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item:nth-last-child(1) ul.cities_list {
margin-bottom: 0 !important;
}
#our-media {
padding-bottom: 35px;
}
#our-media .container {
position: relative;
}
#our-media .container::after {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
background: radial-gradient(rgba(142, 179, 239, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 800px;
height: 800px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#our-media h3 {
text-align: center;
}
#our-media ul {
margin-top: 50px;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
#our-media ul li {
position: relative;
padding: 30px 10px;
padding-bottom: 125px;
width: 18%;
background-color: #ffffff;
border-radius: 10px;
text-align: center;
margin: 15px 0;
}
#our-media ul li figure {
width: 90%;
height: 60px;
margin: 0 auto;
}
#our-media ul li p {
margin-top: 20px;
text-transform: uppercase;
font-size: 1.1rem;
}
#our-media ul li a {
position: absolute;
z-index: 1;
bottom: 30px;
left: 50%;
transform: translate(-50%, 0);
border: 1px solid #000000;
border-radius: 10px;
padding: 4px;
width: 170px;
height: 50px;
}
#our-media ul li a span {
display: block;
border: 1px solid #000000;
border-radius: 7px;
background-color: #def38b;
width: 72%;
height: 100%;
margin: 0;
color: #000000;
text-transform: uppercase;
padding-top: 7px;
}
#our-media ul li a:hover span {
color: #def38b;
background-color: #000000;
}
#our-media ul li a::after {
content: "";
display: block;
position: absolute;
z-index: 1;
width: 42px;
height: 42px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/arrow_bg_blc.svg);
background-size: contain;
background-repeat: no-repeat;
right: 3px;
top: 3px;
}
#units {
padding-bottom: 35px;
}
#units .container {
position: relative;
}
#units .container::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 45%;
background: radial-gradient(rgba(117, 220, 234, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 1100px;
height: 1100px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#units .title {
text-align: center;
width: 65%;
margin: 0 auto;
}
#units .title p {
margin-top: 25px;
font-size: 1.5rem;
font-weight: 300;
}
#units ul {
margin-top: 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
#units ul li {
position: relative;
width: 240px;
height: 240px;
text-align: center;
margin: 15px auto;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/units_bg.png);
background-size: cover;
background-repeat: no-repeat;
cursor: pointer;
}
#units ul li::after {
display: block;
content: "";
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 52px;
height: 52px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-arrow.svg);
background-size: cover;
background-repeat: no-repeat;
}
#units ul li:hover {
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/units_bg_hover.png);
background-size: cover;
background-repeat: no-repeat;
}
#units ul li:hover::after {
transform: scale(1.1);
}
#units ul li a {
display: block;
position: relative;
padding: 60px 25px 0 25px;
width: 240px;
height: 240px;
}
#units ul li a figure {
width: auto;
height: 60px;
}
#units ul li a p {
font-size: 1.1rem;
margin-top: 10px;
color: #000000;
}
#ambassadors .container {
position: relative;
}
#ambassadors .container::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 35%;
background: radial-gradient(rgba(142, 179, 239, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 900px;
height: 900px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#ambassadors h3 {
text-align: center;
}
#ambassadors .swiper.sl_ambassadors {
margin-top: 10px;
}
#ambassadors .swiper.sl_ambassadors .container {
position: relative;
}
#ambassadors .swiper.sl_ambassadors ul.ambassadors_list {
padding: 50px 0 60px 0;
}
#ambassadors .swiper.sl_ambassadors ul.ambassadors_list li {
border-radius: 15px;
background-color: #ffffff;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
padding: 30px 25px;
text-align: center;
border: 1px solid #c3dbfd;
}
#ambassadors .swiper.sl_ambassadors ul.ambassadors_list li figure {
border-radius: 50%;
width: 100px;
height: 100px;
margin: 0 auto;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
#ambassadors .swiper.sl_ambassadors ul.ambassadors_list li p {
margin-top: 20px;
text-transform: uppercase;
font-weight: 600;
font-size: 1rem;
}
#ambassadors .swiper.sl_ambassadors ul.ambassadors_list li span {
font-weight: 300;
color: #4a4a4b;
opacity: 0.5;
font-size: 0.95rem;
}
#ambassadors .swiper.sl_ambassadors ul.ambassadors_list li a {
position: relative;
display: block;
margin: 15px auto 0;
width: 32px;
height: 32px;
left: 0;
bottom: 0;
}
#ambassadors .swiper.sl_ambassadors ul.ambassadors_list li a::after {
content: "";
display: block;
position: absolute;
z-index: 1;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-linkid.svg);
background-size: cover;
background-repeat: no-repeat;
width: 32px;
height: 32px;
}
#ambassadors .swiper.sl_ambassadors ul.ambassadors_list li a:hover::after {
transform: scale(1.1);
}
#ambassadors .swiper.sl_ambassadors .swiper-pagination {
bottom: 0;
}
#ambassadors .swiper.sl_ambassadors .swiper-pagination span {
width: 10px;
height: 10px;
line-height: 0;
margin: 0 5px;
cursor: pointer;
opacity: 0.15;
}
#ambassadors .swiper.sl_ambassadors .swiper-pagination span.swiper-pagination-bullet-active {
background: #7a9fff !important;
opacity: 1;
}
#ambassadors .swiper.sl_ambassadors .swiper-button-prev {
top: 20px;
left: auto;
right: 40px;
opacity: 0.6;
}
#ambassadors .swiper.sl_ambassadors .swiper-button-prev::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
}
#ambassadors .swiper.sl_ambassadors .swiper-button-prev:hover {
opacity: 1;
}
#ambassadors .swiper.sl_ambassadors .swiper-button-next {
top: 20px;
left: auto;
right: 0;
opacity: 0.6;
}
#ambassadors .swiper.sl_ambassadors .swiper-button-next::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
transform: rotate(180deg);
}
#ambassadors .swiper.sl_ambassadors .swiper-button-next:hover {
opacity: 1;
}
#exclusive-strategic-partners h3 {
text-align: center;
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners {
margin-top: 50px;
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners ul {
padding: 50px 0 60px 0;
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners ul li a figure img {
transition: 0.3s;
height: 65px !important;
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners ul li a p {
margin-top: 20px;
color: black;
text-align: center;
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners ul li a:hover img {
transform: scale(1.03);
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners .swiper-pagination {
bottom: 0;
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners .swiper-pagination span {
width: 10px;
height: 10px;
line-height: 0;
margin: 0 5px;
cursor: pointer;
opacity: 0.15;
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners .swiper-pagination span.swiper-pagination-bullet-active {
background: #7a9fff !important;
opacity: 1;
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners .swiper-button-prev {
top: 20px;
left: auto;
right: 40px;
opacity: 0.6;
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners .swiper-button-prev::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners .swiper-button-prev:hover {
opacity: 1;
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners .swiper-button-next {
top: 20px;
left: auto;
right: 0;
opacity: 0.6;
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners .swiper-button-next::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
transform: rotate(180deg);
}
#exclusive-strategic-partners .swiper.sl_exclusive_strategic_partners .swiper-button-next:hover {
opacity: 1;
}
#our_strategic_partners .container {
position: relative;
}
#our_strategic_partners .container::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 55%;
background: radial-gradient(rgba(117, 220, 234, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 1100px;
height: 1100px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#our_strategic_partners h3 {
text-align: center;
}
#our_strategic_partners ul {
margin-top: 35px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#our_strategic_partners ul li {
margin: 15px 0;
width: auto;
height: 80px;
}
#our_strategic_partners ul li a {
height: inherit;
}
#our_strategic_partners ul li a figure {
height: inherit;
}
#our_strategic_partners ul li a figure a {
height: inherit;
}
#feedback {
padding-bottom: 100px;
}
#feedback .container {
position: relative;
}
#feedback .container::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 35%;
background: radial-gradient(rgba(142, 179, 239, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 900px;
height: 900px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#feedback form h3 {
text-align: center;
}
#feedback form .wrapper {
position: relative;
margin-top: 50px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#feedback form .wrapper .lt {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 220px;
margin-right: 10px;
width: 400px;
}
#feedback form .wrapper .lt span input {
width: 100%;
border-radius: 10px;
border: 1px solid #7a9fff;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
overflow: hidden;
height: 60px;
padding-left: 15px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
}
#feedback form .wrapper .rt {
margin-left: 10px;
width: 400px;
}
#feedback form .wrapper .rt .wpcf7-form-control-wrap {
width: 100%;
height: 220px !important;
}
#feedback form .wrapper .rt .wpcf7-form-control-wrap textarea {
width: 100%;
height: inherit;
resize: none;
border-radius: 10px;
border: 1px solid #7a9fff;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
padding: 15px;
}
#feedback form .submit-box {
position: relative;
display: inline-block;
margin: 35px auto 0;
left: 50%;
transform: translate(-50%, 0);
}
#feedback form .submit-box .wpcf7-submit {
position: relative;
z-index: 0;
border: none;
background: transparent;
font-size: 1.5rem;
font-weight: 300;
padding: 0;
padding-right: 55px;
color: #000000;
}
#feedback form .submit-box::after {
display: block;
content: "";
position: absolute;
z-index: -1;
top: -2px;
right: 0;
width: 45px;
height: 45px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-arrow.svg);
background-size: contain;
background-repeat: no-repeat;
}
#feedback form .submit-box .wpcf7-spinner {
position: absolute;
top: -35px;
left: 50%;
margin-left: 0;
transform: translate(-50%, 0);
}
#feedback form .submit-box:hover::after {
transform: scale(1.1);
}
#feedback form .submit-box:hover .wpcf7-submit {
color: #7a9fff;
}
#feedback form .wpcf7-not-valid-tip {
position: absolute;
font-size: 0.8em !important;
top: 50%;
left: auto;
right: 15px;
transform: translate(0, -50%);
}
#feedback form .wpcf7-response-output {
display: none !important;
}
#feedback form .ajax-loader {
display: block !important;
position: absolute !important;
z-index: 777;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
background-image: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/ajax-loader.svg) !important;
background-size: cover !important;
background-color: rgba(0, 0, 0, 0) !important;
width: 60px !important;
height: 60px !important;
margin: auto !important;
}
#feedback form .ajax-loader::before {
display: none !important;
}
#feedback form .wpcf7-spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
padding: 0;
}
#feedback form .wpcf7-spinner::before {
background-color: #000000;
}
#feedback form .send-success {
display: none;
}
#feedback form .send-success span.modal-close {
position: absolute;
transform: rotate(45deg);
top: -13px;
right: -13px;
color: #ffffff;
background-color: #000000;
border-radius: 50%;
padding: 0px 9px;
font-size: 1.2rem;
cursor: pointer;
}
#feedback form .send-success span.modal-close:hover {
color: #def38b;
}
#feedback form .send-success.show {
display: block !important;
background: #def38b;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
color: #000000;
font-size: 1.2rem;
font-weight: 400;
width: 200px;
border-radius: 10px;
text-align: center;
padding: 10px;
font-size: 1.2rem;
}
#feedback .tel-email-box {
margin-top: 50px;
display: flex;
justify-content: center;
}
#feedback .tel-email-box span {
color: #7a9fff;
text-transform: uppercase;
font-size: 1.1rem;
font-weight: 700;
text-align: center;
}
#feedback .tel-email-box a {
margin-top: 15px;
color: #000000;
font-size: 1.7rem;
font-weight: 300;
}
#feedback .tel-email-box a:hover {
color: #7a9fff;
}
#feedback .tel-email-box .tel-box {
display: flex;
flex-direction: column;
padding-right: 76px;
border-right: 1px solid #7a9fff;
}
#feedback .tel-email-box .email-box {
display: flex;
flex-direction: column;
padding-left: 75px;
}
#page-city #offer {
position: relative;
}
#page-city #offer::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: -70%;
left: -20%;
background: radial-gradient(ellipse, rgba(43, 103, 255, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 130%;
height: 180%;
border-radius: 50%;
}
#page-city #offer .container {
position: relative;
}
#page-city #offer .container::after {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 0;
right: 0;
z-index: 0;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/bg-offer1.png);
background-size: cover;
background-repeat: no-repeat;
width: 500px;
height: 500px;
}
#page-city #offer .title {
position: relative;
z-index: 88;
margin-top: 50px;
width: 50%;
}
#page-city #offer .title span {
text-transform: uppercase;
font-size: 2.6rem;
font-weight: 600;
}
#page-city #offer .sl_city_offer {
position: relative;
padding-top: 50px;
}
#page-city #offer .sl_city_offer ul li {
position: relative;
background-color: #ffffff;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
border-radius: 20px;
padding: 20px;
height: inherit;
}
#page-city #offer .sl_city_offer ul li.sl_slide1 strong {
background-color: #a2efdd;
}
#page-city #offer .sl_city_offer ul li.sl_slide2 strong {
background-color: #ffb6b6;
}
#page-city #offer .sl_city_offer ul li.sl_slide3 strong {
background-color: #c3dbfd;
}
#page-city #offer .sl_city_offer ul li.sl_slide4 strong {
background-color: #def38b;
}
#page-city #offer .sl_city_offer ul li.sl_slide5 strong {
background-color: #cbc1f2;
}
#page-city #offer .sl_city_offer ul li.sl_slide6 strong {
background-color: #ffdca7;
}
#page-city #offer .sl_city_offer ul li a {
display: block;
color: #000000;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#page-city #offer .sl_city_offer ul li a::after {
cursor: pointer;
display: block;
content: "";
position: absolute;
z-index: 1;
top: 19px;
right: 15px;
width: 52px;
height: 52px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-arrow.svg);
background-size: cover;
background-repeat: no-repeat;
}
#page-city #offer .sl_city_offer ul li a:hover strong {
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#page-city #offer .sl_city_offer ul li a:hover span {
color: #7a9fff;
opacity: 1;
}
#page-city #offer .sl_city_offer ul li a:hover::after {
transform: scale(1.1);
}
#page-city #offer .sl_city_offer ul li a strong {
display: inline-block;
text-transform: uppercase;
font-weight: 600;
padding: 10px;
border-radius: 5px;
font-size: 1.3rem;
margin-left: -8px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#page-city #offer .sl_city_offer ul li a span {
display: block;
margin: 5px 0 10px;
font-weight: 300;
font-size: 1.2rem;
text-transform: capitalize;
opacity: 0.35;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#page-city #offer .sl_city_offer ul li a p {
margin-left: 10px;
}
#page-city #offer .sl_city_offer .swiper-button-prev {
top: 20px;
left: auto;
right: 40px;
opacity: 0.6;
}
#page-city #offer .sl_city_offer .swiper-button-prev::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
}
#page-city #offer .sl_city_offer .swiper-button-prev:hover {
opacity: 1;
}
#page-city #offer .sl_city_offer .swiper-button-next {
top: 20px;
left: auto;
right: 0;
opacity: 0.6;
}
#page-city #offer .sl_city_offer .swiper-button-next::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
transform: rotate(180deg);
}
#page-city #offer .sl_city_offer .swiper-button-next:hover {
opacity: 1;
}
#page-city #municipality_showroom {
position: relative;
}
#page-city #municipality_showroom::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 70%;
background: radial-gradient(rgba(117, 220, 234, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 1100px;
height: 1100px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#page-city #municipality_showroom h2 {
text-align: center;
}
#page-city #municipality_showroom .wrap {
margin-top: 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#page-city #municipality_showroom .wrap .lt figure {
width: 200px;
}
#page-city #municipality_showroom .wrap .lt .info_city_box {
display: flex;
}
#page-city #municipality_showroom .wrap .lt .info_city_box .wrapper {
width: 100%;
margin: auto 0 auto 25px;
}
#page-city #municipality_showroom .wrap .lt .info_city_box .wrapper .cat_box {
position: relative;
width: 100%;
border-bottom: 1px solid #c3dbfd;
color: #9e9e9e;
font-weight: 300;
font-size: 0.9rem;
line-height: 2.5;
}
#page-city #municipality_showroom .wrap .lt .info_city_box .wrapper .cat_box a {
position: relative;
color: #000000;
}
#page-city #municipality_showroom .wrap .lt .info_city_box .wrapper .cat_box a:hover {
color: #7a9fff;
}
#page-city #municipality_showroom .wrap .lt .info_city_box .wrapper .cat_box a::after {
content: "";
display: block;
position: absolute;
z-index: 1;
top: 0;
right: -25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-arrow.svg);
background-size: contain;
background-repeat: no-repeat;
width: 20px;
height: 20px;
}
#page-city #municipality_showroom .wrap .lt .info_city_box .wrapper .cat_box::after {
content: "";
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-handshake.svg);
background-size: contain;
background-repeat: no-repeat;
width: 40px;
height: 40px;
}
#page-city #municipality_showroom .wrap .lt .info_city_box .wrapper span {
display: block;
margin-top: 5px;
font-size: 2rem;
font-weight: 600;
text-transform: uppercase;
color: #2b66ff;
}
#page-city #municipality_showroom .wrap .lt .info_city_box .wrapper p {
font-weight: 300;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li {
width: 50%;
padding: 50px 10px 0 10px;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li .title {
display: flex;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li .title figure {
width: 90px;
height: 90px;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li .title span {
display: block;
margin: auto 0;
margin-left: 15px;
font-size: 1.5rem;
font-weight: 600;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li ul {
margin-top: 15px;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li ul li {
width: 100%;
display: flex;
justify-content: space-between;
padding: 5px 0;
border-bottom: 1px solid #c3dbfd;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li ul li p {
line-height: 1.2;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li ul li p:nth-child(1) {
width: 200px;
font-size: 1rem;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li ul li p:nth-child(2) {
padding: 3px 7px;
background-color: #7a9fff;
border-radius: 3px;
color: #ffffff;
font-size: 0.9rem;
font-weight: 300;
width: 65px !important;
height: 25px;
}
#page-city #municipality_showroom .wrap .rt .sl_city_single {
margin: auto;
width: 335px;
height: 500px;
}
#page-city #municipality_showroom .wrap .rt .sl_city_single ul li {
border-radius: 25px !important;
overflow: hidden;
width: inherit;
height: inherit;
}
#page-city #municipality_showroom .wrap .rt .sl_city_single ul li img.sl_city_img {
max-width: none !important;
max-height: 100%;
min-width: 100%;
}
#page-city #city_union .container {
position: relative;
}
#page-city #city_union .container::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 70%;
left: 35%;
background: radial-gradient(rgba(142, 179, 239, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 900px;
height: 900px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#page-city #city_union .wrap .lt {
margin: auto 0;
}
#page-city #city_union .wrap .lt .wrapper {
background-color: #ffffff;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
border-radius: 25px;
padding: 10px 20px;
}
#page-city #city_union .wrap .lt .wrapper .title {
display: flex;
border-bottom: 1px solid #7a9fff;
padding-bottom: 20px;
}
#page-city #city_union .wrap .lt .wrapper .title figure {
margin: auto 0;
width: 150px;
height: auto;
}
#page-city #city_union .wrap .lt .wrapper .title span {
display: block;
margin: auto;
font-size: 2.2rem;
font-weight: 600;
color: #2b66ff;
padding-left: 15px;
line-height: 1.2;
}
#page-city #city_union .wrap .lt .wrapper ul.list_union {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
#page-city #city_union .wrap .lt .wrapper ul.list_union li {
position: relative;
width: 48%;
display: flex;
margin-top: 25px;
}
#page-city #city_union .wrap .lt .wrapper ul.list_union li a.current_post {
cursor: default;
}
#page-city #city_union .wrap .lt .wrapper ul.list_union li a.current_post span {
color: #7a9fff !important;
}
#page-city #city_union .wrap .lt .wrapper ul.list_union li a figure {
width: 100px;
height: 100px;
}
#page-city #city_union .wrap .lt .wrapper ul.list_union li a figure img {
-o-object-fit: cover;
object-fit: cover;
}
#page-city #city_union .wrap .lt .wrapper ul.list_union li a span {
position: absolute;
left: 105px;
top: 50%;
transform: translate(0, -50%);
display: block;
font-size: 1.4rem;
line-height: 1.3;
font-weight: 500;
color: #000000;
}
#page-city #city_union .wrap .lt .wrapper ul.list_union li a:hover span {
color: #2b66ff;
}
#page-city #city_union .wrap .rt figure {
width: 100%;
}
#page-city #accreditation {
position: relative;
}
#page-city #accreditation::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 60%;
background: radial-gradient(rgba(117, 220, 234, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 800px;
height: 800px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#page-city #accreditation .wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#page-city #accreditation .wrapper .titles {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#page-city #accreditation .wrapper .titles .title {
width: 32%;
border-radius: 10px;
background-color: #2b66ff;
color: #ffffff;
padding: 10px 15px;
font-weight: 400;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
#page-city #accreditation .wrapper ul {
position: relative;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#page-city #accreditation .wrapper ul li {
position: relative;
width: 32%;
padding: 10px 15px;
font-weight: 400;
}
#page-city #accreditation .wrapper ul li.active::after {
content: "";
display: block;
position: absolute;
z-index: 1;
top: 9px;
right: 15px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-off.svg);
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
}
#page-city #accreditation .wrapper ul li.active1::after {
content: "";
display: block;
position: absolute;
z-index: 1;
top: 9px;
right: 15px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-on.svg);
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
}
#page-city #mayors_interview h2 {
text-align: center;
}
#page-city #mayors_interview .wrapper {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#page-city #mayors_interview .wrapper .lt {
width: 35%;
margin: auto 0;
}
#page-city #mayors_interview .wrapper .lt .title {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-bottom: 35px;
border-bottom: 1px solid #7a9fff;
}
#page-city #mayors_interview .wrapper .lt .title figure {
width: 190px;
height: 190px;
border-radius: 20px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
#page-city #mayors_interview .wrapper .lt .title figure img {
-o-object-fit: cover;
object-fit: cover;
}
#page-city #mayors_interview .wrapper .lt .title .title_box {
margin: auto;
margin-left: 10px;
width: 240px;
}
#page-city #mayors_interview .wrapper .lt .title .title_box strong {
font-weight: 600;
font-size: 2rem;
line-height: 1.2;
}
#page-city #mayors_interview .wrapper .lt .about {
margin-top: 25px;
}
#page-city #mayors_interview .wrapper .lt .about span {
font-size: 1.5rem;
}
#page-city #mayors_interview .wrapper .lt .about p {
margin-top: 15px;
}
#page-city #mayors_interview .wrapper .rt {
width: 750px;
margin: auto;
margin-right: 0;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview ul {
padding: 50px 0;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview ul li {
position: relative;
width: 750px;
height: 450px;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview ul li figure {
position: relative;
margin: auto;
margin-right: 0;
width: 750px;
height: 450px;
border-radius: 20px;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview ul li figure img {
-o-object-fit: cover;
object-fit: cover;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview ul li figure .i-play {
z-index: 5;
width: 80px;
height: 80px;
opacity: 0.8;
border-radius: 50%;
cursor: pointer;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview ul li figure .i-play:hover {
opacity: 1;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview ul li figure .i-play::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
width: inherit;
height: inherit;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-play.svg);
background-size: contain;
background-repeat: no-repeat;
transform: translate(-50%, -50%);
cursor: pointer;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview ul li p {
display: flex;
position: absolute;
z-index: 7;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 25px;
overflow: hidden;
z-index: -1;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview ul li p iframe {
width: 750px !important;
height: 450px !important;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview ul li p.show {
z-index: 10 !important;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview .swiper-pagination {
bottom: 0;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview .swiper-pagination span {
width: 10px;
height: 10px;
line-height: 0;
margin: 0 5px;
cursor: pointer;
opacity: 0.15;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview .swiper-pagination span.swiper-pagination-bullet-active {
background: #7a9fff !important;
opacity: 1;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview .swiper-button-prev {
top: 20px;
left: auto;
right: 40px;
opacity: 0.6;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview .swiper-button-prev::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview .swiper-button-prev:hover {
opacity: 1;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview .swiper-button-next {
top: 20px;
left: auto;
right: 0;
opacity: 0.6;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview .swiper-button-next::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
transform: rotate(180deg);
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview .swiper-button-next:hover {
opacity: 1;
}
#page-city #economic_data .wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#page-city #economic_data .wrap .lt {
margin: 0;
}
#page-city #economic_data .wrap .lt h2,
#page-city #economic_data .wrap .lt p {
text-align: left;
}
#page-city #economic_data .wrap .rt {
margin: 0;
width: 110px;
}
#page-city #economic_data .wrap .rt figure {
width: 100%;
height: auto;
}
#page-city #economic_data .table_box {
overflow-y: hidden;
}
#page-city #economic_data .table_box table {
margin-top: 50px;
width: 100%;
background-color: #ffffff;
padding: 15px 15px 0 15px;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
border-spacing: 5px 0;
border-collapse: separate;
overflow-x: scroll;
}
#page-city #economic_data .table_box table tr {
width: 100%;
}
#page-city #economic_data .table_box table tr th {
position: relative;
z-index: 2;
width: 15%;
border-radius: 10px;
padding: 10px 15px;
font-weight: 400;
background: #b7da2c;
color: #000000;
}
#page-city #economic_data .table_box table tr th:nth-child(1) {
width: 40%;
text-align: left;
background: #2b66ff;
color: #ffffff;
}
#page-city #economic_data .table_box table tr th:nth-child(even) {
position: relative;
z-index: 2;
background: #eef8ca;
border-radius: 10px 10px 0 0;
}
#page-city #economic_data .table_box table tr th:nth-child(even)::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background: #b7da2c;
border-radius: 10px;
}
#page-city #economic_data .table_box table tr td {
width: 15%;
text-align: center;
font-weight: 300;
padding: 10px 15px;
border-radius: 0;
}
#page-city #economic_data .table_box table tr td:nth-child(1) {
width: 40%;
text-align: left;
}
#page-city #economic_data .table_box table tr td:nth-child(even) {
background: #eef8ca;
}
#page-city #vision_of_future h2 {
margin: auto;
text-align: center;
width: 680px;
}
#page-city #vision_of_future .wrap {
position: relative;
margin-top: 50px;
}
#page-city #vision_of_future .wrap .lt {
margin-left: 0;
}
#page-city #vision_of_future .wrap .lt span {
display: block;
margin-top: 10px;
font-weight: 100;
font-size: 1.3rem;
}
#page-city #vision_of_future .wrap .lt p {
margin-top: 15px;
}
#page-city #vision_of_future .wrap .rt {
margin-left: auto;
margin-right: 0;
}
#page-city #vision_of_future .wrap .rt figure {
margin: auto;
border-radius: 20px;
width: 100%;
height: 470px;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
#page-city #vision_of_future .wrap .rt figure img {
-o-object-fit: cover;
object-fit: cover;
}
#page-city #vision_of_future .wrap:nth-child(1)::after, #page-city #vision_of_future .wrap:nth-child(5)::after {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 35%;
background: radial-gradient(rgba(142, 179, 239, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 800px;
height: 800px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#page-city #vision_of_future .wrap:nth-child(3)::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 40%;
background: radial-gradient(rgba(117, 220, 234, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 800px;
height: 800px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#page-city #vision_of_future .wrap:nth-child(even) .lt {
order: 2;
margin-left: auto;
margin-right: 0;
}
#page-city #vision_of_future .wrap:nth-child(even) .rt {
order: 1;
margin-left: 0;
margin-right: auto;
}
#page-city #video_messages h2 {
text-align: center;
text-transform: none;
}
#page-city #video_messages p {
text-align: center;
font-size: 1.5rem;
font-weight: 300;
}
#page-city #video_messages .sl_video_messages ul {
padding: 50px 0;
}
#page-city #video_messages .sl_video_messages ul li {
position: relative;
height: 400px;
}
#page-city #video_messages .sl_video_messages ul li figure {
position: relative;
margin: auto;
margin-right: 0;
height: 400px;
border-radius: 20px;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
}
#page-city #video_messages .sl_video_messages ul li figure img {
-o-object-fit: cover;
object-fit: cover;
}
#page-city #video_messages .sl_video_messages ul li figure .i-play {
z-index: 5;
width: 80px;
height: 80px;
opacity: 0.8;
border-radius: 50%;
cursor: pointer;
}
#page-city #video_messages .sl_video_messages ul li figure .i-play:hover {
opacity: 1;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
#page-city #video_messages .sl_video_messages ul li figure .i-play::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
width: inherit;
height: inherit;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-play.svg);
background-size: contain;
background-repeat: no-repeat;
transform: translate(-50%, -50%);
cursor: pointer;
}
#page-city #video_messages .sl_video_messages ul li figure p {
display: flex;
position: absolute;
z-index: 7;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 25px;
overflow: hidden;
z-index: -1;
}
#page-city #video_messages .sl_video_messages ul li figure p iframe {
width: 750px !important;
height: 450px !important;
}
#page-city #video_messages .sl_video_messages ul li figure p.show {
z-index: 10 !important;
}
#page-city #video_messages .sl_video_messages .swiper-pagination {
bottom: 0;
}
#page-city #video_messages .sl_video_messages .swiper-pagination span {
width: 10px;
height: 10px;
line-height: 0;
margin: 0 5px;
cursor: pointer;
opacity: 0.15;
}
#page-city #video_messages .sl_video_messages .swiper-pagination span.swiper-pagination-bullet-active {
background: #7a9fff !important;
opacity: 1;
}
#page-city #video_messages .sl_video_messages .swiper-button-prev {
top: 20px;
left: auto;
right: 40px;
opacity: 0.6;
}
#page-city #video_messages .sl_video_messages .swiper-button-prev::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
}
#page-city #video_messages .sl_video_messages .swiper-button-prev:hover {
opacity: 1;
}
#page-city #video_messages .sl_video_messages .swiper-button-next {
top: 20px;
left: auto;
right: 0;
opacity: 0.6;
}
#page-city #video_messages .sl_video_messages .swiper-button-next::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
transform: rotate(180deg);
}
#page-city #video_messages .sl_video_messages .swiper-button-next:hover {
opacity: 1;
}
#taxonomy_union #offer::before {
content: "";
display: block;
position: absolute;
z-index: 1;
top: -70%;
left: -10%;
background: radial-gradient(ellipse, rgba(43, 103, 255, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 100%;
height: 180%;
border-radius: 50%;
}
#taxonomy_union #offer .wrap .lt {
margin: auto 0;
position: relative;
z-index: 777;
width: 50%;
}
#taxonomy_union #offer .wrap .lt span {
text-transform: uppercase;
font-size: 2.6rem;
font-weight: 600;
}
#taxonomy_union #offer .wrap .rt {
position: relative;
margin-right: 0;
}
#taxonomy_union #offer .wrap .rt::after {
content: "";
display: block;
margin-top: 170px;
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/bg-offer1.png);
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 850px;
}
#taxonomy_union #offer .wrap .rt figure {
position: relative;
z-index: 3;
width: 460px;
height: 460px;
margin: 50px auto 0;
}
#taxonomy_union #city_union .container {
position: relative;
}
#taxonomy_union #city_union .container::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 70%;
left: 35%;
background: radial-gradient(rgba(142, 179, 239, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 900px;
height: 900px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#taxonomy_union #city_union .wrap .lt {
margin: auto 0;
}
#taxonomy_union #city_union .wrap .lt .wrapper {
background-color: #ffffff;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
border-radius: 25px;
padding: 10px 20px;
}
#taxonomy_union #city_union .wrap .lt .wrapper .title {
display: flex;
border-bottom: 1px solid #7a9fff;
padding-bottom: 20px;
}
#taxonomy_union #city_union .wrap .lt .wrapper .title figure {
margin: auto 0;
width: 150px;
height: auto;
}
#taxonomy_union #city_union .wrap .lt .wrapper .title span {
display: block;
margin: auto;
font-size: 2.2rem;
font-weight: 600;
color: #2b66ff;
padding-left: 15px;
line-height: 1.2;
}
#taxonomy_union #city_union .wrap .lt .wrapper ul.list_union {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
#taxonomy_union #city_union .wrap .lt .wrapper ul.list_union li {
position: relative;
width: 48%;
display: flex;
margin-top: 25px;
}
#taxonomy_union #city_union .wrap .lt .wrapper ul.list_union li a figure {
width: 100px;
height: 100px;
}
#taxonomy_union #city_union .wrap .lt .wrapper ul.list_union li a figure img {
-o-object-fit: contain;
object-fit: contain;
}
#taxonomy_union #city_union .wrap .lt .wrapper ul.list_union li a span {
position: absolute;
left: 105px;
top: 50%;
transform: translate(0, -50%);
display: block;
font-size: 1.4rem;
line-height: 1.3;
font-weight: 500;
color: #000000;
}
#taxonomy_union #city_union .wrap .lt .wrapper ul.list_union li a:hover span {
color: #2b66ff;
}
#taxonomy_union #city_union .wrap .rt figure {
width: 100%;
}
#taxonomy_union #cdeu h2 {
text-align: center;
width: 65%;
margin: auto;
text-transform: uppercase;
}
#taxonomy_union #cdeu .wrap {
position: relative;
margin-top: 50px;
}
#taxonomy_union #cdeu .wrap::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
background: radial-gradient(rgba(117, 220, 234, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 800px;
height: 800px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#taxonomy_union #cdeu .wrap .lt figure {
margin: auto;
}
#taxonomy_union #cdeu .wrap .rt ul {
margin-top: 25px;
}
#taxonomy_union #cdeu .wrap .rt ul li {
position: relative;
padding-left: 70px;
margin-bottom: 15px;
}
#taxonomy_union #cdeu .wrap .rt ul li::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 50px;
background-image: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/tax-mark.svg);
background-repeat: no-repeat;
background-size: contain;
}
#taxonomy_union #cdeu .wrap .rt ul li p {
margin: auto 0;
min-height: 50px;
display: flex;
align-items: center;
}
#taxonomy_union #cdeu .wrap .rt ul li:nth-last-child(1) {
margin-bottom: 0;
}
#taxonomy_union #cdeu .wrapper {
position: relative;
margin-top: 100px;
}
#taxonomy_union #cdeu .wrapper::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 60%;
left: 50%;
background: radial-gradient(rgba(117, 191, 234, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 800px;
height: 800px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#taxonomy_union #cdeu .wrapper .box {
position: relative;
margin-top: 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#taxonomy_union #cdeu .wrapper .box .rt figure {
border-radius: 20px;
}
#taxonomy_union #cdeu .wrapper .box .item {
width: 380px;
background-color: #ffffff;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
border-radius: 20px;
padding: 20px;
}
#taxonomy_union #cdeu .wrapper .box .item .title {
display: flex;
position: relative;
}
#taxonomy_union #cdeu .wrapper .box .item .title figure {
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
border-radius: 20px;
}
#taxonomy_union #cdeu .wrapper .box .item .title h4 {
display: flex;
align-items: center;
padding-left: 70px;
text-transform: uppercase;
min-height: 60px;
}
#taxonomy_union #cdeu .wrapper .box .item ul {
margin-top: 20px;
}
#taxonomy_union #cdeu .wrapper .box .item ul li {
position: relative;
padding-left: 15px;
}
#taxonomy_union #cdeu .wrapper .box .item ul li::before {
content: "";
display: block;
position: absolute;
z-index: 1;
left: 0;
top: 10px;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #000000;
}
#taxonomy_union #cdeu .wrapper .box .box_wrap {
position: absolute;
left: 400px;
top: 50px;
}
#taxonomy_union #cdeu .wrapper .box .box_wrap .item2 {
background-color: rgba(255, 255, 255, 0.95);
}
#taxonomy_union #cdeu .wrapper .box .box_wrap .item3 {
margin-top: 25px;
background-color: rgba(255, 255, 255, 0.95);
}
#taxonomy_union #cdeu_contact h2 {
text-transform: uppercase;
text-align: center;
width: 65%;
margin: auto;
}
#taxonomy_union #cdeu_contact .tel-email-box {
margin-top: 50px;
display: flex;
justify-content: center;
}
#taxonomy_union #cdeu_contact .tel-email-box span {
color: #7a9fff;
text-transform: uppercase;
font-size: 1.1rem;
font-weight: 700;
text-align: center;
}
#taxonomy_union #cdeu_contact .tel-email-box a {
margin-top: 15px;
color: #000000;
font-size: 1.7rem;
font-weight: 300;
}
#taxonomy_union #cdeu_contact .tel-email-box a:hover {
color: #7a9fff;
}
#taxonomy_union #cdeu_contact .tel-email-box .tel-box {
display: flex;
flex-direction: column;
padding-right: 76px;
border-right: 1px solid #7a9fff;
}
#taxonomy_union #cdeu_contact .tel-email-box .email-box {
display: flex;
flex-direction: column;
padding-left: 75px;
}
#taxonomy_union #data_center h2 {
text-transform: uppercase;
text-align: center;
width: 65%;
margin: auto;
}
#taxonomy_union #data_center ul {
margin-top: 50px;
flex-wrap: wrap;
width: 100%;
display: flex;
justify-content: space-between;
}
#taxonomy_union #data_center ul li {
width: 48%;
min-height: 60px;
padding: 7px 7px 7px 15px;
border-radius: 12px;
background-color: #ffffff;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
display: flex;
justify-content: space-between;
border: 1px solid #c3dbfd;
margin-top: 15px;
}
#taxonomy_union #data_center ul li p {
display: flex;
align-items: center;
color: #000000;
width: 65%;
}
#taxonomy_union #data_center ul li span {
color: #ffffff;
background-color: #7a9fff;
border-radius: 10px;
width: 40%;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
padding: 5px 7px;
font-size: 1rem;
line-height: 1.1;
}
#taxonomy_union #data_center2 h3 {
text-transform: uppercase;
width: 50%;
line-height: 1.3;
}
#taxonomy_union #data_center2 ul {
margin-top: 50px;
flex-wrap: wrap;
width: 100%;
display: flex;
justify-content: space-between;
}
#taxonomy_union #data_center2 ul li {
width: 48%;
min-height: 60px;
padding: 7px 7px 7px 15px;
border-radius: 12px;
background-color: #ffffff;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
display: flex;
justify-content: space-between;
border: 1px solid #c3dbfd;
margin-bottom: 10px;
}
#taxonomy_union #data_center2 ul li p {
width: 68%;
display: flex;
align-items: center;
color: #000000;
}
#taxonomy_union #data_center2 ul li span {
color: #ffffff;
background-color: #7a9fff;
border-radius: 10px;
width: 40%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
height: 45px;
margin: auto 0;
padding: 0 3px;
}
#taxonomy_union #tax_vision_of_future h2 {
text-transform: uppercase;
text-align: center;
width: 65%;
margin: auto;
}
#taxonomy_union #tax_vision_of_future .wrap {
position: relative;
margin-top: 50px;
}
#taxonomy_union #tax_vision_of_future .wrap .lt {
margin-left: 0;
}
#taxonomy_union #tax_vision_of_future .wrap .lt span {
display: block;
margin-top: 10px;
font-weight: 100;
font-size: 1.3rem;
text-transform: uppercase;
}
#taxonomy_union #tax_vision_of_future .wrap .lt p {
margin-top: 15px;
}
#taxonomy_union #tax_vision_of_future .wrap .rt {
margin-left: auto;
margin-right: 0;
}
#taxonomy_union #tax_vision_of_future .wrap .rt figure {
margin: auto;
border-radius: 20px;
width: 100%;
height: 470px;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
#taxonomy_union #tax_vision_of_future .wrap .rt figure img {
-o-object-fit: cover;
object-fit: cover;
}
#taxonomy_union #tax_vision_of_future .wrap:nth-child(1)::after, #taxonomy_union #tax_vision_of_future .wrap:nth-child(5)::after {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 35%;
background: radial-gradient(rgba(142, 179, 239, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 800px;
height: 800px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#taxonomy_union #tax_vision_of_future .wrap:nth-child(3)::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 40%;
background: radial-gradient(rgba(117, 220, 234, 0.35) 5%, rgba(255, 255, 255, 0) 60%);
width: 800px;
height: 800px;
border-radius: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#taxonomy_union #tax_vision_of_future .wrap:nth-child(even) .lt {
order: 2;
margin-left: auto;
margin-right: 0;
}
#taxonomy_union #tax_vision_of_future .wrap:nth-child(even) .rt {
order: 1;
margin-left: 0;
margin-right: auto;
}
#taxonomy_union #tax_video_messages h3 {
text-align: center;
line-height: 1.3;
text-transform: capitalize;
}
#taxonomy_union #tax_video_messages p {
text-align: center;
font-size: 1.4rem;
font-weight: 100;
text-transform: uppercase;
}
#taxonomy_union #tax_video_messages .sl_video_messages ul {
padding: 50px 0;
}
#taxonomy_union #tax_video_messages .sl_video_messages ul li {
position: relative;
height: 400px;
}
#taxonomy_union #tax_video_messages .sl_video_messages ul li figure {
position: relative;
margin: auto;
margin-right: 0;
height: 400px;
border-radius: 20px;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
}
#taxonomy_union #tax_video_messages .sl_video_messages ul li figure img {
-o-object-fit: cover;
object-fit: cover;
}
#taxonomy_union #tax_video_messages .sl_video_messages ul li figure .i-play {
z-index: 5;
width: 80px;
height: 80px;
opacity: 0.8;
border-radius: 50%;
cursor: pointer;
}
#taxonomy_union #tax_video_messages .sl_video_messages ul li figure .i-play:hover {
opacity: 1;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
#taxonomy_union #tax_video_messages .sl_video_messages ul li figure .i-play::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
width: inherit;
height: inherit;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/i-play.svg);
background-size: contain;
background-repeat: no-repeat;
transform: translate(-50%, -50%);
cursor: pointer;
}
#taxonomy_union #tax_video_messages .sl_video_messages ul li figure p {
display: flex;
position: absolute;
z-index: 7;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 25px;
overflow: hidden;
z-index: -1;
}
#taxonomy_union #tax_video_messages .sl_video_messages ul li figure p iframe {
width: 750px !important;
height: 450px !important;
}
#taxonomy_union #tax_video_messages .sl_video_messages ul li figure p.show {
z-index: 10 !important;
}
#taxonomy_union #tax_video_messages .sl_video_messages .swiper-pagination {
bottom: 0;
}
#taxonomy_union #tax_video_messages .sl_video_messages .swiper-pagination span {
width: 10px;
height: 10px;
line-height: 0;
margin: 0 5px;
cursor: pointer;
opacity: 0.15;
}
#taxonomy_union #tax_video_messages .sl_video_messages .swiper-pagination span.swiper-pagination-bullet-active {
background: #7a9fff !important;
opacity: 1;
}
#taxonomy_union #tax_video_messages .sl_video_messages .swiper-button-prev {
top: 20px;
left: auto;
right: 40px;
opacity: 0.6;
}
#taxonomy_union #tax_video_messages .sl_video_messages .swiper-button-prev::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
}
#taxonomy_union #tax_video_messages .sl_video_messages .swiper-button-prev:hover {
opacity: 1;
}
#taxonomy_union #tax_video_messages .sl_video_messages .swiper-button-next {
top: 20px;
left: auto;
right: 0;
opacity: 0.6;
}
#taxonomy_union #tax_video_messages .sl_video_messages .swiper-button-next::after {
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 777;
width: 25px;
height: 25px;
background: url(//uamunicipalities.com/wp-content/themes/economy-of-trust-ua/assets/img/sl-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
transform: rotate(180deg);
}
#taxonomy_union #tax_video_messages .sl_video_messages .swiper-button-next:hover {
opacity: 1;
}
#page-privacy-policy section {
margin-top: 75px;
}
#page-privacy-policy section .container .wrapper {
width: 75%;
margin: 0 auto;
}
#page-privacy-policy section .container .wrapper h1 {
margin-bottom: 50px;
}
#page-privacy-policy section .container .wrapper h3 {
margin: 30px 0 15px;
}
#page-privacy-policy section .container .wrapper p {
margin-top: 15px;
opacity: 0.7;
}
#page-privacy-policy section .container .wrapper .btn {
margin-top: 50px;
}
footer .footer-up {
background: #eef8ca;
padding: 50px 0 45px;
}
footer .footer-up .wrapper {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
footer .footer-up .wrapper .item {
width: 32%;
}
footer .footer-up .wrapper .item .logo {
display: block;
height: 55px;
}
footer .footer-up .wrapper .item .logo img {
height: 100%;
}
footer .footer-up .wrapper .item ul.footer_menu {
height: 100px;
display: flex;
flex-direction: column;
justify-content: space-between;
flex-wrap: wrap;
}
footer .footer-up .wrapper .item ul.footer_menu li {
margin-bottom: 5px;
}
footer .footer-up .wrapper .item ul.footer_menu li a {
display: inline-block;
color: #000000;
font-weight: 300;
}
footer .footer-up .wrapper .item ul.footer_menu li a:hover {
color: #7a9fff;
}
footer .footer-up .wrapper .item ul.footer_menu li.current-menu-item a {
color: #7a9fff;
}
footer .footer-up .wrapper .item ul.social_icons {
margin-top: 10px;
display: flex;
}
footer .footer-up .wrapper .item ul.social_icons li {
margin-right: 15px;
}
footer .footer-up .wrapper .item ul.social_icons li a figure {
width: auto;
height: 25px;
}
footer .footer-up .wrapper .item ul.social_icons li a:hover figure {
transform: scale(1.1);
}
footer .footer-down {
text-align: center;
background-color: #ffffff;
padding: 10px 0;
color: #4a4a4b;
font-weight: 300;
font-size: 0.9rem;
}
.error-404 .wrap {
margin: 150px auto;
text-align: center;
display: flex;
flex-direction: column;
}
.error-404 .wrap h1 {
color: #000000;
}
.error-404 .wrap p {
font-size: 2.3rem;
margin-bottom: 25px;
color: #000000;
}
.error-404 .wrap a {
width: 260px;
margin: auto;
} @media screen and (max-width: 1500px) {
.container {
width: 1280px;
}
#page-home #offer .wrap .rt::before {
width: 100%;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item:nth-child(6n+1)::before {
left: 60%;
width: 900px;
height: 900px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item:nth-child(6n+3)::after {
left: 45%;
width: 800px;
height: 800px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities {
width: 110%;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-prev {
left: 0;
right: auto;
margin-left: 1215px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-next {
left: 0;
right: auto;
margin-left: 1255px;
}
#page-city #offer .swiper.sl_city_offer {
width: 110%;
}
#page-city #offer .swiper.sl_city_offer .swiper-button-prev {
left: 0;
right: auto;
margin-left: 1215px;
}
#page-city #offer .swiper.sl_city_offer .swiper-button-next {
left: 0;
right: auto;
margin-left: 1255px;
}
} @media screen and (max-width: 1300px) {
.container {
width: 1180px;
}
h1 {
font-size: 4.7rem;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities {
width: 110%;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-prev {
left: 0;
right: auto;
margin-left: 1115px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-next {
left: 0;
right: auto;
margin-left: 1155px;
}
#units .title {
width: 55%;
}
#page-city #offer::before {
width: 100%;
}
#page-city #offer .swiper.sl_city_offer {
width: 110%;
}
#page-city #offer .swiper.sl_city_offer .swiper-button-prev {
left: 0;
right: auto;
margin-left: 1115px;
}
#page-city #offer .swiper.sl_city_offer .swiper-button-next {
left: 0;
right: auto;
margin-left: 1155px;
}
#page-city #municipality_showroom::before {
width: 100%;
left: 50%;
}
#page-city #mayors_interview .wrapper .lt {
width: 45%;
}
#page-city #mayors_interview .wrapper .lt .title .title_box {
width: 290px;
}
#page-city #mayors_interview .wrapper .rt {
width: 630px;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview {
height: 500px;
}
#page-city #mayors_interview .wrapper .rt .sl_mayors_interview ul li figure {
width: 630px;
height: 390px;
}
#taxonomy_union #data_center2 h3 {
width: 80%;
}
} @media screen and (max-width: 1200px) {
.container {
width: 940px;
}
h1 {
font-size: 3.6rem;
}
h2 {
font-size: 2.5rem;
}
#page-home #offer::before {
left: 0;
}
#page-home #offer .wrap .rt figure {
width: 400px;
height: 400px;
}
#page-home #offer ul {
margin-top: 60px;
}
#page-home #offer ul li span {
font-size: 2.8rem;
}
#page-home #offer ul li p {
line-height: 1.1;
}
#page-home #economic_unions .select_box {
width: 70%;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title h2 {
font-size: 2.2rem;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities {
width: 110%;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-prev {
margin-left: 875px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-next {
margin-left: 915px;
}
#our-media ul li {
width: 270px;
margin: 15px 0;
}
#units .container::before {
width: 100%;
}
#units .title {
width: 85%;
}
#ambassadors .container::before {
width: 100%;
left: 50%;
}
#our_strategic_partners .container::before {
width: 100%;
left: 50%;
}
#feedback .container::before {
width: 100%;
left: 50%;
}
#page-city #offer .title span {
font-size: 2rem;
}
#page-city #offer .swiper.sl_city_offer {
width: 110%;
}
#page-city #offer .swiper.sl_city_offer .swiper-button-prev {
margin-left: 875px;
}
#page-city #offer .swiper.sl_city_offer .swiper-button-next {
margin-left: 915px;
}
#page-city #municipality_showroom::before {
width: 600px;
height: 600px;
left: 50%;
}
#page-city #municipality_showroom .wrap .lt {
width: 60%;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li .title figure {
width: 70px;
height: 70px;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li .title span {
font-size: 1.2rem;
}
#page-city #municipality_showroom .wrap .rt {
width: 40%;
}
#page-city #municipality_showroom .wrap .rt .sl_city_single {
width: 270px;
height: 400px;
}
#page-city #city_union .wrap .lt {
width: 60%;
}
#page-city #city_union .wrap .rt {
width: 40%;
}
#page-city #economic_data .table_box table {
width: 120%;
}
#page-city #accreditation .wrapper ul li p {
font-size: 0.9rem;
}
#page-city #mayors_interview .wrapper {
margin-top: 25px;
}
#page-city #mayors_interview .wrapper .lt {
width: 100%;
}
#page-city #mayors_interview .wrapper .lt .title .title_box {
margin-left: 25px;
width: 75%;
}
#page-city #mayors_interview .wrapper .rt {
width: 100%;
margin: 25px auto 0;
}
#page-city #mayors_interview .wrapper .rt .swiper {
width: 750px;
height: 530px;
}
#page-city #mayors_interview .wrapper .rt .swiper ul li figure {
width: 750px;
height: 420px;
}
#taxonomy_union #offer .wrap .lt span {
font-size: 2rem;
}
#taxonomy_union #city_union {
padding-bottom: 0;
}
#taxonomy_union #city_union .wrap .lt {
width: 100%;
}
#taxonomy_union #city_union .wrap .rt {
margin-top: 50px;
width: 100%;
}
#taxonomy_union #cdeu h2 {
width: 75%;
}
#taxonomy_union #cdeu .wrapper .box .rt {
margin-top: 50px;
}
#taxonomy_union #data_center ul li {
width: 49%;
}
#taxonomy_union #data_center2 h3 {
width: 100%;
}
#taxonomy_union #data_center2 ul li {
width: 49%;
}
footer .footer-up .wrapper .item:nth-child(1) {
width: 28%;
}
footer .footer-up .wrapper .item:nth-child(2) {
width: 40%;
}
footer .footer-up .wrapper .item:nth-last-child(1) {
width: 28%;
}
} @media screen and (max-width: 992px) {
.container {
width: 720px;
}
#page-home #offer .wrap {
position: relative;
}
#page-home #offer .wrap .lt {
position: absolute;
z-index: 8;
width: 70%;
}
#page-home #offer .wrap .lt h1 {
margin-top: 100px;
}
#page-home #offer .wrap .rt {
width: 50%;
}
#page-home #offer .wrap .rt figure {
margin-top: 70px;
width: 320px;
height: 320px;
}
#page-home #offer .wrap .rt::before {
width: 100%;
height: 500px;
}
#page-home #offer .wrap .rt::after {
margin-top: 130px;
}
#page-home #offer ul li figure {
width: 65px;
height: 65px;
}
#page-home #offer ul li span {
font-size: 2.5rem;
}
#page-home #offer ul li p {
font-size: 1.1rem;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title {
display: flex;
flex-direction: column;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title a {
width: 90%;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title .city_box {
margin-top: 25px;
}
#page-home #economic_unions .select_box {
width: 80%;
}
#page-home #economic_unions .wrapper::before {
width: 250px;
height: 280px;
}
#page-home #economic_unions .wrapper::after {
top: -10px;
width: 250px;
height: 280px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities {
width: 100%;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-prev {
margin-left: 650px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-next {
margin-left: 690px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item:nth-child(6n+1)::before {
left: 50%;
width: 100%;
height: 800px;
}
#our-media .container::after {
width: 100%;
}
#our-media ul li {
width: 290px;
}
#units .container::before {
width: 100%;
}
#units .title {
width: 100%;
}
#ambassadors .swiper.sl_ambassadors {
margin-top: 30px;
}
#feedback form .wrapper {
margin-top: 25px;
}
#feedback form .wrapper .lt {
margin-right: 0;
}
#feedback form .wrapper .rt {
margin-top: 25px;
margin-left: 0;
margin-right: 0;
}
#page-city #offer .swiper.sl_city_offer {
width: 100%;
}
#page-city #offer .swiper.sl_city_offer .swiper-button-prev {
margin-left: 650px;
}
#page-city #offer .swiper.sl_city_offer .swiper-button-next {
margin-left: 690px;
}
#page-city #municipality_showroom .wrap .lt {
width: 100%;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li .title figure {
width: 90px;
height: 90px;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li .title span {
font-size: 1.4rem;
}
#page-city #municipality_showroom .wrap .rt {
margin-top: 50px;
width: 100%;
}
#page-city #city_union .wrap .lt {
width: 100%;
}
#page-city #city_union .wrap .rt {
margin-top: 50px;
width: 100%;
}
#page-city #economic_data .table_box table {
width: 170%;
margin-top: 15px;
}
#page-city #accreditation::before {
left: 50%;
width: 100%;
height: 700px;
}
#page-city #accreditation .wrapper .titles .title:nth-child(3) {
display: none;
}
#page-city #accreditation .wrapper .titles .title {
width: 45%;
}
#page-city #accreditation .wrapper ul li {
width: 45%;
}
#page-city #mayors_interview .wrapper .lt .title .title_box {
width: 70%;
}
#page-city #mayors_interview .wrapper .rt .swiper {
width: 720px;
}
#page-city #mayors_interview .wrapper .rt .swiper ul li figure {
width: 100%;
}
#page-city #vision_of_future h2 {
width: 100%;
}
#page-city #vision_of_future .wrap .lt {
width: 100%;
}
#page-city #vision_of_future .wrap .rt {
margin-top: 50px;
width: 100%;
}
#page-city #vision_of_future .wrap:nth-child(even) .lt {
order: 1;
}
#page-city #vision_of_future .wrap:nth-child(even) .rt {
order: 2;
}
#taxonomy_union #offer .wrap .rt figure {
width: 100%;
height: 400px;
}
#taxonomy_union #offer .wrap .rt::after {
margin-top: 0;
height: 605px;
}
#taxonomy_union #cdeu h2 {
width: 100%;
}
#taxonomy_union #cdeu .wrap::before {
width: 100%;
}
#taxonomy_union #cdeu .wrap .lt {
width: 100%;
}
#taxonomy_union #cdeu .wrap .rt {
width: 100%;
margin-top: 50px;
}
#taxonomy_union #cdeu .wrapper {
margin-top: 50px;
}
#taxonomy_union #cdeu .wrapper::before {
width: 100%;
}
#taxonomy_union #cdeu .wrapper .box .item {
width: 100%;
}
#taxonomy_union #cdeu .wrapper .box .rt {
width: 100%;
order: 3;
}
#taxonomy_union #cdeu .wrapper .box .box_wrap {
position: relative;
left: 0;
top: 0;
order: 2;
margin-top: 25px;
}
#taxonomy_union #data_center h2 {
width: 100%;
}
#taxonomy_union #data_center ul li {
width: 100%;
}
#taxonomy_union #data_center2 ul li {
width: 100%;
}
#taxonomy_union #tax_vision_of_future h2 {
width: 100%;
}
#taxonomy_union #tax_vision_of_future .wrap .lt {
width: 100%;
}
#taxonomy_union #tax_vision_of_future .wrap .rt {
margin-top: 50px;
width: 100%;
}
#taxonomy_union #tax_vision_of_future .wrap:nth-child(odd) .lt {
order: 2;
margin-top: 50px;
}
#taxonomy_union #tax_vision_of_future .wrap:nth-child(odd) .rt {
order: 1;
margin-top: 0 !important;
}
#taxonomy_union #tax_vision_of_future .wrap:nth-child(even) .lt {
margin-top: 50px;
}
#taxonomy_union #tax_vision_of_future .wrap:nth-child(even) .rt {
margin-top: 0 !important;
}
footer .footer-up .wrapper .item:nth-child(1) {
width: 100%;
}
footer .footer-up .wrapper .item:nth-child(2) {
margin: 25px 0;
width: 50%;
}
footer .footer-up .wrapper .item:nth-last-child(1) {
margin-top: 25px;
width: 50%;
}
} @media screen and (max-width: 768px) {
.container {
width: 540px;
}
h2 {
font-size: 2.1rem;
}
h3 {
font-size: 2rem;
}
section {
padding: 25px 0;
}
#page-home #offer .wrap .lt {
width: 100%;
}
#page-home #offer .wrap .rt {
width: 70%;
}
#page-home #offer ul li span {
font-size: 2rem;
}
#page-home #offer ul li p {
font-size: 1rem;
}
#page-home #economic_unions .wrapper {
height: 240px;
padding-top: 50px;
}
#page-home #economic_unions .wrapper::before {
display: none;
}
#page-home #economic_unions ul.economic_unions_list {
margin-top: 50px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item:nth-child(6n+1)::before {
left: 50%;
width: 100%;
height: 600px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item:nth-child(6n+3)::after {
left: 50%;
width: 100%;
height: 600px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title a {
width: 100%;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities ul.cities_list li div span {
display: block;
margin: auto 0;
}
#page-home #economic_unions .select_box {
width: 90%;
top: 130px;
font-size: 1.3rem;
}
#page-home #economic_unions .select_box .shown::before {
width: 22px;
height: 22px;
}
#page-home #economic_unions .collapsed {
max-height: 55px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities {
width: 100%;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-prev {
margin-left: 460px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-next {
margin-left: 500px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title a h2 span {
font-size: 0.9rem;
top: -2px;
}
#our-media ul {
margin-top: 25px;
}
#our-media ul li {
width: 330px;
}
#units ul {
margin-top: 25px;
}
#feedback .tel-email-box .tel-box {
padding-right: 30px;
}
#feedback .tel-email-box .tel-box a {
font-size: 1.6rem;
}
#feedback .tel-email-box .email-box {
padding-left: 30px;
}
#feedback .tel-email-box .email-box a {
font-size: 1.6rem;
}
#page-city #offer .container::after {
width: 300px;
}
#page-city #offer .title span {
font-size: 1.6rem;
}
#page-city #offer .swiper.sl_city_offer {
width: 100%;
}
#page-city #offer .swiper.sl_city_offer .swiper-button-prev {
margin-left: 460px;
}
#page-city #offer .swiper.sl_city_offer .swiper-button-next {
margin-left: 500px;
}
#page-city #municipality_showroom::before {
width: 100%;
}
#page-city #city_union .container::before {
left: 50%;
width: 100%;
}
#page-city #accreditation .wrapper .titles .title {
width: 49%;
}
#page-city #accreditation .wrapper ul li {
width: 49%;
}
#page-city #mayors_interview .wrapper .lt .title .title_box {
width: 60%;
}
#page-city #mayors_interview .wrapper .rt .swiper {
width: 540px;
height: 450px;
}
#page-city #mayors_interview .wrapper .rt .swiper ul li figure {
height: 350px;
}
#page-city #vision_of_future .wrap {
margin-top: 35px;
}
#page-city #vision_of_future .wrap .rt {
margin-top: 25px;
}
#page-city #vision_of_future .wrap:nth-child(1)::after {
width: 100%;
}
#page-city #vision_of_future .wrap:nth-child(3)::before {
width: 100%;
}
#page-city #vision_of_future .wrap:nth-child(5)::after {
width: 100%;
left: 10%;
}
#taxonomy_union #offer .wrap .lt span {
font-size: 1.6rem;
}
#taxonomy_union #offer::before {
left: 0;
}
#taxonomy_union #city_union .container::before {
width: 100%;
height: 900px;
}
#taxonomy_union #cdeu_contact h2 {
width: 97%;
}
#taxonomy_union #cdeu_contact .tel-email-box .tel-box {
padding-right: 30px;
}
#taxonomy_union #cdeu_contact .tel-email-box .tel-box a {
font-size: 1.6rem;
}
#taxonomy_union #cdeu_contact .tel-email-box .email-box {
padding-left: 30px;
}
#taxonomy_union #cdeu_contact .tel-email-box .email-box a {
font-size: 1.6rem;
}
#taxonomy_union #tax_vision_of_future .wrap {
margin-top: 35px;
}
#taxonomy_union #tax_vision_of_future .wrap .rt {
margin-top: 25px;
}
#taxonomy_union #tax_vision_of_future .wrap:nth-child(1)::after {
width: 100%;
}
#taxonomy_union #tax_vision_of_future .wrap:nth-child(3)::before {
width: 100%;
}
#taxonomy_union #tax_vision_of_future .wrap:nth-child(5)::after {
width: 100%;
left: 10%;
}
footer .footer-up .wrapper .item:nth-child(1) {
width: 100%;
}
footer .footer-up .wrapper .item:nth-child(2) {
width: 100%;
}
footer .footer-up .wrapper .item:nth-last-child(1) {
width: 75%;
margin-top: 0;
margin-left: 0;
}
} @media screen and (max-width: 576px) {
.container {
width: 340px;
}
h1 {
font-size: 2.3em;
}
h2 {
font-size: 1.7rem;
}
h3 {
font-size: 1.6rem;
}
header .wrapper a.logo {
height: 50px;
}
#page-home #offer .wrap .lt h1 {
margin-top: 25px;
}
#page-home #offer .wrap .rt figure {
margin-top: 175px;
margin-left: -80px;
width: 290px;
height: 290px;
}
#page-home #offer .wrap .rt::after {
margin-top: -75px;
height: 350px;
}
#page-home #offer .wrap .rt::before {
width: 100%;
height: 360px;
}
#page-home #offer ul {
margin-top: 10px;
}
#page-home #offer ul li {
width: 50%;
margin-top: 25px;
}
#page-home #economic_unions .wrapper {
padding-top: 40px;
height: 190px;
border-radius: 15px;
}
#page-home #economic_unions .select_box {
width: 90%;
top: 90px;
font-size: 1rem;
}
#page-home #economic_unions .select_box .select_box_wrap strong {
margin-left: 10px !important;
font-size: 1rem;
}
#page-home #economic_unions .select_box .shown {
height: 47px;
padding: 10px;
}
#page-home #economic_unions .select_box .option {
padding: 10px;
font-size: 1rem;
}
#page-home #economic_unions .select_box a {
font-size: 0.7rem;
}
#page-home #economic_unions .select_box a::after {
top: -12px;
}
#page-home #economic_unions .select_box .shown {
line-height: 1;
padding-top: 14px;
}
#page-home #economic_unions .select_box .shown::before {
width: 16px;
height: 16px;
}
#page-home #economic_unions .select_box .shown a {
margin-top: -2px;
}
#page-home #economic_unions .select_box .shown a::after {
top: -2px;
}
#page-home #economic_unions .collapsed {
max-height: 47px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .title h2 {
font-size: 1.8rem;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-prev {
margin-left: auto;
left: auto;
right: 40px;
}
#page-home #economic_unions ul.economic_unions_list li.economic_union_item .swiper.sl_cities .swiper-button-next {
margin-left: auto;
right: 0;
left: auto;
}
#our_strategic_partners ul {
margin-top: 25px;
}
#our_strategic_partners ul li {
max-width: 160px;
}
#feedback {
padding-bottom: 50px;
}
#feedback .tel-email-box {
flex-direction: column;
}
#feedback .tel-email-box .tel-box {
padding-right: 0;
border-right: none;
text-align: center;
padding-bottom: 10px;
border-bottom: 1px solid #7a9fff;
}
#feedback .tel-email-box .email-box {
margin-top: 10px;
padding-left: 0;
text-align: center;
}
#feedback form .wrapper .lt {
width: 100%;
}
#page-city #offer .container::after {
width: 215px;
height: 400px;
top: -65px;
}
#page-city #offer .title {
margin-top: 25px;
}
#page-city #offer .title span {
font-size: 1rem;
}
#page-city #offer .swiper.sl_city_offer {
width: 100%;
}
#page-city #offer .swiper.sl_city_offer .swiper-button-prev {
margin-left: auto;
left: auto;
right: 40px;
}
#page-city #offer .swiper.sl_city_offer .swiper-button-next {
margin-left: auto;
right: 0;
left: auto;
}
#page-city #municipality_showroom .wrap {
margin-top: 25px;
}
#page-city #municipality_showroom .wrap .lt .info_city_box .wrapper span {
font-size: 1.5rem;
}
#page-city #municipality_showroom .wrap .lt figure {
width: 150px;
}
#page-city #municipality_showroom .wrap .lt .data_city_box ul li {
width: 1000%;
padding: 50px 0 0 0;
}
#page-city #municipality_showroom .wrap .rt .sl_city_single {
width: 185px;
height: 300px;
}
#page-city #city_union .wrap .lt .wrapper .title span {
font-size: 1.5rem;
}
#page-city #city_union .wrap .lt .wrapper ul.list_union li {
width: 100%;
}
#page-city #city_union .wrap .lt .wrapper ul.list_union li figure {
width: 70px;
height: 70px;
}
#page-city #city_union .wrap .lt .wrapper ul.list_union li span {
left: 80px;
font-size: 1.3rem;
}
#page-city #economic_data .wrap {
flex-direction: column;
}
#page-city #economic_data .wrap .lt {
width: 100%;
}
#page-city #economic_data .wrap .rt {
margin-top: 20px;
}
#page-city #economic_data .table_box table {
width: 220%;
padding-left: 0;
}
#page-city #accreditation .wrapper .titles .title {
width: 100%;
}
#page-city #accreditation .wrapper .titles .title:nth-child(2) {
display: none;
}
#page-city #accreditation .wrapper ul li {
width: 100%;
}
#page-city #mayors_interview .wrapper .lt .title .title_box {
width: 100%;
margin-top: 15px;
margin-left: 0;
}
#page-city #mayors_interview .wrapper .rt .swiper {
width: 340px;
height: 335px;
}
#page-city #mayors_interview .wrapper .rt .swiper ul li figure {
height: 240px;
}
#page-city #vision_of_future .wrap .rt figure {
height: 340px;
}
#page-city #video_messages .sl_video_messages {
height: 335px;
}
#page-city #video_messages .sl_video_messages ul li figure {
height: 240px;
}
#taxonomy_union #offer .wrap {
margin-top: 25px;
}
#taxonomy_union #offer .wrap .lt {
width: 100%;
}
#taxonomy_union #offer .wrap .lt span {
font-size: 1rem;
}
#taxonomy_union #offer .wrap .rt {
width: 100%;
}
#taxonomy_union #offer .wrap .rt::after {
margin-top: -70px;
height: 500px;
}
#taxonomy_union #offer .wrap .rt figure {
height: 225px;
}
#taxonomy_union #city_union .wrap .lt .wrapper .title span {
font-size: 1.4rem;
}
#taxonomy_union #city_union .wrap .lt .wrapper ul.list_union li {
width: 100%;
}
#taxonomy_union #city_union .wrap .lt .wrapper ul.list_union li a figure {
width: 70px;
height: 70px;
}
#taxonomy_union #city_union .wrap .lt .wrapper ul.list_union li a span {
left: 80px;
font-size: 1.3rem;
}
#taxonomy_union #cdeu .wrapper .box .rt {
margin-top: 25px;
}
#taxonomy_union #cdeu_contact .tel-email-box {
flex-direction: column;
}
#taxonomy_union #cdeu_contact .tel-email-box .tel-box {
padding-right: 0;
border-right: none;
text-align: center;
padding-bottom: 10px;
border-bottom: 1px solid #7a9fff;
}
#taxonomy_union #cdeu_contact .tel-email-box .email-box {
margin-top: 10px;
padding-left: 0;
text-align: center;
}
#taxonomy_union #tax_vision_of_future .wrap .rt figure {
height: 340px;
}
#taxonomy_union #data_center ul {
margin-top: 25px;
}
#taxonomy_union #data_center ul li p {
width: 45%;
font-size: 0.9rem;
line-height: 1.2;
}
#taxonomy_union #data_center ul li span {
width: 50%;
font-size: 0.9rem;
line-height: 1.2;
}
#taxonomy_union #data_center2 ul {
margin-top: 35px;
}
#taxonomy_union #data_center2 ul li p {
width: 45%;
font-size: 0.9rem;
line-height: 1.2;
}
#taxonomy_union #data_center2 ul li span {
width: 50%;
font-size: 0.9rem;
line-height: 1.2;
}
footer .footer-up .wrapper .item:nth-last-child(1) {
width: 100%;
}
}