body {
font-family: 'SFPro Display Regular';
color: #454D69;
font-size: 18px;
line-height: 28px;
-webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
body {
font-size: 14px;
line-height: 22px;
}
}
a, a:hover, a:focus, a:active {
text-decoration: none;
}
strong {
font-family: 'SFPro Display Bold';
font-weight: normal;
}
.strong {
font-family: 'Russo One', sans-serif;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Russo One', sans-serif;
font-weight: 400;
}
h1 {
font-size: 78px;
line-height: 86px;
color: #fff;
}
h2 {
position: relative;
color: #091440;
font-size: 36px;
line-height: 46px;
}
h2::before {
content: "";
display: block;
width: 43px;
height: 2px;
border-radius: 1px;
background: #2876DE;
position: absolute;
left: 0;
top: -12px;
}
h3 {
font-size: 24px;
line-height: 32px;
color: #091440;
}
h4 {
font-size: 16px;
text-transform: uppercase;
color: #091440;
}
ol {
margin-bottom: 0;
}
.white-section h2 {
color: #fff;
}
.white-section h2::before {
background: #fff;
}
.white-section h3 {
color: #fff;
}
.white-section p {
color: #fff;
}
.white-section ul li {
color: #fff;
}
@media (min-width: 1200px) {
.container {
max-width: 1074px;
}
}
.full {
width: calc( 100% - calc( 100% - 1074px ) / 2 );
margin-right: 0 !important;
margin-left: auto !important;
padding: 0 !important;
}
.full .with-content {
padding: 0 15px;
padding-right: 100px;
}
@media (max-width: 1199px) {
.full {
width: calc( 100% - calc( 100% - 960px ) / 2 );
}
}
@media (max-width: 991px) {
.full {
width: calc( 100% - 30px );
margin: 0 auto !important;
padding: 0 15px !important;
max-width: 720px;
}
.full .with-content {
padding: 0 !important;
margin-bottom: 30px;
}
.full .cover img {
max-height: 320px !important;
border-radius: 6px;
}
}
@media (max-width: 767px) {
.full {
width: calc( 100% - 30px );
margin: 0 auto;
padding: 0 15px !important;
max-width: 540px;
}
main .white-section {
background-image: linear-gradient(109.63deg, #132C8A 14.07%, #4FBDFF 94.8%), linear-gradient(249.85deg, rgba(255, 255, 255, 0) 2.37%, rgba(255, 255, 255, 0.95) 83.85%) !important;
}
}
@media (max-width: 575px) {
.full {
width: calc( 100% - 30px );
margin: 0 auto;
padding: 0 !important;
max-width: 100%;
}
}
@media (max-width: 991px) {
.subfull {
max-width: 720px;
margin: 0 auto;
padding: 0 15px;
}
}
@media (max-width: 767px) {
.subfull {
max-width: 540px;
}
}
@media (max-width: 575px) {
.subfull {
max-width: 100%;
}
}
.form-control {
height: 48px;
padding: 12px 20px;
line-height: 24px;
font-size: 16px;
border-color: #D3DBE5;
transition: background-color 0.3s ease-out;
}
.form-control.wpcf7-not-valid {
background: rgba(255,0,0,0.15);
}
textarea.form-control {
height: 100px;
}
.form-control:focus {
outline: 0;
box-shadow: none;
}
.wpcf7-form {
text-align: center;
}
.wpcf7-form-control {
margin: 0 auto;
display: block;
}
.modal-dialog {
max-width: 400px;
margin: 0.5rem auto;
}
div.wpcf7 .ajax-loader {
position: absolute;
top: -36px;
right: 45px;
}
.wpcf7-not-valid-tip {
font-size: 14px;
color: #a00;
text-align: left;
margin-top: 5px;
display: none !important;
}
.wpcf7 form .wpcf7-response-output {
border: none;
margin: 0;
padding: 0;
font-size: 14px;
line-height: 20px;
}
.wpcf7-form p,
.wpcf7-form small {
font-size: 14px;
line-height: 20px;
color: #A4A7B4;
}
@media (max-width: 767px) {
.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output,
.wpcf7-form p,
.wpcf7-form small {
font-size: 12px;
line-height: 19px;
}
}
.popup-image a {
font-family: 'Russo One', sans-serif;
font-weight: 400;
}
.btn {
border-radius: 6px;
height: 50px;
padding: 13px 36px;
font-size: 16px;
line-height: 24px;
font-family: 'Russo One', sans-serif;
font-weight: 400;
text-transform: uppercase;
}
.btn.focus, .btn:focus, .btn:active {
outline: 0;
box-shadow: none;
}
.btn-primary {
border-color: #2876DE;
background-color: #2876DE;
color: #fff;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active {
border-color: #1e5cad;
background-color: #1e5cad;
color: #fff;
box-shadow: none;
outline: none;
}
.white-section .btn-primary {
border-color: #fff;
background-color: transparent;
color: #fff;
transition: opacity 0.3s ease-out;
}
.white-section .btn-primary:focus,
.white-section .btn-primary:hover,
.white-section .btn-primary:active,
.white-section .btn-primary:not(:disabled):not(.disabled).active, 
.white-section .btn-primary:not(:disabled):not(.disabled).active:focus,
.white-section .btn-primary:not(:disabled):not(.disabled):active {
border-color: #fff;
background-color: transparent;
color: #fff;
opacity: 0.7;
box-shadow: none;
outline: none;
}
.btn-secondary {
background: none;
border-color: #fff;
color: #fff;
transition: opacity 0.3s ease-out;
}
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
background: none;
border-color: #fff;
color: #fff;
box-shadow: none;
outline: none;
opacity: 0.7;
}
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary {
border-color: #2876DE;
}
.btn-link,
.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.btn-link:not(:disabled):not(.disabled).active, 
.btn-link:not(:disabled):not(.disabled).active:focus,
.btn-link:not(:disabled):not(.disabled):active {
font-family: 'Russo One', sans-serif;
font-weight: 400;
font-size: 14px;
text-decoration: none;
padding: 0;
}
.btn-link.simple,
.btn-link.simple:hover,
.btn-link.simple:active,
.btn-link.simple:focus,
.btn-link.simple:not(:disabled):not(.disabled).active, 
.btn-link.simple:not(:disabled):not(.disabled).active:focus,
.btn-link.simple:not(:disabled):not(.disabled):active {
font-family: 'SFPro Display Regular';
font-weight: normal;
font-size: 24px;
line-height: 36px;
text-transform: none;
padding: 0;
display: block;
text-align: left;
height: auto;
border: none;
display: flex;
display: -ms-flexbox;
justify-content: space-between;
-ms-flex-pack: justify;
}
@media (max-width: 767px) {
.btn-link,
.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.btn-link:not(:disabled):not(.disabled).active, 
.btn-link:not(:disabled):not(.disabled).active:focus,
.btn-link:not(:disabled):not(.disabled):active {
font-size: 14px !important;
padding: 0 !important; 
}
.btn-link.simple,
.btn-link.simple:hover,
.btn-link.simple:active,
.btn-link.simple:focus,
.btn-link.simple:not(:disabled):not(.disabled).active, 
.btn-link.simple:not(:disabled):not(.disabled).active:focus, 
.btn-link.simple:not(:disabled):not(.disabled):active {
font-size: 16px;
line-height: 24px;
}
}
.with-icon {
display: flex;
display: -ms-flexbox;
align-items: center;
-ms-flex-align: center;
}
.with-icon::after {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-size: cover;
background-position: 50% 50%;
background-image: url(/wp-content/themes/airdc/assets/images/chevron.svg);
background-repeat: no-repeat;
margin-left: 8px;
transform: translateY(-1px) rotate(-180deg);
transition: transform 0.4s ease-out;
}
.simple.with-icon::after {
width: 36px;
height: 36px;
}
@media (max-width: 767px) {
.simple.with-icon::after {
width: 24px;
height: 24px;
}
}
.with-icon.collapsed::after {
transform: translateY(-1px) rotate(0deg);
}
.wide {
max-width: 500px;
}
.section, main > .wpb_row {
padding: 50px 0;
}
.has-thumbnail {
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 60px;
}
.with-cover .wpb_wrapper,
.cover,
.cover .wpb_wrapper,
.cover .wpb_wrapper .vc_single_image-wrapper {
height: 100%;
}
.cover img {
width: 100%;
height: 100% !important;
object-fit: cover;
}
.caption {
font-size: 16px;
font-family: 'SFPro Display Bold';
color: #091440;
}
.text-primary {
color: #2876DE !important;
}
.text-secondary {
color: #767C92 !important;
}
.text-dark {
color: #091440 !important;
}
.font-20 {
font-size: 20px;
line-height: 30px;
}
.font-16 {
font-size: 16px;
line-height: 24px;
}
small {
font-size: 15px;
line-height: 21px;
}
.br-6 img {
border-radius: 6px;
}
.br-tl-6 img {
border-top-left-radius: 6px;
}
.br-tr-6 img {
border-top-right-radius: 6px;
}
.br-bl-6 img {
border-bottom-left-radius: 6px;
}
.br-br-6 img {
border-bottom-right-radius: 6px;
}
@media (max-width: 767px) {
.btn {
font-size: 10px;
line-height: 16px;
height: 36px;
padding: 10px 20px;
}
.wide {
max-width: 320px;
}
.section, main > .wpb_row {
padding: 30px 0 15px;
}
.font-20 {
font-size: 14px;
line-height: 26px;
}
}
.simplebar-scrollbar::before {
background-color: #D0D1D5;
}
.simplebar-content {
padding-right: 15px !important;
}
.simplebar-scrollbar {
width: 8px;
}
.nav-tabs {
border-bottom: 1px solid rgba(255,255,255,0.7);
}
.nav-tabs .nav-item {
margin-right: 70px;
}
.nav-tabs .nav-item:last-child {
margin-right: 0;
}
.nav-tabs .nav-link {
border: none;
font-family: 'Russo One', sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 36px;
padding: 10px 0;
}
.white-section .nav-tabs .nav-link {
color: rgba(255,255,255,0.7);
transition: color 0.3s ease-out;
position: relative;
}
.white-section .nav-tabs .nav-link::after {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 3px;
border-radius: 1px;
transition: all 0.3s ease-out;
background-color: transparent
}
.white-section .nav-tabs .nav-link:hover,
.white-section .nav-tabs .nav-link:focus {
color: #fff;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
background: none;
border: none;
color: #091440;
}
.white-section .nav-tabs .nav-item.show .nav-link,
.white-section .nav-tabs .nav-link.active {
color: #fff;
}
.white-section .nav-tabs .nav-item.show .nav-link::after,
.white-section .nav-tabs .nav-link.active::after {
background-color: #fff;
} header {
position: absolute;
top: 30px;
left: 0;
width: 100%;
z-index: 10;
}
header.sticky {
position: fixed;
top: 0;
background-color: #fff;
padding: 15px 0;
box-shadow: 0 1px 10px rgba(0,0,0,0.16);
transition: all 0.3s ease-out;
transform: translateY(-100%);
}
header.sticky.shown {
transform: translateY(0);
}
header .logo {
max-width: 100%;
height: auto;
}
@media (max-width: 767px) {
header .logo {
width: 80px;
}
}
header a {
color: #fff;
font-size: 16px;
line-height: 19px;
transition: opacity 0.3s ease-out;
}
header.sticky a,
header.sticky a:hover,
header.sticky a:focus {
color: #454D69;
}
header.sticky a.btn,
header.sticky a.btn:hover,
header.sticky a.btn:focus {
color: #fff;
opacity: 1 !important;
}
header a:hover,
header a:focus {
color: #fff;
text-decoration: none;
opacity: 0.7;
}
header a img {
margin-right: 8px;
}
header .langs a {
text-transform: uppercase;
}
header .langs a:first-child:after {
content: "";
display: inline-block;
width: 1px;
height: 19px;
background-color: #fff;
margin: 0 8px;
}
header.sticky .langs a:first-child:after {
background-color: #454D69;
}
header .langs a.active {
font-family: 'SFPro Display Bold';
}
@media (max-width:991px) {
header a.mail,
header a.phone {
font-size: 14px;
}
header.sticky a img {
width: 20px;
}
} #hero {
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
min-height: 700px;
max-height: 900px;
position: relative;
margin-bottom: 40px;
background-color: #000;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
#hero::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: multiply, normal;
background-image: linear-gradient(109.63deg, #132C8A 14.07%, #4FBDFF 94.8%), linear-gradient(249.85deg, rgba(255, 255, 255, 0) 2.37%, rgba(255, 255, 255, 0.95) 83.85%);
opacity: 0.8;
}
#hero .container {
height: 100%;
position: relative;
z-index: 1;
}
#hero.post-hero,
#hero.page-hero {
height: auto;
padding: 145px 0 110px;
min-height: 100%;
background-position: center center;
}
#hero.page-hero::after,
#hero.post-hero::after {
background-position: center center;
}
#hero .wrapper p {
color: #fff;
margin-bottom: 32px;
}
#hero .items {
position: absolute;
width: 100%;
bottom: 0;
font-family: 'Russo One', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #fff;
text-transform: uppercase;
}
#hero .items .item {
margin-bottom: 40px;
letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
h1 {
font-size: 66px;
line-height: 74px;
}
}
@media (max-width: 991px) {
h1 {
font-size: 44px;
line-height: 50px;
}
h2 {
font-size: 20px;
line-height: 26px;
}
h2::before {
width: 29px;
top: -8px;
}
#hero {
min-height: 700px;
max-height: 800px;
}
#hero .wrapper {
margin-top: -50px;
}
#hero.post-hero,
#hero.page-hero {
padding: 170px 0 50px;
}
#hero.page-hero .wrapper {
margin-top: 0;
}
#hero.post-hero .wrapper {
margin-top: 0;
}
#hero .wrapper p {
font-size: 14px;
line-height: 22px;
margin-bottom: 25px;
}
#hero .items .item {
margin-bottom: 25px;
}
}
@media (max-width: 767px) {
h1 {
font-size: 28px;
line-height: 34px;
max-width: 400px;
}
#hero {
min-height: 560px;
max-height: 800px;
margin-bottom: 20px;
}
#hero .items {
font-size: 10px;
line-height: 15px;
}
} .scroller {
margin-top: 30px;
}
.scroller h4 {
margin-top: 35px;
margin-bottom: 10px;
}
.scroller .scroller-inner {
opacity: 0.4;
transition: opacity 0.15s ease-out;
}
.scroller .scroller-inner.active {
opacity: 1;
transition: opacity 0.15s ease-out;
}
.scroller .scroller-inner:first-child h4 {
margin-top: 8px;
}
.scroller ul {
list-style: none;
padding: 0;
margin: 20px 50px 20px 0;
}
.scroller ul li {
position: relative;
margin-bottom: 12px;
}
.scroller ul li:last-child {
margin-bottom: 0;
}
.scroller ul li a:before {
content: "";
width: 2px;
height: 100%;
background: #fff;
position: absolute;
left: 0;
top: 0;
transition: background 0.3s ease-out;
}
.scroller ul li a.active:before {
content: "";
width: 2px;
height: 100%;
background: #2876DE;
position: absolute;
border-radius: 1px;
left: 0;
top: 0;
}
.scroller ul li a {
padding: 5px 20px;
display: inline-block;
letter-spacing: 0.5px;
text-transform: uppercase;
font-size: 16px;
font-family: 'Russo One', sans-serif;
font-weight: 400;
color: #A4A7B4;
transition: color 0.3s ease-out;
outline: 0;
}
.scroller ul li a:hover,
.scroller ul li a.active {
color: #2876DE;
}
.scroller .scroll-wrapper {
position: relative;
overflow-y: auto;
height: 350px;
-ms-overflow-style: none;
}
.scroller .scroll-content {
position: relative;
padding: 20px 0;
}
.scroller .scroll-content::before {
content: "";
display: block;
width: calc(100% - 15px);
height: 30px;
position: absolute;
left: 0;
top: 0;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
pointer-events: none;
z-index: 1;
}
.scroller .scroll-content::after {
content: "";
display: block;
width: calc(100% - 15px);
height: 30px;
position: absolute;
left: 0;
bottom: 0;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
pointer-events: none;
z-index: 1;
}
@media (max-width: 991px) {
.scroller h4 {
color: #2876DE;
}
.scroller .scroll-content::before,
.scroller .scroll-content::after {
display: none;
}
.scroller .scroll-wrapper {
height: auto;
}
.scroller .scroller-inner {
opacity: 1 !important;
}
}
@media (max-width:767px) {
.scroller {
margin-top: 0;
}
.scroller .scroll-content {
padding: 0;
}
.scroller .scroller-inner p:last-child {
margin-bottom: 0;
}
}
.switcher {
margin-top: 50px;
overflow: hidden;
}
.switcher h3 {
white-space: nowrap;
overflow: hidden;
color: #4FBDFF;
margin-bottom: 0;
}
.switcher .switcher-part-left .inner strong {
color: #fff;
}
.switcher .switcher-part {
transition: all 0.2s ease-out;
}
.switcher .switcher-part .inner {
padding: 25px 30px;
border-radius: 6px;
height: 100%;
transition: all 0.2s ease-out;
}
.switcher .switcher-part-left {
flex: 0 0 70%;
-ms-flex: 0 0 70%;
max-width: 70%;
}
.switcher .switcher-part-left .inner {
background-size: cover;
background-position: center left;
background-repeat: no-repeat;
position: relative;
}
.switcher .switcher-part-right {
flex: 0 0 30%;
-ms-flex: 0 0 30%;
max-width: 30%;
padding: 20px 0;
}
.switcher .switcher-part-right .inner {
background-color: #F6F8FE;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.switcher .switcher-part-right .inner h3 {
color: #2876DE;
}
.switcher .table-wrapper {
margin: 25px -30px -25px;
overflow: hidden;
}
.switcher .table {
margin-bottom: 0;
width: 731px;
}
.switcher .table th,
.switcher .table td {
padding: 20px 30px;
font-size: 16px;
line-height: 24px;
vertical-align: middle;
}
.switcher .table th span,
.switcher .table td span {
display: block;
max-width: 250px;
overflow: hidden;
transition: height 0.2s ease-out;
}
.switcher .table th span {
height: 48px;
}
.switcher .switcher-part-left .table th,
.switcher .switcher-part-left .table td {
color: #fff;
}
.switcher .table td, .switcher .table th {
text-align: center;
border-top: 1px solid #F1F1F1;
}
.switcher .switcher-part-left .table td,
.switcher .switcher-part-left .table th {
border-top: 1px solid rgba(40,118,222,0.15);
}
.switcher .switcher-part-left .table th,
.switcher .switcher-part-right .table th {
border-top: none;
}
.switcher .table td:first-child,
.switcher .table th:first-child {
text-align: left;
}
.switcher .table td:first-child {
border-right: 1px solid #f1f1f1;
font-family: 'SFPro Display Medium';
}
.switcher .switcher-part-left .table td:first-child {
border-right: 1px solid rgba(40,118,222,0.15);
}
.switcher .table thead th {
border-bottom: none;
font-family: 'SFPro Display Medium';
font-weight: normal;
}
.switcher .btn {
transform: rotate(180deg);
}
.switcher .switcher-part-right .desc {
font-size: 14px;
line-height: 20px;
margin-top: 8px;
}
.switcher .switcher-part-left .desc {
font-size: 16px;
position: absolute;
top: 70px;
}
@media (min-width: 992px) {
.switcher .switcher-part-right th span {
height: 0;
opacity: 0;
}
.switcher .switcher-part-right td,
.switcher .switcher-part-right td:first-child {
display: none;
border: none;
}
.switcher .switcher-part-right td:first-child {
display: table-cell;
}
.switcher .switcher-part-right .inner h3 span {
display: none;
} .switcher.reversed .switcher-part-left .desc {
position: absolute;
font-size: 16px;
top: 100px;
}
.switcher.reversed .switcher-part-right .desc {
font-size: 16px;
}
.switcher.reversed .btn {
transform: rotate(0);
}
.switcher.reversed .switcher-part-left {
flex: 0 0 30%;
-ms-flex: 0 0 30%;
max-width: 30%;
padding: 20px 0;
}
.switcher.reversed .switcher-part-right {
flex: 0 0 70%;
-ms-flex: 0 0 70%;
max-width: 70%;
padding: 0;
}
.switcher.reversed .switcher-part-left .inner {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.switcher.reversed .switcher-part-right .inner {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.switcher.reversed .switcher-part-left .inner h3 span {
display: none;
}
.switcher.reversed .switcher-part-right .inner h3 span {
display: inline;
}
.switcher.reversed .switcher-part-right th {
display: table-cell;
}
.switcher.reversed .switcher-part-right th span {
height: 48px;
opacity: 1;
}
.switcher.reversed .switcher-part-right td {
display: table-cell;
border-top: 1px solid #f1f1f1;
}
.switcher.reversed .switcher-part-left .table td:first-child {
border-right: none;
}
.switcher.reversed .switcher-part-right .table td:first-child {
border-right: 1px solid #f1f1f1;
}
.switcher.reversed .switcher-part-right tr:last-child td {
border-bottom: 1px solid #f1f1f1;
}
.switcher.reversed .switcher-part-left td {
display: table-cell;
}
.switcher.reversed .switcher-part-left th span {
height: 0;
opacity: 0;
}
.switcher.reversed .switcher-part-left td {
display: none;
border: none;
}
.switcher.reversed .switcher-part-left td:first-child {
display: table-cell;
}
}
@media (max-width: 1199px) {
.switcher .btn {
padding: 13px 20px;
}
.switcher .table {
width: 651px;
}
.switcher .table th span,
.switcher .table td span {
max-width: 220px;
}
}
@media (max-width: 991px) {
.switcher h3 {
white-space: normal;
overflow: visible;
margin-right: 25px;
}
.switcher .switcher-part {
transition: transform 0.2s ease-out;
}
.switcher .switcher-part-left {
flex: 0 0 100%;
-ms-flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.switcher .switcher-part-right {
flex: 0 0 100%;
-ms-flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.switcher.reversed .switcher-part-left {
flex: 0 0 100%;
-ms-flex: 0 0 100%;
max-width: 100%;
transform: translateX(-100%);
padding: 0;
}
.switcher .switcher-part-left .desc {
position: relative;
top: 0;
}
.switcher .switcher-part-right .desc {
font-size: 16px;
}
.switcher.reversed .switcher-part-right {
display: block;
flex: 0 0 100%;
-ms-flex: 0 0 100%;
max-width: 100%;
transform: translateX(-100%);
padding: 0;
}
.switcher .switcher-part-left .inner,
.switcher .switcher-part-right .inner,
.switcher.reversed .switcher-part-left .inner,
.switcher.reversed .switcher-part-right .inner {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.switcher .table {
width: 100%;
}
.switcher .table th span,
.switcher .table td span {
max-width: 100%;
}
.switcher .table th span {
height: auto;
}
}
@media (max-width: 767px) {
.switcher h3 {
font-size: 14px;
line-height: 22px;
}
.switcher .switcher-part-left .inner strong {
font-size: 12px;
line-height: 19px;
}
.switcher .switcher-part-left .desc,
.switcher .switcher-part-right .desc {
font-size: 14px;
}
.switcher .switcher-part .inner {
padding: 25px 16px 12px;
}
.switcher .table-wrapper {
margin: 12px -16px -12px;
}
.switcher .table th,
.switcher .table td {
padding: 12px 8px;
font-size: 12px;
line-height: 16px;
}
.switcher .table td:first-child {
padding: 12px 16px;
}
.switcher .table th {
padding: 12px 6px;
}
}
@media (max-width: 575px) {
.switcher {
margin-left: -15px;
margin-right: -15px;
}
.switcher .btn {
padding: 13px 10px;
}
.switcher .switcher-part-left {
padding-left: 15px;
}
.switcher.reversed .switcher-part-right {
padding-right: 15px;
}
.switcher .switcher-part-left .inner,
.switcher.reversed .switcher-part-left .inner {
border-top-left-radius: 6px;
border-top-right-radius: 0px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 0px;
}
.switcher .switcher-part-right .inner,
.switcher.reversed .switcher-part-right .inner {
border-top-left-radius: 0px;
border-top-right-radius: 6px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 6px;
}
}
.cta {
max-width: 860px;
margin: 60px auto 0;
}
.cta p {
font-family: 'Russo One', sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 32px;
color: #091440;
}
.white-section .cta p {
color: #fff;
}
@media( max-width: 767px ) {
.cta {
margin: 30px auto 0;
}
.cta p {
font-size: 20px;
line-height: 26px;
}
}
.features {
margin-top: 60px;
}
.feature {
margin-bottom: 30px;
}
.feature strong {
color: #091440;
font-family: 'Russo One', sans-serif;
font-weight: 400;
}
.feature-wrapper {
height: 110px;
margin-bottom: 30px;
}
@media( max-width: 991px ) {
.features > div:last-child {
margin-bottom: 0px;
}
}
.tabs {
margin-top: 30px;
}
.tabs .tab-content {
padding: 30px 0;
border-bottom: 1px solid rgba(255,255,255,0.7);
}
.tabs .tab-content p {
line-height: 32px;
}
@media (max-width: 991px) {
.tabs .nav-tabs .nav-link {
font-size: 20px;
}
}
@media (max-width: 767px) {
.tabs .nav-tabs {
display: none;
}
.tabs .tab-content>.tab-pane {
display: block !important;
opacity: 1 !important
}
}
.projects {
margin-top: 50px;
margin-left: auto !important;
margin-right: auto !important;
}
.project-slider .slick-slide {
height: 210px;
margin: 8px 0;
outline: 0;
cursor: pointer;
}
.project-slider .slick-slide img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 6px;
}
@media (max-width:991px) {
.projects {
max-width: 100% !important;
padding: 0;
}
.projects .row {
margin: 0;
}
.project-slider .slick-slide {
width: 300px !important;
height: auto;
margin: 8px;
outline: 0;
cursor: pointer;
}
.project-slider .slick-slide img {
height: auto;
max-width: 100%;
object-fit: contain;
}
}
.profile {
max-width: 100%;
width: 84px;
height: auto;
}
.collapse-block {
margin-bottom: 50px;
}
.collapse-block div p:last-child {
margin-bottom: 0;
} footer {
background-color: #132C8A;
padding: 50px 0;
}
footer p,
footer p a,
footer p a:hover,
footer p a:focus,
footer p a:active {
color: #fff;
transition: opacity 0.3s ease-out;
}
footer p a:hover,
footer p a:focus,
footer p a:active {
opacity: 0.7;
}
.wpb_gmaps_widget .wpb_wrapper {
padding: 0 !important;
}
#map {
position: relative;
}
.contacts-block {
position: absolute;
width: 100%;
max-width: 380px;
padding: 30px 25px;
top: 0;
left: 15px;
background-color: #132C8A;
z-index: 1;
color: #fff;
font-size: 16px;
}
.contacts-block a {
color: #fff;
transition: opacity 0.3s ease-out;
}
.contacts-block p {
white-space: nowrap;
}
.contacts-block a:hover,
.contacts-block a:focus,
.contacts-block a:active {
color: #fff;
opacity: 0.7;
}
@media (max-width:767px) {
.contacts-block {
position: relative;
left: 0;
margin: 0 auto;
max-width: 100%;
}
}
@media (max-width:575px) {
.contacts-block { 
font-size: 12px;
}
} .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.modal-header .close {
outline: 0;
}
.modal-header h5 {
font-family: 'SFPro Display Bold';
font-weight: normal;
text-align: center;
margin-bottom: 0;
}
@media (max-width:767px) {
.modal-header h5 {
font-size: 14px;
}
} .cli-style-v2 .cli-bar-btn_container .cli_action_button {
display: inline-block;
border-radius: 6px;
height: 50px;
padding: 13px 36px;
font-size: 16px;
line-height: 24px;
font-family: 'Russo One', sans-serif;
font-weight: 400;
text-transform: uppercase;
border-color: #1e5cad !important;
background-color: #1e5cad !important;
color: #fff;
}
#cookie-law-info-again {
border-top-left-radius: 4px;
box-shadow: none;
color: #fff !important;
background: #1e5cad !important;
font-size: 14px;
}
.cli-switch input:checked + .cli-slider {
background: #1e5cad !important;
}
.cli-switch .cli-slider:before {
bottom: 3px;
height: 14px;
width: 14px;
}
#cookie-law-info-bar {
background: none!important;
box-shadow: none!important;
}
.cli-bar-container {
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
background: #fff !important;
padding: 20px;
border-radius: 6px;
max-width: 1047px;
opacity: 1 !important;
}