* {
   padding: 0;
   margin: 0;
   border: 0
}

*,
:after,
:before {
   -webkit-box-sizing: border-box;
   box-sizing: border-box
}

:active,
:focus,
a:active,
a:focus {
   outline: none
}

::-webkit-input-placeholder {
   color: #9b9b9b
}

::-moz-placeholder {
   color: #9b9b9b
}

:-ms-input-placeholder {
   color: #9b9b9b
}

::-ms-input-placeholder {
   color: #9b9b9b
}

::placeholder {
   color: #9b9b9b
}

aside,
footer,
header,
nav,
section {
   display: block
}

body,
html {
   min-width: 320px;
   overflow-x: hidden
}

body {
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
   font-family: inherit;
   font-size: inherit
}

input::-ms-clear {
   display: none
}

input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
   display: none;
   width: 0;
   height: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
   display: none
}

button {
   cursor: pointer
}

button::-moz-focus-inner {
   padding: 0;
   border: 0
}

a {
   color: inherit
}

a,
a:hover,
a:visited {
   text-decoration: none
}

ul li {
   /* list-style: none */
   /* padding-left: 10px; */
}
ul{
   /* padding-left: 38px; */
}

img {
   vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: inherit;
   font-size: inherit
}

div {
   display: block
}

@font-face {
   font-family: Pobeda;
   src: url(../fonts/Pobeda-Bold.woff) format("woff");
   font-weight: 700;
   font-display: swap;
   font-style: normal
}

@font-face {
   font-family: Blogger Sans;
   src: url(../fonts/Bloggersans.woff) format("woff");
   font-weight: 400;
   font-display: swap;
   font-style: normal
}

@font-face {
   font-family: Blogger Sans;
   src: url(../fonts/BloggerSans-Bold.woff) format("woff"),
    url(../fonts/BloggerSans-Bold.woff2) format("woff2"), 
    url(../fonts/BloggerSans-Bold.ttf) format("ttf");
   font-weight: 700;
   font-display: swap;
   font-style: normal
}

@font-face {
   font-family: Blogger Sans;
   src: url(../fonts/Bloggersansmedium.woff) format("woff");
   font-weight: 500;
   font-display: swap;
   font-style: normal
}

h1,
h2,
h3,
h4,
h5 {
   font-family: Pobeda, Helvetica, sans-serif;
   text-transform: uppercase
}

h1 {
   font-size: 56px;
   line-height: 56px;
   font-weight: 700
}

@media (max-width:767px) {
   h1 {
      font-size: 40px;
      line-height: 40px
   }
}

h2 {
   font-size: 48px;
   line-height: 48px;
   font-weight: 700
}

@media (max-width:767px) {
   h2 {
      font-size: 32px;
      line-height: 34px
   }
}

h3 {
   font-size: 40px;
   line-height: 40px;
   font-weight: 700
}

@media (max-width:767px) {
   h3 {
      font-size: 28px;
      line-height: 30px
   }
}

h4 {
   font-size: 30px
}

h4,
h5 {
   line-height: 30px;
   font-weight: 700
}

h5 {
   font-size: 28px
}

@media (max-width:767px) {
   h5 {
      font-size: 24px;
      line-height: 26px;
      font-family: Blogger Sans, Helvetica, sans-serif;
      text-transform: none
   }
}

h6 {
   font-weight: 700
}

h6,
p,
ul {
   font-size: 20px;
   line-height: 24px;
   font-family: Blogger Sans, Helvetica, sans-serif
}

p {
   font-weight: 400
}

@media (max-width:767px) {
   p {
      /* font-size: 16px; */
      /* line-height: 20px */
   }
}

p.big {
   font-size: 28px;
   line-height: 32px
}

@media (max-width:767px) {
   p.big {
      font-size: 24px;
      line-height: 26px
   }
}

p.small {
   font-size: 14px;
   line-height: 16px;
   color: #ababab
}

@media (max-width:767px) {
   p.small {
      font-size: 12px;
      line-height: 14px
   }
}

button:disabled {
   pointer-events: none
}

.btn {
   background: transparent;
   border: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   cursor: pointer;
   -webkit-transition: all .2s ease;
   -o-transition: all .2s ease;
   transition: all .2s ease;
   text-align: center;
   color: #000
}

.btn:hover {
   color: #fff;
   background-color: #000
}

.btn--maxWidth {
   width: 100%
}

.btn--white {
   border-color: #fff;
   color: #fff
}

.btn--white:hover {
   color: #000;
   background-color: #fff
}

.btn_outline {
   border: 1px solid
}

.btn_outline--small {
   padding: 6px
}

.btn_outline--medium,
.btn_outline--small {
   font-size: 14px;
   line-height: 16px;
   font-family: Blogger Sans, Helvetica, sans-serif;
   font-weight: 700
}

.btn_outline--medium {
   padding: 15px 20px
}

.btn_outline--big {
   font-size: 20px;
   line-height: 24px;
   font-family: Blogger Sans, Helvetica, sans-serif;
   font-weight: 700;
   padding: 10px 15px;
   border: 2px solid
}


.job-black {
   width: 100%;
   background: #000;
   padding: 40px 20px 54px;
   color: #fff;
   text-align: center;
}
.job-black__wrap{
   max-width: 400px;
   margin: 0 auto;
   background: url(../images/job_people.jpg) 0 0 no-repeat;
   background-size: contain;
   margin-top: 21px;
}
.job-black__title {
   padding-top: 225px;
   padding-bottom: 10px;
}

.job-black__subtitle{
   /* font-size: 44px; */
}

.job-black__cols {
   display: flex;
   flex-direction: column;
   text-align: left;
   gap: 30px;
   padding-top: 30px;
}

.job-black__col{
   max-width: 312px;
}

.job-black__ul {
   padding-left: 38px;
   padding-top: 10px;
   line-height: 1.2;
}

.job-black__ul li {
   padding-left: 10px;
   padding-bottom: 10px;
}

.job-black__btn{
   position: relative;
   margin: 0 auto; 
   padding-top: 30px;
}

.job-black__btn .btn{
   font-size: 26px;
   line-height: 26px;
   font-family: Pobeda, Helvetica, sans-serif;
   font-weight: 700;
   padding: 25px 48px 19px;
   border-width: 2px;
   min-width: 100%;
   display: inline-flex;
   justify-content: center;
   cursor: pointer;
   position: relative;
}

.job-wlp img{
   max-width: 100%;
   width: 100%;
}

@media (min-width: 768px) {
   .job-black{
      padding-top: 60px;
      padding-bottom: 24px;
      font-size: 30px;
   }
   .job-black p,
   .job-black ul{
      font-size: 30px;
   }
   .job-black__wrap{
      max-width: 1340px;
      padding-bottom: 90px;
      background-size: auto;
      background-position: 50% 100%;
   }
   .job-black__title {
      padding-top: 39px;
      padding-bottom: 15px;
   }

   .job-black__subtitle {
      /* font-size: 33px; */
   }
   
   .job-black__cols{
      flex-direction: row;
      justify-content: space-between;
      padding-top: 142px;
   }

   .job-black__ul {
      padding-left: 38px;
      padding-top: 25px;
   }

   .job-black__ul li {
      padding-left: 10px;
      padding-bottom: 10px;
   }

   .job-black__btn {
      padding-top: 44px;
   }
   .job-black__btn .btn{
      font-size: 40px;
      line-height: 40px;
      text-align: center;
      padding: 24px 72px;
      border-width: 4px;
      min-width: 320px;
      background-color: #000;
   }   
   .job-black__btn .btn:hover{
      background: #fff;
   }
   
   .job-black__btn .btn::before{
      content: '';
      width: 240px;
      height: 100px;
      transform: rotate(5deg);
      position: absolute;
      background: url(../images/job_arrow.png) 0 0 no-repeat;
      background-size: contain;
      left: -320px;
      top: -30px;
      pointer-events: none;

   }
}

.footer {
   background: #fff;
   margin-top: auto
}

.footer--simple {
   background: #ececec;
   padding-top: 76px;
   padding-bottom: 24px;
   display: block;
   border: none;
   margin: 0
}

.footer--simple h2 {
   text-align: center;
   margin-bottom: 16px
}

.footer--simple>p {
   max-width: 357px;
   margin: auto auto 52px;
   text-align: center
}

.footer--simple .copy {
   padding-top: 24px;
   margin: 0 50px;
   border-top: 1px solid #d1d1d1;
   text-align: center
}

.footer--simple .copy img {
   margin-left: 5px
}

.footer--simple .copy p {
   color: #ababab
}

@media (max-width:850px) {
   .footer--simple__wrap {
      padding: 32px 24px 27px !important;
      margin: 0
   }
}