/* FONTS*/

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Regular.eot');
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Regular.woff') format('woff'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot');
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
        url('../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff') format('woff'),
        url('../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Bold.eot');
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Bold.woff') format('woff'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot');
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
        url('../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff') format('woff'),
        url('../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Italic.eot');
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Italic.woff') format('woff'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Light.eot');
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Light.woff') format('woff'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*MAIN*/

body {
    font: 16px/20px "Roboto Condensed", sans-serif;
    color: #444444;
}
.white {color: #fff!important;}
.gray {color: #e9ebef!important;}
h1, h2, h3, h4 {font-weight: bold; text-transform: uppercase;}
h1, h2 {text-align: center;}
a {color: #444444; border-bottom: 1px dotted #444444;}
a:hover {color: #636363; border-bottom: 1px dotted #636363; text-decoration: none;}
a, a:hover, a:focus {outline: none; }
button.disabled {pointer-events: none;}
.no-margin {margin: 0!important;}
.btn {
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0;
    line-height: 16px;
    padding: 15px 20px;
  }
.btn:focus {box-shadow:none;}
.btn-black {
  background-color: #273f63;
  color: #ffffff;
  border: 1px solid #273f63; 

}
.btn-black:hover {
  background-color: transparent;
  color: #273f63;
  border: 1px solid #273f63; 

}
.btn-orange {
  background-color: #273f63;
  color: #fff;
  border: 1px solid #273f63; 

}
.btn-orange:hover {
  background-color: transparent;
  color: #273f63;
  border: 1px solid #273f63; 

}
.btn-red {
    background-color: #FC5A4D;
    color: #fff;
    border: 1px solid #FC5A4D;

}
.btn-red:hover {
  background-color: transparent;
  color: #273f63;
  border: 1px solid #273f63; 

}

.btn-grey {
  background-color: #e9ebef;
  color: #444444;
  border: 1px solid #e9ebef; 

}
.btn-grey:hover {
  background-color: transparent;
  color: #444444;
  border: 1px solid #273f63; 

}

.text-field input[type="date"] {height: 34px; background: #ffffff!important;}
.z-5 {position: relative; z-index: 5;}
/*HEADER*/
header {background-color: #273f63; color: #fff; padding: 19px 0;}
header a {color: #ffffff; text-decoration: none; border-bottom: 1px dotted transparent; font-size: 18px;}
header a.link {border-bottom: 1px dotted #ffffff; margin-left: 20px;}
header a:hover {color:#A7A7A7; text-decoration: none; border-color: #A7A7A7;}
header .row {
    align-items: center;
}
.logo a, .logo a:hover {text-decoration: none; border: none;}
.logo img{
    /*height: 69px;*/
    max-width: 53px;
    display: inline-block;
    vertical-align: middle;
}
.logo p {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1;
    vertical-align: middle;
    padding-left: 15px;
}
header .contact-block {text-align: right;}
header .contact-block .phone {margin-bottom: 15px;}
.phone-num {position: relative; padding-left: 30px;}
header .contact-block .phone-num:before {
    content: url(../img/svg/003-phone-call.svg);
    position: absolute;
    left: 0;
    top: 2px;
    height: 18px;
    width: 18px;
}
header .contact-block .time {display: inline-block; position: relative; padding-left: 30px;}
header .contact-block .time:before {
    content: url(../img/svg/002-clock.svg);
    position: absolute;
    left: 0;
    top: 1px;
    height: 18px;
    width: 18px;
}

/*BANNER*/
.banner {display: flex; min-height: 500px; position: relative; background: url(../img/vacancy-bg.jpg) center center no-repeat; background-size: cover; color: #ffffff; font-size: 20px; font-weight: 300; text-align: center;}
.banner:before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: rgb(39 63 99 / 70%);
  z-index: 1;
}
.banner .container {margin: auto; position: relative; z-index: 2;}
.banner h2 {margin: 30px 0 25px;}

/*VACANCY*/
.vacancy {padding-bottom: 60px;}
.vacancy h1 {margin: 30px 0 25px; text-align: center;}
.vacancy-block {border: 1px solid #a1a1a1; padding: 30px; margin-top: -1px; z-index: 1; position: relative;}
.vacancy-block:hover {border: 1px solid #273f63; z-index: 2;}
.vacancy-block.vacancy-block-page {padding: 30px 0 0;}
.vacancy-price {margin: 20px 0 25px; display: flex; flex-flow: row; align-items: center;}
.vacancy-price b {font-size: 150%;}
.vacancy-block h4 {text-align: center; margin-bottom: 20px;}
.vacancy-price .btn {margin-left: 25px;}
.vacancy-form-mini {background-color: #e9ebef; padding: 40px 20px 20px;}
.vacancy-form-mini .btn {width: 220px;}


.step {position: relative; text-align: center; border-right: 1px dashed #273f63;}
.step:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: -10px;
  background-color: #273f63;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-image: url(../img/svg/arrow-point-to-right-w.svg);
  background-repeat: no-repeat;
  background-position: 5.5px center;
  background-size: 10px; 
}
.step:last-of-type {border: none;}
.step:last-of-type:after {display: none;}
.step > p {font-size: 18px; text-align: center; line-height: 1.25;}
.step b {text-transform: uppercase;}
.step-form {position: relative; border-right: 1px solid #b7b6b6;}
.step-form:after {
  content: 'или';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  margin-right: -15px;
  background-color: #b7b6b6;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.onsite {
  position: relative;
  background-color: #e9ebef;
  padding: 20px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.onsite h3 {margin-bottom: 0;}
.or-icon {position: relative;  border-top: 1px dashed #273f63;}
.or-icon:before {
  content: 'или';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #273f63;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
}
.onsite h4 {display: inline-block; margin: 0; vertical-align: middle; line-height: 38px;}
.onsite .btn {font-weight: bold; float: right; vertical-align: middle;}
.more-v[aria-expanded="true"] {margin-top: 20px;}
.more-v[aria-expanded="true"] i {-webkit-transform: rotate(-90deg); // разворот элемента для разных бразуеров
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);}
/*SLIDER*/
.slider {background-color: #e9ebef; padding: 40px 0 20px;}
.slide-photo {padding: 0 10px; border: none; position: relative;}
.slide-photo:after {
  content: '';
  position: absolute;
  top: 0; right: 10px; bottom: 0; left: 10px;
  background-color: rgb(39 63 99 / 60%);
  background-image: url(../img/svg/eye.svg);
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
      -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.slide-photo:hover {border: none;}
.slide-photo:hover:after {opacity: 1;}

.slider .slick-arrow {
  background: transparent;
  position: absolute;
  bottom: 0px;
  width: 32px;
  height: 40px;
  opacity: 0.9;
  border: none;
  border-radius: 20px;
  padding: 0;  
  cursor: pointer;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  color: #273f63;
  font-size: 40px;
  line-height: 40px;
}
.slider .slick-arrow:hover {
  opacity: 0.7;
}
.slider .slick-arrow:focus {
  outline: none;
}
.slider .slick-prev {
  left: 15px;
  z-index: 9;
}
.slider .slick-next {
  right: 15px;
  z-index: 9;
}
.slider .slick-dots {
  padding: 30px 0 0;
  min-width: 300px;
  text-align: center;
  list-style: none;
  margin: 0;
}
.slider .slick-dots > li {
  display: inline-block;
}
.slider .slick-dots > li > button {
  background: #fff;
  margin: 14px 10px;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  text-indent: 999px;
  overflow: hidden;
  padding: 0;
  border: none;
  cursor: pointer;
}
.slider .slick-dots > li.slick-active > button {
  background: #273f63;
}
.slider .slick-dots > li.slick-active > button:hover {
  background: #273f63;
}
.slider .slick-dots > li > button:focus {
  outline: none;
}

  /*FEATURES*/
.features {padding-bottom: 40px;}
.features h2 {margin: 30px 0 25px;}
.f-block {text-align: center;}
.f-img-block {display: flex; width: 100px; height: 100px; border-radius: 100px; background-color: #e9ebef; margin: 0 auto 40px;}
.f-img-block img {margin: auto; height: 45px;}
.features p {text-transform: uppercase; font-size: 18px;}

.features.short-features {padding-top: 20px;}
.short-features .row {margin-bottom: -30px;}
.short-features .f-block {display: flex; flex-flow: row; align-items: center; margin-bottom: 30px;}
.short-features .f-img-block {width: 80px; height: 80px; flex: 80px 0 0; margin: 0; margin-right: 25px;}
.short-features .f-img-block img {height: 40px;}
.short-features.features p {margin-bottom: 0; height: auto!important; text-align: left; text-transform: none; font-weight: bold;}

/*SLIDER INNER*/

.vacancy.new-v .slider {
    background-color: #fff;
    padding: 0 0 2.5rem;
}

.vacancy.new-v .slider .slick-arrow {color: #273f63;}
.vacancy.new-v .slider .slick-dots > li > button {background: #e9ebef;}
.vacancy.new-v .slider .slick-dots > li.slick-active > button {background: #273f63;}
/*FOOTER*/

footer {background-color: #273f63; color: #e9ebef;
    padding: 19px 0;}
footer .row {    align-items: center;}
footer a {color: #e9ebef; font-size: 16px; border-bottom: 1px dotted #e9ebef;}
footer p {margin: 0;}
footer p > b {text-transform: uppercase; color: #ffffff; display: block; margin-bottom: 8px;}
footer .logo p {font-size: 16px;}

/*MAIN-FORM*/
.main-form {padding-top: 10px;}
.data-name {text-transform: uppercase; font-size: 20px; border-bottom: 1px solid #273f63; line-height: 1.5; margin-top: 20px;}
.text-field {margin-bottom: 15px;}
.text-field label {display: block; margin-bottom: 5px; font-weight: bold;}
.text-field input {width: 100%; line-height: 30px; padding-left: 10px; border: 1px solid #a1a1a1;}
.text-field input:focus, .text-field textarea:focus {outline: none; border-color: #273f63;}
.text-field input::-webkit-inner-spin-button { display: none; }
.text-field input::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  background: url(../img/svg/calendar.svg) no-repeat center;
  background-size: contain;
  padding-right: 20px;
}*/
.text-field textarea {width: 100%; padding: 10px; resize: none; height: 150px;}
.text-field input.not-100 {width: 70px; text-align: center; padding: 0; margin: 0 10px;}
.text-field input.not-200 {width: 200px; margin: 0 10px 0 0px;}

 input[type="checkbox"] {
  vertical-align: top;
  margin: 0;
  width: 22px;
  height: 22px;
}
 input[type="checkbox"] + label {
  cursor: pointer;
}
 input[type="checkbox"]:not(checked) {
  position: absolute;
  opacity: 0;
}
 input[type="checkbox"]:not(checked) + label {
  position: relative; 
  padding: 0 10px 0 25px;
  text-align: left; 
  margin: 0;
  line-height: 22px;
}
 input[type="checkbox"]:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #a1a1a1;
  background: transparent;
}
 input[type="checkbox"]:not(checked) + label:after {
  content: url(../img/svg/checked.svg);
  position: absolute;
  top: 0px;
  left: 6px;
  width: 10px;
  height: 10px;
  opacity: 0;
  transition: all .2s;
}
input[type="checkbox"]:checked + label:before {
  border: 2px solid #273f63;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1
}
.docs input[type="checkbox"]:not(checked) + label {width: 70px;}
.under-btn label {font-size: 0.875em; font-weight: normal;}
.main-form .get-price {margin: 20px auto;}
.obr-items {flex-wrap: wrap;}
.work-items { flex-wrap: wrap; margin-bottom: 25px; border-bottom: 1px dashed #a1a1a1; padding-bottom: 15px;}
.work-items:last-of-type {margin-bottom: 0; border-bottom: none; padding-bottom: 0;}
.data-name .small {text-transform: none;}

/*MODAL*/
/*.modal-content {padding: 20px; text-align: center;}
.close {position: absolute; top: 10px; right: 10px;}
.heading {font-size: 30px; font-weight: bold; text-align: center; line-height: 1.25; margin-bottom: 10px;}
.modal-content p {text-align: center; font-size: 18px;}
.modal-content .inner {padding: 0 20px;}
.modal-content .text-field input {line-height: 40px;}
.modal-content .under-btn label {margin-bottom: 20px;}*/
#politicModal p, #stack2 p {text-align: justify;}



@media screen and (max-width: 1440px) {
  .banner {min-height: 400px; font-size: 18px;}
  .onsite {padding-bottom: 30px;}
  .docs input[type="checkbox"]:not(checked) + label {width: 60px;}

  .short-features .f-img-block {margin-right: 20px;}
  .short-features.features p {font-size: 16px;}
}

@media screen and (max-width: 1170px) {
  h3 {font-size: 25px;}
  .vacancy-price b {font-size: 130%;}
  .vacancy-price {margin: 15px 0;}
  #step2 {border: none;}
  #step2:after {display: none;}
  .step-arrow {margin-top: 25px; padding-top: 15px; border-top: 1px dashed #273f63; }
  .step-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  background-color: #273f63;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-image: url(../img/svg/arrow-point-to-down-w.svg);
  background-repeat: no-repeat;
  background-position: center 5.5px;
  background-size: 10px; 
}
.btn {
      font-size: 14px;
      line-height: 14px;
      padding: 13px 20px;
  }
.docs input[type="checkbox"]:not(checked) + label {width: 51px;}

}


@media screen and (max-width: 960px) {
.logo p {font-size: 16px; width: calc(100% - 65px);}
.logo img {
        max-width: 40px;
    }
.phone a {display: inline-block;}
header .contact-block .phone {margin-bottom: 10px;}
header a.link {margin-top: 10px;}
.btn {
      font-size: 13px;
      line-height: 13px;
      padding: 13px 15px;
  }
/*.banner {text-align: justify;}*/
.vacancy .heading {font-size: 30px;}
.onsite h4 {line-height: 30px; margin-bottom: 10px;}
.onsite .btn {float: none;}
.f-img-block {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}
.f-img-block img {height: 34px;}
.features p {font-size: 14px;}

.docs input[type="checkbox"]:not(checked) + label {width: 24%; margin-bottom: 20px;}
.main-form .get-price {display: block;}
.vacancy-price {display: block;}
.vacancy-price .btn {margin-left: 0px; margin-top: 20px; display: block;}
}

@media screen and (max-width: 640px) {
  header .contact-block {
    text-align: center;
    margin-top: 20px;
}
header a.link {margin-left: 0;}
.banner {padding-top: 20px; padding-bottom: 20px;}
.vacancy-block {padding: 20px;}
.vacancy-price .btn {display: block;}
.short-features .f-img-block {
    width: 60px;
    height: 60px;
    flex: 60px 0 0;
    margin-right: 15px;
}
.short-features .f-img-block img {height: 30px;}
.short-features.features p {font-size: 15px; line-height: 1.3;}
h3 {font-size: 20px;}
.vacancy-form-mini {padding: 40px 15px 15px;}
.step {border-right: none; border-bottom: 1px dashed #273f63; padding: 20px 0;}
#step2 {border-bottom: 1px dashed #273f63;}
.step:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 50%;
    margin-top: -10px;
    margin-right: -10px;
    background-color: #273f63;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-image: url(../img/svg/arrow-point-to-down-w.svg);
    background-repeat: no-repeat;
    background-position: center 5.5px;
    background-size: 10px;
}
#step2 p {margin: 0;}
#step2:after {display: block;}
.step-form {border-right: none; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #b7b6b6;}
.step-form:after {
    content: 'или';
    position: absolute;
    top: 100%;
    right: 50%;
    margin-top: -15px;
    margin-right: -15px;
    background-color: #b7b6b6;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
#step3 .row {margin: 0;}

.slider .slick-dots > li > button {
    margin: 16px 6px;
    width: 6px;
    height: 6px;
}
.slider .slick-arrow {font-size: 30px;}
.slide-photo {padding: 0;}
footer .logo {margin-bottom: 20px;}

.docs input[type="checkbox"]:not(checked) + label {
    width: 32%;
}
.text-field input.not-200 {width: 100%;}



}

.input-file-block {position: relative; width: 220px; height: 38px; margin: 0 auto 20px; cursor: pointer;}
.input-file-block input {height: 38px; width: 220px; opacity: 0; position: absolute; z-index: 2; top: 0; left: 0; cursor: pointer;}
.file-upload {position: relative; z-index: 1; overflow: hidden;}

.input-file-block:hover .file-upload {
  background-color: transparent;
    color: #273f63;
    border: 1px solid #273f63;
}

.afbf_item_pole {
      margin: 10px 0px 10px;
}

.afbf_btn {
  background-color: #273f63;
    color: #ffffff;
    display: inline-block;
    padding: 0.375rem 0.75rem !important;
    border: none !important;
    border: 1px solid #273f63!important;
    text-transform: uppercase !important;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px !important;
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
    text-align: center!important;
    height: 38px;
}
.alx_feed_back .afbf_feedback_poles .afbf_btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #273f63!important;
    background-color: transparent;
        color: #273f63;

}
.alx_feed_back form {margin: 0 auto;}
.afbf_submit_block {margin: 0;}

#alx_feed_back_FID1.alx_feed_back, #afbf_err_FID1.alx-feedb-error {
    width: 190px;
    margin: 0 auto;
}
.afbf_item_pole .afbf_name {
    display: none;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn {
  padding-left: 0;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn .afbf_file_button {
  box-shadow: none;
  background-color: #273f63;
  border-radius: 0;
  background-image: url(../img/svg/upload-solid.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
      height: 36px;
          width: 36px;
}
.afbf_inputtext_bg.file .afbf_input_group {
    position: relative;
    display: flex;
    width: 100%;
    border-collapse: unset;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_inputtext {
    height: 38px;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn {
    position: relative;
    top: 1px;
    right: 1px;
    display: flex;
    font-size: 0;
    white-space: nowrap;
    width: unset;
    vertical-align: middle;
}
.input_not-valid {border: 1px solid red!important; color: red; -webkit-box-shadow: 0px 0px 10px 0px rgba(255,0,0,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(255,0,0,1);
box-shadow: 0px 0px 10px 0px rgba(255,0,0,1); }

.vacancy + p {text-align: center;}


    .vacancy.new-v .vacancy-block, .vacancy.new-v .vacancy-block:hover {border: none;}
    .vacancy.new-v h1 {margin: 30px 0 55px; text-align: left;}
    .vacancy.new-v .vacancy-price {margin: 30px 0 30px; font-size: 20px;}
    .vacancy.new-v .vacancy-text.preview-text {font-size: 20px; margin-bottom: 30px; line-height: 1.5;}
    .vacancy.new-v .vacancy-text p {margin-bottom: 0;}
    .vacancy.new-v .vacancy-text ul {padding-left: 20px;}
    .vacancy.new-v .vacancy-text ul li {margin-bottom: 6px;}
    .vacancy.new-v h2 {text-align: left; margin-bottom: 1.2rem;}
    .vacancy.new-v .vacancy-text {margin-bottom: 2.5rem;}
    .vacancy.new-v .vacancy-form-mini {padding: 30px; display: flex; flex-flow: row; align-items: center; justify-content: space-between;}
    .vacancy.new-v .vacancy-form-mini h3 {margin-bottom: 0px;}
    .vacancy.new-v .onsite {
    position: relative;
    background-color: #e9ebef;
    padding: 30px;
    }
    .vacancy.new-v .onsite .btn {width: 220px;}
    .vacancy.new-v .or-icon {
      position: relative;
      border-top: 1px dashed #273f63;
      padding-top: 40px;
  }


    .vacancy.new-v .or-icon::before {
    content: "или";
    position: absolute;
    top: 0%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #273f63;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}
.vacancy.new-v .vacancy-block.form-cont {border: 1px solid #a1a1a1; margin-top: 30px; margin-bottom: 30px;}
.vacancy.new-v .vacancy-block.form-cont h2 {text-align: center; margin-bottom: 2rem;}

.step-form-new .btns-row {display: flex; flex-flow: row; align-items: center; justify-content: center; margin-left: -10px; margin-right: -10px;}
.step-form-new .input-file-block label {margin: 0;}
.step-form-new .btns-row .input-file-block {height: auto;}
.step-form-new .btns-row .input-file-block, .step-form-new .btns-row .submit-btn {margin: 0 10px;}
.call-us {
  background-color: #e9ebef;
  padding: 30px 15px 30px;
}
.call-us h3 {margin-bottom: 15px;}
.call-us .btn {width: 220px;}
.call-us .btn i {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 1440px) {
    .vacancy.new-v h1 {font-size: 2.0rem;}
    .vacancy.new-v .vacancy-text.preview-text {margin-bottom: 2rem;}

}

@media screen and (max-width: 1170px) {
    .vacancy.new-v h1 {font-size: 2.0rem; margin: 30px 0 45px;}
    .vacancy.new-v .vacancy-price {
    margin: 30px 0 45px;
    font-size: 22px;
}
.vacancy.new-v h2 {text-align: left; margin-bottom: 1rem; font-size: 1.8rem;}
.vacancy.new-v .vacancy-text.preview-text {font-size: 18px; line-height: 1.4;}
}

@media screen and (max-width: 960px) {
.vacancy.new-v h1 {font-size: 1.5rem; margin: 30px 0 30px;}
.vacancy.new-v .vacancy-price {margin: 30px 0 25px; font-size: 18px; line-height: 1.3;}
.vacancy.new-v h2 {
    text-align: left;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
}
.vacancy.new-v .onsite {padding: 40px;}
.vacancy.new-v .onsite, .vacancy.new-v .vacancy-form-mini {display: block; text-align: center;}
.onsite h3, .vacancy.new-v .vacancy-form-mini h3 {margin-bottom: 20px; text-align: center;}
}

@media (max-width: 641px) {
.onsite h3, .vacancy-block.form-cont h3, .vacancy.new-v .vacancy-form-mini h3 {font-size: 18px;}
.onsite h3, .vacancy.new-v .vacancy-form-mini h3 {margin-bottom: 15px;}
.vacancy.new-v .onsite {padding: 20px 15px 30px;}
.vacancy.new-v .vacancy-block.form-cont {margin-top: 10px;}
.vacancy.new-v .vacancy-form-mini {padding: 30px 15px;}
.step-form-new .btns-row {display: block;}
.step > p {font-size: 16px;}
.step-form-new .btns-row .input-file-block, .step-form-new .btns-row .submit-btn {
    margin: 0 auto 15px;
}
.input-file-block input {height: 41px;}
}

/*new header*/
.with-contacts-block .col.logo {
  display: flex;
  flex-flow: row;
  align-items: center;
  flex-grow: 2;
  
}
.with-contacts-block .logo p {
  font-size: 17px;
  line-height: 1.4;
}
.with-contacts-block p {margin-bottom: 0;}
.with-contacts-block p > b {
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
}
.with-contacts-block p > a {
    color: #e9ebef;
    font-size: 16px;
    border-bottom: 1px dotted #e9ebef;
}
.with-contacts-block .contacts-col {text-align: right;}
.with-contacts-block .col:not(.logo) {max-width: fit-content; margin-left: 20px;}

@media screen and (max-width: 1441px) {
.with-contacts-block .logo p {font-size: 16px;}
.with-contacts-block .col:not(.logo) {margin-left: 10px; font-size: 15px;}
.with-contacts-block p > b {margin-bottom: 10px;}
header.with-contacts-block .contact-block .phone {margin-bottom: 10px;}
}

@media screen and (max-width: 1171px) {
.with-contacts-block .container > .row {justify-content: center;}  
.with-contacts-block .col:not(.contacts-col) {max-width: 100%; margin-left: 0px;}
.with-contacts-block .logo, .with-contacts-block .contact-block {order: 1; flex: 50% 0 0;}
.with-contacts-block .col.contacts-col {text-align: center; order: 2; margin-left: 0;}
.with-contacts-block p > a {font-size: 15px; white-space: nowrap;}
.with-contacts-block .contacts-col p { display: flex; flex-flow: row; align-items: center; justify-content: center; margin-top: 20px;}
.with-contacts-block p > b {margin-bottom: 0px; margin-right: 15px;}

/*fixes*/
.with-contacts-block .col:not(.contacts-col) p > b {margin-bottom: 8px; margin-right: 0px;}

}

@media screen and (max-width: 961px) {
.with-contacts-block .logo p {font-size: 15px; line-height: 1.3;}
/*.with-contacts-block .logo {flex: 60% 0 0;}
.with-contacts-block .contact-block {flex: 40% 0 0;}*/
.with-contacts-block .contacts-col p {margin-top: 25px;}

header.with-contacts-block a.link {margin-top: 0px;}

/*fixes*/
.with-contacts-block .logo {flex: 75% 0 0;}
.with-contacts-block .contact-block {flex: 25% 0 0;}

}

@media screen and (max-width: 641px) {
.with-contacts-block .col {flex: 100% 0 0;}
.with-contacts-block .col.logo {justify-content: center;}
.with-contacts-block .logo img {height: 55px;}
.with-contacts-block .logo p {font-size: 13px; width: auto;}

header.with-contacts-block a.link {margin-top: 0px;}
.with-contacts-block .contacts-col p, header.with-contacts-block .contact-block {margin-top: 20px;}

/*fixes*/

.with-contacts-block .contact-block p { display: flex; flex-flow: row; align-items: center; justify-content: center;}
.with-contacts-block .col:not(.contacts-col) p > b {margin-bottom: 0px; margin-right: 15px;}

}

@media screen and (max-width: 380px) {
.with-contacts-block .contacts-col p, header.with-contacts-block .contact-block {margin-top: 15px;}
.with-contacts-block .contacts-col p {flex-flow: column;}
.with-contacts-block p > b, header.with-contacts-block .contact-block .phone {margin-bottom: 5px; margin-right: 0px;}
}


/*up-btn*/
button:focus {outline: none!important;}
.up-btn-container {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 90;
}

.up-btn {
    position: relative;
    padding: 0;
    width: 70px;
    height: 70px;
    display: block;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #273f63;
    color: #fff;
    border: 1px solid #273f63;
    border-radius: 0;
}
.up-btn:hover {
    background-color: #fff;
    color: #273f63;
    border: 1px solid #fff;
}
.up-btn:focus {
    background-color: #fff;
    color: #273f63;
    border: 1px solid #fff;
}
.up-btn.active {
    opacity: 1;
    pointer-events: all;
}

@media (max-width: 1441px) {
.up-btn {
    width: 60px;
    height: 60px;
}
}
@media (max-width: 641px) {
/*.up-btn-container {
    display: none;
}*/
.up-btn-container {
    bottom: 60px;
    right: 0;
    opacity: 0.5;
}
}

/*modal new*/
.modal-content {
  position: relative;
  padding: 40px;
}
.heading {
font-weight: bold;
font-size: 40px;
line-height: 47px;
text-transform: uppercase;
color: #444444;
margin-bottom: 10px;
}
.heading + p {
font-weight: 300;
font-size: 18px;
line-height: 30px;
color: #444444;
margin-bottom: 30px;
}

.close {position: absolute; top: 20px; right: 20px; line-height: 1px; z-index: 99;}
.close:focus {outline: none;}

/*FORM*/
.modal-content .undertitle {line-height: 30px; margin-bottom: 40px; text-align: center;}
.modal-content .text-field {margin-bottom: 20px;}
.modal-content .text-field input, .text-field textarea, .text-field select {width: 100%; border: 1px solid #e9ebef; padding: 14px 20px; line-height: 1; font-size: 16px; display: block;}
.modal-content .text-field textarea {resize: none; min-height: 120px;}
.modal-content .text-field input:focus, .text-field textarea:focus {border: 1px solid #273f63; outline: none;}
.modal-content .text-field input::-webkit-input-placeholder, .text-field textarea::-webkit-input-placeholder { color: #B9B9B9; font-size: 16px; line-height: 1; }
.modal-content .text-field input:-ms-input-placeholder, .text-field textarea:-ms-input-placeholder { color: #B9B9B9; font-size: 16px; line-height: 1; }
.modal-content .text-field input::-ms-input-placeholder, .text-field textarea::-ms-input-placeholder { color: #B9B9B9; font-size: 16px; line-height: 1; }
.modal-content .text-field input::placeholder, .text-field textarea::placeholder { color: #B9B9B9; font-size: 16px; line-height: 1; } 
.under-btn {font-size: 16px; margin-bottom: 20px;}
.under-btn + .btn {margin: 0 auto; display: block;}
.under-btn a {text-decoration: underline;}
.btn-agree-block {display: flex; flex-flow: row; align-items: center;}
.btn-agree-block .under-btn {margin-bottom: 0;}

/*FORMS*/

 input[type="checkbox"] {
  vertical-align: top;
  margin: 0;
  width: 22px;
  height: 22px;
}
 input[type="checkbox"] + label {
  cursor: pointer;
}
 input[type="checkbox"]:not(checked) {
  position: absolute;
  opacity: 0;
}
 input[type="checkbox"]:not(checked) + label {
  position: relative; 
  padding: 0 10px 0 35px;
  text-align: left; 
  margin: 0;
  line-height: 22px;
}
 input[type="checkbox"]:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #a1a1a1;
  background: transparent;
}
 input[type="checkbox"]:not(checked) + label:after {
  content: url(../img/svg/checked.svg);
  position: absolute;
  top: 0px;
  left: 6px;
  width: 10px;
  height: 10px;
  opacity: 0;
  transition: all .2s;
}
input[type="checkbox"]:checked + label:before {
  border: 2px solid #273f63;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1
}

@media (max-width: 1171px) {
/*FORMS*/
  .with-undertitle {margin-bottom: 15px;}
  .undertitle {margin-bottom: 30px;}
  .under-btn {font-size: 14px;}
  input[type="checkbox"]:not(checked) + label {line-height: 17px;}
  .heading {
    font-size: 30px;
    line-height: 35px;}

  .heading + p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 20px;
  }
}

@media (max-width: 641px) {
  /*MODALS*/
  .modal-content {padding: 20px;}
  .heading {
      font-size: 20px;
      line-height: 30px;
  }
  .heading + p {
      font-size: 14px;
      line-height: 19px;
  }
}

/*плавающая кнопка*/
.modal-activator {
  -o-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    -moz-transform: rotate(-90deg) translateX(100%);
    -webkit-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
    -webkit-transform-origin: bottom right; 
  -ms-transform-origin: bottom right; 
  transform-origin: bottom right;
  -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
  position: fixed;
  bottom: 108px;
  right: 0px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    font-size: 17px;
}

.modal-activator.btn-orange:hover {
    background-color: #e9ebef;
    color: #444;
    border: 1px solid #e9ebef;
}
.modal-activator.btn-orange:focus {
    background-color: #273f63;
    color: #fff;
    border: 1px solid #273f63;
}
.modal-activator span {display: inline-block; margin-left: 10px;}
.modal-activator i {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
          animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
          margin: 0;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-7-24 8:21:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: rotate(90deg) translateY(7px);
            transform: rotate(90deg) translateY(7px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateY(-3px);
            transform: rotate(90deg) translateY(-3px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: rotate(90deg) translateY(7px);
            transform: rotate(90deg) translateY(7px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateY(-3px);
            transform: rotate(90deg) translateY(-3px);
  }
}

.nonsticky {
right: -50px;
}


@media (max-width: 1441px) {
.modal-activator {font-size: 16px;}
}

@media (max-width: 1171px) {
.modal-activator {font-size: 15px;}
}

@media (max-width: 641px) {
  .modal-activator {
    bottom: 0;
    -o-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    -moz-transform: rotate(-90deg) translateX(100%);
    -webkit-transform: rotate(-90deg) translateX(100%);
    transform: rotate(0) translateX(0);
    width: 100%;
  }
  .modal-activator span {display: inline-block; margin: 0 10px;}

  @-webkit-keyframes slide-top {
  0% {
    -webkit-transform: rotate(90deg) translateY(3px);
            transform: rotate(90deg) translateY(3px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(-3px);
            transform: rotate(0deg) translateY(-3px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: rotate(0deg) translateY(3px);
            transform: rotate(0deg) translateY(3px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(-3px);
            transform: rotate(0deg) translateY(-3px);
  }
}

.nonsticky {right: 0px; bottom: -50px;}
}


.fancybox-button--thumbs, .fancybox-infobar {display: none!important;}





/***vacancy-landing***/

/*base*/
.vacancy-landing h1, .vacancy-landing h2 {text-align: left;}
.vacancy-landing h1, .first-block-inner .undertitle {font-size: 48px; font-weight: 700; line-height: 1.2; }
.vacancy-landing h2 {font-size: 40px; font-weight: 700; line-height: normal;}
.vacancy-landing h2.with-line {
  display: flex;
  position: relative;
  align-items: baseline;
}
.vacancy-landing h2.with-line:after {
  content: '';
  height: 1px;
  background-color: #e9ebef;
  background-color: #273f63;
  margin-left: 30px;
  flex: auto 1 0;
}

.vacancy-landing section {padding: 110px 0;}
.vacancy-landing .btn {font-size: 16px;}
.block-title {margin-bottom: 40px;}
.section-title {margin-bottom: 60px;}
.with-right-i i {margin-left: 10px;}
.with-left-i i {margin-right: 10px;}
.dark-bg {background-color: #273f63;}
.grey-bg {background-color: #e9ebef;}
.yellow {color: #273f63;}

@media (max-width: 1441px) {
.vacancy-landing h1, .first-block-inner .undertitle {font-size: 42px;}
.vacancy-landing h2 {font-size: 35px;}    
.vacancy-landing section {padding: 80px 0;}
}
@media (max-width: 1171px) {c
.vacancy-landing h1, .first-block-inner .undertitle {font-size: 36px;}
.vacancy-landing h2 {font-size: 30px;}  
.vacancy-landing section {padding: 60px 0;}
.block-title {margin-bottom: 30px;}
.section-title {margin-bottom: 50px;}
}
@media (max-width: 961px) {
.vacancy-landing h1, .first-block-inner .undertitle {font-size: 26px;}
.vacancy-landing h2 {font-size: 24px;}   
.section-title {margin-bottom: 40px;}
.vacancy-landing .btn {font-size: 14px;}
}
@media (max-width: 641px) {
.vacancy-landing h1, .first-block-inner .undertitle {font-size: 18px; line-height: 1.33}
.vacancy-landing h2 {font-size: 18px;}   
.vacancy-landing section {padding: 40px 0;}
.block-title {margin-bottom: 20px;}
.section-title {margin-bottom: 30px;} 
}



/*first-block*/
.vacancy-first-block {
  display: flex;
  position: relative;
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vacancy-first-block:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: radial-gradient(217.77% 50.00% at 50.00% 44.06%, rgba(39, 63, 99, 0.60) 0%, rgba(39, 63, 99, 0.00) 100%);
}
.vacancy-first-block:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(39, 63, 99, 0.50);
}
.vacancy-first-block .container {margin: auto;}
.first-block-inner h1 {margin-bottom: 0;}
.first-block-inner h1 b {color: #fff; font-weight: 700; border-bottom: 4px solid #FC5A4D; margin-top: 5px; margin-bottom: 5px; display: inline-block;}
.first-block-inner .undertitle {margin-bottom: 25px;}
.first-block-inner .btn-block {font-size: 18px; font-weight: 300; line-height: 1.6;}
.first-block-inner .btn-block p {margin-bottom: 30px;}

.white .btn-orange:hover {
  color: #273f63;
  border-color: #fff;
  background-color: #fff;
}

@media (max-width: 1441px) {
.vacancy-first-block {min-height: 600px;}
}
@media (max-width: 1171px) {
.vacancy-first-block {min-height: 520px;}
.first-block-inner .btn-block {font-size: 16px;}
}
@media (max-width: 961px) {
.vacancy-first-block {min-height: 400px;}
}
@media (max-width: 641px) {
.first-block-inner .btn-block {font-size: 14px;}
}


/*features*/
.work-features-row {margin-bottom: -60px}
.work-feature-col {margin-bottom: 60px; display: flex; flex-flow: row; align-items: center; justify-content: flex-start; padding-right: 80px;}
.work-feature-icon {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  flex: 100px 0 0;
  margin-right: 20px;
  background-color: #e9ebef;
}
.work-feature-icon img {max-width: 60px; max-height: 60px;}
.work-feature-col p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.44px;
}

@media (max-width: 1441px) {
.work-features-row {margin-bottom: -50px}
.work-feature-col {margin-bottom: 50px; padding-right: 20px;}
.work-feature-col p {
  font-size: 20px;
  letter-spacing: -0.4px;
}
}
@media (max-width: 1171px) {
.work-features-row {margin-bottom: -40px}
.work-feature-col {margin-bottom: 40px; padding-right: 15px;}
.work-feature-icon {
  width: 80px;
  height: 80px;
  flex: 80px 0 0;
}
.work-feature-icon img {max-width: 48px; max-height: 48px;}
.work-feature-col p {
  font-size: 17px;
  letter-spacing: -0.38px;
}
}
@media (max-width: 961px) {
.work-feature-col p {
  font-size: 16px;
  letter-spacing: -0.36px;
}
}
@media (max-width: 641px) {
.work-features-row {margin-bottom: -20px}
.work-feature-col {margin-bottom: 20px;} 
.work-feature-icon {
  width: 60px;
  height: 60px;
  flex: 60px 0 0;
}
.work-feature-icon img {max-width: 36px; max-height: 36px;}
}


/*tasks*/
.vacancy-landing .vacancy-text {
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 80px;
  line-height: 1.5;
}
.vacancy-landing .vacancy-text p:last-of-type {margin-bottom: 0;}
.vacancy-landing .vacancy-text ul {margin-bottom: 0; padding-left: 40px;}

.cta-block {display: inline-block; color: #444444; text-decoration: none; border-bottom: 0; position: relative; padding-right: 30px; font-size: 14px;}
.cta-block:hover, .cta-block:focus {color: inherit; text-decoration: none; border-bottom: 0;}
.cta-block h2 {margin-bottom: 5px; line-height: 1;}
.cta-block p {margin-bottom: 0; font-size: 22px;}
.cta-block:after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 60px;
    width: 60px;
    border: 1px solid #273f63;
    background-color: #273f63;
    color: #fff;
    text-align: center;
    -o-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cta-block:hover:after {
    background-color: transparent;
    color: #273f63;
}

.needs-img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/tasks.jpg);
}

@media (max-width: 1441px) {
.vacancy-landing .vacancy-text {margin-bottom: 60px;}
.cta-block:after {
    line-height: 56px;
    height: 56px;
    width: 56px;
  }
}
@media (max-width: 1171px) {
.vacancy-landing .vacancy-text {margin-bottom: 50px; font-size: 20px;}
.cta-block p {font-size: 20px;}
.cta-block:after {
    line-height: 52px;
    height: 52px;
    width: 52px;
}
}
@media (max-width: 961px) {
.vacancy-landing .vacancy-text {margin-bottom: 30px; font-size: 18px;}
.vacancy-landing .vacancy-text ul {padding-left: 20px;}
.cta-block p {font-size: 18px;}
.cta-block:after {
    line-height: 48px;
    height: 48px;
    width: 48px;
}

.needs-img-col {margin-top: 30px;}
.needs-img {height: 240px; background-image: url(../img/tasks-960.jpg);}
}
@media (max-width: 641px) {
.vacancy-landing .vacancy-text {font-size: 16px;}
.cta-block {display: block; padding-right: 50px;}
.cta-block p {font-size: 16px;}
.cta-block:after {
    line-height: 40px;
    height: 40px;
    width: 40px;
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.needs-img {height: 160px; background-image: url(../img/tasks-640.jpg);}
}


/*about*/

.about-img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-text-col {padding-left: 45px; margin-bottom: -1rem;}
.vacancy-landing .content {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.qoute-block {
    padding: 30px 0;
    font-size: 24px!important;
    line-height: 1.5;
    font-style: italic;
    color: #273f63;
    font-weight: 300;
    border-top: #e9ebef solid 2px;
    border-bottom: #e9ebef solid 2px;
    margin: 30px 0;
}


@media (max-width: 1441px) {
.about-text-col {padding-left: 25px;}
.qoute-block {
    padding: 25px 0;
    font-size: 22px!important;
    margin: 25px 0;
}
}

@media (max-width: 1171px) {
.vacancy-landing .content {font-size: 16px;}
.qoute-block {font-size: 20px!important;}
}

@media (max-width: 961px) {
.about-text-col {padding-left: 15px; margin-bottom: 10px;}
.about-img {height: 500px;}
}

@media (max-width: 641px) {
.qoute-block {
    padding: 20px 0;
    font-size: 18px!important;
    margin: 20px 0;
}
.about-img {height: 350px;}
}

@media (max-width: 341px) {
  .about-img {height: 250px;}
}

.num-about {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/nums/num-1920.jpg);
  position: relative;
}

.num-about:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgb(39 63 99 / 45%)
}

.num-row {display: flex; flex-flow: row; align-items: flex-start; justify-content: space-around; padding: 20px 0;}
.num-col {text-align: center; max-width: 200px; flex: 200px 0 0;}
.num-value {
  leading-trim: both;
  text-edge: cap;
  /* shadow */
  text-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
  font-size: 60px;
  font-weight: 700;
  line-height: 0.7;
  position: relative;
  margin-bottom: 0;
}
.num-value:after {
  content: '';
  width: 160px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #273f63;
  -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(-50%, 100%);
  z-index: -1;

}

.num-col p:not(.num-value) {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


@media (max-width: 1441px) {
.num-row {padding: 20px 0; justify-content: space-between;}
.num-col {max-width: 175px; flex: 175px 0 0;}
.num-value:after{
  width: 170px;
}
}
@media (max-width: 1171px) {

}
@media (max-width: 961px) {
.num-about {background-image: url(../img/nums/num-960.jpg);}
.num-col {max-width: 140px; flex: 140px 0 0;}
.num-value {
  font-size: 46px;
  line-height: 0.7;
}
.num-value:after{
  width: 110px;
  height: 13px;
}
.num-col p:not(.num-value) {margin-top: 30px; font-size: 14px;}
}
@media (max-width: 641px) {
.num-about {background-image: url(../img/nums/num-640.jpg);}
.num-row {padding: 20px 0; flex-flow: wrap; margin-left: -10px; margin-right: -10px; margin-bottom: -40px;}
.num-col {max-width: 50%; flex: 50% 0 0; padding: 0 10px; margin-bottom: 40px;}
.num-value {
  font-size: 44px;
  line-height: 0.9;
}
.num-value:after{
  width: 100%;
  height: 10px;
}
.num-col p:not(.num-value) {margin-top: 20px;}  
}


/*about-ts*/
.about-ts-img {position: relative;}
.about-ts-num {
  display: flex;
  background-color: #273f63;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}

.about-ts-col p:not(.about-ts-title) {
  margin-bottom: 0;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  margin-top: 10px;
}
.about-ts-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 1441px) {
.about-ts-col p:not(.about-ts-title) {font-size: 16px;}
.about-ts-title {font-size: 20px;}
}
@media (max-width: 1171px) {
.about-ts-num {
  width: 50px;
  height: 50px;
  font-size: 20px;
}
}
@media (max-width: 961px) {
.about-ts .row {margin-bottom: -30px;}
.about-ts-col {margin-bottom: 30px;}
.about-ts-title {margin-top: 20px;}
}
@media (max-width: 641px) {
.about-ts .row {margin-bottom: -20px; justify-content: center;}
.about-ts-col {margin-bottom: 30px; max-width: 320px;}
.about-ts-title {font-size: 16px; margin-top: 10px;}
.about-ts-col p:not(.about-ts-title) {font-size: 14px; margin-top: 5px;}
}

/*quiz*/

.last {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    z-index: 9;
}

.quiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.8s;
    padding: 0;
}

.quiz.hide {
    min-height: 0;
    height: 0;
    overflow: hidden;
}

.quiz.show {
    transform: scale(1);
    opacity: 1;
}

.quiz-block {
    background: #fff;
}

.quiz-block-header {
    padding: 25px 40px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    background-color: #273f63;
    color: #fff;
}

.quiz-block-header p {
    margin-bottom: 0;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.quiz-block-header p + p {
    font-size: 18px;
    font-weight: 400;
}

.quiz-block form {
  padding: 80px;
}

.quiz-block-body {
    overflow-x: hidden;
    overflow-y: auto;
}

.quiz-block-footer {
  margin-top: 40px;
}

.quiz-header {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  margin-bottom: 20px;
}

.q-step {
    display: none;
    padding-left: 0px;
}

.q-step.active {
    display: block;
}

.input input[type="text"]  {
  width: 100%;
  padding: 14px 20px 15px 20px;
  border: 1px solid #e9ebef;
  border-radius: 0;
}

.input input[type="text"]:focus, .input input[type="text"]:focus-visible {
  border-radius: 0;
  outline: none;
  border-color: #444;
}

.btns-row {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;

}
.btns-row .inactive {
  display: none;
}

.status {margin-bottom: 0;}


.check:before {
    position: absolute;
    z-index: 10;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    content: '';
    background: url("../img/quiz/check.svg");
    background-size: cover;
}

.input-text {
    padding: 0;
}

.input-text input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    font-size: 22px;
    padding: 10px;
    border-radius: 5px;
}

.input-text i {
    color: #c40130;
    font-size: 110%;
    padding: 0 5px;
    vertical-align: middle;
}

.input-text--small input {
    font-size: 18px;
}

.input-value {
    display: none;
    visibility: hidden;
}

.input-value:checked+.input-action {
    background-image: url('../img/svg/checked.svg');
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    border: 3px solid #273f63;
}

.input-radio {
  display: flex;
  flex-flow: row;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;  
}
.input-radio:last-of-type {margin-bottom: 0;}

.input-action {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #a1a1a1;;
    background: transparent;
    border-radius: 5px;
}


.input-radio .input-action {
    border-radius: 50%;
}

.input-img {
    padding: 0;
    display: block;
    position: relative;
}

.input-img .input-action {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    margin-right: 0;
    border-radius: 50%;
}

.input-img p {
    padding: 0 10px;
    font-size: 14px;
    opacity: 0.6;
}

.input-img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 20px;
}

.daterangepicker td.in-range {
    background-color: rgba(195, 0, 47, 0.2) !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #006792 !important;
}

.btns-col {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
}

.btn-circle {
    width: 46px;
    height: 46px;
    margin-right: 20px;
    border: 2px solid #006792;
    background: rgba(195, 103, 146, 0.02);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #006792;
    font-size: 20px;
}

.btn-circle i {
    margin: 0;
}

.btn-circle:hover,
.btn-circle:focus,
.btn-circle:active {
    background-color: rgba(195, 103, 146, 0.06);
    border-color: #00b4ff;
    outline: none;
    box-shadow: none;
}

.btn-circle.disabled,
.btn-circle:disabled {
    opacity: 0.35;
}

.btn-circle img {
    width: 15px;
}

.btn-quiz {
    box-shadow: 0px 12px 30px rgb(0 0 0 / 38%);
    border-radius: 3px;
    font-family: 'Montserrat';
    min-width: 200px;
    font-size: 16px;
    font-weight: 800;
    background-color: #006792;
    border-color: #006792;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
}

.btn-quiz.disabled,
.btn-quiz:disabled {
    background-color: rgb(0 113 161 / 52%);
    border-color: rgb(0 113 161 / 52%);
    color: #fff;
    opacity: 1;
}

.btn-quiz:hover,
.btn-quiz:focus,
.btn-quiz:active {
    border-color: #00b4ff!important;
    background-color: #00b4ff!important;
    box-shadow: 0px 12px 30px #00000061!important;
    color: #fff;
}

.btn-quiz i {
    margin-left: 5px;
    margin-right: 0;
}

.close-btn {
    margin-left: auto;
    padding: 8px 25px;
}

.close-btn img {
    width: 12px;
    margin-left: 10px;
}

.quiz-block-body::-webkit-scrollbar {
    width: 8px;
}

.quiz-block-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.quiz-block-body::-webkit-scrollbar-thumb {
    background: #006792;
}

.quiz-block-body::-webkit-scrollbar-thumb:hover {
    background: #006792;
    opacity: 0.8;
}

.quiz-modal .under-header {
    display: inline-block;
    margin-left: -30px;
    margin-bottom: 0;
    background-color: #c40130;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0 50px 50px 0;
}
@media (max-width: 1171px) {
.quiz-block-header p {font-size: 18px;}
.quiz-block form {padding: 60px;}
}
@media (max-width: 961px) {
    .first-bg {
        height: 200px;
    }
    .first-text {
        align-items: flex-start;
        height: auto;
        flex-flow: column;
    }
    .close-btn {
        margin-left: 15px;
        padding: 8px;
    }
    .close-btn img {
        margin: 0;
    }
    .first-text .btn-circle {
        width: 100%;
        left: 15px;
        bottom: 20px;
        position: static;
        margin-top: 50px;
    }
    .first .row {
        flex-flow: column;
    }
    .quiz-block-img {
        height: 130px;
    }
    .quiz-header {
        font-size: 18px;
    }
    .quiz-block-header {
        padding: 20px;
    }
    .btn-quiz {
        min-width: 175px;
    }
    .quiz-block form {padding: 40px;}
    .quiz-block-footer {margin-top: 30px;}
    .quiz-block-header p {margin-right: 20px;}
    .quiz-block-header p + p {margin-right: 0;}
}

@media (max-width: 641px) {
    .quiz-block form {padding: 30px 20px 10px;}
    .quiz-block-header {padding: 13px;}
    .quiz-block-header p {font-size: 15px; margin-right: 5px;}
    .quiz-block-header p + p {margin-right: 0;}
    .btns-row {display: block;}
    .btns-row .btn {width: 100%; margin-bottom: 10px;}
}



.under-quiz { max-width: 740px; text-align: center; margin: 80px auto 0;}
.under-quiz h2 {margin-bottom: 20px; text-align: center;}


@media (max-width: 1441px) {
.under-quiz {margin: 60px auto 0;}
}
@media (max-width: 1171px) {
.under-quiz {margin: 50px auto 0;}
}
@media (max-width: 961px) {
.under-quiz {margin: 40px auto 0;}
}
@media (max-width: 641px) {
.under-quiz {margin: 30px auto 0;}  
}


/*new-first-block*/
.v-first-block .text-block {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
.v-first-block .text-block p:last-of-type {margin-bottom: 0;}

.v-first-block h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}
.v-first-block .text-block + h1, .v-first-block h1 + .text-block, .btn-block {margin-top: 30px;}

@media (max-width: 1441px) {
  .v-first-block .text-block {font-size: 16px;}
  .v-first-block .text-block + h1, .v-first-block h1 + .text-block, .btn-block {margin-top: 25px;}
  .v-first-block h1 {font-size: 30px;}
}
@media (max-width: 1171px) {
  
}
@media (max-width: 961px) {
  .banner {min-height: 500px;}
  .v-first-block h1 {font-size: 28px;}
}
@media (max-width: 641px) {
  .v-first-block .text-block {font-size: 15px; line-height: 1.4;}
  .v-first-block h1 {font-size: 24px;}
  .v-first-block .text-block + h1, .v-first-block h1 + .text-block, .btn-block {margin-top: 20px;} 
}


/*red-alert*/

.red-alert {padding: 60px 0 30px;}
.red-alert.in-page {padding: 0px 0 60px;}
.red-alert-block {
  background-color: #e9ebef;
  padding: 30px;
}
.red-alert-block-title {
  padding: 25px 30px;
  background-color: #273f63;
  text-align: left;
  color: #fff;
}
.red-alert-block-title h2 {margin-bottom: 0!important;}

@media (max-width: 1441px) {
  .red-alert {padding: 40px 0 20px;}
  .red-alert-block-title {padding: 20px 30px;}
  .red-alert-block-title h2 {font-size: 1.5rem;}
}
@media (max-width: 641px) {
  .red-alert {padding-bottom: 0;}
}


/*logo-row*/
.logo-row {
    display: flex;
    flex-flow: row;
    align-items: center;
}
.politic-block {margin-left: 55px;}
.politic-block a {
    display: block;
    margin-top: 10px;
    line-height: 1.1;
    color: #fff;
    margin-right: 0!important;
    text-decoration: underline;
}
.politic-block a:hover {
    color: #e9ebef;
}

@media (max-width: 1441px) {
footer .logo a {margin-right: 20px;}
.politic-block {margin-left: 0px;}
}
@media (max-width: 641px) {
footer .logo a {margin-right: 10px;}
.logo-row {margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid rgba(185, 185, 185, 0.5);}
.social-col {text-align: center;}
}