body .wpcf7-list-item{
    margin: 0;
}
form .wpcf7-checkbox label,
form .wpcf7-acceptance label{
    position: relative;
    cursor: pointer;
}

form .wpcf7-checkbox input[type=checkbox],
form .wpcf7-acceptance input[type=checkbox]{
    position: relative;
    visibility: hidden;
    display: block;
    height: 22px;
    width: 22px;
    border-radius: 0;
    flex-shrink: 0;
}

form .wpcf7-checkbox input[type=checkbox] + span,
form .wpcf7-acceptance input[type=checkbox] + span{
    margin-left: 6px;
    line-height: 140%;
    max-width: 400px;
    border-radius: 0;
}

form .wpcf7-checkbox input[type=checkbox] + span:before,
form .wpcf7-acceptance input[type=checkbox] + span:before{
    display: block;
    position: absolute;
    content: '';
    height: 22px;
    width: 22px;
    top: 0px;
    border: 1px solid #204F674D;
    left: 0px;
    flex-shrink: 0;
}
form .wpcf7-list-item-label{
    color: rgba(26, 26, 26, 0.6);
}
form .wpcf7-acceptance label{
    display: flex;
    align-items: start;
}
form .wpcf7-checkbox input[type=checkbox] + span:after,
form .wpcf7-acceptance input[type=checkbox] + span:after{
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 14px;
    top: 5px;
    left: 5px;
    visibility: hidden;
    background: url("https://sav-orbico.com/wp-content/uploads/2025/12/check.png")center/contain no-repeat;
    flex-shrink: 0;
    z-index: 2;
}

form .wpcf7-checkbox input[type=checkbox]:checked + span:before,
form .wpcf7-acceptance input[type=checkbox]:checked + span:before{
    background: #204F67;
    border: 1px solid #204F674D
}
form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item{
    margin-bottom: 20px;
    margin-top: 20px;
}
form .wpcf7-checkbox input[type=checkbox]:checked + span:after,
form .wpcf7-acceptance input[type=checkbox]:checked + span:after{
    visibility: visible;
}
form .wpcf7-acceptance a{
    text-decoration: underline;
}
form .wpcf7-checkbox a,
form .wpcf7-acceptance a{
    color: #000000B2;
}
/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid rgba(32, 79, 103, 0.3);
  background: #fff;
  position: relative;
}
@media screen and (max-width:768px){
	body .selectric .label {margin: 0 38px 0 10px;}
	.selectric-items li {height:40px;line-height:30px}
body .selectric .label { line-height: 40px;
	height: 40px;}}

.selectric .label {
	margin: 0 38px 0 25px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 25px;
  font-size: 14px;
  line-height: 50px;
	  height: 50px;
  color: rgba(32, 79, 103, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
* {
    -webkit-tap-highlight-color: transparent;
}
body .awsm-selectric-items{ position: relative;}
/* Items box */
.selectric-items {
  display: none;
  position: relative;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #c4c4c4;
  z-index: -1;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li, body .awsm-selectric-items li {
  display: flex;
  padding: 10px 20px;height:50px;line-height:15px;
  color: #204F67;
  cursor: pointer;
	align-items:center;
}

.selectric-items li.selected {
    color: #204F67;
    font-weight: 600;
    background: transparent;
}

.selectric-items li.highlighted {
	    color: #204F67;
    font-weight: 600;
    background: transparent;
}

.selectric-items li:hover, body .awsm-selectric-items li:hover, .team__dropdown_cat li a:hover {
  background: #204F67;
	color:#fff;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

@font-face {
    font-family: "PFBeauSansPro";
    font-weight: 300;
    src: url(/wp-content/themes/zakra-child/fonts/PFBeauSansPro-Light.ttf) format("truetype");
}
@font-face {
    font-family: "PFBeauSansPro";
    font-weight: 400;
    src: url(/wp-content/themes/zakra-child/fonts/PFBeauSansPro-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "PFBeauSansPro";
    font-weight: 600;
    src: url(/wp-content/themes/zakra-child/fonts/PFBeauSansPro-SemiBold.ttf) format("truetype");
}

*,
*:before,
*:after {
    box-sizing: border-box; }

body {
    margin: 0;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: #204F67;
    font-family: 'PFBeauSansPro', sans-serif; }

.container {
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto; }
@media (max-width: 767px) {
    .container {
        padding: 0 25px; } }

.container--team {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; }

.img {
    display: block;
    max-width: 100%;
    height: auto; }

h1, h2, h3, h4, h5, h6 {
    margin: 0; }

p {
    margin: 0; }

a {
    text-decoration: none;
    color: inherit; }

.input {
    display: block;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }


@media (max-width: 1279px) {
    .content-gap {
        padding: 0; } }

section {
    margin-bottom: 150px; }
@media (max-width: 1279px) {
    section {
        margin-bottom: 100px; } }
@media (max-width: 767px) {
    section {
        margin-bottom: 70px; } }

.section-entry-team {
    margin-bottom: 100px; }
@media (max-width: 1279px) {
    .section-entry-team {
        margin-bottom: 80px; } }
@media (max-width: 767px) {
    .section-entry-team {
        margin-bottom: 50px; } }

.main-inner {
    margin-top: 160px; }
@media (max-width: 1279px) {
    .main-inner {
        margin-top: 120px; } }
@media (max-width: 767px) {
    .main-inner {
        margin-top: 100px; } }

.btn {
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    border: none;
    background: none;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
.btn:focus {
    outline: none; }

.btn--transparent {
    font-size: 14px;
    border: 1px solid #204F67;
    background-color: transparent;
    transition: background-color .2s linear, color .2s linear; }
.btn--transparent:hover {
    background-color: #204F67;
    color: #ffffff; }

.btn--orange {
    border: 1px solid #F89824;
    background-color: transparent;
    color: #F89824;
    font-size: 18px;
    font-weight: 600; }
.btn--orange:hover {
    background: linear-gradient(90deg, #FCC60E 0%, #F47530 100%);
    color: #ffffff;
    border: none; }

.header {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 99;
    color: #ffffff; }
.header--mod {
    color: #204F67; }

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }

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

.header__logo span {
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }

@media (max-width: 767px) {
    .header .container {
        padding: 0 10px; }
    .header__logo span {
        font-size: 12px;
        margin-right: 10px; } }

/**
 * Swiper 6.5.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 23, 2021
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal; }

:root {
    --swiper-theme-color:#007aff; }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column; }

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto; }

.swiper-container-pointer-events {
    touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x; }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform; }

.swiper-slide-invisible-blank {
    visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto; }

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height; }

.swiper-container-3d {
    perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory; }

:root {
    --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color:#000000; }

.swiper-button-lock {
    display: none; }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%; }

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2; }

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-white {
    --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
    --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
    display: none; }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }

.swiper-scrollbar-cursor-drag {
    cursor: move; }

.swiper-scrollbar-lock {
    display: none; }

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.swiper-slide-zoomed {
    cursor: move; }

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent; }

.swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
    --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg); } }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-cube {
    overflow: visible; }

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px); }

.swiper-container-flip {
    overflow: visible; }

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.intro .swiper-container {
    width: 100%;
    min-height: 650px; }

.intro .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.intro__item {
    min-height: 650px;
    position: relative;
    padding-left: 80px; }

.intro__item img {
    position: absolute;
    bottom: 0;
    right: 40px; }

.intro__item-title {
    font-size: 50px;
    font-weight: 300;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.intro .swiper-pagination {
    bottom: 20px; }

.intro .swiper-pagination-bullet-active {
    background: #ffffff; }

@media (max-width: 1279px) {
    .intro__item img {
        max-width: 280px;
        right: 0; }
    .intro__item-title {
        font-size: 40px; }
    .intro .swiper-container {
        min-height: 490px; }
    .intro__item {
        min-height: 490px;
        padding: 0; } }

@media (max-width: 767px) {
    .intro .swiper-container {
        min-height: 568px; }
    .intro__item {
        padding-top: 90px;
        min-height: 568px; }
    .intro__item img {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        max-width: none;
        max-height: 400px; }
    .intro__item-title {
        position: static;
        transform: none;
        font-weight: 600; }
    .intro__item-title {
        text-align: center;
        font-size: 22px; } }

.nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; }

.nav__item + .nav__item {
    margin-left: 50px; }

.nav__link {
    font-size: 14px; }

@media (max-width: 1279px) {
    .nav {
        display: none; } }

.stat__text {
    max-width: 625px;
    margin-bottom: 70px;
    font-size: 30px; }

.stat__items {
    display: grid;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    grid-column-gap: 120px;
    grid-row-gap: 60px; }

.stat__item-title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600; }

.stat__item-text {
    font-size: 18px; }

@media (max-width: 1279px) {
    .stat__text {
        max-width: 460px;
        font-size: 22px; }
    .stat__items {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
        grid-row-gap: 40px; } }

@media (max-width: 767px) {
    .stat__text {
        max-width: none;
        font-size: 18px; }
    .stat__items {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 30px; }
    .stat__item-title {
        margin-bottom: 5px;
        font-size: 22px; }
    .stat__item-text {
        font-size: 14px; } }

.title {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 600; }

@media (max-width: 1279px) {
    .title {
        margin-bottom: 40px;
        font-size: 30px; } }

@media (max-width: 767px) {
    .title {
        margin-bottom: 30px;
        font-size: 22px; } }

.direct__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 37px; }

.direct__item {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 240px; }
.direct__item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FCC60E 0%, #F47530 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease; }
.direct__item:before {
    opacity: 1; }
.direct__item .direct__item-title {
    color: #ffffff; }
.direct__item svg path {
    fill: #ffffff; }

.direct__item:hover {
    transform: scale(1.025);
}

.direct__item-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }

.direct__item-title {
    font-size: 22px;
    font-weight: 600;
    transition: color .3s ease; }

.direct__item-bot {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.direct__item-vacancy {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center; }
.direct__item-vacancy span {
    margin-right: 14px;
    font-size: 50px; }

@media (max-width: 1279px) {
    .direct__items {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 28px;
        grid-row-gap: 30px; }
    .direct__item {
        min-height: 240px; } }

@media (max-width: 767px) {
    .direct__item-vacancy {
        display: none; }
    .direct__items {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 20px; }
    .direct__item-inner {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start; }
    .direct__item-title {
        margin-left: 30px;
        order: 1;
        font-size: 18px; }
    .direct__item {
        min-height: 160px; } }

.watch {
    background: url("../img/watch-bg.jpg") no-repeat center;
    background-size: cover;
    min-height: 492px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.watch__title {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 600; }

.watch__btn {
    display: flex;
    align-items: center;
    color: #ffffff; }
.watch__btn img {
    margin-right: 23px; }

@media (max-width: 1279px) {
    .watch {
        min-height: 332px;
        align-items: center; }
    .watch__title {
        margin-bottom: 20px;
        font-size: 30px;
        text-align: center; }
    .watch__btn {
        margin: 0 auto;
        font-size: 14px; }
    .watch__btn img {
        margin-right: 15px;
        width: 30px;
        height: 30px; } }

@media (max-width: 767px) {
    .watch {
        min-height: 208px; }
    .watch__title {
        margin-bottom: 10px;
        font-size: 18px; }
    .watch__btn {
        margin: 0 auto;
        font-size: 10px; }
    .watch__btn img {
        margin-right: 10px;
        width: 24px;
        height: 24px; } }

.public__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px; }

.public__top {
    margin-bottom: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
.public__top .title {
    margin: 0; }

.public__link {
    width: 100%;
    max-width: 185px;
    height: 47px; }

.public > .public__link {
    display: none; }

.public__item img {
    margin-bottom: 20px;
    aspect-ratio: 2 / 1.5;
	/*height:250px;*/
	object-fit:cover;
}

.public__item-title {
    margin-bottom: 2px;
    font-size: 14px;
    color: rgba(32, 79, 103, 0.5); }

.public__item-text {
    font-size: 18px; }

@media (max-width: 1279px) {
    .public__items {
        grid-template-columns: 1fr 1fr; }
    .public__item {
        max-width: 380px; }
    /*.public__item img {*/
    /*    height: 350px;*/
    /*}*/
}

@media screen and (max-width: 991.98px) {
    /*.public__item img {*/
    /*    height: 250px;*/
    /*}*/
}

@media (max-width: 767px) {
    .public__items .public__item:nth-of-type(2) {
        display: none; }
    .public__items {
        grid-template-columns: 1fr; }
    .public__item img {
        margin-bottom: 20px; }
    .public__item-title {
        margin-bottom: 10px;
        font-size: 10px; }
    .public__item-text {
        font-size: 14px; }
    .public__top > .public__link {
        display: none; }
    .public > .public__link {
        margin: 40px auto 0;
        display: flex; } }

.footer {
    padding-top: 130px;
    background-color: rgba(196, 196, 196, 0.1); }

.footer__title {
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 300; }

.footer__telegram {
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    color: rgba(32, 79, 103, 0.5);
    transition: color .2s linear; }
.footer__telegram svg {
    margin-right: 20px; }
.footer__telegram svg g {
    transition: opacity .2s linear; }
.footer__telegram:hover {
    color: #204f67; }
.footer__telegram:hover svg g {
    opacity: 1; }

.footer__bot {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between; }

.footer__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; }

.footer__list-item + .footer__list-item {
    margin-left: 50px; }

.footer__list-link {
    font-size: 14px; }

.footer__copyright {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px; }

@media (max-width: 1279px) {
    .footer {
        padding-top: 80px; }
    .footer__title {
        margin-bottom: 20px;
        font-size: 22px; }
    .footer__telegram {
        margin-bottom: 90px;
        font-size: 14px; }
    .footer__telegram svg {
        margin-right: 10px;
        width: 20px;
        height: 20px; }
    .footer__bot {
        align-items: flex-start;
        justify-content: flex-start; }
    .footer__list {
        margin-left: 205px;
        flex-direction: column; }
    .footer__list-item + .footer__list-item {
        margin: 20px 0 0; }
    .footer__copyright {
        justify-content: flex-start; }
    .footer__copyright p {
        margin-right: 148px; } }

@media (max-width: 767px) {
    .footer {
        padding-top: 60px; }
    .footer__title {
        margin-bottom: 10px;
        font-size: 18px; }
    .footer__telegram {
        margin-bottom: 60px; }
    .footer__list {
        margin-left: 66px; }
    .footer__copyright {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; }
    .footer__copyright p {
        margin: 0 0 10px; }
    .footer__logo {
        width: 89px;
        height: 50px; } }

.burger-mobile {
    display: none;
    width: 20px;
    padding: 10px 0;
    font-size: 0;
    color: transparent;
    border: none;
    background: none;
    cursor: pointer;
    outline: none; }

.burger-mobile--blue .burger-mobile__item {
    background-color: #204F67; }
.burger-mobile--blue .burger-mobile__item:before, .burger-mobile--blue .burger-mobile__item:after {
    background-color: #204F67; }

.burger-mobile__item {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: relative;
    z-index: 4; }
.burger-mobile__item:before, .burger-mobile__item:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    z-index: 1;
    transition: transform .2s linear; }
.burger-mobile__item:before {
    top: -6px; }
.burger-mobile__item:after {
    top: 6px; }

@media (max-width: 1279px) {
    .burger-mobile {
        display: block; } }

.entry {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px; }

.entry__title {
    font-size: 50px;
    font-weight: 600;
    color: #ffffff; }

@media (max-width: 1279px) {
    .entry {
        min-height: 230px;
        padding-bottom: 10px; }
    .entry__title {
        font-size: 40px; } }

@media (max-width: 767px) {
    .entry__title {
        font-size: 30px; } }

.accordion__item {
    border-bottom: 1px solid #C4C4C4; }

.accordion__item-trigger {
    padding-bottom: 40px;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
.accordion__item-trigger span {
    font-weight: 600; }

.accordion__item + .accordion__item {
    padding-top: 40px; }

.accordion__item-trigger__plus {
    font-family: system-ui, sans-serif;
    font-size: 50px;
    line-height: 1;
    margin: 0 40px 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.accordion__item-content {
    display: none;
    padding: 20px 0 60px; }

.accordion__item-content__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px; }

@media (max-width: 1279px) {
    .accordion__item-trigger {
        padding-bottom: 30px;
        font-size: 22px; }
    .accordion__item-trigger span {
        display: block; }
    .accordion__item + .accordion__item {
        padding-top: 30px; }
    .accordion__item-trigger__plus {
        font-size: 40px;
        margin: 0 30px 0 15px; }
    .accordion__item-content {
        padding: 10px 0 50px; }
    .accordion__item-content__inner {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 28px;
        grid-row-gap: 40px; } }

@media (max-width: 767px) {
    .accordion__item-trigger {
        padding-bottom: 20px;
        font-size: 14px; }
    .accordion__item + .accordion__item {
        padding-top: 20px; }
    .accordion__item-trigger__plus {
        font-size: 30px;
        margin: 0 10px; }
    .accordion__item-content {
        padding: 20px 0 40px; }
    .accordion__item-content__inner {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 30px; }
    .accordion__item-content__inner .public__item {
        margin: 0 auto; } }

.news__sup-title {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(32, 79, 103, 0.5); }

.news__title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
    max-width: 600px; }

.news__sub-title {
    margin-bottom: 50px;
    display: flex;
    font-size: 14px;
    font-weight: 300; }
.news__sub-title p:first-of-type {
    margin-bottom: 5px;
    font-weight: 600; }
.news__sub-title div:first-of-type {
    margin-right: 100px; }

.news__inner {
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-gap: 110px;
    position: relative; }

.news__img {
    margin-bottom: 70px; }

.news__title-task {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 300; }

.news__list {
    margin: 0;
    padding: 0;
    counter-reset: title;
    list-style-type: none; }
.news__list li {
    position: relative; }
.news__list li::before {
    content: counter(title) ".";
    counter-increment: title;
    position: absolute;
    top: 3px;
    left: 0;
    font-family: 'PFBeauSansPro', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #204F67; }
.news__list li + li {
    margin-top: 30px; }
.news__list h4 {
    padding-left: 25px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600; }
.news__list p {
    font-size: 18px; }

.news__aside {
    padding: 30px 0 40px;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    position: sticky;
    top: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; }

.news__aside-title {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600; }

.news__aside-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 40px; }
.news__aside-item p {
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(32, 79, 103, 0.5); }
.news__aside-item h6 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300; }
.news__aside-item:hover .news__aside-item__link {
    color: #F89824; }
.news__aside-item:hover svg path {
    fill: #F89824; }

.news__aside-item__link {
    margin-top: auto;
    font-size: 14px; }
.news__aside-item__link svg {
    margin-left: 15px; }

.news__aside-item__content {
    display: flex;
    flex-direction: column;
    height: 100%; }

.news__aside-item + .news__aside-item {
    margin-top: 40px; }

.news-slider .swiper-container {
    width: 100%;
    padding-bottom: 80px; }

.news-slider .swiper-slide {
    transition: all 200ms linear;
    transform: scale(0.7);
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center; }

.news-slider .swiper-slide-active {
    transform: scale(1);
    opacity: 1; }

.news-slider .swiper-button-next,
.news-slider .swiper-button-prev {
    bottom: 0;
    top: auto; }

.news-slider .swiper-button-next {
    right: 43%; }

.news-slider .swiper-button-prev {
    left: 43%; }

.news-slider .swiper-pagination {
    bottom: 14px; }

.news-slider .swiper-button-next:after,
.news-slider .swiper-button-prev:after {
    color: #204F67;
    font-size: 22px; }

.news-slider .swiper-pagination-bullet-active {
    background: #204F67; }

.news-slider .swiper-container .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 7px; }

@media (max-width: 1279px) {
    .news__aside {
        display: none; }
    .news__inner {
        grid-template-columns: 1fr; }
    .news-slider .swiper-slide {
        transform: scale(0.8); }
    .news-slider .swiper-slide-active {
        transform: scale(1); }
    .news-slider .swiper-button-next {
        right: 40%; }
    .news-slider .swiper-button-prev {
        left: 40%; }
    .news__img {
        margin-bottom: 50px; } }

@media (max-width: 767px) {
    .news-slider .swiper-slide {
        transform: scale(0.85); }
    .news-slider .swiper-slide-active {
        transform: scale(1); }
    .news__title {
        margin-bottom: 30px;
        font-size: 22px;
        max-width: none; }
    .news__sub-title {
        margin-bottom: 30px;
        flex-direction: column; }
    .news__sub-title div:first-of-type {
        margin: 0 0 20px; }
    .news__title-task {
        margin-bottom: 20px;
        font-size: 22px; }
    .news__list h4 {
        margin-bottom: 20px;
        font-size: 18px; }
    .news__list li:before {
        top: 2px;
        font-size: 18px; }
    .news__list li + li {
        margin-top: 20px; }
    .news__list p {
        font-size: 14px; }
    .news-slider .swiper-button-next:after,
    .news-slider .swiper-button-prev:after {
        font-size: 16px; }
    .news-slider .swiper-button-next {
        right: 25%; }
    .news-slider .swiper-button-prev {
        left: 25%; } }

.team__dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    max-width: 100%;
    width: 324px;
    height: 60px;
    border: 1px solid #204F67;
    font-size: 14px;
    font-weight: 300;
    color: #204F67; }
.div2 .team__dropdown-trigger {
    display: none; }

.div1 .team__dropdown {
    width: 324px;
    max-width: 100%;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    display: none;
    border: 1px solid #C4C4C4;
    border-top: none; }
.div1 .team__dropdown li {
    width: 100%;
    text-align: left;
    padding: 15px 30px;
    font-size: 14px;
    cursor: pointer;
    color: rgba(32, 79, 103, 0.7); }
.team__dropdown:first-of-type li.selected {
    font-weight: 600;
    color: #204f67; }

.team__tabs {
    padding: 0;
    margin: 50px 0 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center; }
.team__tabs li {
    cursor: pointer;
    font-size: 18px; }
.team__tabs li.selected {
    font-weight: 600;
    color: #204f67; }

.team__item-info {
    position: absolute;
    top: -15px;
    left: 30px;
    z-index: 1; }

.team__item-name {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600; }

.team__item-prof {
    font-size: 10px; }

.team__list {
    float: left;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none; }

.team__item {
    float: left;
    width: 29.4%;
    margin-top: 100px;
    position: relative; }
.team__item:nth-child(6n + 1) {
    margin-left: 11.8%; }
.team__item:nth-child(6n) {
    margin-right: 11.8%; }

 
.team__item:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }

.team__item-inner {
    background-color: #E8F5FF;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 259px; }

.clearfix {
    clear: both; }

@media (max-width: 1279px) {
    .team__item {
        width: 47.9%;
        min-height: 215px;
        margin-top: 75px; }
    .team__item:nth-child(6n + 1) {
        margin-left: 0; }
    .team__item:nth-child(6n) {
        margin-right: 0; }
    .team__item:nth-child(4n + 1) {
        margin-left: 4.2%; }
    .team__item:nth-child(4n) {
        margin-right: 4.2%; }
    .team__tabs {
        flex-wrap: wrap;
        margin: 35px -10px 0; }
    .team__tabs li {
        width: calc(100% / 12 * 3 - 20px);
        margin: 10px;
        text-align: center; }
    .team__item-name {
        font-size: 18px;
        margin-bottom: 0; }
    .team__item:before {
        width: 60px;
        height: 60px; } }

@media (max-width: 768px) {
    .team__item-info {
        left: 10px; }
    .team__item {
        width: 95.3%;
        min-height: 182px;
        margin-top: 49px; }
    .team__item:nth-child(4n + 1) {
        margin-left: 0; }
    .team__item:nth-child(4n) {
        margin-right: 0; }
    .team__item:nth-child(odd) {
        margin-left: 4.7%; }
    .team__item:nth-child(even) {
        margin-right: 4.7%; }
    .team__item:nth-child(even) .team__item-info {
        left: auto;
        right: 10px; }
    .team__tabs {
        display: none;
        margin: 0;
        border: 1px solid #C4C4C4;
        border-top: none;
        padding: 10px 0; }
    .team__tabs li {
        margin: 0;
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        font-size: 14px; }
    .team__dropdown:first-of-type {
        width: 100%; }
    .team__dropdown:first-of-type li {
        padding: 10px 20px; }
    .div2 .team__dropdown-trigger {
        display: flex;
        margin-top: 20px; }
    .team__dropdown-trigger {
        padding: 0 20px;
        width: 100%; }
    .team__item:before {
        width: 50px;
        height: 50px; } }

.vacancy-form__item {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C4C4C4; }

.vacancy-form__item + .vacancy-form__item {
    padding-top: 50px; }

.vacancy-form__title {
    font-size: 22px;
    font-weight: 600; }

.vacancy-form__select {
    margin-bottom: 15px;
    display: block;
    padding: 0 25px;
    width: 450px;
    max-width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #204F67;
    font-family: 'PFBeauSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #204F67;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    cursor: pointer;
    background-color: transparent;
    background-image: url("/wp-content/uploads/2021/08/select_after.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    border-radius: 0; }

.vacancy-form__input,
.vacancy-form__textarea {
    margin-bottom: 15px;
    display: block;
    border: 1px solid rgba(32, 79, 103, 0.3);
    width: 450px;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    padding: 0 25px; }
.vacancy-form__input::-moz-placeholder, .vacancy-form__textarea::-moz-placeholder {
    color: rgba(32, 79, 103, 0.5); }
.vacancy-form__input:-ms-input-placeholder, .vacancy-form__textarea:-ms-input-placeholder {
    color: rgba(32, 79, 103, 0.5); }
.vacancy-form__input::placeholder,
.vacancy-form__textarea::placeholder {
    color: rgba(32, 79, 103, 0.5); }

.vacancy-form__input:last-of-type {
    margin-bottom: 0; }

.vacancy-form__textarea {
    resize: none;
    padding: 15px 25px;
    height: 160px; }

.vacancy-form__file {
    opacity: 0;
        z-index: -1;
    width: 100%;
    margin-top: -65px; }

.vacancy-form__file-label {
    cursor: pointer;
    width: 450px;
    height: 50px;
    border: 1px solid #204F67;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600; }

.vacancy-form__bottom {
    margin-top: 50px;
    width: 50%;
    margin-left: auto; }
.vacancy-form__bottom h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px; }
.vacancy-form__bottom .vacancy-form__select {
    margin-bottom: 35px; }

.vacancy-form__text {
    border-top: 1px solid #C4C4C4;
    padding-top: 50px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.3); }

.vacancy-form__btn {
    width: 100%;
    height: 60px; }

@media (max-width: 1279px) {
    .vacancy-form__item {
        padding: 0;
        flex-direction: column;
        margin-bottom: 40px;
        border: none; }
    .vacancy-form__item + .vacancy-form__item {
        padding: 0; }
    .vacancy-form__input,
    .vacancy-form__select,
    .vacancy-form__file-label {
        width: 100%;
        height: 40px; }
    .vacancy-form__input,
    .vacancy-form__select,
    .vacancy-form__textarea {
        padding: 0 20px; }
    .vacancy-form__textarea {
        width: 100%;
        height: 100px;
        padding: 11px 20px; }
    .vacancy-form__bottom {
        width: 100%;
        margin-top: 40px; }
    .vacancy-form__bottom h6 {
        font-size: 18px; }
    .vacancy-form__bottom .vacancy-form__select {
        margin-bottom: 30px; }
    .vacancy-form__title {
        margin-bottom: 20px;
        font-size: 18px; }
    .vacancy-form__text {
        margin: 0 0 20px;
        border: none;
        padding: 0; } }

@media (max-width: 767px) {
    .vacancy-form__select,
    .vacancy-form__input,
    .vacancy-form__textarea {
        margin-bottom: 10px;
        padding: 0 10px; }
    .vacancy-form__textarea {
        padding: 11px 10px; }
    .vacancy-form__item {
        margin-bottom: 30px; }
    .vacancy-form__bottom {
        margin-top: 30px; }
    .vacancy-form__text {
        font-size: 10px; } }

.modal-fade {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    overflow-y: auto;
    overflow-x: hidden; }

.modal {
    padding: 70px 120px 90px;
    background-color: #ffffff;
    position: relative;
    width: auto; }

.modal--respond {
    padding: 30px 100px 60px; }

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    width: 24px;
    height: 24px; }

@media (max-width: 1279px) {
    .modal-close {
        width: 20px;
        height: 20px; }
    .modal-close svg {
        width: 20px;
        height: 20px; }
    .modal {
        padding: 50px 60px 60px;
            } }

@media (max-width: 767px) {
    .modal {
        padding: 60px 25px; }
    .modal--respond {
        padding: 50px 40px; } }

.respond__title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase; }

.respond__text {
    font-size: 18px;
    margin-bottom: 20px; }
.respond__text.small {
    font-size: 14px;
    max-width: 380px; }
.respond__text.margin {
    margin-bottom: 25px; }

.respond {
    position: relative; }

.respond__human {
    max-width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
.respond__human img {
    margin-bottom: 30px; }

.respond__human-name {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600; }

.respond__human-prof {
    font-size: 14px;
    color: rgba(32, 79, 103, 0.5); }

.respond__container {
    max-width: 450px; }

@media screen and (min-width: 1450px) {
    .respond__container {
        max-width: 400px; }

    .modal.modal--respond {
        min-height: 450px;
    }
}

.respond__quote {
    margin-bottom: 40px; }

.respond__bottom {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
.respond__bottom p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #F89824; }
.respond__bottom p span {
    font-size: 50px;
    margin-right: 10px; }
.respond__bottom a {
    font-size: 14px;
    width: 100%;
    max-width: 220px;
    height: 54px; }

@media (max-width: 1450px) {
    .respond__human {
        max-width: 190px;
        position: static; }
    .respond__human img {
        margin-bottom: 20px; }
    .respond__inner {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-gap: 110px;
        margin-bottom: 20px; }
    .respond__inner .respond__text:last-child {
        margin-bottom: 0; }
    .respond__container {
        max-width: none; }
    .respond__quote {
        width: 85px;
        height: 60px;
        margin-bottom: 60px; }
    .respond__text.small {
        max-width: none; }
    .respond__text.margin {
        margin-bottom: 50px; }
    .respond__text.hide {
        display: none; } }

@media (max-width: 767px) {
    .respond__inner {
        grid-template-columns: 1fr;
        grid-gap: 40px; }
    .respond__human {
        order: -1; }
    .respond__quote {
        width: 34px;
        height: 24px;
        margin-bottom: 20px; }
    .respond__title {
        font-size: 18px; }
    .respond__text.margin {
        margin-bottom: 30px; }
    .respond__bottom {
        margin-top: 30px;
        flex-direction: column;
        align-items: center; }
    .respond__bottom p {
        margin: 0 0 10px; } }

.vacancy__top {
    margin: 0 0 100px;
    display: flex; }

.vacancy__select {
    display: block;
    padding: 0 30px;
    width: 280px;
    max-width: 100%;
    height: 60px;
    outline: none;
    border: 1px solid #204F67;
    font-family: 'PFBeauSansPro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #204F67;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    cursor: pointer;
    background-color: transparent;
    background-image: url("../img/select-arrow.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    border-radius: 0; }

.vacancy__selects {
    display: flex;
    margin-right: 50px; }

.vacancy__select-wrapper {
    margin-left: 20px;
    position: relative; }
.vacancy__select-wrapper img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    z-index: 1; }
.vacancy__select-wrapper .vacancy__select {
    padding: 0 30px 0 60px; }

.vacancy__input-search {
    padding: 0 40px;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #204F67;
    font-size: 18px; }
.vacancy__input-search::-moz-placeholder {
    color: #204F67; }
.vacancy__input-search:-ms-input-placeholder {
    color: #204F67; }
.vacancy__input-search::placeholder {
    color: #204F67; }

.vacancy__form {
    flex-grow: 1;
    position: relative; }

.vacancy__form-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1; }

.vacancy__text {
    margin: 0 0 100px;
    font-size: 18px; }
.vacancy__text span {
    font-weight: 600; }

.vacancy__list {
    padding: 0;
    margin: 0;
    list-style: none; }

.vacancy__item {
    padding: 30px 0;
    border-bottom: 1px solid #C4C4C4; }
.vacancy__item:first-of-type {
    padding-top: 0; }

.vacancy__item a {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.vacancy__prof {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px; }

.vacancy__city {
    display: flex;
    align-items: center;
    font-size: 18px; }
.vacancy__city img {
    margin-right: 12px; }

.vacancy__link {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600; }
.vacancy__link img {
    margin-right: 40px; }

@media (max-width: 1279px) {
    .vacancy__top {
        flex-direction: column;
        margin-bottom: 70px; }
    .vacancy__form {
        margin-bottom: 40px;
        order: -1; }
    .vacancy__input-search {
        width: 324px;
        font-size: 14px;
        height: 50px; }
    .vacancy__selects {
        margin: 0; }
    .vacancy__select {
        width: 100%;
        height: 50px;
        font-size: 14px; }
    .vacancy__select-wrapper {
        width: 100%; }
    .vacancy__text {
        margin-bottom: 70px; }
    .vacancy__item {
        padding: 20px 0; }
    .vacancy__prof {
        font-size: 14px; }
    .vacancy__city {
        font-size: 14px; }
    .vacancy__link {
        font-size: 14px; }
    .vacancy__link img {
        margin-right: 20px; } }

@media (max-width: 767px) {
    .vacancy__selects {
        flex-direction: column; }
    .vacancy__input-search {
        width: 100%; }
    .vacancy__form {
        margin-bottom: 20px; }
    .vacancy__select {
        padding: 0 20px; }
    .vacancy__select-wrapper {
        margin: 20px 0 0; }
    .vacancy__select-wrapper img {
        left: 20px; }
    .vacancy__select-wrapper .vacancy__select {
        padding: 0 20px 0 50px; }
    .vacancy__link span {
        display: none; }
    .vacancy__link img {
        margin: 0; } }

.spec__title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px; }

.spec__city {
    margin-bottom: 50px;
    font-size: 30px;
    color: rgba(32, 79, 103, 0.5); }

.spec__info {
    margin-bottom: 50px;
    display: flex;
    font-size: 14px; }
.spec__info div:first-child {
    margin-right: 80px; }
.spec__info p {
    font-weight: 600; }

.spec__action {
    display: flex; }
.spec__action > a {
    margin-right: 30px;
    width: 270px;
    height: 60px; }

.spec__share-wrapper {
    position: relative; }
.spec__share-wrapper:hover .spec__share-dropdown {
    opacity: 1;
    visibility: visible; }

.spec__share {
    border: 1px solid #C4C4C4;
    color: #C4C4C4;
    font-size: 18px;
    font-weight: 600;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
.spec__share svg {
    margin-right: 15px; }

.spec__share-dropdown {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear, visibility .2s linear;
    padding: 36px 15px 18px;
    margin: 0;
    list-style: none;
    width: 260px;
    max-width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 135%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5; }
.spec__share-dropdown:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 0 13px 28px 13px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -19px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%); }
.spec__share-dropdown li + li {
    margin-top: 15px; }
.spec__share-dropdown a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    border: 1px solid rgba(32, 79, 103, 0.5); }
.spec__share-dropdown a img {
    margin-right: 10px; }
.spec__share-dropdown .telegram {
    background-color: #0088CC;
    color: #ffffff;
    border-color: #0088CC; }
.spec__share-dropdown .viber {
    background-color: #665CAC;
    color: #ffffff;
    border-color: #665CAC; }
.spec__share-dropdown .last-link {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    font-weight: 300; }
.spec__share-dropdown .img-wrap {
    margin-right: 8px;
    width: 75px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(32, 79, 103, 0.5); }
.spec__share-dropdown .img-wrap img {
    margin: 0; }

@media (max-width: 767px) {
    .section-spec {
        margin-bottom: 50px; }
    .spec__title {
        font-size: 22px; }
    .spec__city {
        font-size: 22px;
        margin-bottom: 30px; }
    .spec__info {
        margin-bottom: 30px;
        flex-direction: column; }
    .spec__info div:first-child {
        margin: 0 0 20px; }
    .spec__action {
        align-items: center; }
    .spec__action > a {
        max-width: 100%; }
    .spec__share-wrapper {
        max-width: 100%; }
    .spec__share {
        width: 270px;
        max-width: 100%; }
    .spec__share-dropdown {
        top: auto;
        bottom: 135%; }
    .spec__share-dropdown:before {
        border-width: 28px 13px 0 13px;
        border-color: #ffffff transparent transparent transparent;
        bottom: -19px;
        top: auto; } }

.opportunity {
    background: url("../img/opportunity-bg.jpg") no-repeat center;
    background-size: cover;
    color: #ffffff;
    min-height: 600px;
    display: flex;
    align-items: center; }

.opportunity__inner {
    display: flex;
    justify-content: space-between;
    grid-gap: 30px; }

.opportunity__title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
    max-width: 450px; }

.opportunity__article {
    display: block;
    max-width: 400px;
    width: 100%; }
.opportunity__article img {
    margin-bottom: 30px; }
.opportunity__article p {
    margin-bottom: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5); }
.opportunity__article h4 {
    font-size: 18px;
    font-weight: 300; }

.tabs__triggers {
    display: flex;
    flex-direction: column; }

.tabs__triggers-item {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    transition: color .2s linear, padding .2s linear;
    cursor: pointer; }
.tabs__triggers-item:before {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear;
    content: '';
    border-style: solid;
    border-width: 6.5px 0 6.5px 13px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1; }

.tabs__triggers-item--active {
    padding-left: 35px;
    color: white; }
.tabs__triggers-item--active:before {
    opacity: 1;
    visibility: visible; }

.tabs__triggers-item + .tabs__triggers-item {
    margin-top: 25px; }

.tabs__content-item {
    display: none; }

.tabs__content-item--active {
    display: block; }

.opportunity__accordion {
    display: none; }

.opportunity__accordion-item {
    border-bottom: 1px solid #ffffff; }

.opportunity__accordion-item__trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 600; }
.opportunity__accordion-item__trigger span {
    margin-left: 10px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    font-family: system-ui, sans-serif; }

.opportunity__accordion-item__content {
    display: none;
    padding-bottom: 30px; }

@media (max-width: 1279px) {
    .opportunity {
        min-height: 460px; }
    .opportunity__title {
        font-size: 22px;
        margin-bottom: 30px;
        max-width: 270px; }
    .tabs__triggers-item {
        font-size: 18px;
        max-width: 260px; }
    .tabs__triggers-item + .tabs__triggers-item {
        margin-top: 15px; }
    .tabs__triggers-item--active {
        padding-left: 30px; } }

@media (max-width: 767px) {
    .tabs__triggers {
        display: none; }
    .tabs__content {
        display: none; }
    .opportunity__article {
        display: none;
        margin: 0 auto; }
    .opportunity__article img {
        margin-bottom: 20px; }
    .opportunity__article p {
        font-size: 10px; }
    .opportunity__article h4 {
        font-size: 14px; }
    .opportunity__accordion-item__content .opportunity__article {
        display: block; }
    .opportunity__list {
        display: none; }
    .opportunity__accordion {
        display: block; }
    .opportunity__inner {
        flex-direction: column; }
    .opportunity {
        min-height: auto;
        padding: 40px 0 60px; } }

.offer__inner {
    max-width: 100%;
    font-size: 18px; }

.inner-wrap{
    max-width: 690px;
}

.offer {
    position: relative;
    display: grid;
    gap: 100px;
    grid-template-columns: auto auto;
    justify-content: space-between; }

.offer__item {
    margin-bottom: 50px;display:block; }

.offer__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px; }

.offer__list {
    margin: 0;
    padding: 0 0 0 25px; }
.offer__list li {
    font-size: 18px; }
.offer__list li + li {
    margin-top: 30px; }

.offer__partners {
    margin: 10px 0 100px;
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: center; }

.offer__link {
    width: 100%;
    max-width: 270px;
    height: 60px;
    margin-top: 50px; }

.offer__human {
    max-width: 200px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: sticky;
    top: 10px;
    right: 0;
    z-index: 1; }
.offer__human img {
    margin-bottom: 30px; }

.offer__human-name {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600; }

.offer__human-prof {
    font-size: 14px;
    color: rgba(32, 79, 103, 0.5); }

@media (max-width: 1279px) {
    .offer {
        grid-template-columns: 1fr; gap: 0; }
    .offer__human {
        display: none; }
    .offer__partners {
        margin: 10px 0 70px; } }

@media (max-width: 767px) {
    .offer__inner {
        max-width: none;
        font-size: 14px; }

    .inner-wrap {
        max-width: none;
    }
    .offer__list {
        padding: 0 0 0 15px; }
    .offer__list li {
        font-size: 14px; }
    .offer__list li + li {
        margin-top: 25px; }
    .offer__title {
        margin-bottom: 20px;
        font-size: 18px; }
    .offer__partners {
        margin: 25px 0 50px;
        grid-template-columns: auto auto; }
     }
