:root {
  --red: #DB2428;
  --red-dark: #8E0000;
  --black: #000;
  --white: #fff;
  --yellow-light: #FFEFCF;
  --container: 1410px;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Manrope", sans-serif;
  color: var(--black);
  font-size: 16px;
}

.contact-logo {
  max-width: 82px;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
}
.title {
  font-size: 64px;
  font-weight: 800;
  margin: 0;
}

.title-medium {
  font-size: 32px;
  font-weight: 700;
}

.title-small {
  font-size: 24px;
  font-weight: 600;
}


a,
a:hover {
  transition: .25s;
  text-decoration: none;
}

.btn,
.btn:focus,
.btn:hover {
  box-shadow: none;
  outline: none;
  border: 0;
}

.section-button {
  text-align: center;
}
.btn--red {
  background: var(--red);
  height: 48px;
  color: var(--white);
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  padding: 0 24px;
}

.btn--red:hover {
  color: #fff;
}

.admin-bar .site-header {
  top: 32px;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--red);
  width: 100%;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 24px;
}


#main-nav ul a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0;
}

.btn--work, 
.btn--search {
  height: 48px;
  display: inline-flex;
  background: var(--yellow-light);
  border-radius: 60px;
  border: 2px solid var(--red-dark);
  font-size: 16px;
  font-weight: 800;
  color: #000;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
}

.btn--work:hover, 
.btn--search:hover,
.btn--work:focus, 
.btn--search:focus {
  border: 2px solid var(--red-dark);
  color: #000;
}

.btn-mobile {
  display: none;
}

#main-nav {
  margin: 0 auto;
}

.nav-button {
  display: flex;
  align-items: center;
  gap: 16px;
}

main {
  padding-top: 204px;
}
.first__meta {
  display: flex;
  flex-direction: column;
  max-width: 1106px;
  margin: 0 auto;
}

.first .title-small {
  font-weight: 400;
  margin: 0;
  margin-left: auto;
}
.first .item__img {
  height: 216px;
  width: 312px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first .item__title {
  text-align: center;
  font-weight: bold;
  margin: 16px 0;
  line-height: 1;
}

.first .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 875px;
  margin: 80px auto;
}

.first .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2.title:before, h2.title:after {
  content: '';
  display: block;
  height: 1px;
  background: var(--red);
  opacity: .4;
  flex: 1 0 auto;
}

h2.title {
  display: flex;
  align-items: center;
  margin: 0 0 64px;
}

h2.title span {
  display: inline-block;
  margin: 0 84px;
}

.about h2.title {
  margin: 0 0 40px;
}



.lang {
  position: relative;
  z-index: 1;
  margin-left: 40px;
}

.employer_desc {
  background: var(--yellow-light);
  padding: 24px 57px;
  border-radius: 24px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {

}




/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}


.first .title {
  text-transform: uppercase;
}

section {
  margin: 0 0 120px;
}
.about__content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 32px;
  row-gap: 24px;
  margin: 0 0 72px;
}

.about__desc {
  max-width: 650px;
}

.service > p {
  font-weight: bold;
  margin: 0 0 24px;
}

.service .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-right: calc(var(--container) / 12 - 32px);
}
.service .item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  min-width: 64px;
}

.service .item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.service .item p {
  margin: 0;
}
.edge > p {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.edge .items {
  background: var(--yellow-light);
  border-radius: 24px;
  padding: 24px calc(var(--container) / 12 + 64px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin: 0 0 56px;
}
.edge .item__title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 16px 0;
}

.edge .item__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.edge .item__desc {
  margin: 0;
}
.about__media {
  grid-area: 1 / 1 / 3 / 2;
}
.vacancies_desc p:last-child {
  margin: 0;
}
.vacancies_desc {
  background: var(--yellow-light);
  border-radius: 32px;
  padding: 24px calc(var(--container) / 12);
  max-width: calc(var(--container) / 12* 8 - 64px);
  margin: 0 auto 64px;
}
.vacancies-service h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 16px;
}
.vacancies-service .item__meta {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
  gap: 8px;
}

.vacancies-service .item__meta p {
  margin: 0;
}

.vacancies-service .item__img {
  width: 32px;
  min-width:32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vacancies-service .item {
  margin: 0 0 32px;
}

.vacancies-service .item:last-child, 
.vacancies-service .item p {
  margin: 0;
}
.vacancies__content {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 32px;
  margin: 0 0 56px;
}

.vacancies__img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 55px;
}

.vacancies__img img {
  border-radius: 24px;
  max-width: 310px;
}
.line {
  display: flex;
  justify-content: flex-end;
  
}
.schedule {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  gap: 80px;
  margin: 0 calc(var(--container)/12) 56px 0;
  position: relative;
  max-width: 991px;
  width: 100%;
}

.schedule > span {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.schedule > span:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 50%;
}

.schedule:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #000;
  bottom: 12px;
}

.form-title {
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  margin: 0 0 15px;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
input.wpcf7-not-valid::placeholder {
  color: var(--red)!important;
}

input.wpcf7-not-valid {
  border-color: var(--red)!important;
}

input::placeholder,
textarea::placeholder {
  color: #9C8D8D!important;
}

input:focus,
textarea:focus,
.form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #6b6b6b;
}
.contact__block .field .btn {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact__form form .fields,
.contact__form form .wpcf7-response-output {
  max-width: 310px;
}
.contact__form .fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fields p {
  margin: 0;
}
.form-subtitle {
  margin: 0 0 56px;
}

form .wpcf7-response-output {
  font-size: 13px;
  text-align: center;
  padding: 0 !important;
  margin: 10px 0 !important;
  border: 0 !important;
  line-height: 1.2;
}

.field input, .field textarea {
  border: 1px solid #6b6b6b;
  border-radius: 8px;
  padding: 8px 16px;
  height: 48px;
  font-size: 16px;
  color: #5A5A5A;
}

.employer__content {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 32px;
  margin: 0 0 64px;
}

.employer_img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.employer_img {
  /* width: 100%; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  position: relative;
  max-width: 310px;
  align-self: flex-start;
}

.employer_img:before {
  content: '';
  display: block;
  padding-top: 73%;
}

.employer__line_title {
  text-align: center;
  color: var(--red);
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: bold;
}
.employer_desc p:last-child {
  margin: 0;
}

.employer__line .schedule {
  max-width: 1106px;
  margin: 0 auto 96px;
}

.recruitment__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}

.employer__content {
  max-width: 1105px;
  margin: 0 auto 64px;
}

.recruitment__items .img span {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  color: var(--red);
  opacity: .7;
}

.recruitment__items .img div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(110%, -40%);
}

.recruitment__items .img {
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
}

.recruitment__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 0 0 64px;
}

.recruitment__items p {
  margin: 0;
}

.hidden {
  display: none;
}

.icon-box svg {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact__info > p {
  font-weight: 800;
  font-size: 24px;
  margin: 0 0 32px;
}



.contact__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 0 24px;
}

.contact__box a {
  display: inline-flex;
  color: #000;
  gap: 16px;
}

.social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact .container:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--red);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(100%, 0);
}
.contact {
  position: relative;
  overflow: hidden;
}
.contact .container {
  position: relative;
}
.contact__info:before {
  content: '';
  display: block;
  background: var(--red);
  position: absolute;
  right: 0;
  width: calc(var(--container) / 12* 3.12);
  height: 100%;
  top: 0;
  z-index: -1;
}
.contact__info {
  border: 3px solid var(--red);
  border-radius: 24px;
  padding: 48px 72px;
  text-align: center;
  max-width: 440px;
  background: #fff;
}

section.contact {
  margin: 0;
}
section.employer {
  margin: 0 0 46px;
}

.contact__block {
  padding: 190px 114px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0;
  flex-wrap: wrap;
  row-gap: 80px;
}

.form-subtitle {
    max-width: 420px;
    line-height: 1.35;
}
.contact__editor .inner {
	 max-width: 49%;	
}
.contact__editor {
  
   	flex: 100%;
    font-weight: 400;
    font-size: 12px;
}
.file-caption .input-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.file-caption .input-group input.file-caption-name {
  width: 100%;
  padding: 0;
  border: 0;
  height: auto;
  display: none;
  order: 2;
}
.file-caption.icon-visible .input-group input.file-caption-name {
  display: block;
}

.btn.btn-primary.btn-file {
  cursor: pointer;
}

.btn.btn-primary.btn-file, 
.btn.btn-primary.btn-file:focus, 
.btn.btn-primary.btn-file:active {
  color: #b1b1b1;
  padding: 0 0 0 24px !important;
  display: flex;
  align-items: center;
  border-radius: 0;
  height: 22px;
  line-height: 1 !important;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/file.svg) transparent no-repeat;
  background-position: 4px center;
  font-size: 12px;
}
.btn.btn-default.fileinput-remove,
.btn.btn-default.fileinput-remove:hover,
.btn.btn-default.fileinput-remove:focus,
.btn.btn-default.fileinput-remove:active {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/delete.svg) no-repeat;
  background-size: 22px;
  background-position: center;
  color: transparent;
  width: 24px;
  padding: 0;
  outline: none!important;
  box-shadow: none!important;
}
.file-caption .input-group-btn {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.field.field--accept {
  margin: 8px 0 0 0;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

.field.field--submit {
  margin: 0 0 8px;
}
.field--accept label span {
  font-size: 12px;
  color: #b1b1b1;
  position: relative;
  padding-left: 24px;
}

.field--accept label span:before, 
.field--accept label span:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
}

.field--accept label span:before {
  border-radius: 4px;
  background: #829CE1;
  top: 1px;
  left: 0;
}
.field.field--accept {
  margin: 8px 0 0 0;
}
.field--accept label span:after {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check.svg);
  top: 1px;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}

.field--accept label input {
  display: none;
}

.field--accept .wpcf7-list-item {
  margin: 0!important;
}

.field--accept label {
  margin: 0;
}

.field--accept label input:checked ~ span:after {
  opacity: 1;
}

.nice-select.wpcf7-form-control > span {
  padding: 0;
}
.nice-select.wpcf7-form-control {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #6B6B6B;
  background: transparent;
  color: #5A5A5A;
  font-size: 16px;
  text-transform: inherit;
  font-weight: 400;
  padding: 8px 16px;
  border: 1px solid #6B6B6B;
}

.nice-select.wpcf7-form-control ul.list {
  z-index: 3;
  width: calc(100% + 2px);
  border-radius: 16px;
  border: 0;
  background: #fff;
  left: -1px;
  padding: 4px;
  margin: 0;
  top: 46px;
  text-align: left;
}

.nice-select.wpcf7-form-control ul.list li {
  border: 0;
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  height: 22px;
  line-height: 22px;
  padding: 0px 8px;
}

.nice-select.wpcf7-form-control ul.list li:first-child {
  display: none!important;
}

.nice-select.wpcf7-form-control li.option.selected.focus, .nice-select.wpcf7-form-control li.option:hover {
  display: block;
  color: #fff;
  background: var(--red) !important;
  border-radius: 20px;
}

.fields-main {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.form-search .modal-content {
  border: 1px solid var(--red);
  padding: 64px 24px 24px;
  border-radius: 26px;
  position: relative;
}

.form-search .modal-dialog {
  max-width: 332px;
  margin: 1.75rem auto;
}

.form-search .form-title {
  font-size: 16px;
  text-align: center;
}
button.close.btn {
  width: 24px;
  height: 24px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 24px;
}

.fields-main .btn--red {
  width: 100%;
  display: flex;
  justify-content: center;
}

.modal-content .field input,
.nice-select.wpcf7-form-control {
  border: 1px solid #C3C3C3;
}

.modal-form .nice-select:after {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arrow-modal.svg);
  width: 14px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
}

.field.field--accept a {
  color: #b1b1b1;
}

.file-caption.icon-visible .input-group input.file-caption-name, .file-caption.form-control.is-valid {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.form-work .modal-content {
  padding: 64px 48px 32px;
  border: 0;
  border-radius: 16px;
  background: var(--yellow-light);
}

.form-work .modal-dialog {
  max-width: 970px;
  border: 0;
}
.form-hour {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
}

.form-work .form-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 32px;
}

.form-work .fields {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.form-work input {
  height: 40px;
  border-radius: 40px;
}

.form-work .field.field--accept {
  margin: 0;
}

.form-work .iti--separate-dial-code .iti__selected-flag {
  background: transparent!important;
}

.form-work .btn--red {
  height: 40px;
}

.form-call .modal-content {
  padding: 64px 16px 24px;
  border: 0;
  border-radius: 16px;
  background: var(--yellow-light);
}

.form-call .modal-dialog {
    max-width: 312px;
    margin: 0 auto;
}

.form-call .btn.close {
  right: 8px;
}

.form-call input {
  height: 40px;
  border-radius: 50px;
}

.form-call .fields {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.form-call .field.field--accept {
  margin: 0;
}

.form-call button.btn.btn--red {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

form button.btn.btn--red {
  font-weight: 800;
}
@media screen and (max-width: 1366px) {

  .edge .items {
    padding: 24px calc(var(--container) / 12 + 0px);
  }

}
.contact__editor p:last-child {
    margin: 0;
}

#footer-nav ul {
    margin: 0;
    list-style: none;
    padding: 30px 15px;
}

#footer-nav {
    background: #db2428;
}
#footer-nav ul a:hover {
  text-decoration: underline;
}

#footer-nav ul a, #footer-nav ul li {
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

#footer-nav ul {
    display: flex;
    gap: 25px;
    justify-content: center;
}
#footer-nav li.current_page_item {
    text-decoration: underline;
}
main#default-main {
    padding: 130px 0 72px;
}
h1.entry-title {
    font-size: 32px;
    font-weight: bold;
}
.entry-content a {
  color: #db2428;
}
.entry-content a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {

  main#default-main {
    padding: 112px 0 72px;
  }



  .contact-logo {
    display: none;
  }

  .contact__block {
    padding: 26px 114px 72px 0;
    row-gap: 64px;
  }

  .schedule {
    margin: 0 0 56px;
    max-width: 100%;
  }

  .service .items {
    padding-right: 0;
  }


  .about__media {
    grid-area: 1 / 1 / 2 / 2;
  }

  .service {
    grid-area: 2 / 1 / 3 / 3;
  }

  .about__text {
    display: flex;
    align-items: center;
  }

  .about__content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 36px;
    row-gap: 48px;
    margin: 0 0 24px;
  }

  .service .item p {
   
    line-height: 1.2;
  }

  .edge .item__title {
    font-size: 18px;
    line-height: 1.2;
  }

  .edge .items {
    padding: 26px 40px;
    border-radius: 0;
  }

  .edge .item__desc {
    font-size: 12px;
  }

  .edge > p {
    font-size: 24px;
  }

  .edge {
    margin: 0 -40px;
  }

  section {
    margin: 0 0 72px;
  }

 

  .logo {
    position: relative;
    z-index: 3;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo img {
    height: 64px;
    width: auto;
    transition: .12s;
    scale: 1;
  }
  .site-header.menu-open .logo img {
    scale: 0.5;
  }
  .btn--work, .btn--search {
    height: 40px;
  }
  .site-header {
    height: 64px;
  }
  .nav-button {
    margin-left: auto;
  }
  .btn-mobile {
    display: flex;
    border: 0;
    width: 24px;
    height: 24px;
    
    padding: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    z-index: 3;
  }

  .btn-mobile:before, .btn-mobile:after, .btn-mobile span {
      width: 18px;
      height: 2px;
      background: #fff;
      display: block;
      transition: .23s;
  }

  .btn-mobile:before, .btn-mobile:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 50%;
  }

  .btn-mobile:before {
      transform: translate(0px, calc(-50% - 6px)) rotate(0deg);
  }

  .btn-mobile.menu-open:before {
    transform: translate(0px, calc(-50% - 0px)) rotate(-45deg);
    background: var(--black);
  }

  .btn-mobile:after {
      transform: translate(0px, calc(-50% + 6px)) rotate(0deg);
  }

  .btn-mobile.menu-open:after {
    transform: translate(0px, calc(-50% + 0px)) rotate(45deg);
    background: var(--black);
  }

  .btn-mobile.menu-open span {
    opacity: 0;
  }

  #main-nav {
    position: fixed;
    top: 0px;
    background: #fff;
    margin: 0;
    padding: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: .12s;
    padding-top: 64px;
    transform: translate(0%, -101%);
  }

  .site-header.menu-open #main-nav {
    transform: translate(0%, 0%);
  }
  .admin-bar #main-nav {
    top: 32px;
  }

  #main-nav ul {
      flex-direction: column;
      align-items: flex-end;
      padding: 0 30px 56px;
  }

  #main-nav ul a {
      color: #000;
  }
  .logo {
    position: relative;
    z-index: 3;
  }

  body.menu-open main:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
  }
  body.menu-open main {
      position: relative;
  }
  main {
    padding-top: 112px;
  } 
  h2.title,
  .vacancies_desc {
    margin: 0 0 56px;
  }

  .employer .schedule {
    font-size: 13px;
  }

  .employer__line .schedule {
    margin: 0 auto 56px;
  }

}
.contact__block form.wpcf7-form.init {
    max-width: 440px;
}

@media screen and (max-width: 1024px) {
	
	.contact__editor {
    	max-width: 440px;
		width: 100%;
	}
	.contact__editor .inner {
		max-width: 100%;
	}
  .contact .container:before, 
  .contact__info:before {
    display: none;
  }
  .contact__block {
    flex-direction: column;
    justify-content: center;
  }
  .contact__form form {
    text-align: center;
  }
  .contact__form form .fields, .contact__form form .wpcf7-response-output {
    max-width: 310px;
    margin: 0 auto;
  }

  .contact__block {
    padding: 26px 0px 72px;
  }
}

@media screen and (max-width: 991px) {
    
.title {
    font-size: 40px;
  }

  .form-work .modal-content {
    padding: 56px 32px 24px;
  }

  .form-work .form-title {
    margin: 0 0 16px;
  }

  .form-work .modal-dialog {
    max-width: 490px;
    margin: 0 auto;
}
  .form-hour {
    grid-template-columns: 1fr;
  }

  .form-hour .form-subtitle {
    margin: 0 0 0px;
  }
  .form-work .fields {
    max-width: 320px;
  }

  .employer__content {
    grid-template-columns: 204px 1fr;
    gap: 32px;
    margin: 0 0 56px;
  }

  .employer_desc {
    padding: 16px 22px;
  }
  .employer_img {
    align-self: center;
  }
  .vacancies__img {
    align-items: center;
    padding-top: 0px;
  }

  .schedule {
    gap: 32px;
  }
  .schedule > span {
    gap: 12px;
  }

  .schedule > span:after {
    width: 16px;
    height: 16px;
  }
  .schedule:before {
    bottom: 8px;
  }

  .vacancies_desc {
    padding: 24px 16px;
  }
  .first .items {
    margin: 80px auto 48px;
  }
  .title-small {
    font-size: 16px;
  }

  .first__meta {
    max-width: 620px;
    margin-right: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header,
  .admin-bar #main-nav {
    top: 46px;
  }

}

.vacancies__img.img-mobile {
  display: none;
}


@media screen and (max-width: 767px) {

  .form-work .modal-content {
    margin: 0 15px;
}
#footer-nav ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.contact__editor {
    order: 3;
    max-width: 320px;
    width: 100%;
}

  .form-work .modal-content {
    padding: 56px 16px 24px;
  }

  .form-work .form-title {
    font-size: 20px;
  }

  .contact__block {
    padding: 18px 0px 48px;
    row-gap: 40px;
  }

  .recruitment__items {
    display: flex;
    flex-direction: column;
    gap: 42px;
  }

  .form-title {
    font-size: 24px;
    margin: 0 0 8px;
  }

  .form-subtitle br {
    display: none;
  }
  .form-subtitle {
      margin: 0 0 24px;
      max-width: 310px;
      font-size: 15px;
      text-align: left;
  }
  .contact__info {
    margin-top: 0px;
    border-radius: 56px;
    padding: 32px 8px;
  }
  .contact__info > p {
    font-size: 24px;
    margin: 0 0 16px;
    line-height: 1;
  }

  .contact__box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 16px;
  }
  .contact__form {
    order: 2;
  }
  .contact__info {
      order: 1;
      margin: 0 0 0px;
  }
  .employer_img {
    align-self: center;
    width: 100%;
  }

  .employer_desc {
    padding: 24px 22px;
  }

  .recruitment__title {
    line-height: 1.36;
    text-align: left;
  }
  .recruitment__items {
    margin: 0 0 40px;
  }
  .edge {
    margin: 0 -24px;
  }

  .vacancies__img.img-mobile {
    display: flex;
    margin: 0 0 40px;
  }

  .employer__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 0 40px;
  }
  .employer__line, .employer__line_title {
    display: none;
  }
  .vacancies__content .vacancies__img {
    display: none;
  }

  h2.title {
    margin: 0 0 40px;
  }

  .vacancies-service h3 {
    font-size: 24px;
  }
  .vacancies__content {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 0 0 40px;
  }

  .line {
    display: none;
  }
  
  .title {
    font-size: 32px;
  }

  h2.title:before, h2.title:after {
    display: none;
  }

  h2.title span {
    display: inline-block;
    margin: 0 auto;
  }

  section {
    margin: 0 0 64px;
  }

  .nav-button {
    display: none;
  }

  .container {
    padding: 0 24px;
  }

  .first .item__img {
    width: 100%;
    max-width: 275px;
  }
  main {
    padding-top: 120px;
  }

  .first .items {
    margin: 56px auto;
  }
}

@media screen and (max-width: 680px) {
  .about__content > div {
    grid-area: auto;
  }
  .about__content {
      grid-template-columns: 1fr;
      gap: 48px;
      margin: 0 0 48px;
  }

  .about__media {
    text-align: center;
  }
  .about__media img {
      max-height: 80px;
      width: auto;
  }

  .about h2.title {
    margin: 0 0 48px;
  }

  .service .items {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .edge .items {
    grid-template-columns: 1fr;
  }




}

@media screen and (max-width: 580px) {
  .first .title-small {
    margin-left: 0;
  }
  .first .title {
    font-size: 20px;
  }
  .first .items {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .first .item__img:before {
    content: '';
    display: block;
    padding-top: 66.67%;
  }
  .first .item__img img {
      position: absolute;
      left: 0;
      top: 0;
  }
  .first .item__img {
      max-width: 100%;
      position: relative;
      height: auto;
  }
}


@media screen and (min-width: 1200px) {
    .logo img{
            height: 83px;
            width: auto;
    }
}