@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
@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: 18px;
}
body {
max-width: 100%;
width: 100%;
margin: 0 auto;
padding: 0;
font-family: "Roboto", sans-serif;
background-color: #000b28;
}
section {
padding: 50px 0;
overflow-x: hidden;
}
.container {
margin: 0 auto;
width: 1840px;
}
h1 {
font-family: "Dela Gothic One", sans-serif;
font-size: 160px;
font-weight: 400;
line-height: 1;
font-style: normal;
color: white;
text-shadow: 20px 20px 25px rgba(247, 255, 13, 0.25);
}
h1 strong {
color: #f7ff0d;
}
h2 {
font-family: "Dela Gothic One", sans-serif;
font-size: 40px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
line-height: 1.2;
color: white;
}
h3 {
font-family: "Dela Gothic One", sans-serif;
font-size: 32px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
line-height: 1.2;
color: white;
}
p {
font-family: "Roboto", sans-serif;
font-size: 1rem;
font-weight: 100;
font-style: normal;
color: white;
line-height: 1.5;
}
ul {
padding: 0;
}
.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%);
}
figure {
overflow: hidden;
}
figure img {
min-width: 100%;
min-height: 100%;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.hidden {
overflow: hidden !important;
}
a.btn {
display: block;
padding: 10px 0;
background-color: #3a3a3a;
color: white;
}
a.btn:hover {
background-color: #b41c1c;
}
.wrap {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.wrap .lt,
.wrap .rt {
width: 48%;
}
header {
position: fixed;
z-index: 777;
padding: 20px 0 20px 0;
width: 100%;
top: 0;
}
header .header_cover {
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 11, 40, 0.9);
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;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
filter: blur(1px);
}
header .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
z-index: 1;
}
header .wrapper a.logo {
display: inline-block;
max-width: 277px;
height: 55px;
margin: 0;
}
header .wrapper a.logo img {
max-height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
header .wrapper .nav_box {
display: flex;
}
header .wrapper .nav_box ul.menu {
display: flex;
justify-content: flex-end;
align-items: center;
}
header .wrapper .nav_box ul.menu li {
margin-left: 50px;
}
header .wrapper .nav_box ul.menu li a {
color: white;
border-bottom: 2px solid transparent;
opacity: 0.5;
padding-bottom: 3px;
}
header .wrapper .nav_box ul.menu li:hover a {
opacity: 1;
}
header .wrapper .nav_box ul.menu li.current-menu-item a {
color: #f7ff0d;
opacity: 1 !important;
cursor: default;
}
header .wrapper .nav_box ul.menu ul.lang-mob {
display: none;
}
header .wrapper .nav_box ul.lang {
margin-left: 50px;
position: relative;
display: flex;
justify-content: flex-end;
border-radius: 25px;
border: 2px solid #f7ff0d;
padding: 7px 15px;
}
header .wrapper .nav_box ul.lang li.lang-item a {
color: white;
position: relative;
font-weight: 400;
font-size: 1rem;
margin: 0;
text-transform: uppercase;
border-bottom: 2px solid transparent;
opacity: 0.5;
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 .nav_box ul.lang li.lang-item a:hover {
opacity: 1;
}
header .wrapper .nav_box ul.lang li.lang-item:nth-child(1) {
margin-right: 10px;
}
header .wrapper .nav_box ul.lang li.current-lang a {
cursor: default;
color: white;
opacity: 1 !important;
}
header .wrapper .nav_box ul.lang span {
display: block;
font-size: 1.1rem;
margin: 0 1px;
}
header .wrapper .nav_box .menu_icon {
display: none;
}
#page_home {
position: relative;
}
#page_home #offer {
position: relative;
z-index: 1;
}
#page_home #offer .container {
position: relative;
z-index: 0;
}
#page_home #offer .container .white_min_blot {
position: absolute;
z-index: -1;
border-radius: 50%;
width: 400px;
height: 400px;
background: radial-gradient(#0048ff 3%, #000b28 65%);
top: -30%;
left: -5%;
}
#page_home #offer .container .white_blot {
position: absolute;
z-index: -1;
border-radius: 50%;
width: 800px;
height: 800px;
background: radial-gradient(#0048ff 3%, #000b28 65%);
top: -35%;
right: 10%;
}
#page_home #offer .container .wrap {
margin-top: 100px;
}
#page_home #offer .container .wrap .lt .subtitle {
width: 50%;
margin: 50px auto 0;
}
#page_home #offer .container .wrap .lt .subtitle h3 {
display: inline-block;
font-family: "Dela Gothic One", sans-serif;
font-size: 32px;
font-weight: 400;
font-style: normal;
line-height: 1;
color: white;
}
#page_home #offer .container .wrap .lt .subtitle strong {
font-family: "Roboto", sans-serif;
font-size: 1rem;
font-weight: 700;
font-style: normal;
color: white;
line-height: 1.5;
}
#page_home #offer .container .wrap .lt .subtitle p {
padding-top: 20px;
}
#page_home #offer .container .wrap .rt figure.bg1 {
width: 850px;
margin: 0;
}
#page_home .comp_block .wrap {
position: relative;
z-index: 0;
}
#page_home .comp_block .wrap .yellow_blot {
position: absolute;
z-index: -2;
border-radius: 50%;
width: 800px;
height: 800px;
background: radial-gradient(#f7ff0d 3%, #000b28 65%);
top: 0;
left: -20%;
opacity: 0.2;
}
#page_home .comp_block .wrap .white_blot {
position: absolute;
z-index: -1;
border-radius: 50%;
width: 800px;
height: 800px;
background: radial-gradient(#0048ff 3%, #000b28 65%);
top: 0;
right: 15%;
opacity: 0.5;
}
#page_home .comp_block .wrap .lt {
margin: 0;
}
#page_home .comp_block .wrap .lt .blue_box {
position: relative;
display: flex;
justify-content: space-between;
width: 100%;
background-color: #0048ff;
border: 2px solid #f7ff0d;
border-radius: 40px;
padding: 50px;
}
#page_home .comp_block .wrap .lt .blue_box .wrapper {
display: flex;
justify-content: space-between;
flex-direction: column;
z-index: 2;
}
#page_home .comp_block .wrap .lt .blue_box .wrapper figure {
height: 50px;
max-width: 330px;
}
#page_home .comp_block .wrap .lt .blue_box .wrapper figure img {
-o-object-position: left center;
object-position: left center;
}
#page_home .comp_block .wrap .lt .blue_box .wrapper h3 {
width: 75%;
}
#page_home .comp_block .wrap .lt .blue_box a.btn_vertical {
position: relative;
z-index: 2;
color: #0048ff;
background-color: #f7ff0d;
font-family: "Roboto", sans-serif;
font-size: 18px;
font-weight: 600;
font-style: normal;
writing-mode: tb-rl;
transform: rotate(180deg);
padding: 40px 7px 20px 7px;
border-radius: 20px;
}
#page_home .comp_block .wrap .lt .blue_box a.btn_vertical:hover {
background-color: #fff;
}
#page_home .comp_block .wrap .lt .blue_box a.btn_vertical::before {
content: "";
display: block;
position: absolute;
z-index: 1;
left: 10px;
top: 12px;
background: url(//economyoftrustua.com/wp-content/themes/economy-blue/assets/img/i-arrow.svg);
background-size: contain;
background-repeat: no-repeat;
width: 18px;
height: 15px;
transform: rotate(180deg);
}
#page_home .comp_block .wrap .lt .blue_box span {
position: absolute;
z-index: 0;
font-family: "Dela Gothic One", sans-serif;
font-size: 180px;
font-weight: 400;
line-height: 1;
font-style: normal;
color: black;
bottom: -10px;
right: 20px;
opacity: 0.3;
}
#page_home .comp_block .wrap .rt {
position: relative;
z-index: 1;
height: 700px;
overflow: hidden;
}
#page_home .comp_block .wrap .rt .scrolling {
width: 80%;
height: 700px;
overflow-y: scroll;
padding-right: 25px;
background-color: transparent;
}
#page_home .comp_block .wrap .rt .scrolling::-webkit-scrollbar {
width: 6px;
}
#page_home .comp_block .wrap .rt .scrolling::-webkit-scrollbar-track {
background: rgba(128, 128, 128, 0.3);
}
#page_home .comp_block .wrap .rt .scrolling::-webkit-scrollbar-thumb {
background-color: #f7ff0d;
border-radius: 4px;
}
#page_home .comp_block .wrap .rt .scrolling h2 {
margin-bottom: 25px;
}
#page_home .comp_block .wrap .rt .scrolling p {
padding-top: 10px;
}
#page_home .comp_block .wrap .rt .scrolling p strong {
display: block;
padding-top: 5px;
padding-bottom: 5px;
font-size: 18px;
font-weight: 400;
font-style: normal;
color: white;
}
#page_home .comp_block .wrap .rt .scrolling ul {
margin-bottom: 20px;
}
#page_home .comp_block .wrap .rt .scrolling ul li {
position: relative;
z-index: 1;
padding-left: 40px;
font-size: 18px;
font-weight: 100;
font-style: normal;
color: white;
padding-top: 10px;
}
#page_home .comp_block .wrap .rt .scrolling ul li::before {
content: "";
display: block;
position: absolute;
z-index: 1;
left: 20px;
top: 20px;
border-radius: 50%;
width: 7px;
height: 7px;
background-color: white;
}
#page_home .comp_block .marquee-container {
position: relative;
z-index: 0;
margin-top: 100px;
width: 100%;
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
}
#page_home .comp_block .marquee-container .marquee-text {
display: inline-block;
font-family: "Dela Gothic One", sans-serif;
line-height: 1;
font-size: 180px;
font-weight: normal;
font-style: normal;
text-transform: uppercase;
color: white;
animation: marquee 15s linear infinite;
}
@keyframes marquee {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(-100%);
}
}
#page_home .comp_block .container_sl {
margin-top: -12px;
z-index: 1;
}
#page_home .comp_block .container_sl .box_slider {
width: 135%;
}
#page_home .comp_block .container_sl .box_slider .item {
padding-right: 20px;
}
#page_home .comp_block .container_sl .box_slider .item .card_blue {
position: relative;
display: flex;
justify-content: space-between;
border-radius: 40px;
padding: 25px;
overflow: hidden;
background-color: #0048ff;
height: 300px;
}
#page_home .comp_block .container_sl .box_slider .item .card_blue .wrapper {
display: flex;
justify-content: space-between;
flex-direction: column;
width: 80%;
z-index: 2;
}
#page_home .comp_block .container_sl .box_slider .item .card_blue .wrapper figure {
height: 60px;
text-align: left;
}
#page_home .comp_block .container_sl .box_slider .item .card_blue .wrapper figure img {
display: block;
margin: 0;
min-width: auto;
width: auto;
}
#page_home .comp_block .container_sl .box_slider .item .card_blue .wrapper h3 {
width: 100%;
}
#page_home .comp_block .container_sl .box_slider .item .card_blue a.btn_vertical {
position: relative;
z-index: 2;
color: #0048ff;
background-color: #f7ff0d;
font-family: "Roboto", sans-serif;
font-size: 18px;
font-weight: 600;
font-style: normal;
writing-mode: tb-rl;
transform: rotate(180deg);
padding: 40px 7px 20px 7px;
border-radius: 20px;
}
#page_home .comp_block .container_sl .box_slider .item .card_blue a.btn_vertical:hover {
background-color: #fff;
}
#page_home .comp_block .container_sl .box_slider .item .card_blue a.btn_vertical::before {
content: "";
display: block;
position: absolute;
z-index: 1;
left: 10px;
top: 12px;
background: url(//economyoftrustua.com/wp-content/themes/economy-blue/assets/img/i-arrow.svg);
background-size: contain;
background-repeat: no-repeat;
width: 18px;
height: 15px;
transform: rotate(180deg);
}
#page_home .comp_block .container_sl .box_slider .item .card_yellow {
position: relative;
border-radius: 40px;
overflow: hidden;
background-color: #f7ff0d;
height: 300px;
padding: 25px;
}
#page_home .comp_block .container_sl .box_slider .item .card_yellow h3 {
text-align: center;
color: black;
}
#page_home .comp_block .container_sl .custom-arrows {
position: relative;
margin-top: 95px;
margin-left: auto;
margin-right: 0;
display: flex;
justify-content: space-between;
width: 190px;
}
#page_home .comp_block .container_sl .custom-arrows .slick-prev,
#page_home .comp_block .container_sl .custom-arrows .slick-next {
position: absolute;
top: 0;
background: none;
cursor: pointer;
border: 2px solid #f7ff0d;
width: 80px;
height: 80px;
border-radius: 50%;
}
#page_home .comp_block .container_sl .custom-arrows .slick-prev:hover,
#page_home .comp_block .container_sl .custom-arrows .slick-next:hover {
background-color: #0048ff;
}
#page_home .comp_block .container_sl .custom-arrows .slick-prev {
left: 0;
}
#page_home .comp_block .container_sl .custom-arrows .slick-prev::before {
content: "";
display: block;
width: 30px;
height: 13px;
background-image: url(//economyoftrustua.com/wp-content/themes/economy-blue/assets/img/i-prev.svg);
background-repeat: no-repeat;
background-size: contain;
margin: 0 auto;
}
#page_home .comp_block .container_sl .custom-arrows .slick-next {
right: 0;
}
#page_home .comp_block .container_sl .custom-arrows .slick-next::before {
content: "";
display: block;
width: 30px;
height: 13px;
background-image: url(//economyoftrustua.com/wp-content/themes/economy-blue/assets/img/i-next.svg);
background-repeat: no-repeat;
background-size: contain;
margin: 0 auto;
}
#page_home .comp_block .box_text {
position: relative;
margin-top: 100px;
border-radius: 40px;
border: 2px solid #f7ff0d;
padding: 100px 50px;
background-color: #000b28;
}
#page_home .comp_block .box_text .yellow_sl_blot {
position: absolute;
z-index: -1;
border-radius: 50%;
width: 500px;
height: 500px;
background: radial-gradient(#f7ff0d 3%, #000b28 65%);
top: 0%;
left: 50%;
transform: translate(-50%, -75%);
opacity: 0.5;
}
#page_home .comp_block .box_text .wrap {
display: flex;
justify-content: space-between;
width: 100%;
}
#page_home .comp_block .box_text .wrap .lt {
width: 40%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#page_home .comp_block .box_text .wrap .lt figure.comp_logo {
height: 60px;
text-align: left;
margin-bottom: 60px;
}
#page_home .comp_block .box_text .wrap .lt figure.comp_logo img {
display: block;
margin: 0;
min-width: auto;
width: auto;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block {
display: flex;
margin-top: 25px;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block:nth-child(1) {
margin-top: 0;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block figure {
border-radius: 40px;
width: 115px;
height: 115px;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block figure img {
-o-object-fit: cover;
object-fit: cover;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block .wrapper {
display: flex;
flex-direction: column;
margin: auto 30px;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block .wrapper span {
color: white;
font-size: 25px;
font-weight: 100;
letter-spacing: 0.02em;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block .wrapper a {
position: relative;
padding-left: 45px;
margin-top: 10px;
font-family: "Dela Gothic One", sans-serif;
font-size: 24px;
font-weight: 400;
text-transform: uppercase;
color: white;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block .wrapper a:hover {
color: #f7ff0d;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block .wrapper a::before {
content: "";
display: block;
position: absolute;
z-index: 1;
left: 0;
top: 3px;
background: url(//economyoftrustua.com/wp-content/themes/economy-blue/assets/img/i-in.svg);
background-repeat: no-repeat;
background-size: contain;
width: 32px;
height: 32px;
}
#page_home .comp_block .box_text .wrap .rt {
width: 55%;
height: auto;
margin: auto;
}
#page_home .comp_block .box_text .wrap .rt .wrapper {
border-left: 2px solid #0048ff;
padding: 30px 0 30px 100px;
}
#page_home .comp_block .box_text .wrap .rt .wrapper h2 {
margin-bottom: 25px;
}
#page_home .comp_block .box_text .wrap .rt .wrapper p {
font-size: 18px;
line-height: 1.6;
margin-top: 10px;
}
#page_home .comp_block .box_text .wrap .rt .wrapper p:nth-last-child(1) {
margin-top: 0;
}
#page_home .comp_block .box_text .wrap .rt .wrapper p a {
color: white;
border-bottom: 1px solid white;
opacity: 1;
}
#page_home .comp_block .box_text .wrap .rt .wrapper p a:hover {
opacity: 0.5;
}
#page_home #uda .wrap .lt .blue_box .wrapper figure {
height: 65px !important;
}
#page_home #uda .container_sl .box_slider .item .card_blue .wrapper figure,
#page_home #uda .box_text .wrap .lt figure.comp_logo {
height: 70px !important;
}
#page_home .comp_block_last {
padding-bottom: 100px !important;
}
#page_home #box-nav {
position: fixed;
z-index: 88888;
right: 50px;
top: 50%;
transform: translateY(-50%);
}
#page_home #box-nav::after {
content: "";
position: absolute;
width: 1px;
height: 190px;
background-color: #808080;
right: -20px;
top: 49px;
z-index: 1;
}
#page_home #box-nav .progress-line {
position: absolute;
width: 1px;
height: 0;
background-color: #f7ff0d;
right: -20px;
top: 49px;
z-index: 2;
transition: height 0.2s linear;
max-height: 190px;
overflow: hidden;
}
#page_home #box-nav .nav-dot {
content: "";
display: block;
width: 10px;
height: 10px;
border-radius: 50%;
position: absolute;
right: -25px;
top: 16px;
background-color: #808080;
z-index: 3;
transition: background-color 0.3s;
}
#page_home #box-nav .nav-dot.active {
background-color: #f7ff0d;
}
#page_home #box-nav .nav-dot.active {
background-color: #f7ff0d;
}
#page_home #box-nav li {
position: relative;
z-index: 4;
border: 1px solid #808080;
border-radius: 50px 0 0 50px;
margin-top: 25px;
text-align: center;
width: 80px;
height: 40px;
background-color: rgba(0, 11, 40, 0.8);
cursor: pointer;
}
#page_home #box-nav li:first-child {
margin-top: 0;
}
#page_home #box-nav li a {
color: #808080;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
text-decoration: none;
margin: auto;
display: block;
height: 100%;
width: 100%;
padding-top: 6px;
}
#page_home #box-nav li:hover {
border: 1px solid white;
}
#page_home #box-nav li:hover a {
color: white;
}
#page_home #box-nav li.active {
border-color: white;
}
#page_home #box-nav li.active a {
color: white;
}
#static-line {
position: absolute;
left: calc(50% - 480px);
width: 4px;
background-color: yellow;
z-index: -2;
}
#static-line::after {
content: "";
display: block;
position: fixed;
bottom: 0;
left: calc(50% - 480px);
width: 4px;
height: 30vh;
background-color: #000b28;
z-index: -1;
}
#page_about_us #offer {
padding-bottom: 0;
position: relative;
z-index: 1;
}
#page_about_us #offer .container {
position: relative;
z-index: 0;
}
#page_about_us #offer .container .white_min_blot {
position: absolute;
z-index: -1;
border-radius: 50%;
width: 400px;
height: 400px;
background: radial-gradient(#0048ff 3%, #000b28 65%);
top: -30%;
left: -5%;
}
#page_about_us #offer .container .white_blot {
position: absolute;
z-index: -1;
border-radius: 50%;
width: 800px;
height: 800px;
background: radial-gradient(#0048ff 3%, #000b28 65%);
top: -35%;
right: 10%;
}
#page_about_us #offer .container .wrap {
margin-top: 100px;
}
#page_about_us #offer .container .wrap .lt .subtitle {
width: 50%;
margin: 50px auto 0;
}
#page_about_us #offer .container .wrap .lt .subtitle h3 {
display: inline-block;
font-family: "Dela Gothic One", sans-serif;
font-size: 32px;
font-weight: 400;
font-style: normal;
line-height: 1;
color: white;
}
#page_about_us #offer .container .wrap .lt .subtitle strong {
font-family: "Roboto", sans-serif;
font-size: 1rem;
font-weight: 700;
font-style: normal;
color: white;
line-height: 1.5;
}
#page_about_us #offer .container .wrap .lt .subtitle p {
padding-top: 20px;
}
#page_about_us #offer .container .wrap .rt figure.bg1 {
width: 850px;
margin: 0;
}
#page_about_us .marquee-container {
position: relative;
z-index: -1;
margin-top: 100px;
width: 100%;
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
}
#page_about_us .marquee-container .marquee-text {
display: inline-block;
font-family: "Dela Gothic One", sans-serif;
line-height: 1;
font-size: 180px;
font-weight: normal;
font-style: normal;
text-transform: uppercase;
color: white;
animation: marquee 15s linear infinite;
}
@keyframes marquee {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(-100%);
}
}
#page_about_us #our-goals {
padding-top: 0;
}
#page_about_us #our-goals .white_blot {
position: absolute;
z-index: -1;
border-radius: 50%;
width: 600px;
height: 600px;
background: radial-gradient(#0048ff 3%, #000b28 65%);
bottom: -90%;
right: 25%;
opacity: 0.7;
}
#page_about_us #our-goals .yellow_blot {
position: absolute;
z-index: -2;
border-radius: 50%;
width: 1000px;
height: 1000px;
background: radial-gradient(#f7ff0d 3%, #000b28 65%);
top: 90%;
left: -25%;
opacity: 0.3;
}
#page_about_us #our-goals .blue_block {
margin-top: -11px;
border-radius: 40px;
background-color: #0048ff;
padding: 50px;
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#page_about_us #our-goals .blue_block .item {
width: 310px;
}
#page_about_us #our-goals .blue_block .item span {
font-family: "Dela Gothic One", sans-serif;
font-size: 160px;
font-weight: 400;
line-height: 1;
font-style: normal;
color: #f7ff0d;
}
#page_about_us #our-goals .blue_block .item p {
margin-top: 35px;
padding: 10px 0 10px 25px;
border-left: 2px solid #f7ff0d;
color: white;
font-size: 1rem;
}
#page_about_us #our-goals h2 {
margin-top: 100px;
}
#page_about_us #our-goals ul {
margin-top: 70px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#page_about_us #our-goals ul li {
width: 400px;
}
#page_about_us #our-goals ul li figure {
background-color: #f7ff0d;
border-radius: 50%;
padding: 45px;
width: 180px;
height: 180px;
}
#page_about_us #our-goals ul li p {
margin-top: 35px;
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
}
#page_about_us #our-goals ul li a {
color: white;
}
#page_about_us #our-goals ul li a:hover {
color: #f7ff0d;
}
#page_about_us #our-goals .training {
position: relative;
}
#page_about_us #our-goals .training .wrap {
display: flex;
justify-content: space-between;
margin-top: 100px;
}
#page_about_us #our-goals .training .wrap .lt,
#page_about_us #our-goals .training .wrap .rt {
margin: auto 0;
}
#page_about_us #our-goals .training .wrap h2 {
margin: auto;
}
#page_about_us #our-goals .training .wrap strong {
display: inline-block;
margin: 25px 0;
}
#page_about_us #our-goals .training .wrap p {
color: white;
margin-top: 10px;
}
#page_about_us #our-goals .training .wrap figure {
border-radius: 40px;
}
#page_about_us #our-goals .training .yellow_blot3 {
position: absolute;
z-index: -2;
border-radius: 50%;
width: 800px;
height: 800px;
background: radial-gradient(#f7ff0d 3%, #000b28 65%);
top: 25%;
left: 20%;
opacity: 0.35;
}
#page_about_us #our-goals .supporting-loc {
padding-bottom: 150px;
}
#page_about_us #our-goals .supporting-loc .marquee-container {
position: relative;
z-index: 2;
overflow: visible !important;
}
#page_about_us #our-goals .supporting-loc .blue-box {
position: relative;
z-index: 1;
margin-top: -180px;
padding: 225px 50px;
background-color: #0048ff;
border-radius: 40px;
}
#page_about_us #our-goals .supporting-loc .blue-box p {
text-transform: uppercase;
width: 720px;
font-size: 24px;
font-weight: bold;
}
#page_about_us #our-goals .supporting-loc .blue-box ul {
display: flex;
justify-content: space-between;
position: absolute;
z-index: 2;
left: 50%;
bottom: -25%;
transform: translate(-50%, 0);
width: 100%;
padding: 0 50px;
}
#page_about_us #our-goals .supporting-loc .blue-box ul li {
width: 24%;
text-align: center;
background-color: #f7ff0d;
border-radius: 40px;
padding: 0 25px;
display: flex;
justify-content: center;
align-items: center;
height: 300px;
}
#page_about_us #our-goals .supporting-loc .blue-box ul li span {
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
}
#page_about_us #recovery .wrap {
border-radius: 40px;
border: 2px solid #f7ff0d;
background-color: transparent;
padding: 50px;
display: flex;
justify-content: space-between;
}
#page_about_us #recovery .wrap .lt {
margin: auto 0;
}
#page_about_us #recovery .wrap p {
margin-top: 25px;
}
#page_about_us #recovery .wrap ul li {
position: relative;
color: white;
text-transform: uppercase;
font-weight: bold;
font-size: 24px;
padding-left: 70px;
margin-bottom: 40px;
line-height: 1.2;
}
#page_about_us #recovery .wrap ul li:nth-last-child(1) {
margin-bottom: 0;
}
#page_about_us #recovery .wrap ul li figure {
position: absolute;
z-index: 1;
left: 0;
width: 56px;
height: 56px;
top: 50%;
transform: translate(0, -50%);
}
#page_about_us .people_slider {
position: relative;
}
#page_about_us .people_slider:nth-last-child(1) {
padding-bottom: 100px;
}
#page_about_us .people_slider .white_blot3 {
position: absolute;
z-index: -1;
border-radius: 50%;
width: 800px;
height: 800px;
background: radial-gradient(#0048ff 3%, #000b28 65%);
top: 0;
left: 38%;
opacity: 0.9;
}
#page_about_us .people_slider .title {
display: flex;
justify-content: space-between;
}
#page_about_us .people_slider .title .custom-arrows {
position: relative;
margin-top: 25px;
display: flex;
justify-content: space-between;
width: 190px;
}
#page_about_us .people_slider .title .custom-arrows .slick-prev,
#page_about_us .people_slider .title .custom-arrows .slick-next {
position: absolute;
top: 0;
background: none;
cursor: pointer;
border: 2px solid #f7ff0d;
width: 80px;
height: 80px;
border-radius: 50%;
}
#page_about_us .people_slider .title .custom-arrows .slick-prev:hover,
#page_about_us .people_slider .title .custom-arrows .slick-next:hover {
background-color: #0048ff;
}
#page_about_us .people_slider .title .custom-arrows .slick-prev {
left: 0;
}
#page_about_us .people_slider .title .custom-arrows .slick-prev::before {
content: "";
display: block;
width: 30px;
height: 13px;
background-image: url(//economyoftrustua.com/wp-content/themes/economy-blue/assets/img/i-prev.svg);
background-repeat: no-repeat;
background-size: contain;
margin: 0 auto;
}
#page_about_us .people_slider .title .custom-arrows .slick-next {
right: 0;
}
#page_about_us .people_slider .title .custom-arrows .slick-next::before {
content: "";
display: block;
width: 30px;
height: 13px;
background-image: url(//economyoftrustua.com/wp-content/themes/economy-blue/assets/img/i-next.svg);
background-repeat: no-repeat;
background-size: contain;
margin: 0 auto;
}
#page_about_us .people_slider .people_sl {
width: 120%;
margin-top: 70px;
}
#page_about_us .people_slider .people_sl .item {
padding-right: 80px;
}
#page_about_us .people_slider .people_sl .item figure {
height: 600px;
border-radius: 40px;
}
#page_about_us .people_slider .people_sl .item figure img {
-o-object-fit: cover;
object-fit: cover;
}
#page_about_us .people_slider .people_sl .item .sl_title {
display: flex;
justify-content: space-between;
align-items: center;
}
#page_about_us .people_slider .people_sl .item .sl_title .wrapper p {
margin-top: 35px;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
line-height: 1.5;
color: white;
}
#page_about_us .people_slider .people_sl .item .sl_title .wrapper span {
display: block;
font-size: 18px;
font-weight: 300;
color: white;
}
#page_about_us .people_slider .people_sl .item .sl_title a {
margin-top: 30px;
display: block;
}
#page_about_us .people_slider .people_sl .item .sl_title a figure {
width: 40px;
height: 40px;
border-radius: 0;
}
#page_about_us #our-media {
padding-bottom: 35px;
}
#page_about_us #our-media ul {
margin-top: 20px;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
#page_about_us #our-media ul li {
position: relative;
padding: 30px 10px;
padding-bottom: 125px;
width: 18%;
background-color: #dbedff;
border-radius: 10px;
text-align: center;
margin: 30px 0 0 0;
}
#page_about_us #our-media ul li figure {
width: 90%;
height: 60px;
margin: 0 auto;
}
#page_about_us #our-media ul li figure img {
-o-object-fit: contain;
object-fit: contain;
}
#page_about_us #our-media ul li p {
margin-top: 20px;
text-transform: uppercase;
font-size: 1.1rem;
color: #000b28;
font-weight: 300;
}
#page_about_us #our-media ul li a {
position: absolute;
z-index: 1;
bottom: 30px;
left: 50%;
transform: translate(-50%, 0);
border: 1px solid black;
border-radius: 10px;
padding: 4px;
width: 170px;
height: 50px;
}
#page_about_us #our-media ul li a span {
display: block;
border: 1px solid #000b28;
border-radius: 7px;
background-color: #ffcd1d;
width: 72%;
height: 100%;
margin: 0;
color: #000b28;
text-transform: uppercase;
padding-top: 7px;
}
#page_about_us #our-media ul li a:hover span {
color: #ffcd1d;
background-color: black;
}
#page_about_us #our-media ul li a::after {
content: "";
display: block;
position: absolute;
z-index: 1;
width: 42px;
height: 42px;
background: url(//economyoftrustua.com/wp-content/themes/economy-blue/assets/img/arrow_bg_blc.svg);
background-size: contain;
background-repeat: no-repeat;
right: 3px;
top: 3px;
}
#page_about_us #units {
padding-bottom: 35px;
}
#page_about_us #units .title {
width: 80%;
margin: 0;
}
#page_about_us #units .title p {
margin-top: 25px;
font-size: 1.5rem;
font-weight: 300;
}
#page_about_us #units ul {
margin-top: 25px;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
#page_about_us #units ul li {
position: relative;
width: 240px;
height: 240px;
text-align: center;
margin: 30px auto 0 auto;
background: url(//economyoftrustua.com/wp-content/themes/economy-blue/assets/img/units_bg.png);
background-size: cover;
background-repeat: no-repeat;
cursor: pointer;
}
#page_about_us #units ul li::after {
display: block;
content: "";
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 52px;
height: 52px;
background: url(//economyoftrustua.com/wp-content/themes/economy-blue/assets/img/i-arrow.png);
background-size: cover;
background-repeat: no-repeat;
}
#page_about_us #units ul li:hover {
background: url(//economyoftrustua.com/wp-content/themes/economy-blue/assets/img/units_bg_hover.png);
background-size: cover;
background-repeat: no-repeat;
}
#page_about_us #units ul li:hover::after {
transform: scale(1.1);
}
#page_about_us #units ul li a {
display: block;
position: relative;
padding: 60px 25px 0 25px;
width: 240px;
height: 240px;
}
#page_about_us #units ul li a figure {
width: auto;
height: 60px;
}
#page_about_us #units ul li a p {
margin-top: 15px;
color: #000b28;
font-weight: 300;
}
#page_about_us #our-ambassadors {
padding-bottom: 20px;
}
#page_about_us #our-ambassadors .container {
position: relative;
}
#page_about_us #our-ambassadors ul.ambassadors_slider {
padding-top: 50px;
}
#page_about_us #our-ambassadors ul.ambassadors_slider li.slide {
border-radius: 15px;
background-color: #e2f1ff;
border: 3px solid #86b8ff;
margin: 0 10px;
}
#page_about_us #our-ambassadors ul.ambassadors_slider li.slide .wrapper {
padding: 30px 25px;
text-align: center;
}
#page_about_us #our-ambassadors ul.ambassadors_slider li.slide figure {
border-radius: 50%;
width: 100px;
height: 100px;
margin: 0 auto;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
#page_about_us #our-ambassadors ul.ambassadors_slider li.slide p {
margin-top: 20px;
text-transform: uppercase;
font-weight: 600;
font-size: 1rem;
color: #000b28;
}
#page_about_us #our-ambassadors ul.ambassadors_slider li.slide span {
font-weight: 300;
color: grey;
opacity: 0.5;
font-size: 0.95rem;
}
#page_about_us #our-ambassadors ul.ambassadors_slider li.slide a {
position: relative;
display: block;
margin: 15px auto 0;
width: 32px;
height: 32px;
left: 0;
bottom: 0;
}
#page_about_us #our-ambassadors ul.ambassadors_slider li.slide a::after {
content: "";
display: block;
position: absolute;
z-index: 1;
background: url(//economyoftrustua.com/wp-content/themes/economy-blue/assets/img/i-linkid.svg);
background-size: cover;
background-repeat: no-repeat;
width: 32px;
height: 32px;
}
#page_about_us #our-ambassadors ul.ambassadors_slider li.slide a:hover::after {
transform: scale(1.1);
}
#page_about_us #our-ambassadors ul.ambassadors_slider .slick-dots {
bottom: -40px;
}
#page_about_us #our-ambassadors ul.ambassadors_slider .slick-dots li button {
background-color: #0048ff;
border-radius: 50%;
width: 10px;
height: 10px;
opacity: 0.35;
}
#page_about_us #our-ambassadors ul.ambassadors_slider .slick-dots li.slick-active button {
opacity: 1;
}
#page_about_us #our-ambassadors .slick-slider .slick-arrow {
top: -10px;
}
#page_about_us #our_strategic_partners {
padding-bottom: 100px;
}
#page_about_us #our_strategic_partners ul {
margin-top: 35px;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
background-color: white;
border-radius: 30px;
padding: 20px 50px 35px 50px;
}
#page_about_us #our_strategic_partners ul li {
margin: 0;
width: 15%;
height: 80px;
}
#page_about_us #our_strategic_partners ul li figure {
height: inherit;
}
#page_about_us #our_strategic_partners ul li figure img {
height: 80px;
}
#page_contacts #offer {
padding-bottom: 100px;
margin-top: 100px;
position: relative;
z-index: 1;
overflow: hidden;
}
#page_contacts #offer .container {
position: relative;
z-index: 0;
}
#page_contacts #offer .container .white_min_blot {
position: absolute;
z-index: -1;
border-radius: 50%;
width: 400px;
height: 400px;
background: radial-gradient(#0048ff 3%, #000b28 65%);
top: -30%;
left: -5%;
}
#page_contacts #offer .container .white_blot {
position: absolute;
z-index: -1;
border-radius: 50%;
width: 800px;
height: 800px;
background: radial-gradient(#0048ff 3%, #000b28 65%);
top: -55%;
right: 10%;
opacity: 0.5;
}
#page_contacts #offer .container .white_blot2 {
position: absolute;
z-index: -1;
border-radius: 50%;
width: 600px;
height: 600px;
background: radial-gradient(#0048ff 3%, #000b28 65%);
top: 70%;
right: 25%;
opacity: 0.7;
}
#page_contacts #offer .container .yellow_blot {
position: absolute;
z-index: -2;
border-radius: 50%;
width: 800px;
height: 800px;
background: radial-gradient(#f7ff0d 3%, #000b28 65%);
top: 15%;
left: -40%;
opacity: 0.3;
}
#page_contacts #offer .container .wrap {
margin-top: 100px;
}
#page_contacts #offer .container .wrap .lt,
#page_contacts #offer .container .wrap .rt {
margin: 0 auto;
}
#page_contacts #offer .container .wrap .lt .title {
margin: 0 auto;
width: 400px;
}
#page_contacts #offer .container .wrap .lt .title p {
font-size: 18px;
font-weight: 600;
color: white;
}
#page_contacts #offer .container .wrap .lt .title p.phones {
margin-top: 35px;
}
#page_contacts #offer .container .wrap .lt .title a {
text-transform: uppercase;
font-size: 40px;
font-family: "Dela Gothic One", sans-serif;
color: white;
}
#page_contacts #offer .container .wrap .rt .map {
border-radius: 40px;
overflow: hidden;
height: 650px;
width: 100%;
border: 5px solid #f7ff0d;
}
#page_contacts #offer .container .wrap .rt .map iframe {
min-width: 100%;
min-height: 100%;
width: 100%;
height: 650px;
padding: 0;
margin: 0;
}
footer {
position: relative;
z-index: 7;
}
footer .blue_box {
border-radius: 40px;
border: 2px solid #f7ff0d;
background-color: #0048ff;
padding: 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
footer .blue_box .item:nth-child(1) img {
max-height: 60px;
height: auto;
width: auto;
}
footer .blue_box .item:nth-child(1) p {
margin: 35px 0 15px 0;
color: white;
font-size: 18px;
font-weight: 800;
}
footer .blue_box .item:nth-child(1) ul.menu {
display: flex;
flex-direction: column;
list-style: none;
padding: 0;
margin: 0;
}
footer .blue_box .item:nth-child(1) ul.menu li {
display: inline-block;
margin-bottom: 5px;
}
footer .blue_box .item:nth-child(1) ul.menu li a {
text-transform: uppercase;
font-family: "Dela Gothic One", sans-serif;
font-size: 24px;
display: inline-block;
color: white;
text-decoration: none;
}
footer .blue_box .item:nth-child(1) ul.menu li.current-menu-item a {
color: #f7ff0d;
opacity: 1 !important;
cursor: default;
}
footer .blue_box .item:nth-child(1) ul.menu li:hover a {
color: #f7ff0d;
}
footer .blue_box .item:nth-child(2) p {
color: white;
font-size: 18px;
font-weight: 800;
margin-bottom: 10px;
}
footer .blue_box .item:nth-child(2) a {
font-family: "Dela Gothic One", sans-serif;
font-size: 24px;
display: inline-block;
color: white;
text-decoration: none;
text-transform: uppercase;
margin-bottom: 20px;
}
footer .blue_box .item:nth-child(2) a:hover {
color: #f7ff0d;
}
footer .blue_box .item:nth-child(3) {
width: 500px;
}
footer .blue_box .item:nth-child(3) p.title {
font-family: "Dela Gothic One", sans-serif;
font-size: 24px;
color: white;
margin-bottom: 10px;
}
footer .blue_box .item:nth-child(3) form {
padding: 0;
}
footer .blue_box .item:nth-child(3) form input {
margin-left: 0px;
background-color: transparent;
border: none;
border-bottom: 1px solid white;
font-family: "Roboto", sans-serif;
font-size: 18px;
padding-left: 0;
width: 100%;
font-weight: 500;
color: white;
}
footer .blue_box .item:nth-child(3) form input::-moz-placeholder {
color: white;
}
footer .blue_box .item:nth-child(3) form input::placeholder {
color: white;
}
footer .blue_box .item:nth-child(3) form .phone-email p {
display: flex;
justify-content: space-between;
}
footer .blue_box .item:nth-child(3) form .phone-email p span {
display: block;
width: 48%;
}
footer .blue_box .item:nth-child(3) form textarea {
margin-left: 0px;
background-color: transparent;
border: none;
border-bottom: 1px solid white;
font-family: "Roboto", sans-serif;
font-size: 18px;
padding-left: 0;
width: 100%;
font-weight: 500;
height: 1.6em;
overflow: hidden;
resize: none;
white-space: nowrap;
color: white;
}
footer .blue_box .item:nth-child(3) form textarea::-moz-placeholder {
color: white;
}
footer .blue_box .item:nth-child(3) form textarea::placeholder {
color: white;
}
footer .blue_box .item:nth-child(3) form .cf7-submit-wrapper {
display: flex;
justify-content: end;
}
footer .blue_box .item:nth-child(3) form .cf7-submit-wrapper button[type=submit] {
position: relative;
background-color: transparent;
color: white;
font-size: 18px;
font-weight: 700;
border: none;
cursor: pointer;
transition: 0.3s ease;
display: flex;
align-items: center;
justify-content: end;
}
footer .blue_box .item:nth-child(3) form .cf7-submit-wrapper button[type=submit] .arrow-circle {
background-color: transparent;
color: white;
border-radius: 50%;
border: 1px solid white;
width: 60px;
height: 60px;
display: inline-flex;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 20px;
margin-left: 15px;
}
footer .blue_box .item:nth-child(3) form .cf7-submit-wrapper button[type=submit]:hover {
color: #f7ff0d;
}
footer .blue_box .item:nth-child(3) form .cf7-submit-wrapper button[type=submit]:hover .arrow-circle {
background-color: #f7ff0d;
color: #0048ff;
}
footer span {
display: inline-block;
color: white;
font-weight: 400;
font-size: 16px;
width: 100%;
text-align: center;
padding: 20px 0;
}
.wpcf7-not-valid-tip {
position: absolute;
left: 0;
bottom: -30px;
width: 100% !important;
}
.wpcf7 form.sent {
position: relative;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450;
color: white;
background-color: #46b450;
position: absolute;
top: 42%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 10px;
font-size: 16px;
text-align: center;
width: 45%;
padding: 5px;
margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
display: none !important;
}
#page_privacy_policy #offer {
margin-top: 50px;
}
#page_privacy_policy #offer h2 {
margin: 50px 0 25px;
text-transform: uppercase;
font-weight: 600;
}
#error_404 .wrap {
margin: 150px auto;
text-align: center;
display: flex;
flex-direction: column;
}
#error_404 .wrap h1 {
color: black;
text-transform: none;
font-size: 3rem;
font-weight: 600;
}
#error_404 .wrap p {
font-size: 1.8rem;
margin-bottom: 25px;
}
#error_404 .wrap a {
width: 220px;
padding: 10px 0;
margin: auto;
background-color: #000b28;
color: white;
font-size: 1.2rem;
}
#error_404 .wrap a:hover {
background-color: black;
} @media screen and (max-width: 1920px) {
.container {
width: 1380px;
}
h1 {
font-size: 120px;
}
#page_home #offer .container .wrap .lt .subtitle {
width: 70%;
}
#page_home #offer .container .wrap .rt figure.bg1 {
width: 100%;
}
#page_home .comp_block .wrap .white_blot {
right: 10%;
width: 600px;
height: 600px;
}
#page_home .comp_block .container_sl .box_slider .item h3 {
font-size: 27px;
}
#page_home .comp_block .wrap .lt .blue_box .wrapper h3 {
font-size: 25px;
}
#page_home .comp_block .box_text {
padding: 50px;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block .wrapper a {
font-size: 21px;
}
#page_home .comp_block .box_text .wrap .rt .wrapper h2 {
font-size: 32px;
}
#page_home .comp_block_last {
padding-bottom: 50px !important;
}
#page_about_us #offer .container .white_blot {
width: 600px;
height: 600px;
right: 0;
}
#page_about_us #offer .container .wrap .lt .subtitle {
width: 70%;
}
#page_about_us #offer .container .wrap .rt figure.bg1 {
width: 100%;
}
#page_about_us #our-goals .blue_block .item span {
font-size: 120px;
}
#page_about_us #our-goals ul li {
width: 280px;
}
#page_about_us #our-goals ul li p {
font-size: 20px;
}
#page_about_us #our-goals .training .yellow_blot3 {
display: none;
}
#page_about_us .people_slider .people_sl .item {
padding-right: 30px;
}
#page_about_us #our-ambassadors ul.ambassadors_slider li.slide .wrapper {
padding: 30px 5px;
}
#static-line {
left: calc(50% - 360px);
}
#static-line::after {
left: calc(50% - 360px);
}
} @media screen and (max-width: 1400px) {
.container {
width: 1280px;
}
#page_home #offer .container .white_blot {
width: 600px;
height: 600px;
}
#page_home .comp_block .container_sl .box_slider .item h3 {
font-size: 25px;
}
#page_home .comp_block .wrap .rt {
height: 600px;
}
#page_home .comp_block .wrap .rt .scrolling {
width: 100%;
height: inherit;
}
#page_home .comp_block .wrap .white_blot {
right: 0;
}
#page_home .comp_block .wrap .white_blot {
width: 600px;
height: 600px;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block .wrapper a {
font-size: 18px;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block .wrapper a::before {
top: 0;
}
#page_about_us #offer .container .white_blot {
width: 600px;
height: 600px;
}
#page_about_us #offer .container .wrap .lt {
width: 50%;
}
#page_about_us #our-goals .blue_block .item {
width: 280px;
}
#page_about_us #our-goals .blue_block .item span {
font-size: 100px;
}
} @media screen and (max-width: 1300px) {
.container {
width: 1180px;
}
h1 {
font-size: 110px;
}
#page_home #offer .container .white_blot {
width: 600px;
height: 600px;
}
#page_home .comp_block .box_text .wrap .lt {
width: 50%;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block .wrapper span {
font-size: 20px;
}
#page_home .comp_block .box_text .wrap .rt {
width: 50%;
}
#page_home .comp_block .box_text .wrap .rt .wrapper {
padding: 30px 0 30px 30px;
}
#page_home .comp_block .box_text .wrap .rt .wrapper h2 {
font-size: 25px;
}
#page_about_us #our-goals .blue_block .item {
width: 250px;
}
#page_about_us #our-goals ul li {
width: 270px;
}
#page_about_us #our-ambassadors ul.ambassadors_slider li.slide .wrapper {
padding: 30px 5px;
}
#page_about_us #our_strategic_partners ul li figure {
height: 60px;
}
#page_contacts #offer .container .white_blot {
display: none;
}
#page_contacts #offer .container .yellow_blot {
display: none;
}
#page_contacts #offer .container .wrap .lt .title a {
font-size: 35px;
}
footer .blue_box .item:nth-child(3) {
width: 400px;
}
} @media screen and (max-width: 1200px) {
.container {
width: 940px;
}
h1 {
font-size: 80px;
}
#page_home #offer .container .white_blot {
width: 500px;
height: 500px;
right: 0;
top: -24%;
}
#page_home .comp_block .wrap .lt .blue_box {
padding: 25px;
}
#page_home .comp_block .wrap .lt .blue_box .wrapper h3 {
font-size: 20px;
}
#page_home .comp_block .wrap .yellow_blot {
display: none;
}
#page_about_us #offer .container .white_blot {
width: 500px;
height: 500px;
right: 0;
top: -24%;
}
#page_about_us .marquee-container {
margin-top: 50px;
}
#page_about_us #our-goals .blue_block .item {
width: 185px;
}
#page_about_us #our-goals ul li {
width: 210px;
}
#page_about_us #our-goals ul li p {
font-size: 18px;
}
#page_about_us #our-goals .training .wrap {
margin-top: 50px;
}
#page_about_us .people_slider h2 {
width: 50%;
}
#page_about_us .people_slider .people_sl {
width: 150%;
}
#page_about_us #our-media ul li {
width: 27%;
}
#page_about_us #our_strategic_partners ul li figure {
height: 59px;
}
#page_about_us #our_strategic_partners ul li {
margin: 0;
}
footer .blue_box .item:nth-child(3) {
margin-top: 50px;
width: 100%;
}
#static-line {
left: calc(50% - 240px);
}
#static-line::after {
left: calc(50% - 240px);
}
} @media screen and (max-width: 992px) {
.container {
width: 720px;
}
h1 {
font-size: 70px;
}
.wrap .lt,
.wrap .rt {
width: 100%;
}
#page_home #offer .container .wrap .lt .subtitle {
width: 100%;
}
#page_home #offer .container .wrap .rt {
margin-top: 50px;
}
#page_home #offer .container .white_min_blot {
display: none;
}
#page_home .comp_block .wrap .rt {
margin-top: 100px;
}
#page_home .comp_block .wrap .lt .blue_box .wrapper h3 {
font-size: 24px;
}
#page_home .comp_block .box_text .wrap .lt {
width: 100%;
}
#page_home .comp_block .box_text .wrap .rt {
margin-top: 50px;
width: 100%;
}
#page_home .comp_block .box_text .wrap .rt .wrapper {
padding: 50px 0 0 0;
border-top: 2px solid #0048ff;
border-left: 0;
}
#page_about_us #offer .container .wrap .lt {
width: 100%;
}
#page_about_us #offer .container .wrap .lt .subtitle {
width: 100%;
}
#page_about_us #offer .container .wrap .rt {
margin-top: 50px;
}
#page_about_us #offer .container .white_min_blot {
display: none;
}
#page_about_us #our-goals .blue_block .item {
width: 45%;
}
#page_about_us #our-goals ul li {
width: 48%;
}
#page_about_us #our-goals .training .wrap1 .rt {
margin-top: 50px;
}
#page_about_us #our-goals .training .wrap2 .lt {
order: 2;
margin-top: 50px;
}
#page_about_us #our-goals .training .wrap2 .rt {
order: 1;
}
#page_about_us #our-goals .supporting-loc .blue-box p {
width: 100%;
}
#page_about_us #our-goals .supporting-loc .blue-box ul li {
width: 48%;
height: 140px;
margin-bottom: 25px;
}
#page_about_us #recovery {
padding-top: 0;
}
#page_about_us #recovery .wrap .rt {
margin-top: 25px;
}
#page_about_us .people_slider .people_sl {
width: 180%;
}
#page_about_us #our-media ul li {
width: 31%;
}
#page_about_us #units .title {
width: 100%;
}
#page_about_us #units ul li {
width: 245px;
height: 245px;
}
#page_about_us #our_strategic_partners ul li {
width: 20%;
height: 60px;
}
#page_about_us #our_strategic_partners ul li figure {
height: 60px;
}
#page_about_us #our_strategic_partners ul li figure img {
height: 60px;
}
#page_contacts #offer .container .wrap .lt .title {
margin: 0;
}
#page_contacts #offer .container .wrap .rt {
margin-top: 80px;
}
#static-line {
display: none !important;
}
} @media screen and (max-width: 768px) {
.container {
width: 540px;
}
.wrap .lt,
.wrap .rt {
width: 100%;
}
header .wrapper {
position: relative;
}
header .wrapper ul.menu {
display: none !important;
}
header .wrapper ul.lang {
display: none !important;
}
header .wrapper .menu_icon {
display: block !important;
position: absolute;
z-index: 2;
top: 15px;
right: 9px;
cursor: pointer;
}
header .wrapper .menu_icon::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 45px;
height: 45px;
border: 2px solid #f7ff0d;
border-radius: 50%;
}
header .wrapper .menu_icon span {
display: block;
width: 27px;
height: 2px;
background-color: white;
}
header .wrapper .menu_icon span:nth-child(2) {
margin: 7px 0;
}
header.active {
position: fixed;
background-color: #0048ff !important;
border-radius: 0 0 40px 40px;
overflow: hidden;
height: 50vh;
box-shadow: none;
}
header.active .header_cover {
background-color: transparent;
box-shadow: none;
-webkit-backdrop-filter: blur(0);
backdrop-filter: blur(0);
filter: blur(0);
}
header.active .wrapper {
width: 100%;
}
header.active .wrapper ul.menu {
position: absolute;
z-index: 1;
display: flex !important;
flex-direction: column;
top: 50%;
left: 50%;
width: 100%;
height: 35vh;
margin: auto;
transform: translate(-50%, 0);
}
header.active .wrapper ul.menu li {
margin: 10px auto;
}
header.active .wrapper ul.menu li a {
opacity: 1;
font-size: 24px;
}
header.active .wrapper ul.menu ul.lang-mob {
display: flex !important;
position: relative;
display: flex;
justify-content: flex-end;
margin-top: 20px;
border-radius: 25px;
border: 2px solid #f7ff0d;
padding: 7px 15px;
}
header.active .wrapper ul.menu ul.lang-mob li.lang-item {
margin: 0;
}
header.active .wrapper ul.menu ul.lang-mob li.lang-item a {
color: white;
position: relative;
font-weight: 400;
font-size: 1rem;
margin: 0;
text-transform: uppercase;
border-bottom: 2px solid transparent;
opacity: 0.5;
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.active .wrapper ul.menu ul.lang-mob li.lang-item a:hover {
opacity: 1;
}
header.active .wrapper ul.menu ul.lang-mob li.lang-item:nth-child(1) {
margin-right: 10px;
}
header.active .wrapper ul.menu ul.lang-mob li.current-lang a {
cursor: default;
color: white;
opacity: 1 !important;
line-height: 1.1;
}
header.active .wrapper ul.menu ul.lang-mob span {
display: block;
font-size: 24px;
margin: 0 1px;
}
header.active .wrapper .menu_icon {
top: 24px;
}
header.active .wrapper .menu_icon span:nth-child(2) {
opacity: 0;
}
header.active .wrapper .menu_icon span:nth-child(1) {
transform: rotate(45deg);
margin-top: 0;
}
header.active .wrapper .menu_icon span:nth-child(3) {
transform: rotate(-45deg);
margin-top: -18px;
}
#page_home .comp_block .wrap .lt .blue_box .wrapper h3 {
font-size: 20px;
}
#page_home .comp_block .container_sl .box_slider {
width: 190%;
}
#page_home .comp_block .box_text {
padding: 35px;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block figure {
border-radius: 10px;
width: 90px;
height: 90px;
}
#page_about_us #our-goals .yellow_blot {
width: 500px;
height: 500px;
}
#page_about_us #our-goals .supporting-loc {
padding-bottom: 50px;
}
#page_about_us #our-goals .supporting-loc .blue-box {
padding: 200px 50px 50px 50px;
}
#page_about_us #our-goals .supporting-loc .blue-box ul {
position: relative;
transform: translate(-50%, 0);
padding: 0;
}
#page_about_us #our-goals .supporting-loc .blue-box ul li {
width: 100%;
height: 140px;
}
#page_about_us .people_slider h2 {
font-size: 32px;
}
#page_about_us #our-media ul li {
width: 45%;
}
#page_about_us #units .title p {
font-size: 18px;
}
#page_about_us #our_strategic_partners ul {
padding: 10px 20px 10px 20px;
justify-content: space-around;
}
#page_about_us #our_strategic_partners ul li {
height: 60px;
width: 25%;
max-width: 100%;
}
#page_about_us #our_strategic_partners ul li figure {
height: 60px;
}
#page_about_us #our_strategic_partners ul li figure img {
height: 60px;
}
#page_contacts #offer {
margin-top: 0;
padding-top: 150px;
}
#page_contacts #offer .container {
position: static;
}
#page_contacts #offer .container .wrap .lt .title a {
font-size: 30px;
}
#page_contacts #offer .container .white_blot2 {
top: 40%;
}
#page_contacts #offer .container .white_min_blot {
top: 0;
left: auto;
right: 0;
opacity: 0.5;
}
#box-nav {
display: none;
}
footer .blue_box {
padding: 35px;
}
footer .blue_box .item:nth-child(2) {
margin-top: 50px;
}
footer .blue_box .item:nth-child(3) {
margin-top: 30px;
}
} @media screen and (max-width: 576px) {
.container {
width: 340px;
}
h1 {
font-size: 50px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 20px;
}
section {
padding: 25px 0;
}
header .wrapper a.logo {
height: 50px;
}
header .wrapper a.logo img {
-o-object-fit: contain;
object-fit: contain;
width: auto;
}
#page_home .comp_block .wrap .lt .blue_box {
border-radius: 25px;
}
#page_home .comp_block .wrap .lt .blue_box .wrapper h3 {
font-size: 16px;
}
#page_home .comp_block .wrap .lt .blue_box .wrapper figure {
height: 30px;
max-width: 300px;
}
#page_home .comp_block .wrap .lt .blue_box span {
font-size: 135px;
}
#page_home .comp_block .wrap .rt {
margin-top: 50px;
height: 100%;
}
#page_home .comp_block .wrap .rt .scrolling {
padding: 0;
overflow: auto;
}
#page_home .comp_block .wrap .rt .scrolling h2 {
font-size: 27px;
}
#page_home .comp_block .marquee-container {
margin-top: 20px;
}
#page_home .comp_block .marquee-container .marquee-text {
font-size: 100px;
line-height: 1.1;
}
#page_home .comp_block .container_sl .custom-arrows {
margin: 60px 0 60px auto;
}
#page_home .comp_block .container_sl .box_slider .item h3 {
font-size: 18px;
}
#page_home .comp_block .container_sl .box_slider .item .card_blue,
#page_home .comp_block .container_sl .box_slider .item .card_yellow {
border-radius: 25px;
padding: 20px;
height: 270px;
}
#page_home .comp_block .box_text {
margin-top: 50px;
border-radius: 25px;
padding: 25px;
}
#page_home .comp_block .box_text .wrap .lt figure.comp_logo {
height: 45px;
margin-bottom: 35px;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block {
flex-direction: column;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block .wrapper {
margin: 20px 0 0 0;
}
#page_home .comp_block .box_text .wrap .lt .blocks .block .wrapper a {
font-size: 16px;
}
#page_about_us #offer .container .wrap .lt .subtitle h3 {
font-size: 24px;
}
#page_about_us .marquee-container {
margin-top: 20px;
}
#page_about_us .marquee-container .marquee-text {
font-size: 100px;
line-height: 1.1;
}
#page_about_us #our-goals h2 {
margin-top: 50px;
}
#page_about_us #our-goals .yellow_blot {
display: none;
}
#page_about_us #our-goals .blue_block {
border-radius: 25px;
padding: 25px;
}
#page_about_us #our-goals .blue_block .item {
width: 100%;
}
#page_about_us #our-goals ul {
margin-top: 50px;
}
#page_about_us #our-goals ul li {
width: 100%;
}
#page_about_us #our-goals ul li p {
font-size: 22px;
}
#page_about_us #our-goals .training .wrap {
margin-top: 25px;
}
#page_about_us #our-goals .training .wrap h2 {
font-size: 28px;
}
#page_about_us #our-goals .training .wrap figure {
border-radius: 25px;
}
#page_about_us #our-goals .supporting-loc {
margin-top: 70px;
}
#page_about_us #our-goals .supporting-loc .marquee-container {
overflow: visible !important;
}
#page_about_us #our-goals .supporting-loc .blue-box {
margin-top: -120px;
padding: 130px 25px 25px 25px;
border-radius: 25px;
}
#page_about_us #our-goals .supporting-loc .blue-box ul {
margin-top: 25px;
}
#page_about_us #our-goals .supporting-loc .blue-box ul li {
border-radius: 25px;
margin-bottom: 10px;
}
#page_about_us #recovery .wrap {
border: none;
padding: 0;
}
#page_about_us #recovery .wrap h2 {
font-size: 28px;
}
#page_about_us .people_slider h2 {
width: 100%;
}
#page_about_us .people_slider .white_blot3 {
width: 300px;
height: 300px;
top: 19%;
left: 38%;
}
#page_about_us .people_slider .custom-arrows {
display: none !important;
}
#page_about_us .people_slider .people_sl {
width: 190%;
margin-top: 50px;
}
#page_about_us .people_slider .people_sl .item figure {
height: 400px;
border-radius: 25px;
}
#page_about_us .people_slider .people_sl .item .sl_title .wrapper p {
font-size: 20px;
}
#page_about_us #our-media ul li {
width: 100%;
}
#page_about_us #units .title p {
font-size: 16px;
}
#page_about_us #our_strategic_partners {
padding-bottom: 50px;
}
#page_about_us #our_strategic_partners ul {
padding: 20px 15px 15px 15px;
}
#page_about_us #our_strategic_partners ul li {
width: 32%;
height: auto;
margin: 0;
max-width: 100%;
}
#page_contacts #offer {
padding-bottom: 50px;
}
#page_contacts #offer .container .wrap {
margin-top: 50px;
}
#page_contacts #offer .container .wrap .lt .title {
width: 100%;
}
#page_contacts #offer .container .wrap .lt .title a {
font-size: 20px;
display: block;
}
#page_contacts #offer .container .wrap .lt .title p {
font-size: 16px;
}
#page_contacts #offer .container .wrap .rt {
margin-top: 50px;
}
#page_contacts #offer .container .wrap .rt .map {
border-radius: 25px;
}
footer .blue_box {
padding: 20px;
border-radius: 25px;
}
footer .blue_box .item:nth-child(2) a {
font-size: 15px;
}
footer .blue_box .item:nth-child(2) p {
font-size: 16px;
}
footer .blue_box .item:nth-child(3) {
margin-top: 30px;
}
footer .blue_box .item:nth-child(3) form .phone-email p {
flex-direction: column;
flex-wrap: wrap;
}
footer .blue_box .item:nth-child(3) form .phone-email p br {
display: none;
}
footer .blue_box .item:nth-child(3) form .phone-email p span {
width: 100% !important;
}
footer span {
font-size: 12px;
}
}