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: 40px;
    color: #282828;
    margin: 0;
    margin-bottom: 40px;
}
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 .address-group {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
menu .address {
    display: flex;
    align-items: center;

}
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;
    align-items: center;
}
menu a {
    color: #282828;
}
menu .social svg:hover path {
    fill: #0447ad;
}
#main {
    margin-top: 190px;
}
.navbar-fixed-top {
    min-height: 90px;
    font-size: 16px;
}
.navbar-fixed-top .menu-1 img {
    max-height: 43px;
}
.navbar-fixed-top .address-group {
    font-size: 12px;
}
#numbers-progress {
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 130px 0px;
}
#numbers-progress span {
    color: #eda906;
    font-size: 64px;
    font-weight: 700;
    line-height: 70.4px;
}
#numbers-progress p {
    text-transform: uppercase;
}
#privileges {
    background: #eff5ff;
    padding: 100px 0px 40px 0px;
}
#privileges .privileges-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#privileges .privileges-list .privileges-item {
    flex: 0 0 33.33333%;
    max-width: 440px;
    margin-bottom: 60px;
}
#privileges .privileges-list .privileges-item img {
    width: 100%;
    margin-bottom: 45px;
}
#privileges .privileges-list .privileges-item p {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 0;
}
#conditions {
    padding: 100px 0px;
}
#conditions .conditions-item {
    margin-bottom: 60px;
}
#conditions ul {
    margin: 0;
}
#conditions ul li {
    padding-bottom: 30px;
}
#vacancies {
    padding: 100px 0px;
    background: #eff5ff;
}
#vacancies img {
    margin-bottom: 45px;
}
#vacancies h3 {
    margin-bottom: 25px;
}
#vacancies p {
    color: #eda906;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 20px;
}
#vacancies ul {
    margin: 0;
    margin-bottom: 35px;
}
#vacancies ul li {
    padding-bottom: 15px;
}
#vacancies .vacancies-item-desc {
    overflow: hidden;
    max-height: 60px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
#vacancies .vacancies-item-desc::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg,  rgba(255,  255,  255,  0) 0%,  #EFF5FF 50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
#vacancies .vacancies-item {
    padding-bottom: 60px;
}
.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: #eff5ff;
    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%);
}
.btn-border:hover::after {
    background-color: rgba(0, 0, 0, 0);
}
.show {
    max-height: 5000px !important;
}
#vacancies .vacancies-item-desc.show::after {
    width: 0%;
}
#clients {
    padding: 100px 0px;
}
#contact-form {
    padding: 100px 0px 60px 0px;
    background-image: url(../img/form.jpg);
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
}
#contact-form h2 {
    color: #fff;
    margin-bottom: 30px;
}
#contact-form p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 40px;
}
#contact-form p a {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #eda906;
}
#contact-form form p.soglas {
    font-size: 14px;
}
#contact-form form p.soglas a {
    font-size: 14px;
}
#contact-form label {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#contact-form label span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 62px;
    line-height: 50px;
    padding: 0 15px;
    background: #fff;
    color: #000;
    border: 0;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#contact-form input[name=phone], #contact-form input[name=name] {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    height: 62px;
    margin: 0;
    margin-bottom: 15px;
}
#contact-form input[name=phone]::-moz-placeholder,  #contact-form input[name=name]::-moz-placeholder {
    color: #000;
    font-size: 18px;
    font-family: "Gotham Pro"}
#contact-form input[name=phone]::placeholder, #contact-form input[name=name]::placeholder {
    color: #000;
    font-size: 18px;
    font-family: "Gotham Pro"}
#contact-form #formfile {
    display: none;
}
#contact-form .btn-background {
    background: linear-gradient(90deg,  #EDA906 0%,  #FFD46D 50%,  #EDA906 100%);
    width: 100%;
    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;
}
#contact-form .btn-background:hover {
    background-position: 200px;
}
#contact-form .btn-background:hover::after {
    background-color: #fff;
}
#map {
    padding: 100px 0px;
}
#map .contacts .contacts-item {
    display: flex;
}
#map .contacts .contacts-item svg {
    width: 20px;
    margin-right: 15px;
}
#map .contacts .contacts-item p {
    font-size: 14px;
}
#map .contacts .contacts-item p a {
    font-size: 18px;
    color: #282828;
}
#map .contacts .contacts-item p span {
    font-size: 18px;
}
#map .contacts .socials a {
    width: auto;
    margin: 0 5px;
    display: inline-block;
}
#map .contacts .socials a svg:hover path {
    fill: #0447ad;
}
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;
}

footer .phone span  {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}
#clients .swiper {
    width: 100%;
    height: 100%;
    padding: 20px 0;
}
#clients .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 8px;
}
#clients .swiper-scrollbar-drag {
    width: 20px !important;
    height: 20px;
    top: -8px;
    background: #eda906;
}
#clients .swiper-slide img {
    max-height: 124px;
    margin: 0 10px;
}
#clients .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    
}