html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
body {
    margin: 0;
    overflow: hidden;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li>ul, li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    border: 1px solid #898989;
    border-radius: 5px;
    padding: 8px 16px;
    width: 100%;
    margin: 10px 0;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%}
a {
    color: #4169e1;
}
a:hover, a:active {
    outline: 0;
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
    left: 100%}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
    left: auto;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
    display: none;
}
.main-navigation ul {
    display: block;
}
}.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%}
.screen-reader-text {
    border: 0;
    clip: rect(1px,  1px,  1px,  1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%}
.sticky {
    display: block;
}
.hentry {
    padding-bottom: 30px;
}
.updated:not(.published) {
    display: none;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed, iframe, object {
    max-width: 100%}
.custom-logo-link {
    display: inline-block;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%}
.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: .8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%}
.gallery-columns-2 .gallery-item {
    max-width: 50%}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%}
.gallery-columns-4 .gallery-item {
    max-width: 25%}
.gallery-columns-5 .gallery-item {
    max-width: 20%}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%}
.gallery-caption {
    display: block;
}
@media(min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1460px;
}
}@font-face {
    font-family: "Gotham Pro";
    src: url("/fonts/GothaProReg.otf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gotham Pro";
    src: url("/fonts/GothaProBol.otf");
    font-weight: 700;
    font-style: normal;
}
body {
    font-family: "Gotham Pro";
    font-weight: 400;
    font-size: 18px;
    color: #282828;
}
.clear {
    clear: both;
}
a {
    text-decoration: none;
}
h1 {
    font-family: "Gotham Pro";
    font-weight: 700;
    font-size: 60px;
    line-height: 66px;
    color: #012c6d;
    margin: 0;
    margin-bottom: 275px;
    margin-top: 200px;
}
h1 span {
    background: #eda906;
    padding: 0px 5px 0px 5px;
    gap: 10px;
}
h2 {
    font-family: "Gotham Pro";
    font-weight: 700;
    font-size: 26px;
    color: #282828;
    margin-bottom: 50px;
}
h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
menu {
    width: 100%;
    min-height: 150px;
    position: fixed;
    z-index: 999;
    background: #fff;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
menu .menu-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
menu .menu-1 img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
menu .menu-1 .header-contacts {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 45px;
}
menu .menu a {
    margin: 0 10px;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #282828;
    text-decoration: none;
}
menu .menu a::after {
    content: attr(data-text)/"";
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: 700;
}
menu .menu a:hover {
    background: rgba(0, 0, 0, 0);
    color: #012c6d;
    font-weight: 700;
    text-decoration: none;
    border-color: none;
}
menu a {
    color: #282828;
}
menu .social svg:hover path {
    fill: #0447ad;
}
#main {
    margin-top: 149px;
    padding: 60px 15px;
    background: linear-gradient(89.97deg,  rgba(255,  235,  206,  0.95) 45.87%,  rgba(255,  255,  255,  0) 99.98%), url("../img/main.jpg");
}
#main p {
    color: #012c6d;
}
.navbar-fixed-top {
    min-height: 70px;
    font-size: 16px;
}
.navbar-fixed-top .menu-1 img {
    max-height: 43px;
}
#numbers-progress {
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 100px 0px 0px 0px;
}
#numbers-progress span {
    color: #eda906;
    font-size: 64px;
    font-weight: 700;
    line-height: 70.4px;
}
#numbers-progress p {
    text-transform: uppercase;
}
.btn-more {
    display: block;
    margin-bottom: 20px;
    color: #012c6d;
    font-size: 17px;
    font-weight: 700;
    line-height: 23.8px;
    cursor: pointer;
}
.btn-border {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    align-items: center;
    padding: 19px 62px;
    border: 0px;
    border-radius: 10px;
    color: #282828;
    text-decoration: none;
    transition: all .3s;
    z-index: 2;
    font-size: 17px;
    font-weight: 700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.btn-border::before, .btn-border::after {
    content: "";
    position: absolute;
    transition: .2s ease-in-out;
    z-index: -1;
}
.btn-border::before {
    background: linear-gradient(90deg,  #EDA906 0%,  #FFD46D 50%,  #EDA906 100%);
    border-radius: 10px;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.btn-border::after {
    --border-edge:  1px;
    background: none;
    border-radius: 10px;
    height: calc(100% - var(--border-edge)*2);
    left: var(--border-edge);
    top: var(--border-edge);
    width: calc(100% - var(--border-edge)*2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.btn-border:hover::before {
    background: linear-gradient(90deg,  #EDA906 0%,  #FFD46D 50%,  #EDA906 100%);
    opacity: .8;
}
.btn-border:hover::after {
    background-color: rgba(0, 0, 0, 0);
}
.show {
    max-height: 5000px !important;
}
.show::after {
    display: none;
}
footer {
    background: #4e4e4e;
    padding: 50px 0 10px 0;
    color: #fff;
}
footer a {
    color: #fff;
}
footer .phone {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 15px 0;
}
footer .social-footer a {
    width: auto;
    margin: 0 5px;
    display: inline-block;
}
footer .social-footer a svg:hover path {
    fill: #eda906;
}
footer h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
footer p {
    margin-bottom: 15px;
}
.delimiter {
    width: 100%;
    height: 1px;
    background: #909090;
    margin: 40px 0 16px 0;
}
#privileges {
    padding: 100px 0 40px 0;
    background: #eff5ff;
}
#privileges .privileges-item {
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, .16);
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    padding: 32px 40px;
    min-height: 300px;
}
#privileges .privileges-item .privileges-item-icon {
    width: 100px;
    height: 100px;
    background: #eda906;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    padding: 37px 0 0 21px;
    position: absolute;
    right: -35px;
    top: -17px;
}
#privileges .privileges-item h3 {
    margin-bottom: 12px;
}
#page-services {
    padding: 100px 0px 100px 0px;
}
#page-services h1 {
    margin-bottom: 40px;
}
#page-services .service-tem {
    position: relative;
    overflow: hidden;
    height: 500px;
    flex: 0 0 33.33333%;
    position: relative;
    max-width: 440px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 8px 6px 16px 0px rgba(0, 0, 0, .35);
    margin: 0px 0px 54px 0px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
#page-services .service-tem img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
#page-services .service-tem p {
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 40px;
    z-index: 1;
}
#page-services .service-tem span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg,  rgba(0,  0,  0,  0) 28.71%,  rgba(0,  0,  0,  0.8) 100%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#page-services .service-tem:hover {
    box-shadow: 10px 8px 20px 0px rgba(0, 0, 0, .35);
}
#page-services .service-tem:hover img {
    scale: 1.05;
}
#page-services .service-tem:hover span {
    opacity: .8;
}
#projects {
    padding: 100px 0px;
}
#projects h1 {
    margin-bottom: 40px;
}
#projects .projects-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#projects .projects-list .project-item {
    flex: 0 0 33.33333%;
    position: relative;
    max-width: 440px;
    min-height: 550px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 8px 6px 16px 0px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 8px 6px 16px 0px rgba(0, 0, 0, .35);
    -moz-box-shadow: 8px 6px 16px 0px rgba(0, 0, 0, .35);
    margin-bottom: 55px;
}
#projects .projects-list .project-item .project-item-img {
    height: 240px;
}
#projects .projects-list .project-item .project-item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#projects .projects-list .project-item .project-item-desc {
    padding: 25px;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 27px;
}
#projects .projects-list .project-item .project-item-desc h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 15px;
}
#projects .projects-list .project-item .project-item-desc a {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #012c6d;
    font-weight: 700;
    font-size: 17px;
}
#projects .projects-list .project-item .project-item-desc a svg {
    position: relative;
    right: -10px;
    transition: all .15s;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
}
#projects .projects-list .project-item .project-item-desc a:hover {
    color: #0048b5;
}
#projects .projects-list .project-item .project-item-desc a:hover svg {
    right: -20px;
}
#projects .projects-list .project-item .project-item-desc a:hover svg path {
    fill: #0048b5;
}
.footer-menu a {
    margin-bottom: 12px;
    display: block;
}