@charset "UTF-8";
h1:after, .h1:after, h2:after, .h2:after, .nav-tabs:after, .social-block:after, .social-block .list:after, .breadcrumbs .container:after, .checkbox:after, .agree-block:after, .radiobox:after, header.header .container:after, .header-right:after, .header-right-box:after, .header-link-list:after, .vacancy-line-box:after, .send-resume .block-btn:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

input:focus, a:focus, input:active, a:active {
  outline: none; }

@media (min-width: 992px) {
  /* START ╤Б╨║╤А╨╛╨╗ */
  ::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 10px;
    height: 0px; }

  ::-webkit-scrollbar-track {
    background-color: transparent; }

  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #c8c8c8;
    cursor: pointer;
    background-size: 100% 100%; }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #b4b2b2; }

  ::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 10px;
    height: 0px; }

  ::-webkit-scrollbar {
    width: 10px; }

  ::-webkit-scrollbar:horizontal {
    height: 10px; }

  ::-webkit-scrollbar-button {
    display: none; } }
/* END ╤Б╨║╤А╨╛╨╗ */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

*:active, *:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

body {
  padding: 96px 0 0 0;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #44404F;
  background: #ffffff;
  position: relative;
  min-height: 100vh; }

strong, b {
  font-weight: 700;
  color: #44404F; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  font-family: "Roboto"; }

h1, .h1 {
  color: #000;
  font-size: 48px;
  line-height: 118%;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 35px; }

h2, .h2 {
  color: #000;
  font-size: 48px;
  line-height: 118%;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 35px; }

.clearfix {
  clear: both; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms; }

p {
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
  color: #44404F; }

@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 120%;
    font-weight: 500; } }
@media (max-width: 991px) {
  body {
    padding: 60px 0 0 0; }

  h1 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 30px; }

  h2 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 30px; } }
@media (max-width: 575px) {
  h1 {
    font-size: 25px;
    line-height: 120%;
    font-weight: 500; }

  h2 {
    font-size: 25px;
    line-height: 120%;
    font-weight: 500; } }
.form-control::-webkit-input-placeholder {
  color: #333; }

.form-control::-moz-placeholder {
  color: #333; }

.form-control:-ms-input-placeholder {
  color: #333; }

.form-control:-moz-placeholder {
  color: #333; }

.form-control:focus, .form-control:active {
  box-shadow: none !important;
  outline: none !important; }

input.form-control {
  border: 2px solid #dddddd;
  background: #fff !important;
  padding: 0 20px 0 20px;
  color: #898791;
  font-size: 18px;
  line-height: 55px;
  font-weight: 400;
  height: 55px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  input.form-control:focus, input.form-control:active {
    border: 2px solid #09A675;
    box-shadow: none !important;
    color: #000; }
    input.form-control:focus + .label-title, input.form-control:active + .label-title {
      color: #09A675; }

textarea.form-control {
  border: 2px solid #dddddd;
  background: #fff !important;
  padding: 20px;
  color: #898791;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  min-height: 150px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  resize: vertical; }
  textarea.form-control:focus, textarea.form-control:active {
    border: 2px solid #09A675;
    box-shadow: none !important;
    color: #000; }
    textarea.form-control:focus + .label-title, textarea.form-control:active + .label-title {
      color: #09A675; }

.form-control.birthday {
  background: #fff url(../img/callendar.svg) 96% center no-repeat !important; }

.jq-file__browse {
  font-size: 0;
  cursor: pointer !important; }

.jq-file__name {
  cursor: pointer !important; }

.jq-file.form-control {
  cursor: pointer !important;
  height: 67px;
  border: 2px solid #dddddd;
  background: #fff url(../img/file.svg) 96% center no-repeat !important;
  padding: 0 20px 0 20px;
  color: #898791;
  font-size: 18px;
  line-height: 65px;
  font-weight: 400;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .jq-file.form-control:focus, .jq-file.form-control:active {
    border: 2px solid #09A675;
    box-shadow: none !important;
    color: #000; }
    .jq-file.form-control:focus + .label-title, .jq-file.form-control:active + .label-title {
      color: #09A675; }
  .jq-file.form-control input {
    cursor: pointer !important; }

.form-group {
  margin-bottom: 15px; }
  .form-group .label {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .form-group .label span {
      color: #ec1717; }

label.error {
  margin: 5px 0 0 0;
  color: #ec1717;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: block; }

.table-block {
  width: 100%;
  display: table; }
  .table-block .td {
    display: table-cell;
    vertical-align: top; }

.mb-45 {
  margin-bottom: 45px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-50 {
  margin-top: 50px; }

.float-100 {
  float: left;
  width: 100%; }

.scroll-up {
  display: none;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  position: fixed;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #008E62 url("../img/scroll.svg") center center no-repeat;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  transform: rotate(90deg);
  bottom: 65px;
  right: 30px;
  cursor: pointer;
  z-index: 400; }
  .scroll-up:hover {
    opacity: 0.8; }

@media (max-width: 767px) {
  .scroll-up {
    right: 15px;
    bottom: 30px; } }
.tab-content > .active {
  display: block !important;
  height: auto !important; }

.fade:not(.show) {
  display: block !important;
  height: 0;
  overflow: hidden; }

.nav-tabs {
  border: none;
  display: block;
  margin-bottom: 25px; }
  .nav-tabs .nav-item {
    margin: 0 5px 5px 0;
    float: left; }
  .nav-tabs .nav-link {
    border: 2px solid #E7E9EE;
    color: #43434E;
    text-decoration: none !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 10px;
    position: relative; }
    .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
      border-color: #008E62; }

.margin-10 {
  margin-left: -10px;
  margin-right: -10px; }

.slick-slider {
  opacity: 0; }
  .slick-slider.slick-initialized {
    opacity: 1; }
  .slick-slider .slick-dots {
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0; }
    .slick-slider .slick-dots li {
      display: inline-block;
      vertical-align: top; }
      .slick-slider .slick-dots li.slick-active button {
        background: #008E62;
        opacity: 1; }
      .slick-slider .slick-dots li button {
        font-size: 0;
        padding: 0;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin: 0 5px;
        background: #fff;
        opacity: 1;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        -ms-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
        border: none;
        cursor: pointer; }
        .slick-slider .slick-dots li button:hover {
          background: #008E62;
          opacity: 1; }
        .slick-slider .slick-dots li button:before {
          display: none; }
  .slick-slider.arrow-bottom .slick-arrow {
    bottom: 0;
    top: auto;
    margin: 0 0 0 0; }
  .slick-slider .slick-arrow {
    border: 2px solid #E7E9EE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 50;
    width: 64px;
    height: 64px;
    background: #fff;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: -95px;
    margin: 0 0 0 0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms; }
    .slick-slider .slick-arrow:hover {
      border-color: #09A675; }
      .slick-slider .slick-arrow:hover:before {
        opacity: 0; }
      .slick-slider .slick-arrow:hover:after {
        opacity: 1; }
    .slick-slider .slick-arrow:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../img/slider-arrow.svg) center center no-repeat;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
    .slick-slider .slick-arrow:after {
      opacity: 0;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background: url(../img/slider-arrow-hover.svg) center center no-repeat;
      width: 100%;
      overflow: hidden;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
    .slick-slider .slick-arrow.slick-prev {
      left: auto;
      right: 90px; }
      .slick-slider .slick-arrow.slick-prev:before, .slick-slider .slick-arrow.slick-prev:after {
        left: auto;
        right: 0;
        transform: rotate(180deg); }
    .slick-slider .slick-arrow.slick-next {
      right: 15px; }

@media (max-width: 991px) {
  .slick-slider .slick-arrow {
    width: 50px;
    height: 50px;
    top: -70px; }
    .slick-slider .slick-arrow.slick-prev {
      right: 75px; } }
.margin-15 {
  margin-left: -15px;
  margin-right: -15px; }

.tab-content > .active {
  display: block !important;
  height: auto !important; }

.fade:not(.show) {
  display: block !important;
  height: 0;
  overflow: hidden; }

.parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .parallax-container .parallax img {
      display: none;
      position: absolute;
      bottom: 0;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.section-text {
  padding: 75px 0; }
  .section-text .text-formatted {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400; }
    .section-text .text-formatted h1 {
      font-size: 32px;
      line-height: 150%;
      font-weight: 600;
      margin-bottom: 40px; }
    .section-text .text-formatted h4 {
      font-size: 24px;
      line-height: 150%;
      font-weight: 600;
      margin-bottom: 25px; }
    .section-text .text-formatted p {
      font-size: 20px;
      line-height: 160%;
      font-weight: 500;
      margin-bottom: 20px; }
      .section-text .text-formatted p:last-child {
        margin-bottom: 0; }
    .section-text .text-formatted a {
      border-bottom: 1px solid #ec1717;
      text-decoration: none !important;
      color: #ec1717; }
      .section-text .text-formatted a:hover {
        color: #ec1717;
        border-color: transparent; }

.text-formatted {
  font-size: 20px;
  line-height: 160%;
  font-weight: 400; }
  .text-formatted p {
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
    margin-bottom: 20px; }
    .text-formatted p:last-child {
      margin-bottom: 0; }
  .text-formatted a {
    border-bottom: 1px solid #44404F;
    text-decoration: none !important;
    color: #44404F; }
    .text-formatted a:hover {
      color: #44404F;
      border-color: transparent; }

@media (max-width: 767px) {
  .section-text {
    padding: 30px 0; }

  .text-formatted {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500; }
    .text-formatted p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500; } }
.social-block {
  font-size: 0; }
  .social-block a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #eff3fa;
    float: left;
    margin: 0 0 8px 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
    .social-block a:first-child {
      margin-left: 0; }
    .social-block a:hover {
      background: #cddbee; }
  .social-block .list {
    float: left; }
  .social-block .text {
    color: #44404F;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 15px 0 0;
    float: left; }
  .social-block .text + .social {
    float: left; }

.cookie {
  background: #B6997C;
  margin: 0 0;
  padding: 15px 0 10px 0; }
  .cookie .text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff; }
  .cookie .btn-outline {
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    border: 1px solid #ffffff;
    margin: 17px 20px 0 0;
    padding: 0 20px 0 20px; }
    .cookie .btn-outline:before {
      display: none; }
    .cookie .btn-outline:hover {
      padding-right: 20px;
      border-color: transparent; }
  .cookie .link {
    display: inline-block;
    vertical-align: top;
    margin: 22px 0 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none !important;
    color: #ffffff !important;
    border-bottom: 1px solid #fff; }
    .cookie .link:hover {
      border-color: transparent; }

@media (max-width: 991px) {
  .cookie {
    padding-bottom: 15px; }
    .cookie .btn-outline {
      margin-left: 0; } }
.page {
  padding: 80px 0 80px 0; }
  .page.p-90-150 {
    padding: 90px 0 155px 0; }
  .page.p-60 {
    padding: 60px 0; }

@media (max-width: 1300px) {
  .page {
    padding: 100px 0 50px 0; }
    .page.p-90-150 {
      padding: 100px 0 50px 0; } }
@media (max-width: 991px) {
  .page {
    padding: 30px 0 30px 0; }
    .page.p-90-150 {
      padding: 30px 0 30px 0; } }
.btn {
  background: #008E62;
  color: #ffffff;
  font-size: 18px;
  line-height: 64px;
  font-weight: 500;
  text-transform: none;
  position: relative;
  padding: 0 50px;
  height: 64px;
  letter-spacing: 0px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  z-index: 1;
  overflow: hidden; }
  .btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    background: #09A675;
    z-index: -1; }
  .btn:hover {
    background: none;
    color: #fff; }
    .btn:hover:before {
      height: 100%; }
  .btn input {
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    display: block;
    color: #ffffff;
    cursor: pointer; }
  .btn.btn-submit {
    padding: 0; }
    .btn.btn-submit input {
      display: block;
      text-align: center;
      padding: 0 0;
      width: 100%;
      background: none;
      border: none;
      text-shadow: none;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
  .btn.gray {
    background: #F5F5F9;
    color: #008E62; }
    .btn.gray:before {
      background: #09A675; }
    .btn.gray:hover {
      color: #fff; }
  .btn.white {
    background: #fff;
    color: #000; }
    .btn.white:before {
      background: #F5F5F9; }
    .btn.white:hover {
      color: #000; }

.btn-outline {
  background: rgba(255, 255, 255, 0.1);
  height: 48px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 0 30px;
  color: #fff;
  position: relative;
  text-decoration: none !important;
  border: 1px solid #fff;
  letter-spacing: 1px;
  z-index: 1;
  overflow: hidden; }
  .btn-outline:hover {
    background: #4c4c4c;
    color: #44404F; }
    .btn-outline:hover:before {
      height: 100%; }
  .btn-outline:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    background: #fff;
    z-index: -1; }
  .btn-outline.red {
    border: 2px solid #ec1717;
    background: #ffffff;
    color: #ec1717; }
    .btn-outline.red:hover {
      background: #ec1717;
      color: #fff; }

@-webkit-keyframes move {
  0% {
    left: 0; }
  20% {
    left: 100%; }
  100% {
    left: 100%; } }
@-moz-keyframes move {
  0% {
    left: 0; }
  20% {
    left: 100%; }
  100% {
    left: 100%; } }
@-ms-keyframes move {
  0% {
    left: 0; }
  20% {
    left: 100%; }
  100% {
    left: 100%; } }
@-o-keyframes move {
  0% {
    left: 0; }
  20% {
    left: 100%; }
  100% {
    left: 100%; } }
@keyframes move {
  0% {
    left: 0; }
  20% {
    left: 100%; }
  100% {
    left: 100%; } }
.btn-effect-1 {
  overflow: hidden;
  position: relative; }
  .btn-effect-1:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skew(-10deg, 0);
    -moz-transform: skew(-10deg, 0);
    -ms-transform: skew(-10deg, 0);
    -o-transform: skew(-10deg, 0);
    transform: skew(-10deg, 0);
    -webkit-animation: move 5s linear infinite;
    -moz-animation: move 5s linear infinite;
    -ms-animation: move 5s linear infinite;
    -o-animation: move 5s linear infinite;
    animation: move 5s linear infinite; }

input.btn.btn-grey:hover {
  background: #697177; }

.btn.focus, .btn:focus, btn:active {
  box-shadow: none !important; }

.link-w {
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  border-bottom: 1px solid #ffffff; }
  .link-w:hover {
    border-color: transparent; }

.link-b {
  text-decoration: none !important;
  color: #5884C6 !important;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  border-bottom: 1px solid #5884C6; }
  .link-b:hover {
    border-color: transparent; }

.read-more {
  color: #FCCE00;
  text-decoration: none;
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  font-style: italic;
  border-bottom: 1px solid #FCCE00;
  display: inline-block;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  position: relative; }
  .read-more:hover {
    color: #FCCE00;
    border-color: transparent;
    text-decoration: none; }

.link-dashed {
  text-decoration: none;
  color: #44404F;
  border-bottom: 1px dashed #000; }
  .link-dashed:hover {
    border-color: transparent; }

@media (max-width: 575px) {
  .btn.sm-2-line {
    height: auto;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 15px 15px 13px 15px; } }
.breadcrumbs {
  margin: 35px 0 40px 0;
  padding: 0 0 0 0;
  font-size: 0;
  line-height: 0;
  background: none; }
  .breadcrumbs .breadcrumb {
    background: none;
    padding: 0 0;
    display: block;
    text-align: left;
    margin: 0 0; }
  .breadcrumbs .breadcrumb-item {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 0;
    margin: 0 10px 10px 0;
    padding-left: 0; }
    .breadcrumbs .breadcrumb-item:before {
      display: none; }
    .breadcrumbs .breadcrumb-item:last-child {
      margin-right: 0; }
      .breadcrumbs .breadcrumb-item:last-child .icon {
        display: none; }
    .breadcrumbs .breadcrumb-item .separator {
      margin: 0 0;
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      color: #000; }
    .breadcrumbs .breadcrumb-item span.active {
      display: inline;
      margin: 0 0; }
    .breadcrumbs .breadcrumb-item a {
      position: relative;
      text-decoration: none;
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      color: #FCCE00;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      display: inline-block;
      border-bottom: 1px solid #FCCE00; }
      .breadcrumbs .breadcrumb-item a:hover {
        color: #FCCE00;
        border-color: transparent; }
    .breadcrumbs .breadcrumb-item span {
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      color: #000;
      margin: 0 0;
      border-bottom: 1px solid transparent; }

@media (max-width: 991px) {
  .breadcrumb-block {
    margin-top: 30px;
    margin-bottom: 45px; } }
@media (max-width: 575px) {
  .breadcrumbs {
    margin: 20px 0 20px 0; } }
.pagination {
  display: block;
  text-align: center;
  margin-bottom: 90px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative; }
  .pagination .page-item {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    border: none; }
    .pagination .page-item .page-link {
      margin: 0 5px 0 0;
      width: 30px;
      height: 30px;
      text-align: center;
      display: block;
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      color: #000;
      text-decoration: none !important;
      padding: 0 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      background: #fff;
      border: none; }
    .pagination .page-item.active .page-link {
      background: #9D2929;
      color: #fff; }
  .pagination .arrow {
    border: none;
    width: 85px;
    height: 30px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0; }
    .pagination .arrow .page-link {
      background: none; }
    .pagination .arrow:hover:before {
      opacity: 1; }
    .pagination .arrow:before {
      opacity: 0.3;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../img/arrow-pagination.svg) center center no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
    .pagination .arrow.prev {
      margin: 0 70px 0 0;
      left: 0; }
      .pagination .arrow.prev:before {
        transform: rotate(-180deg); }
    .pagination .arrow.next {
      right: 0;
      margin: 0 0 0 70px; }
    .pagination .arrow .page-link {
      width: 100%;
      height: 100%; }

@media (max-width: 991px) {
  .pagination {
    margin-bottom: 55px; } }
@media (max-width: 767px) {
  .pagination .page-item .page-link {
    font-size: 15px; }
  .pagination .arrow {
    width: 36px;
    height: 20px; }
    .pagination .arrow.next {
      margin: 4px 0 0 20px; }
    .pagination .arrow.prev {
      margin: 4px 20px 0 0; }
    .pagination .arrow:before {
      background: url(../img/arrow-pagination-mob.svg) center center no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%; } }
@media (max-width: 350px) {
  .pagination .page-item .page-link {
    width: 25px; } }
.jq-selectbox {
  height: 48px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #44404F; }
  .jq-selectbox.select-search .jq-selectbox__select .jq-selectbox__trigger {
    display: none; }
  .jq-selectbox .jq-selectbox__search input {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    font-weight: 600;
    padding: 0 20px;
    color: #958e8e;
    border: 2px solid #B3B3B3;
    border-bottom: none;
    background: #fff; }
  .jq-selectbox .jq-selectbox__not-found[style] + ul {
    box-shadow: none; }
  .jq-selectbox .jq-selectbox__not-found {
    background: none;
    display: block;
    font-size: 15px;
    line-height: 50px;
    font-weight: 600;
    padding: 0 20px;
    color: #958e8e;
    opacity: 1;
    background: #fff;
    border: 2px solid #B3B3B3;
    margin: 0 0; }
  .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    transform: rotate(180deg); }
  .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    font-weight: 500;
    color: #44404F;
    padding-right: 60px;
    padding-left: 25px;
    width: auto !important;
    max-width: 100%; }
  .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px; }
    .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
      background: url("../img/select.svg") center center no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%;
      content: "";
      position: absolute;
      margin: -5px -3px 0 0;
      top: 50%;
      right: 50%;
      width: 12px;
      height: 7px;
      transform: rotate(0deg);
      opacity: 1; }
  .jq-selectbox .jq-selectbox__dropdown {
    position: absolute;
    top: 48px !important;
    left: -2px !important;
    right: -2px !important;
    width: auto !important;
    bottom: auto !important; }
    .jq-selectbox .jq-selectbox__dropdown ul {
      display: block;
      width: 100%;
      position: absolute;
      min-width: 155px;
      max-height: 365px !important;
      background: #fff;
      border: 1px solid #44404F;
      padding: 0 0;
      margin: 0;
      list-style: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      overflow-y: auto; }
      .jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
        background-color: #DFDFDF; }
      .jq-selectbox .jq-selectbox__dropdown ul::-webkit-resizer {
        width: 6px; }
      .jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar {
        width: 6px;
        background: #f6f6f6; }
      .jq-selectbox .jq-selectbox__dropdown ul li {
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        padding: 8px 20px 8px 20px;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        -ms-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
        white-space: normal; }
        .jq-selectbox .jq-selectbox__dropdown ul li:last-child {
          border-bottom: none; }
        .jq-selectbox .jq-selectbox__dropdown ul li:hover {
          background: #DFDFDF; }

@media (max-width: 991px) {
  .jq-selectbox .jq-selectbox__dropdown ul {
    max-height: 290px !important; }

  .jq-selectbox {
    height: 50px;
    border: 1px solid #808080; }
    .jq-selectbox .jq-selectbox__dropdown {
      top: 50px !important; }
    .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
      height: 50px;
      line-height: 50px; } }
.qty .jq-number {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  border: none;
  background: #fff; }
  .qty .jq-number .jq-number__spin {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    cursor: pointer;
    border: 2px solid #ec1717;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
  .qty .jq-number .minus {
    left: 0; }
    .qty .jq-number .minus:before {
      content: "";
      position: absolute;
      top: 11px;
      left: 6px;
      height: 2px;
      background: #ec1717;
      width: 12px; }
  .qty .jq-number .plus {
    right: 0; }
    .qty .jq-number .plus:before {
      content: "";
      position: absolute;
      top: 11px;
      left: 6px;
      height: 2px;
      background: #ec1717;
      width: 12px; }
    .qty .jq-number .plus:after {
      content: "";
      position: absolute;
      top: 7px;
      left: 11px;
      height: 12px;
      background: #ec1717;
      width: 2px; }
  .qty .jq-number .jq-number__field input {
    opacity: 1 !important;
    width: 100%;
    padding: 0 24px;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border: none;
    background: none; }

.checkbox {
  margin: 0 0 15px 0; }
  .checkbox.select-all label:after {
    border-color: #CDCDCD; }
  .checkbox.select-all input:checked + label:after {
    border-color: #FCCE00; }
  .checkbox input {
    width: 20px;
    height: 20px;
    background: none;
    display: block;
    opacity: 0;
    float: left; }
    .checkbox input:checked + label:before {
      opacity: 1; }
    .checkbox input[checked="checked"] + label:before {
      opacity: 1; }
    .checkbox input[checked="checked"] + label {
      color: #000; }
  .checkbox input:checked + label {
    color: #000 !important; }
  .checkbox label {
    cursor: pointer;
    padding: 1px 0 0 30px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #8f8888;
    margin: 0;
    position: relative;
    display: block;
    text-align: left;
    text-transform: uppercase; }
    .checkbox label:before {
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      opacity: 0;
      content: "";
      position: absolute;
      top: 3px;
      left: 3px;
      width: 14px;
      height: 14px;
      background: #8F8888;
      z-index: 2;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      border-radius: 0%; }
    .checkbox label:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: #f4f3f3;
      border: 1px solid #8f8888;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      border-radius: 0%;
      display: block;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
    .checkbox label a {
      color: #FCCE00;
      border-bottom: 1px solid #FCCE00;
      text-decoration: none; }
      .checkbox label a:hover {
        border-color: transparent; }
  .checkbox label.error {
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    padding: 0; }
  .checkbox input.error + label + label:before {
    opacity: 0; }
  .checkbox input.error + label + label:after {
    border-color: #ec1717; }
  .checkbox input.valid + label + label:before {
    opacity: 1; }
  .checkbox input.valid + label + label:after {
    border-color: #FCCE00; }

.agree-block input {
  width: 24px;
  height: 24px;
  background: none;
  display: block;
  opacity: 0;
  float: left; }
  .agree-block input:checked + label:before {
    opacity: 1; }
.agree-block label {
  cursor: pointer;
  padding: 7px 0 0 32px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #898791;
  margin: 0;
  position: relative;
  display: block;
  text-transform: none; }
  .agree-block label:before {
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    opacity: 0;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/checkbox.svg) center center no-repeat;
    z-index: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .agree-block label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: 2px solid #E7E9EE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    display: block; }
  .agree-block label a {
    color: #FCCE00;
    border-bottom: 1px solid #FCCE00;
    text-decoration: none; }
    .agree-block label a:hover {
      border-color: transparent; }
.agree-block label.error {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  padding: 0; }
.agree-block input.error + label + label:before {
  opacity: 0; }
.agree-block input.error + label + label:after {
  border-color: #ec1717; }
.agree-block input.valid + label + label:before {
  opacity: 1; }
.agree-block input.valid + label + label:after {
  border-color: #FCCE00; }

.text-switch {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
  color: #000; }
  .text-switch.left {
    margin: 0 5px 0 0; }
  .text-switch.right {
    margin-left: 5px; }

.checkbox-switch {
  cursor: pointer;
  display: block;
  vertical-align: top;
  position: relative; }
  .checkbox-switch input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }
    .checkbox-switch input:checked + label:after {
      background: #D0D0D0; }
    .checkbox-switch input:checked + label:before {
      right: 22px; }
  .checkbox-switch label {
    padding: 0 65px 0 0;
    display: block;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    cursor: pointer;
    text-transform: lowercase; }
    .checkbox-switch label:first-letter {
      text-transform: uppercase; }
    .checkbox-switch label:after {
      width: 48px;
      height: 28px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      cursor: pointer;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      content: "";
      position: absolute;
      top: 3px;
      right: 0;
      background: #06D6A0; }
    .checkbox-switch label:before {
      z-index: 2;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      content: "";
      width: 24px;
      height: 24px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      top: 5px;
      right: 2px;
      background: #ffffff; }

.radiobox {
  margin: 0 0 15px 0; }
  .radiobox.select-all label:after {
    border-color: #CDCDCD; }
  .radiobox.select-all input:checked + label:after {
    border-color: #FCCE00; }
  .radiobox input {
    width: 20px;
    height: 20px;
    background: none;
    display: block;
    opacity: 0;
    float: left; }
    .radiobox input:checked + label:before {
      opacity: 1; }
    .radiobox input[checked="radio"] + label:before {
      opacity: 1; }
    .radiobox input[checked="radio"] + label {
      color: #000; }
  .radiobox input:checked + label {
    color: #000 !important; }
  .radiobox label {
    cursor: pointer;
    padding: 1px 0 0 30px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin: 0;
    position: relative;
    display: block;
    text-align: left;
    text-transform: none; }
    .radiobox label:before {
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      opacity: 0;
      content: "";
      position: absolute;
      top: 4px;
      left: 4px;
      width: 12px;
      height: 12px;
      background: #000;
      z-index: 2;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .radiobox label:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: #fff;
      border: 1px solid #000;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      display: block;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }

header.header {
  background: #008E62;
  height: 96px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 25px 0 0 0;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms; }
  header.header .logo {
    width: 180px;
    padding: 0 0 0 0;
    float: left;
    opacity: 0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    transform: scale(1.1);
    transition-timing-function: ease-in; }
    header.header .logo.active {
      opacity: 1;
      transform: scale(1); }
    header.header .logo a {
      text-decoration: none !important;
      font-size: 28px;
      line-height: 30px;
      font-weight: 500;
      color: #ffffff !important;
      letter-spacing: 1px;
      font-style: italic; }

.header-right {
  margin: 0 0 0 200px;
  min-height: 1px;
  padding: 12px 0 0 0; }

.header-right-box {
  float: right; }

.header-link-list .link {
  float: left;
  margin: 0 50px 0 0; }
  .header-link-list .link:last-child {
    margin-right: 0; }
  .header-link-list .link a {
    text-decoration: none !important;
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500; }
    .header-link-list .link a:hover {
      color: #FCCE00; }

.mobile-menu-trigger, .mobile-menu, .header-mobile {
  display: none; }

@media (max-width: 991px) {
  .hide-991 {
    display: none; }

  .header.header {
    height: 60px;
    padding: 14px 0 0 0; }
    .header.header .logo {
      width: 130px; }

  .header-mobile {
    height: 100%;
    display: block;
    padding: 0 15px; }

  .mobile-menu-close {
    padding: 8px;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px; }
    .mobile-menu-close img {
      width: 100%; }

  .mobile-menu-trigger {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px; }
    .mobile-menu-trigger span {
      height: 3px;
      background: #fff;
      display: block;
      margin: 0 0 10px 0; }

  .mobile-menu-content {
    overflow-y: auto;
    height: 100%;
    margin: 0 -15px 0 0;
    padding: 0 15px 0 0; }

  .mobile-menu {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    padding: 65px 15px 20px 15px; }
    .mobile-menu .link-list {
      margin-bottom: 20px; }
      .mobile-menu .link-list .link {
        border-bottom: 1px solid #008E62; }
        .mobile-menu .link-list .link a {
          text-decoration: none !important;
          font-size: 18px;
          line-height: 20px;
          font-weight: 400;
          color: #43434E;
          display: block;
          padding: 12px 0 10px 0; }
    .mobile-menu .name {
      color: #43434E;
      font-size: 18px;
      line-height: 120%;
      font-weight: 400;
      margin-bottom: 15px; }
    .mobile-menu .tell .link {
      margin-bottom: 10px; }
    .mobile-menu .tell a {
      text-decoration: none !important;
      color: #000 !important;
      font-size: 18px;
      line-height: 120%;
      font-weight: 500; }
    .mobile-menu .tell img {
      margin: -3px 0 0 0; }
    .mobile-menu .mail {
      margin: 0 0 20px 0; }
      .mobile-menu .mail a {
        color: #000 !important;
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        text-decoration: none !important; }
    .mobile-menu .city-title {
      color: #43434E;
      font-size: 18px;
      line-height: 120%;
      font-weight: 400;
      margin-bottom: 20px; }
    .mobile-menu .city {
      color: #000000;
      font-size: 18px;
      line-height: 120%;
      font-weight: 500; } }
footer {
  background: #F5F5F9;
  padding: 105px 0 125px 0;
  overflow: hidden; }
  footer h2 {
    margin-bottom: 65px; }
  footer .link-small {
    margin-bottom: 30px; }
    footer .link-small .link {
      margin-bottom: 10px; }
      footer .link-small .link:last-child {
        margin-bottom: 0; }
    footer .link-small a {
      text-decoration: none !important;
      color: #43434E; }
      footer .link-small a:hover {
        color: #FCCE00; }
  footer .copyright {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #43434E; }
  footer .name {
    color: #43434E;
    font-size: 24px;
    line-height: 156%;
    font-weight: 400;
    margin-bottom: 25px; }
  footer .tell .link {
    margin-bottom: 25px; }
  footer .tell a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500; }
  footer .tell img {
    margin: -3px 0 0 0; }
  footer .mail {
    margin: 0 0 55px 0; }
    footer .mail a {
      color: #000 !important;
      font-size: 24px;
      line-height: 24px;
      font-weight: 500;
      text-decoration: none !important; }
  footer .city-title {
    color: #43434E;
    font-size: 24px;
    line-height: 156%;
    font-weight: 400;
    margin-bottom: 20px; }
  footer .city {
    color: #000000;
    font-size: 24px;
    line-height: 132%;
    font-weight: 500; }

@media (max-width: 1199px) {
  footer {
    padding: 50px 0 50px 0; }
    footer h2, footer .h2 {
      font-size: 38px; } }
@media (max-width: 991px) {
  footer {
    padding: 40px 0 40px 0; }
    footer h2, footer .h2 {
      font-size: 30px;
      margin-bottom: 30px; }
    footer .name {
      font-size: 20px;
      line-height: 110%;
      margin-bottom: 15px; }
    footer .tell img {
      margin: -6px 0 0 0; }
    footer .tell .link {
      margin-bottom: 10px; }
    footer .tell a {
      font-size: 18px;
      line-height: 18px; }
    footer .mail {
      margin: 0 0 20px 0; }
      footer .mail a {
        font-size: 18px;
        line-height: 18px; }
    footer .city-title {
      font-size: 20px;
      line-height: 110%; }
    footer .city {
      font-size: 18px;
      line-height: 110%; } }
@media (max-width: 575px) {
  footer h2, footer .h2 {
    font-size: 25px; } }
.banner-main {
  min-height: 660px;
  position: relative; }
  .banner-main h1, .banner-main .h1, .banner-main h2, .banner-main .h2 {
    font-size: 52px;
    line-height: 118%;
    font-weight: 500;
    margin-bottom: 25px; }
  .banner-main ul {
    margin: 0 0 40px 0; }
  .banner-main li {
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0 0 0 32px;
    font-size: 18px;
    line-height: 156%;
    font-weight: 400;
    margin-bottom: 30px; }
  .banner-main .text-block {
    padding: 60px 0 0 0; }

@media (max-width: 1350px) and (min-width: 1200px) {
  .banner-main h1, .banner-main .h1, .banner-main h2, .banner-main .h2 {
    font-size: 45px;
    line-height: 118%;
    font-weight: 500; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .banner-main h1, .banner-main .h1, .banner-main h2, .banner-main .h2 {
    font-size: 40px;
    line-height: 118%;
    font-weight: 500; } }
@media (max-width: 991px) {
  .banner-main {
    background: none;
    min-height: 10px; }
    .banner-main h1, .banner-main .h1, .banner-main h2, .banner-main .h2 {
      font-size: 32px;
      line-height: 118%;
      font-weight: 500; }
      .banner-main h1 br, .banner-main .h1 br, .banner-main h2 br, .banner-main .h2 br {
        display: none; }
    .banner-main .text-block {
      padding: 40px 0 0 0; } }
@media (max-width: 575px) {
  .banner-main h1, .banner-main .h1, .banner-main h2, .banner-main .h2 {
    font-size: 25px;
    line-height: 118%;
    font-weight: 500; }
  .banner-main ul {
    margin-bottom: 20px; }
  .banner-main li {
    margin-bottom: 20px; } }
.utp-statistics {
  padding: 85px 0 100px 0; }

.utp-s-block .num {
  color: #CE0C36;
  font-size: 64px;
  line-height: 60px;
  font-weight: 400;
  font-family: "Oswald";
  margin-bottom: 20px; }
.utp-s-block .text {
  color: #000;
  font-size: 32px;
  line-height: 140%;
  font-weight: 500; }

@media (max-width: 1199px) {
  .utp-statistics {
    padding: 70px 0 50px 0; }

  .utp-s-block .num {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 110%;
    font-weight: 400; }
  .utp-s-block .text {
    font-size: 25px; } }
@media (max-width: 991px) {
  .utp-statistics {
    padding: 50px 0 40px 0; }

  .utp-s-block .num {
    font-size: 35px;
    line-height: 100%;
    font-weight: 400; }
  .utp-s-block .text {
    font-size: 20px; } }
@media (max-width: 575px) {
  .utp-statistics {
    padding-bottom: 0; }

  .utp-s-block {
    margin-bottom: 30px; }
    .utp-s-block .num {
      font-size: 30px;
      line-height: 100%;
      font-weight: 400; }
    .utp-s-block .text {
      font-size: 18px; } }
.our-mission img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
.our-mission .text-formatted {
  padding: 55px 0 0 50px; }
  .our-mission .text-formatted p {
    font-weight: 500; }

@media (max-width: 991px) {
  .our-mission .text-formatted {
    padding: 0 0 0 0; } }
@media (max-width: 575px) {
  .our-mission .img {
    margin: 0 0 30px 0; } }
.gallery-main {
  padding: 100px 0 55px 0; }

.slider-gallery .img {
  margin: 0 15px; }
  .slider-gallery .img img {
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
  .slider-gallery .img a {
    position: relative;
    display: block;
    overflow: hidden; }
    .slider-gallery .img a:hover:before {
      transform: scale(400); }
    .slider-gallery .img a:before {
      background: rgba(255, 255, 255, 0.3);
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1px;
      height: 1px;
      -webkit-transition-duration: 1000ms;
      -moz-transition-duration: 1000ms;
      -ms-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms; }

@media (max-width: 991px) {
  .gallery-main {
    padding-bottom: 25px; } }
.vacancy-tab-section {
  padding: 60px 0 70px 0; }

.vacancy-line {
  padding: 30px 0;
  border-bottom: 2px solid #F5F5F9; }
  .vacancy-line:first-child {
    border-top: 2px solid transparent; }
  .vacancy-line:last-child {
    border-bottom: 2px solid transparent; }
  .vacancy-line .vacancy-date {
    float: left;
    margin: 0 25px 0 0; }
  .vacancy-line .vacancy-city {
    float: left; }
  .vacancy-line .btn {
    padding: 0 10px;
    width: 100%;
    text-align: center; }

.vacancy-name {
  font-size: 24px;
  line-height: 156%;
  font-weight: 500;
  margin-bottom: 10px; }

.vacancy-date {
  color: #43434E;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400; }

.vacancy-city {
  color: #43434E;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400; }

@media (max-width: 991px) {
  .vacancy-tab-section {
    padding: 30px 0 0 0; }

  .vacancy-name {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500; } }
@media (max-width: 767px) and (min-width: 576px) {
  .vacancy-line .btn {
    font-size: 15px; } }
@media (max-width: 575px) {
  .vacancy-line:first-child {
    padding-top: 0; }
  .vacancy-line .btn {
    margin-top: 20px; } }
.send-resume {
  padding: 0 0 100px 0; }
  .send-resume h2 {
    margin-bottom: 25px; }
  .send-resume .text-formatted p {
    font-weight: 500; }
  .send-resume .block-btn {
    padding: 50px 0 0 0;
    position: relative;
    text-align: right; }
  .send-resume .btn-ib {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .send-resume .btn-ib:before {
      content: "";
      position: absolute;
      top: -52px;
      left: -250px;
      width: 213px;
      height: 60px;
      background: url(../img/arrow-style.svg) no-repeat; }
  .send-resume .btn {
    float: right; }

@media (max-width: 991px) {
  .send-resume {
    padding: 30px 0 50px 0; } }
@media (max-width: 767px) {
  .send-resume .btn-ib:before {
    display: none; }
  .send-resume .block-btn {
    text-align: left;
    padding-top: 30px; }
  .send-resume .btn {
    float: none; } }
.invitation-block {
  background: #f9f8fa;
  padding: 70px 0 90px 0; }
  .invitation-block h2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 140%;
    font-weight: 500; }
    .invitation-block h2 .bg-line {
      background: url(../img/bg-line-text.svg) center bottom no-repeat;
      padding: 0 0 12px 0; }
  .invitation-block ul {
    margin: 0 0 40px 0; }
  .invitation-block li {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 3px 0 0 40px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 152%;
    font-weight: 500;
    min-height: 35px; }
  .invitation-block .container-box {
    position: relative; }
  .invitation-block .p-relative {
    position: relative;
    z-index: 2; }
  .invitation-block .img {
    width: 485px;
    position: absolute;
    bottom: -90px;
    right: 0; }

@media (max-width: 991px) {
  .invitation-block {
    padding: 40px 0 40px 0; }
    .invitation-block .img {
      display: none; } }
@media (max-width: 767px) {
  .invitation-block h2 .bg-line {
    background: none; } }
@media (max-width: 575px) {
  .invitation-block h2 {
    font-size: 25px;
    line-height: 120%; } }
.utp-guarantee {
  padding: 100px 0 55px 0; }
  .utp-guarantee h2 {
    margin-bottom: 55px; }

.utp {
  margin: 0 0 35px 0; }
  .utp .img {
    height: 55px;
    margin: 0 0 25px 0; }
  .utp .title {
    font-size: 24px;
    line-height: 132%;
    font-weight: 500;
    margin-bottom: 20px; }
  .utp .text {
    color: #43434E;
    font-size: 18px;
    line-height: 156%;
    font-weight: 400; }

@media (max-width: 991px) {
  .utp-guarantee {
    padding: 50px 0 0 0; }

  .utp .title br {
    display: none; } }
@media (max-width: 575px) {
  .utp-guarantee {
    padding: 30px 0 0 0; }
    .utp-guarantee h2 {
      margin-bottom: 30px; }

  .utp .title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 15px; } }
.events-gallery {
  padding: 0 0 70px 0;
  overflow: hidden; }
  .events-gallery .slick-slider .slick-dots {
    height: 0;
    overflow: hidden; }
  .events-gallery h2 {
    margin-bottom: 35px; }
  .events-gallery .column-left {
    margin: 0 124px 0 0; }
  .events-gallery img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    width: 100%; }
  .events-gallery .column-right {
    float: right;
    width: 117px; }
  .events-gallery .slider-nav-events .slide {
    cursor: pointer; }
    .events-gallery .slider-nav-events .slide.slick-current {
      position: relative; }
      .events-gallery .slider-nav-events .slide.slick-current:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.5); }
  .events-gallery .slider-nav-events .img {
    margin-bottom: 8px;
    height: 76px; }
    .events-gallery .slider-nav-events .img img {
      width: 100%;
      height: 100%; }

.fancybox-image {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }

@media (max-width: 991px) {
  .events-gallery {
    padding: 0 0 30px 0; } }
@media (max-width: 575px) {
  .events-gallery .slick-slider .slick-dots {
    height: auto;
    overflow: visible; }
  .events-gallery .column-left {
    margin-right: 0; }
  .events-gallery .column-right {
    width: 0;
    overflow: hidden;
    float: none;
    height: 0; } }
.staff-list {
  padding: 70px 0 50px 0; }

.staff-card {
  position: relative;
  margin: 0 0 45px 0; }
  .staff-card .position {
    position: absolute;
    bottom: 20px;
    left: 15px;
    background: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px; }
  .staff-card .img {
    margin-bottom: 20px;
    position: relative; }
    .staff-card .img img {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      width: 100%; }
  .staff-card .title {
    font-size: 24px;
    line-height: 156%;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000; }
  .staff-card .text {
    font-size: 18px;
    line-height: 156%;
    font-weight: 400;
    color: #43434E; }

.staff-card-title .img {
  width: 134px;
  height: 128px;
  margin: 0 0 70px 0; }
.staff-card-title .title {
  font-size: 48px;
  line-height: 117%;
  font-weight: 500;
  color: #000; }

.staff-card-yellow {
  background: #FCCE00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  min-height: 472px;
  padding: 35px 25px 140px 45px;
  position: relative; }
  .staff-card-yellow .title {
    font-size: 48px;
    line-height: 118%;
    font-weight: 500; }
  .staff-card-yellow .btn {
    position: absolute;
    bottom: 45px;
    left: 45px;
    right: 45px;
    display: block;
    padding: 0 10px;
    text-align: center; }

@media (max-width: 1199px) {
  .staff-card-title .img {
    width: 80px;
    height: auto;
    margin: 0 0 35px 0; }
  .staff-card-title .title {
    font-size: 30px;
    max-width: 290px; }

  .staff-card-yellow .title {
    font-size: 30px; } }
@media (max-width: 991px) {
  .staff-list {
    padding: 30px 0 50px 0; } }
@media (max-width: 575px) {
  .staff-card-yellow {
    min-height: 200px;
    padding: 35px 15px 110px 15px; }
    .staff-card-yellow .title {
      font-size: 24px; }
    .staff-card-yellow .btn {
      bottom: 20px;
      left: 15px;
      right: 15px; }

  .staff-card-title {
    margin-bottom: 30px; }
    .staff-card-title .title {
      max-width: 100%;
      font-size: 20px; }
    .staff-card-title .img {
      margin-bottom: 25px; }

  .staff-card {
    margin: 0px 0 30px 0; }
    .staff-card .img {
      margin-bottom: 15px; }
    .staff-card .title {
      font-size: 20px;
      line-height: 110%; }
    .staff-card .text {
      line-height: 110%; } }
.modal {
  background: rgba(255, 255, 255, 0.8); }
  .modal .modal-dialog {
    max-width: 880px; }
  .modal .modal-content {
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.06);
    padding: 60px 60px 60px 60px;
    position: relative; }
  .modal .jq-selectbox .jq-selectbox__dropdown ul {
    max-height: 180px !important; }

.modal-dialog .modal-header {
  position: relative;
  z-index: 10;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: block;
  padding: 0 0;
  border-bottom: none;
  margin-bottom: 45px;
  border-bottom: none; }
.modal-dialog .modal-body {
  padding: 0 0 0; }
.modal-dialog .modal-title {
  font-size: 48px;
  line-height: 110%;
  font-weight: 500;
  color: #000;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
  position: relative; }
.modal-dialog .close {
  width: 40px;
  height: 40px;
  background: url(../img/close.svg) center center no-repeat;
  -webkit-background-size: 14px;
  background-size: 14px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 0;
  font-weight: 400;
  color: #fff;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  transform: rotate(0deg);
  opacity: 0.5;
  text-shadow: none;
  z-index: 10; }
  .modal-dialog .close span {
    display: none; }

@media (max-width: 991px) {
  .modal {
    padding-left: 15px !important;
    padding-right: 15px !important; }
    .modal .modal-content {
      padding: 30px 20px; }

  .modal-dialog .modal-title {
    font-size: 25px; } }
.form-anketa .btn {
  width: 100%;
  padding: 0 10px;
  text-align: center; }
.form-anketa input.form-control {
  height: 67px;
  line-height: 67px; }
.form-anketa .form-group {
  position: relative;
  margin-bottom: 15px; }
  .form-anketa .form-group .label-title {
    z-index: 2;
    position: absolute;
    top: -10px;
    left: 15px;
    background: #fff;
    padding: 0 10px;
    color: #898791;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top; }

.success-sent {
  padding: 130px 0;
  max-width: 550px;
  margin: 0 auto; }
  .success-sent .img {
    max-width: 80px;
    margin: 0 auto 30px; }
  .success-sent h2 {
    margin-bottom: 30px;
    text-align: center; }
  .success-sent .text-formatted {
    font-weight: 500;
    text-align: center; }

.container {
  max-width: 1170px; }

@media (max-width: 991px) {
  .container {
    max-width: 100%; } }

/*# sourceMappingURL=index.css.map */
