html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style-position: inside;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
html,
body {
  height: 100%;
}
label,
button,
input[type="submit"],
input[type="button"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  -webkit-tap-highlight-color: transparent;
}
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?82cpz8");
  src: url("../fonts/icomoon.eot?82cpz8#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?82cpz8") format("truetype"),
    url("../fonts/icomoon.woff?82cpz8") format("woff"),
    url("../fonts/icomoon.svg?82cpz8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tick:before {
  content: "\e923";
}
.icon-reason_1:before {
  content: "\e91b";
}
.icon-reason_2:before {
  content: "\e91c";
}
.icon-reason_3:before {
  content: "\e91d";
}
.icon-reason_4:before {
  content: "\e91e";
}
.icon-reason_5:before {
  content: "\e91f";
}
.icon-reason_6:before {
  content: "\e920";
}
.icon-reason_7:before {
  content: "\e921";
}
.icon-envelope:before {
  content: "\e919";
}
.icon-phone:before {
  content: "\e91a";
}
.icon-hiding_1:before {
  content: "\e912";
}
.icon-hiding_2:before {
  content: "\e913";
}
.icon-hiding_3:before {
  content: "\e914";
}
.icon-hiding_4:before {
  content: "\e915";
}
.icon-hiding_5:before {
  content: "\e916";
}
.icon-hiding_6:before {
  content: "\e917";
}
.icon-alliances:before {
  content: "\e905";
}
.icon-bell:before {
  content: "\e906";
}
.icon-email:before {
  content: "\e907";
}
.icon-marketing:before {
  content: "\e908";
}
.icon-news:before {
  content: "\e909";
}
.icon-next:before {
  content: "\e90a";
}
.icon-play:before {
  content: "\e90b";
}
.icon-pre-sales:before {
  content: "\e90c";
}
.icon-prev:before {
  content: "\e90d";
}
.icon-sales:before {
  content: "\e90e";
}
.icon-sales-lead:before {
  content: "\e90f";
}
.icon-success:before {
  content: "\e910";
}
.icon-telephone:before {
  content: "\e922";
}
.icon-location:before {
  content: "\e918";
}
.icon-map:before {
  content: "\e918";
}
.icon-chevron-down:before {
  content: "\e911";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-youtube-play:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-facebook-official:before {
  content: "\e904";
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #35607b;
  min-width: 320px;
  position: relative;
}
#site {
  min-height: 320px;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: relative;
}
.footer {
  display: table-row;
  height: 1px;
  background: #262626;
  position: relative;
  z-index: 10;
}
.menu-block {
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
  left: -100%;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
}
.open-menu .menu-block {
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
}
.close-menu {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 73px;
  right: 50%;
  margin-right: -757px;
  cursor: pointer;
  z-index: 5;
}
.close-menu:hover:before,
.close-menu:hover:after {
  background: #35607b;
}
.close-menu:before,
.close-menu:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -1px;
  height: 32px;
  width: 3px;
  background: #fff;
  transform: rotate(45deg);
  transition: all 300ms ease-out;
}
.close-menu:after {
  transform: rotate(-45deg);
}
.menu-icon {
  width: 53px;
  cursor: pointer;
  margin-left: 5px;
}
.menu-icon:hover span {
  margin-right: 0;
}
.menu-icon:hover span:nth-child(2) {
  margin-left: 0;
}
.menu-icon span {
  display: block;
  height: 3px;
  background: #59dfeb;
  margin-top: 8px;
  transition: all 500ms ease-out;
  margin-right: 15%;
}
.menu-icon span:first-child {
  margin-top: 0;
}
.menu-icon span:nth-child(2) {
  margin-right: 0;
  margin-left: 15%;
}
.home .header {
  background: none;
}
.home .nav-menu ul li a {
  color: #fff;
}
.home .nav-menu ul li a:hover {
  color: #35607b;
}
.home .menu-icon span {
  background: #fff;
}
.mb-left {
  box-sizing: border-box;
  width: 50%;
  padding: 38px 0 55px 150px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.menu {
  margin: 20px 0;
}
.menu ul {
  list-style-position: outside;
  list-style: none;
}
.menu ul li {
  margin-bottom: 15px;
}
.menu ul li.open > a {
  color: #59dfeb;
}
.menu ul li.open > ul {
  display: flex !important;
}
.menu ul li a {
  font: 900 60px/130% "Raleway", sans-serif;
  color: #35607b;
  text-decoration: none;
  transition: all 300ms ease-out;
}
.menu ul li a:hover {
  color: #59dfeb;
}
.menu ul li a .arrow-menu {
  margin-left: 40px;
  margin-top: -4px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.menu ul li a .arrow-menu:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
}
.menu ul li ul {
  display: none;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  padding: 0 0 0 105px;
  flex-direction: column;
  justify-content: center;
}
.menu ul li ul li {
  margin-bottom: 16px;
}
.menu ul li ul li.subpage {
  margin-left: 50px;
}
.menu ul li ul li a {
  font-size: 40px;
}
.menu ul li ul li a:hover {
  color: #fff;
}
.mb-social {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.mb-social a {
  display: block;
  margin-left: 27px;
  text-decoration: none;
  line-height: 1;
  color: #35607b;
  font-size: 34px;
  transition: all 300ms ease-out;
}
.mb-social a:hover {
  color: #59dfeb;
}
.mb-social a:first-child {
  margin-left: 0;
}
.mb-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -70px;
}
.mb-link a {
  margin-right: 70px;
  font: 500 25px/130% "Rubik", sans-serif;
  color: #35607b;
  text-decoration: none;
  transition: all 300ms ease-out;
}
.mb-link a:hover {
  color: #59dfeb;
}
.mb-right {
  box-sizing: border-box;
  width: 50%;
  padding: 80px 0 55px 105px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
}
.mb-search-form {
  width: 100%;
  max-width: 377px;
  position: relative;
  z-index: 5;
}
.mb-search-form .mb-search {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  font: 20px/130% "Rubik", sans-serif;
  color: #fff;
}
.mb-search-form .mb-search::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.mb-search-form .mb-search::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.mb-search-form .mb-search:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.mb-search-form .mb-search:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.mb-search-form .mb-search:focus::-webkit-input-placeholder {
  opacity: 0;
}
.mb-search-form .mb-search:focus::-moz-placeholder {
  opacity: 0;
}
.mb-search-form .mb-search:focus:-moz-placeholder {
  opacity: 0;
}
.mb-search-form .mb-search:focus:-ms-input-placeholder {
  opacity: 0;
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 38px 0;
  z-index: 100;
  background: #fff;
}
.top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tl-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav-menu ul {
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav-menu ul li {
  margin-right: 50px;
}
.nav-menu ul li a {
  font: 900 25px/130% "Raleway", sans-serif;
  color: #35607b;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-out;
}
.nav-menu ul li a:hover {
  color: #59dfeb;
}
.head-block {
  position: relative;
}
.hb-fon {
  position: absolute;
  top: -408px;
  right: -359px;
  width: 1223px;
  height: 1224px;
  background: url("../images/hb-fon_2.png") no-repeat 0 0;
  background-size: cover;
}
.hb-line_1 {
  position: absolute;
  top: -112px;
  left: -112px;
  right: -112px;
  bottom: -112px;
  transform: rotate(2deg);
}
.hb-line_1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/hb-line_1.png") no-repeat 0 0;
  background-size: 100% 100%;
  animation: line_1 30s infinite linear;
}
@-webkit-keyframes line_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes line_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hb-line_2 {
  position: absolute;
  top: -60px;
  left: -60px;
  right: -60px;
  bottom: -60px;
}
.hb-line_2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/hb-line_2.png") no-repeat 0 0;
  background-size: 100% 100%;
  animation: line_2 30s infinite linear;
}
@-webkit-keyframes line_2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes line_2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.fixed {
  max-width: 1620px;
  margin: 0 auto;
}
.head-cont {
  box-sizing: border-box;
  height: 100vh;
  min-height: 800px;
  padding: 200px 0 100px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.head-cont > div {
  max-width: 720px;
  width: 100%;
}
.gen-title {
  margin-bottom: 55px;
  font: 900 100px/100% "Raleway", sans-serif;
  color: #35607b;
}
.head-btn-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 85px;
}
.head-btn-block .btn {
  margin-left: 80px;
}
.head-btn-block .btn:first-child {
  margin-left: 0;
}
a.btn,
span.btn,
div.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  box-sizing: border-box;
  width: 230px;
  height: 61px;
  padding: 5px 15px;
  border-radius: 30px;
  background: #35607b;
  text-decoration: none;
  font: 19px/130% "Rubik", sans-serif;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-out;
  box-shadow: 8px 8px 0px #59dfeb;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
}
.btn:hover {
  box-shadow: none;
  background: #59dfeb;
}
.btn.btn-center {
  margin: 30px auto;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-big {
  width: 282px;
}
.btn.btn-big-2 {
  width: 302px;
}
.head-about {
  max-width: 680px;
  width: 100%;
  font: 16px/120% "Rubik", sans-serif;
  color: #35607b;
}
.head-about h3 {
  margin-bottom: 10px;
  font: 900 32px/130% "Raleway", sans-serif;
  color: #35607b;
}
.ha-slider .slick-dots {
  bottom: -30px;
  text-align: left;
}
.ha-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  opacity: 1;
}
.ha-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 300ms ease-out;
  box-sizing: border-box;
  border: 1px solid #35607b;
}
.ha-slider .slick-dots li button:before {
  display: none;
}
.ha-slider .slick-dots li.slick-active button,
.ha-slider .slick-dots li:hover button {
  background: #35607b;
}
.case-slider .slick-dots {
  bottom: -30px;
}
.case-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  opacity: 1;
}
.case-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 300ms ease-out;
  box-sizing: border-box;
  border: 1px solid #35607b;
}
.case-slider .slick-dots li button:before {
  display: none;
}
.case-slider .slick-dots li.slick-active button,
.case-slider .slick-dots li:hover button {
  background: #35607b;
}
.next-screen {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 35px;
  transform: translate(-50%, 0);
  cursor: pointer;
  text-decoration: none;
  font: 18px/130% "Rubik", sans-serif;
  color: #35607b;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.next-screen span {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -8px;
  opacity: 0;
  -webkit-animation: down 1.5s infinite;
  animation: down 1.5s infinite;
  font-size: 22px;
  line-height: 1;
}
@-webkit-keyframes down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(1em);
  }
}
@keyframes down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(1em);
  }
}
.slip-block {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  width: 106px;
  box-sizing: border-box;
  padding: 31px 10px 16px 10px;
  border-radius: 53px 53px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.slip-block .menu-icon {
  text-align: center;
  font: 15px/130% "Rubik", sans-serif;
  color: #35607b;
  margin: 0 auto 40px auto;
}
.slip-block .menu-icon span {
  background: #59dfeb;
}
.slip-block .menu-icon b {
  display: block;
  margin-top: 12px;
  font-weight: normal;
}
.fillslider-wrap {
  position: absolute;
  left: 0;
  top: 54px;
  bottom: 0;
}
.fillslider {
  position: absolute;
  width: 4px;
  background: #35607b;
  top: 0;
  left: 0;
  height: 0px;
  border-radius: 2px;
  transition: height 0.5s;
}
.slip-social {
  margin-top: 23px;
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slip-social li {
  margin-bottom: 22px;
}
.slip-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #35607b;
  border-radius: 50%;
  text-decoration: none;
  color: #35607b;
  line-height: 1;
  font-size: 20px;
  transition: all 300ms ease-out;
}
.slip-social li a:hover {
  border-color: #59dfeb;
  color: #59dfeb;
}
.section_2 {
  position: relative;
  padding: 210px 0 62px 0;
}
.separator {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 22px;
  background: linear-gradient(135deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
}
.employer-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.employer-flex.mar > div {
  margin-bottom: 0;
}
.employer-flex.ef-align-center {
  align-items: center;
}
.employer-flex.ef-justify-center {
  justify-content: space-around;
  margin: 50px 0 100px 0;
}
.employer-flex.ef-justify-center .employer-video {
  margin: 0 auto;
}
.employer-flex > div {
  width: 47%;
  max-width: 760px;
}
.employer-flex .title-block {
  text-align: left;
}
.employer-flex:not(:last-child) {
  margin-bottom: 50px;
}
.title-section {
  margin-bottom: 35px;
  font: 900 80px/90% "Raleway", sans-serif;
  color: #35607b;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}
.title-section.text-align {
  text-align: center;
}
.title-section.mar {
  position: relative;
}
.title-section.mar:before {
  content: "";
  position: absolute;
  left: -138px;
  top: -116px;
  width: 155px;
  height: 153px;
  background: url("../images/title-desing.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.title-section.ts-center {
  text-align: center;
  line-height: 120%;
}
.title-section.ts-center > span {
  display: inline-block;
  position: relative;
  max-width: 1355px;
}
.title-section.ts-center > span:before {
  content: "";
  position: absolute;
  right: 100%;
  margin-right: 20px;
  top: -60px;
  width: 108px;
  height: 106px;
  background: url("../images/cl_b.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.title-section.ts-center > span:after {
  content: "";
  position: absolute;
  left: 100%;
  margin-left: 20px;
  top: -60px;
  width: 108px;
  height: 106px;
  background: url("../images/cl_b.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.title-section.ts-var-2 {
  font-size: 64px;
  margin-bottom: 20px;
}
.title-section.ts-small {
  position: relative;
  font-size: 65px;
  line-height: 120%;
}
.title-section.ts-small:before {
  content: "";
  position: absolute;
  right: 100%;
  margin-right: 20px;
  top: -80px;
  width: 108px;
  height: 106px;
  background: url("../images/cl_b.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.employer-text {
  margin-bottom: 50px;
  font: 24px/145% "Rubik", sans-serif;
  color: #35607b;
}
.employer-text p {
  margin-bottom: 15px;
}
.employer-text p.middle {
  font-size: 26px;
  font-weight: 500;
}
.employer-text ul {
  margin: 15px 0 15px 66px;
  list-style-position: outside;
}
.employer-text ul li {
  margin-bottom: 10px;
}
.employer__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 20px;
}
.employer__form .checked-label {
  display: flex;
  padding-left: 0;
}
.employer__form .checked-label .check-img {
  margin-right: 20px;
  max-width: 37px;
}
.employer-video {
  margin-top: 100px;
  position: relative;
  max-width: 569px;
}
.employer-video.ev-right {
  margin-top: 0;
}
.employer-video.ev-right:before {
  right: auto;
  bottom: -39px;
  left: -38px;
  background: url("../images/ev-before_right.svg") no-repeat center/contain;
}
.employer-video.ev-right.before-gradient:before {
  background-image: url("../images/ev-before_right_3.svg");
}
.employer-video.before-pink:before {
  background-image: url("../images/ev-before_1.svg");
}
.employer-video.before-blue:before {
  background-image: url("../images/ev-before_2.svg");
}
.employer-video.before-gradient:before {
  background-image: url("../images/ev-before_3.svg");
}
.employer-video.cadre:before {
  content: "";
  position: absolute;
  left: -29px;
  top: -29px;
  right: -29px;
  bottom: -29px;
  background: url("../images/cadre.png") no-repeat center center;
  background-size: 100% 100%;
  width: auto;
  height: auto;
  z-index: 0;
}
.employer-video:before {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -39px;
  width: 92px;
  height: 94px;
  background: url("../images/ev-before.svg") no-repeat center/contain;
}
.employer-video > div {
  position: relative;
  z-index: 2;
  box-shadow: -30px 30px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.employer-video img {
  display: block;
  width: 100%;
}
.employer-video video,
.employer-video iframe {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  z-index: 1;
}
.employer-video .ev-icon {
  position: absolute;
  z-index: 3;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 148px;
  height: 148px;
  border: 4px solid #fff;
  border-radius: 50%;
  padding-left: 15px;
  font-size: 76px;
  color: #fff;
  text-decoration: none;
  transition: all 300ms ease-out;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-block {
  margin: 30px 0 50px 0;
  text-align: center;
  font: bold 30px/130% "Raleway", sans-serif;
  color: #35607b;
  text-transform: uppercase;
}
.employer-video iframe {
  height: 320px;
}
.challenges-list {
  margin: 40px -20px 0 -20px;
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.challenges-list_fix-height {
  min-height: 1000px;
}
.challenges-list li {
  position: relative;
  margin: 0 20px 48px 20px;
}
.challenges-list li:first-child:before {
  transform: rotate(-40deg);
}
.challenges-list li:first-child:hover:before {
  transform: rotate(160deg);
}
.challenges-list li:nth-child(2):before {
  border-top-color: #d4b0f5;
  transform: rotate(40deg);
}
.challenges-list li:nth-child(2):hover:before {
  transform: rotate(220deg);
}
.challenges-list li:nth-child(2) .cl-item {
  color: #d4b0f5;
  box-shadow: 0px 10px 99px rgba(212, 176, 245, 0.27);
}
.challenges-list li:nth-child(2) .cl-item:hover {
  background: #d4b0f5;
}
.challenges-list li:nth-child(3):before {
  border-top-color: #40deed;
  transform: rotate(-90deg);
}
.challenges-list li:nth-child(3):hover:before {
  transform: rotate(90deg);
}
.challenges-list li:nth-child(3) .cl-item {
  color: #40deed;
  box-shadow: 0px 10px 99px rgba(64, 222, 237, 0.27);
}
.challenges-list li:nth-child(3) .cl-item:hover {
  background: #40deed;
}
.challenges-list li:nth-child(4):before {
  border-top-color: #b8b1f0;
  transform: rotate(40deg);
}
.challenges-list li:nth-child(4):hover:before {
  transform: rotate(220deg);
}
.challenges-list li:nth-child(4) .cl-item {
  color: #b8b1f0;
  box-shadow: 0px 10px 99px rgba(184, 177, 240, 0.27);
}
.challenges-list li:nth-child(4) .cl-item:hover {
  background: #b8b1f0;
}
.challenges-list li:nth-child(5):before {
  border-top-color: #69e2ed;
  transform: rotate(130deg);
}
.challenges-list li:nth-child(5):hover:before {
  transform: rotate(310deg);
}
.challenges-list li:nth-child(5) .cl-item {
  color: #69e2ed;
  box-shadow: 0px 10px 99px rgba(105, 226, 237, 0.27);
}
.challenges-list li:nth-child(5) .cl-item:hover {
  background: #69e2ed;
}
.challenges-list li:nth-child(6):before {
  border-top-color: #d2adf5;
  transform: rotate(-60deg);
}
.challenges-list li:nth-child(6):hover:before {
  transform: rotate(120deg);
}
.challenges-list li:nth-child(6) .cl-item {
  color: #d2adf5;
  box-shadow: 0px 10px 99px rgba(210, 173, 245, 0.27);
}
.challenges-list li:nth-child(6) .cl-item:hover {
  background: #d2adf5;
}
.challenges-list li:before {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  border-top-width: 1px;
  border-radius: 50%;
  border-top-style: solid;
  border-top-color: #acd5f3;
  transition: all 800ms ease-out;
}
.challenges-list li .cl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  width: 190px;
  height: 190px;
  padding: 5px;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font: 500 24px/115% "Rubik", sans-serif;
  color: #acd5f3;
  box-shadow: 0px 10px 99px rgba(89, 223, 235, 0.27);
  text-transform: uppercase;
  transition: all 300ms ease-out;
  position: relative;
  z-index: 2;
}
.challenges-list li .cl-item:hover {
  color: #fff;
  background: #acd5f3;
}
.brand-text {
  border-radius: 44px;
  padding: 2px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  font: 20px/130% "Rubik", sans-serif;
  color: #35607b;
  margin: 10px 0;
  box-sizing: border-box;
  max-width: 665px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.brand-text > div {
  border-radius: 44px;
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.brand-text h3 {
  margin-bottom: 12px;
  font: 500 25px/130% "Rubik", sans-serif;
  color: #35607b;
  text-transform: uppercase;
}
.brand-text p {
  margin-bottom: 15px;
}
.brand-text a {
  text-decoration: none;
  font: bold 20px/130% "Rubik", sans-serif;
  color: #35607b;
  transition: all 300ms ease-out;
  text-transform: uppercase;
}
.brand-text a:hover {
  color: #59dfeb;
}
.client-block__title-block {
  margin-bottom: 150px;
}
.title-block + .client-list {
  margin-top: -100px;
}
.client-list {
  position: relative;
  height: 850px;
  list-style-position: outside;
  list-style: none;
  overflow: auto;
  margin-bottom: 30px;
}
.client-list::-webkit-scrollbar {
  height: 6px;
}
.client-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.client-list::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
}
.client-list::-webkit-scrollbar-thumb:hover {
  background: #d4b0f5;
}
.client-list li {
  position: absolute;
  left: 50%;
  box-sizing: border-box;
  max-width: 190px;
  max-height: 190px;
  width: 9.89vw;
  height: 9.89vw;
  padding: 2px;
  min-width: 170px;
  min-height: 170px;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.09);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.client-list li img {
  display: block;
}
.client-list li:first-child {
  top: 183px;
  margin-left: -914px;
  margin-left: -47.604166666vw;
}
.client-list li:nth-child(16) {
  top: 183px;
  left: 100%;
  transform: translate(50%, 0);
}
.client-list li:nth-child(2) {
  top: 13px;
  margin-left: -35.677083333vw;
}
.client-list li:nth-child(17) {
  top: 13px;
  left: 100%;
  margin-left: 17.9vw;
}
.client-list li:nth-child(18) {
  left: 100%;
  top: 303px;
  margin-left: 15.8vw;
}
.client-list li:nth-child(3) {
  top: 303px;
  margin-left: -33.75vw;
}
.client-list li:nth-child(19) {
  left: 100%;
  top: 216px;
  margin-left: 28.5vw;
}
.client-list li:nth-child(4) {
  top: 216px;
  margin-left: -19.166666666vw;
}
.client-list li:nth-child(20) {
  left: 100%;
  top: 105px;
  margin-left: 40.2vw;
}
.client-list li:nth-child(5) {
  top: 105px;
  margin-left: -06.666666666vw;
}
.client-list li:nth-child(21) {
  left: 100%;
  top: 305px;
  margin-left: 48.9vw;
}
.client-list li:nth-child(6) {
  top: 305px;
  margin-left: 02.083333333vw;
}
.client-list li:nth-child(22) {
  left: 100%;
  top: 162px;
  margin-left: 58.9vw;
}
.client-list li:nth-child(7) {
  top: 162px;
  margin-left: 13.645833333vw;
}
.client-list li:nth-child(23) {
  left: 100%;
  top: 382px;
  margin-left: 64.4vw;
}
.client-list li:nth-child(8) {
  top: 382px;
  margin-left: 20.833333333vw;
}
.client-list li:nth-child(24) {
  left: 100%;
  top: 43px;
  margin-left: 71.3vw;
}
.client-list li:nth-child(9) {
  top: 43px;
  margin-left: 25.520833333vw;
}
.client-list li:nth-child(25) {
  left: 100%;
  top: 260px;
  margin-left: 77vw;
}
.client-list li:nth-child(10) {
  top: 260px;
  margin-left: 32.291666666vw;
}
.client-list li:nth-child(26) {
  left: 100%;
  top: 526px;
  margin-left: 8.4vw;
}
.client-list li:nth-child(11) {
  top: 526px;
  margin-left: -45.208333333vw;
}
.client-list li:nth-child(27) {
  left: 100%;
  top: 510px;
  margin-left: 24.7vw;
}
.client-list li:nth-child(12) {
  top: 510px;
  margin-left: -24.21875vw;
}
.client-list li:nth-child(28) {
  left: 100%;
  top: 450px;
  margin-left: 37.7vw;
}
.client-list li:nth-child(13) {
  top: 450px;
  margin-left: -08.645833333vw;
}
.client-list li:nth-child(29) {
  left: 100%;
  top: 526px;
  margin-left: 52.1vw;
}
.client-list li:nth-child(14) {
  top: 526px;
  margin-left: 08.385416666vw;
}
.client-list li:nth-child(30) {
  left: 100%;
  top: 598px;
  margin-left: 72.9vw;
}
.client-list li:nth-child(15) {
  top: 598px;
  margin-left: 29.166666666vw;
}
.client-list li:nth-child(31) {
  top: 183px;
  left: 200%;
  transform: translate(50%, 0);
}
.client-list li:nth-child(32) {
  top: 13px;
  left: 200%;
  margin-left: 17.9vw;
}
.client-list li:nth-child(33) {
  left: 200%;
  top: 303px;
  margin-left: 15.8vw;
}
.client-list li:nth-child(34) {
  left: 200%;
  top: 216px;
  margin-left: 28.5vw;
}
.client-list li:nth-child(35) {
  left: 200%;
  top: 105px;
  margin-left: 40.2vw;
}
.client-list li:nth-child(36) {
  left: 200%;
  top: 305px;
  margin-left: 48.9vw;
}
.client-list li:nth-child(37) {
  left: 200%;
  top: 162px;
  margin-left: 58.9vw;
}
.client-list li:nth-child(38) {
  left: 200%;
  top: 382px;
  margin-left: 64.4vw;
}
.client-list li:nth-child(39) {
  left: 200%;
  top: 43px;
  margin-left: 71.3vw;
}
.client-list li:nth-child(40) {
  left: 200%;
  top: 260px;
  margin-left: 77vw;
}
.client-list li:nth-child(41) {
  left: 200%;
  top: 526px;
  margin-left: 8.4vw;
}
.client-list li:nth-child(42) {
  left: 200%;
  top: 510px;
  margin-left: 24.7vw;
}
.client-list li:nth-child(43) {
  left: 200%;
  top: 450px;
  margin-left: 37.7vw;
}
.client-list li:nth-child(44) {
  left: 200%;
  top: 526px;
  margin-left: 52.1vw;
}
.client-list li:nth-child(45) {
  left: 200%;
  top: 598px;
  margin-left: 72.9vw;
}
.client-list li:nth-child(46) {
  top: 183px;
  left: 300%;
}
.client-list li:nth-child(46):last-child {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transform: translate(50%, 0);
}
.client-list li.dummy {
  left: 180vw;
}
.client-list li.dummy:last-child {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transform: translate(50%, 0);
}
.bubble-block {
  box-sizing: border-box;
  max-width: 190px;
  max-height: 190px;
  width: 9.89vw;
  height: 9.89vw;
  padding: 2px;
  min-width: 170px;
  min-height: 170px;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.09);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bubble-block img {
  display: block;
}
.bubbles-row__block {
  display: flex;
  flex-flow: row wrap;
}
.bubbles-row__block li:nth-child(1) {
  margin-top: 13px;
}
.client-item {
  width: 100%;
  max-width: 1255px;
  margin: 160px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font: 25px/120% "Rubik", sans-serif;
  color: #35607b;
}
.client-item .ci-pic {
  flex-shrink: 0;
  margin-right: 50px;
  width: 221px;
  height: 221px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.client-item .ci-cont {
  width: 100%;
  max-width: 905px;
  min-width: 100px;
  position: relative;
}
.client-item .ci-cont:before {
  content: "";
  position: absolute;
  left: -67px;
  top: -60px;
  width: 153px;
  height: 101px;
  background: url("../images/ci-before.png") no-repeat center center;
  background-size: 100% 100%;
}
.client-item .ci-cont > div {
  position: relative;
  z-index: 2;
}
.client-item .ci-cont p {
  margin-bottom: 15px;
}
.client-item .ci-cont .ci-name {
  margin-top: 20px;
  font: 19px/110% "Raleway", sans-serif;
  color: #35607b;
  margin-bottom: 10px;
}
.client-item .ci-cont .ci-name span {
  display: block;
  margin-bottom: 3px;
  font: 30px/120% "Rubik", sans-serif;
  color: #35607b;
}
.client-item .ci-cont .ci__btns {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
}
.client-item .ci-cont .btn {
  float: left;
  margin: 5px 0 5px 15px;
  width: 180px;
  height: 50px;
}
.cs-pic {
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px -20px 0 -20px;
}
.cs-pic li {
  margin: 20px;
}
.cs-pic li .cs-pic-item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}
.cs-pic li .cs-pic-item img {
  display: block;
}
.section_3 {
  position: relative;
  padding: 106px 0;
}
.employer-pic {
  margin-top: 75px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: -50vw;
  margin-bottom: 80px;
}
.employer-pic:before {
  content: "";
  position: absolute;
  right: -57px;
  bottom: -57px;
  width: 116px;
  height: 114px;
  background: url("../images/emp-pic-before.svg") no-repeat center/contain;
  background-size: 100% 100%;
}
.employer-pic > div {
  position: relative;
  z-index: 2;
  right: 0;
  width: 46vw;
  max-width: 100vw;
  box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.12);
}
.employer-pic img {
  display: block;
  width: 100%;
}
.careers-list {
  margin: 65px -10px 130px -10px;
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.careers-list.mar {
  margin: 80px auto 0 auto;
  max-width: 1550px;
}
.careers-list li {
  margin: 0 10px 48px 10px;
}
.careers-list li .cl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 180px;
  height: 180px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 99px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  font: 500 19px/130% "Rubik", sans-serif;
  color: #35607b;
  transition: all 300ms ease-out;
  text-transform: uppercase;
}
.careers-list li .cl-item:hover {
  color: #fff;
  background: #35607b;
}
.careers-list li .cl-item .cl-icon {
  margin-bottom: 5px;
  min-height: 70px;
  line-height: 1;
  font-size: 60px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #59dfeb;
}
.review-slider {
  margin-left: -52px;
}
.review-slider.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.review-slider .slick-dots {
  bottom: -40px;
  left: 143px;
  text-align: left;
}
.review-slider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 11px 0 0;
  border-radius: 50%;
  opacity: 1;
}
.review-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 300ms ease-out;
  box-sizing: border-box;
  border: 1px solid #35607b;
}
.review-slider .slick-dots li button:before {
  display: none;
}
.review-slider .slick-dots li.slick-active button,
.review-slider .slick-dots li:hover button {
  background: #35607b;
}
.review-item {
  position: relative;
  padding: 20px;
  font: 25px/125% "Rubik", sans-serif;
  color: #35607b;
}
.review-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 153px;
  height: 101px;
  background: url("../images/ri-before.png") no-repeat center center;
  background-size: 100% 100%;
}
.review-item > div {
  position: relative;
  z-index: 2;
}
.review-item p {
  margin-bottom: 40px;
}
.review-item .ri-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.review-item .ri-flex .ri-pic {
  flex-shrink: 0;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  margin-right: 22px;
  overflow: hidden;
}
.review-item .ri-flex .ri-pic img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.review-item .ri-flex .ri-cont {
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  font: 25px/120% "Raleway", sans-serif;
  color: #35607b;
}
.review-item .ri-flex .ri-cont span {
  display: block;
  margin-bottom: 10px;
  font: 40px/120% "Rubik", sans-serif;
  color: #35607b;
}
.jobs-slider {
  margin: 60px 0 98px 0;
  padding: 0 42px 0 35px;
}
.jobs-slider .slick-prev,
.jobs-slider .slick-next {
  width: 34px;
  height: 34px;
  z-index: 10;
}
.jobs-slider .slick-prev:hover:before,
.jobs-slider .slick-next:hover:before {
  color: #59dfeb;
}
.jobs-slider .slick-prev:before,
.jobs-slider .slick-next:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  color: #35607b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms ease-out;
}
.jobs-slider .slick-prev {
  left: 0;
}
.jobs-slider .slick-prev:before {
  content: "\e90d";
}
.jobs-slider .slick-next {
  right: 0;
}
.jobs-slider .slick-next:before {
  content: "\e90a";
}
.jobs-slider .slick-track {
  display: flex !important;
  padding: 17px 0;
}
.jobs-slider .slick-slide {
  height: inherit !important;
}
.js-item {
  margin: 0 17px;
  box-sizing: border-box;
  padding: 40px 30px 32px 30px;
  border-radius: 43px;
  background: #fff;
  font: 25px/120% "Rubik", sans-serif;
  color: #35607b;
  box-shadow: 16px 16px 0px #59dfeb;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.js-item .js-title {
  height: 80px;
  margin-bottom: 5px;
  font: 600 35px/110% "Raleway", sans-serif;
  color: #35607b;
  overflow: hidden;
}
.js-item ul {
  margin-bottom: 40px;
  list-style-position: outside;
  list-style: none;
}
.js-item ul li {
  margin-bottom: 9px;
  font: 25px/120% "Raleway", sans-serif;
  color: #1c1c1c;
}
.js-item .js-text {
  height: 212px;
  overflow: hidden;
  margin-bottom: 20px;
}
.js-item .js-flex {
  margin-bottom: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
}
.js-item .js-flex .js-pic {
  flex-shrink: 0;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 21px;
}
.js-item .js-flex .js-pic img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.js-item .js-flex .js-cont {
  margin-top: 12px;
  width: 100%;
  min-width: 10px;
  max-width: 100%;
  font: 500 17px/110% "Raleway", sans-serif;
  color: #35607b;
}
.js-item .js-flex .js-cont span {
  display: block;
  margin-bottom: 10px;
  font: bold 20px/120% "Raleway", sans-serif;
  color: #35607b;
  text-transform: uppercase;
}
.js-item .js-more {
  text-align: right;
  font: bold 24px/120% "Rubik", sans-serif;
  color: #35607b;
  text-transform: uppercase;
  transition: all 300ms ease-out;
}
.js-item .js-more:hover {
  color: #59dfeb;
}
.js-item .js-more a {
  text-decoration: none;
  color: #35607b;
  transition: all 300ms ease-out;
}
.js-item .js-more a:hover {
  color: #59dfeb;
}
.section_4 {
  padding: 85px 0 35px 0;
  background: #35607b;
}
.section_4 .title-section {
  color: #fff;
}
.section_4 .btn {
  background: #fff;
  color: #35607b;
  box-shadow: 8px 8px 0px #d4b0f5;
}
.section_4 .btn:hover {
  background: #d4b0f5;
  color: #fff;
  box-shadow: none;
}
.blog-slider {
  margin: 50px 0 85px 0;
  padding: 0 37px 0 27px;
}
.blog-slider .slick-prev,
.blog-slider .slick-next {
  width: 34px;
  height: 34px;
  z-index: 10;
}
.blog-slider .slick-prev:hover:before,
.blog-slider .slick-next:hover:before {
  color: #59dfeb;
}
.blog-slider .slick-prev:before,
.blog-slider .slick-next:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms ease-out;
}
.blog-slider .slick-prev {
  left: 0;
}
.blog-slider .slick-prev:before {
  content: "\e90d";
}
.blog-slider .slick-next {
  right: 0;
}
.blog-slider .slick-next:before {
  content: "\e90a";
}
.bs-item {
  box-sizing: border-box;
  margin: 23px 23px 13px 23px;
  background: #fff;
  overflow: hidden;
  border-radius: 43px;
  box-shadow: 13px 13px 0px #d4b0f5;
  padding: 268px 25px 30px 25px;
  font: 300 20px/120% "Rubik", sans-serif;
  color: #35607b;
  position: relative;
}
.bs-item .bs-pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 243px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bs-item .bs-title {
  font: 900 22px/120% "Raleway", sans-serif;
  color: #35607b;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.bs-item .bs-title span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bs-item .bs-text {
  height: 146px;
  margin-bottom: 20px;
  overflow: hidden;
}
.bs-item .bs-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bs-item .bs-share {
  text-decoration: none;
  font: bold 20px/120% "Rubik", sans-serif;
  color: #d4b0f5;
  transition: all 300ms ease-out;
  text-transform: uppercase;
}
.bs-item .bs-share:hover {
  color: #59dfeb;
}
.bs-item .bs-more {
  text-decoration: none;
  font: bold 20px/120% "Rubik", sans-serif;
  color: #35607b;
  transition: all 300ms ease-out;
  text-transform: uppercase;
}
.bs-item .bs-more:hover {
  color: #59dfeb;
}
.section-started {
  padding: 132px 0;
  background: url("../images/lets_get_you_started.png") no-repeat center center;
  background-size: cover;
}
.section-started.mar {
  padding: 110px 0 60px 0;
}
.title-started {
  text-align: center;
  font: 900 100px/115% "Raleway", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.footer-flex {
  padding: 105px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-title {
  margin-bottom: 40px;
  font: 900 70px/115% "Raleway", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.footer-adress {
  margin-top: 80px;
  font: 20px/145% "Rubik", sans-serif;
  color: #fff;
}
.footer-adress p {
  margin: 30px 0;
}
.footer-adress a {
  text-decoration: none;
  color: #59dfeb;
}
.footer-adress .footer-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 35px 0;
}
.footer-adress .footer-social a {
  display: block;
  margin-right: 28px;
  font-size: 36px;
  text-decoration: none;
  line-height: 1;
  transition: all 300ms ease-out;
  color: #fff;
}
.footer-adress .footer-social a:hover {
  color: #59dfeb;
}
.development {
  display: inline-block;
  max-width: 200px;
}
.talk-form {
  width: 100%;
  max-width: 676px;
  margin: 0 97px;
}
.talk-form .tf-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.talk-form .tf-row:last-child {
  margin-top: 2px;
}
.talk-form .tf-row > div {
  width: 46.5%;
  margin-bottom: 42px;
}
.tf-text-field {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 0;
  font: 20px/120% "Rubik", sans-serif;
  color: #fff;
}
.tf-text-field::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.tf-text-field::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.tf-text-field:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.tf-text-field:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.tf-text-field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.tf-text-field:focus::-moz-placeholder {
  opacity: 0;
}
.tf-text-field:focus:-moz-placeholder {
  opacity: 0;
}
.tf-text-field:focus:-ms-input-placeholder {
  opacity: 0;
}
.tf-check {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 5px 5px 0 0;
}
.tf-check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.tf-check input:checked + .tf-check-title:after {
  opacity: 1;
}
.tf-check .tf-check-title {
  display: block;
  padding-left: 40px;
  position: relative;
  font: 20px/120% "Rubik", sans-serif;
  color: #fff;
}
.tf-check .tf-check-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
}
.tf-check .tf-check-title:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0;
  transition: all 300ms ease-out;
}
.tf-sub {
  box-sizing: border-box;
  width: 100%;
  height: 68px;
  padding: 10px;
  border: none;
  border-radius: 34px;
  background: #fff;
  transition: all 300ms ease-out;
  text-align: center;
  font: 17px/130% "Rubik", sans-serif;
  color: #35607b;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.tf-sub:hover {
  color: #fff;
  background: #59dfeb;
}
.head-inner {
  box-sizing: border-box;
  margin: 180px 0 80px 0;
  min-height: 703px;
  position: relative;
}
.head-inner-cont {
  padding: 200px 0 150px 0;
}
canvas {
  display: block;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url("../images/head-inner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#particles_2-js,
#particles_3-js {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: #fff;
}
#particles_3-js {
  top: 30%;
}
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}
.title-page {
  margin-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
  font: 900 75px/120% "Raleway", sans-serif;
  color: #35607b;
  position: relative;
  z-index: 2;
}
.slogan {
  margin-bottom: 60px;
  text-align: center;
  font: 900 100px/100% "Raleway", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.slogan.slogan-small {
  font-size: 60px;
}
.slogan.slogan-middle {
  font-size: 80px;
}
.slogan span {
  position: relative;
  display: inline-block;
}
.slogan.corners span:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  width: 74px;
  height: 73px;
  background: url("../images/slogan_before.svg") no-repeat 0 0;
  background-size: cover;
}
.slogan.corners span:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -40px;
  width: 74px;
  height: 73px;
  background: url("../images/slogan_after.svg") no-repeat 0 0;
  background-size: cover;
}
.head-menu {
  margin: 15px -47px;
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.head-menu li {
  margin: 15px 47px;
}
.head-menu li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
  font: 900 30px/110% "Raleway", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.head-menu li a:hover:before {
  width: 100%;
}
.head-menu li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 300ms ease-out;
  height: 3px;
  width: 112px;
  background: #fff;
}
.hiding-list {
  list-style-position: outside;
  list-style: none;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.hiding-list li {
  box-sizing: border-box;
  width: 32%;
  max-width: 500px;
  margin: 92px 0 120px 0;
  position: relative;
  padding: 52px 48px 67px 27px;
  border-radius: 44px;
  background: #acd5f3;
  font: 300 20px/120% "Rubik", sans-serif;
  color: #fff;
}
.hiding-list li:nth-child(2) {
  background: #d4b0f5;
}
.hiding-list li:nth-child(2) .hl-pic:before {
  border-right-color: #d4b0f5;
}
.hiding-list li:nth-child(3) {
  background: #40deed;
}
.hiding-list li:nth-child(3) .hl-pic:before {
  border-right-color: #40deed;
}
.hiding-list li:nth-child(4) {
  background: #b8b1f0;
}
.hiding-list li:nth-child(4) .hl-pic:before {
  border-right-color: #b8b1f0;
}
.hiding-list li:nth-child(5) {
  background: #69e2ed;
}
.hiding-list li:nth-child(5) .hl-pic:before {
  border-right-color: #69e2ed;
}
.hiding-list li:nth-child(6) {
  background: #d2adf5;
}
.hiding-list li:nth-child(6) .hl-pic:before {
  border-right-color: #d2adf5;
}
.hiding-list li .hl-icon {
  position: absolute;
  left: 0;
  top: -77px;
  width: 125px;
  height: 125px;
  font-size: 82px;
  line-height: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hiding-list li .hl-icon span {
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #59dfeb;
}
.hiding-list li .hl-title {
  margin-bottom: 5px;
  font: bold 40px/110% "Rubik", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.hiding-list li .hl-more {
  position: absolute;
  bottom: 26px;
  right: 128px;
  text-decoration: none;
  font: bold 20px/120% "Rubik", sans-serif;
  color: #fff;
  text-transform: uppercase;
  transition: all 300ms ease-out;
}
.hiding-list li .hl-more:hover {
  color: #35607b;
}
.hiding-list li .hl-pic {
  position: absolute;
  right: 0;
  bottom: -46px;
  box-sizing: border-box;
  width: 113px;
  height: 113px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hiding-list li .hl-pic img {
  display: block;
}
.hiding-list li .hl-pic:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  border-right-width: 1px;
  border-radius: 50%;
  border-right-style: solid;
  border-right-color: #acd5f3;
  transition: opacity 200ms ease-out;
  transform: rotate(45deg);
  opacity: 0;
}
.hiding-list li .hl-pic:hover:before {
  animation: rotate 1200ms;
  opacity: 1;
}
@keyframes rotate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
.recall-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.recall-flex .rf-pic {
  flex-shrink: 0;
  width: 36.5%;
  position: relative;
  margin-right: 85px;
  margin-bottom: 100px;
  box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.12);
}
.recall-flex .rf-pic:before {
  content: "";
  position: absolute;
  right: -57px;
  bottom: -57px;
  width: 116px;
  height: 114px;
  background: url("../images/emp-pic-before.svg") no-repeat center center;
  background-size: 100% 100%;
}
.recall-flex .rf-pic img {
  display: block;
  width: 100%;
}
.recall-flex .rf-cont {
  width: 100%;
  min-width: 100px;
  max-width: 905px;
}
.fr-slider {
  margin: 0 -30px;
}
.fr-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.fr-slider .slick-dots {
  left: 198px;
  text-align: left;
}
.fr-slider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 11px 0 0;
  border-radius: 50%;
  opacity: 1;
}
.fr-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 300ms ease-out;
  box-sizing: border-box;
  border: 1px solid #35607b;
}
.fr-slider .slick-dots li button:before {
  display: none;
}
.fr-slider .slick-dots li.slick-active button,
.fr-slider .slick-dots li:hover button {
  background: #35607b;
}
.rf-item {
  margin: 0 30px 80px 30px;
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  font: 25px/125% "Rubik", sans-serif;
  color: #35607b;
  border-radius: 44px;
}
.rf-item:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 0;
  width: 153px;
  height: 101px;
  background: url("../images/ci-before.png") no-repeat center center;
  background-size: 100% 100%;
  opacity: 0.7;
}
.rf-item > div {
  position: relative;
  z-index: 2;
  padding: 20px 50px 20px 20px;
}
.rf-item p {
  margin-bottom: 20px;
}
.rf-item .rf-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.rf-item .rf-info .rf-info-pic {
  flex-shrink: 0;
  width: 69px;
  height: 69px;
  margin-right: 38px;
  border-radius: 50%;
  overflow: hidden;
}
.rf-item .rf-info .rf-info-pic img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.rf-item .rf-info .rf-info-cont {
  width: 70%;
  min-width: 10px;
  max-width: 100%;
  font: 22px/120% "Raleway", sans-serif;
  color: #35607b;
}
.rf-item .rf-info .rf-info-cont span {
  display: block;
  font: 28px/120% "Rubik", sans-serif;
  color: "Rubik", sans-serif;
  background: fixed;
}
.rf-item .rf-item-pic {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: -46px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.09);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rf-item .rf-item-pic img {
  display: block;
}
.section_meter {
  padding: 70px 0;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
}
.meter-list {
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.meter-list.mar li {
  color: #35607b;
}
.meter-list.mar li .ml-pic {
  color: #35607b;
}
.meter-list li {
  margin: 0 20px;
  text-align: center;
  font: 25px/120% "Rubik", sans-serif;
  color: #fff;
}
.meter-list li .ml-pic {
  box-sizing: border-box;
  width: 318px;
  height: 159px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font: bold 60px/120% "Rubik", sans-serif;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 100%;
  margin: 0 auto 25px auto;
}
.ev-video .employer-video {
  margin: 50px 0 100px 0;
}
.select-wrap {
  width: 100%;
}
.select-wrap .ui-selectmenu-button.ui-button {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.select-wrap .ui-selectmenu-button {
  border: 1px solid #35607b;
  background: #fff;
  border-radius: 6px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.select-wrap .ui-selectmenu-button.ui-selectmenu-button-open {
  border-radius: 6px 6px 0 0;
}
.select-wrap .ui-selectmenu-button .ui-selectmenu-text {
  background: none;
  padding: 0 30px 0 20px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font: 20px/130% "Raleway", sans-serif;
  color: #35607b;
  position: relative;
  margin: 0;
  box-sizing: border-box;
}
.select-wrap .ui-selectmenu-button .ui-icon-triangle-1-s {
  position: absolute;
  width: 10px;
  height: 16px;
  right: 18px;
  margin-top: 0;
  top: 14px;
  background: none;
  z-index: 10;
  text-indent: 0;
}
.select-wrap .ui-selectmenu-button .ui-icon-triangle-1-s:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #35607b transparent;
  border-radius: 3px;
}
.select-wrap .ui-selectmenu-button .ui-icon-triangle-1-s:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #35607b transparent transparent transparent;
  border-radius: 3px;
}
.ui-selectmenu-menu .ui-menu {
  border-color: #35607b;
  border-radius: 0 0 6px 6px;
  background: #fff;
}
.ui-selectmenu-menu .ui-menu li {
  border: none;
  border-top: 1px solid #35607b;
  text-align: left;
  display: block;
}
.ui-selectmenu-menu .ui-menu li:first-child,
.ui-menu li:first-child.ui-state-focus {
  border-top-color: transparent;
}
.ui-menu .ui-menu-item-wrapper {
  font: 18px/130% "Raleway", sans-serif;
  color: #35607b;
  text-align: left;
  padding: 6px 10px;
  border: none;
  margin: 0;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background: #35607b;
  color: #fff;
}
.section_5 {
  padding: 50px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.search-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sf-sidebar {
  flex-shrink: 0;
  width: 27%;
  margin-right: 30px;
}
.sf-trend {
  margin-bottom: 45px;
}
.sf-trend .sf-title {
  margin-bottom: 21px;
  padding-bottom: 16px;
  border-bottom: 1px solid #35607b;
  font: 800 28px/130% "Raleway", sans-serif;
  color: #35607b;
  text-transform: uppercase;
}
.sf-check {
  display: block;
  position: relative;
  margin-bottom: 7px;
}
.sf-check input {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}
.sf-check input:checked + .sf-check-title:after {
  transform: translate(0, -50%) scale(1);
}
.sf-check .sf-check-title {
  display: block;
  position: relative;
  padding-left: 68px;
  cursor: pointer;
  font: 300 24px/130% "Rubik", sans-serif;
  color: #35607b;
}
.sf-check .sf-check-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 1px solid #35607b;
  border-radius: 50%;
  background: #fff;
  transition: all 300ms ease-out;
}
.sf-check .sf-check-title:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translate(0, -50%) scale(0);
  width: 14px;
  height: 14px;
  background: #35607b;
  border-radius: 50%;
  transition: all 300ms ease-out;
}
.sf-cont {
  width: 100%;
  min-width: 100px;
  max-width: 901px;
}
.select-right {
  margin-bottom: 58px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.select-right .select-wrap {
  max-width: 298px;
}
.sf-result {
  list-style-position: outside;
  list-style: none;
  margin-bottom: 140px;
}
.sf-result li {
  display: block;
  margin-top: 72px;
  padding: 37px 48px 13px;
  background: #fff;
  font: 20px/130% "Rubik", sans-serif;
  color: #35607b;
  border-radius: 44px;
  box-shadow: 10px 14px 0px #59dfeb;
}
.sf-result li:first-child {
  margin-top: 0;
}
.sf-result li.sf_bg-1 {
  box-shadow: 10px 14px 0px #d4b0f5;
}
.sf-result li.sf_bg-1 .sfr-info {
  color: #d4b0f5;
}
.sf-result li.sf_bg-2 {
  box-shadow: 10px 14px 0px #40deed;
}
.sf-result li.sf_bg-2 .sfr-info {
  color: #40deed;
}
.sf-result li.sf_bg-3 {
  box-shadow: 10px 14px 0px #b8b1f0;
}
.sf-result li.sf_bg-3 .sfr-info {
  color: #b8b1f0;
}
.sf-result li.sf_bg-4 {
  box-shadow: 10px 14px 0px #99cef0;
}
.sf-result li.sf_bg-4 .sfr-info {
  color: #99cef0;
}
.sf-result li.sf_bg-5 {
  box-shadow: 10px 14px 0px #adc1f5;
}
.sf-result li.sf_bg-5 .sfr-info {
  color: #adc1f5;
}
.sf-result li .sfr-title {
  margin-bottom: 38px;
  font: 500 23px/80% "Rubik", sans-serif;
  color: #35607b;
  text-transform: uppercase;
}
.sf-result li .sfr-title span {
  display: block;
  font: 30px/120% "Rubik", sans-serif;
  color: #35607b;
  text-transform: none;
  margin-bottom: 25px;
}
.sf-result li .sfr-info {
  margin: 0 0 8px -65px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font: 500 20px/120% "Rubik", sans-serif;
  color: #59dfeb;
  text-transform: uppercase;
}
.sf-result li .sfr-info span {
  margin: 0 0 10px 65px;
}
.sf-result li p {
  margin-bottom: 5px;
}
.sf-result li .sfr-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sf-result li .sfr-flex .sfr-more {
  text-decoration: none;
  font: bold 20px/120% "Rubik", sans-serif;
  color: #35607b;
  transition: all 300ms ease-out;
  margin-top: 20px;
}
.sf-result li .sfr-flex .sfr-more:hover {
  color: #59dfeb;
}
.sf-result li .represented-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  font: 17px/150% "Raleway", sans-serif;
  color: #35607b;
}
.sf-result li .represented-flex .represented-pic {
  flex-shrink: 0;
  margin-left: 8px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.sf-result li .represented-flex .represented-pic img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.popup-fon2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
}
.popup2 {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1423px;
  box-sizing: border-box;
  padding: 2px;
  border-radius: 44px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  font: 24px/130% "Rubik", sans-serif;
  color: #35607b;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  z-index: 1001;
}
.popup2 .close-popup2 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.popup2 .close-popup2:hover:before,
.popup2 .close-popup2:hover:after {
  background: #59dfeb;
}
.popup2 .close-popup2:before,
.popup2 .close-popup2:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -2px;
  height: 20px;
  width: 4px;
  border-radius: 3px;
  background: #35607b;
  transform: rotate(45deg);
  transition: all 300ms ease-out;
}
.popup2 .close-popup2:after {
  transform: rotate(-45deg);
}
.popup2 > div {
  padding: 50px 67px;
  border-radius: 44px;
  background: #fff;
}
.popup2 h3 {
  margin-bottom: 18px;
  font: 500 26px/130% "Rubik", sans-serif;
  color: #35607b;
}
.popup2 p {
  margin-bottom: 10px;
}
.popup2 .popup-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.popup2 .popup-flex .pf-pic {
  width: 42.5%;
  position: relative;
  margin-bottom: 50px;
}
.popup2 .popup-flex .pf-pic:before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 71px;
  height: 72px;
  background: url("../images/pf-pic_b.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.popup2 .popup-flex .pf-pic img {
  position: relative;
  z-index: 2;
  display: block;
  box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.12);
}
.popup2 .popup-flex .pf-cont {
  width: 52.5%;
}
.popup2 .popup-flex .pf-cont a {
  text-decoration: none;
  color: #59dfeb;
}
.popup-open .popup {
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-open2 .popup-fon2 {
  display: block;
}
.popup-open2 .popup2 {
  transform: translate3d(0px, 0px, 0px);
}
.job-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 0 80px 0;
}
.job-flex .job-cont {
  width: 100%;
  min-width: 10px;
  max-width: 905px;
  font: 24px/150% "Rubik", sans-serif;
  color: #35607b;
}
.job-flex .job-cont h3 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 26px;
}
.job-flex .job-cont p {
  margin-bottom: 50px;
}
.job-flex .job-cont p a {
  color: #59dfeb;
}
.job-flex .job-sidebar {
  flex-shrink: 0;
  width: 431px;
  margin-right: 50px;
  margin-bottom: 50px;
}
.job-flex .job-sidebar .btn {
  margin-bottom: 62px;
  margin-right: 8px;
  width: auto;
}
.job-sidebar-pic {
  margin: 30px 0 54px 0;
  position: relative;
  box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.12);
}
.job-sidebar-pic:before {
  content: "";
  position: absolute;
  right: -43px;
  bottom: -44px;
  width: 90px;
  height: 88px;
  background: url("../images/jsp_b.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.job-sidebar-pic img {
  display: block;
  width: 100%;
}
.job-sidebar-name {
  margin-bottom: 5px;
  font: 500 25px/140% "Rubik", sans-serif;
  color: #35607b;
}
.job-sidebar-name span {
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  font: bold 30px/130% "Raleway", sans-serif;
}
.job-sidebar-link {
  font: 20px/130% "Rubik", sans-serif;
  color: #35607b;
  display: flex;
  margin-left: -15px;
}
.job-sidebar-link a {
  font-size: 24px;
  display: inline-block;
  margin: 2px 0;
  color: #35607b;
  text-decoration: none;
  transition: all 300ms ease-out;
  margin-left: 15px;
}
.job-sidebar-link a:hover {
  color: #59dfeb;
}
.back-link {
  text-decoration: none;
  font: bold 20px/130% "Rubik", sans-serif;
  color: #35607b;
  text-transform: uppercase;
  transition: all 300ms ease-out;
}
.back-link:hover {
  color: #59dfeb;
}
.job-data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 50px -80px;
}
.job-data > div {
  margin: 0 0 40px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 180px;
  height: 180px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 10px 99px rgba(0, 0, 0, 0.06);
  text-align: center;
  font: 500 19px/130% "Rubik", sans-serif;
  color: #35607b;
  text-transform: uppercase;
  position: relative;
}
.job-data > div span {
  display: block;
  margin-top: 15px;
  font-size: 25px;
  color: #59dfeb;
}
.job-data > div:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border-top-width: 1px;
  border-radius: 50%;
  border-top-style: solid;
  border-top-color: #59dfeb;
  transform: rotate(45deg);
}
.job-data > div:nth-child(2):before {
  transform: rotate(190deg);
}
.job-data > div:nth-child(3):before {
  transform: rotate(135deg);
}
.filter-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -35px 50px -35px;
  position: relative;
  z-index: 2;
}
.filter-flex .main-filters {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
}
.filter-flex .second-filter__list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  justify-content: center;
}
.filter-flex .filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 35px 35px 35px;
  box-sizing: border-box;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  box-shadow: 0px 10px 99px rgba(0, 0, 0, 0.06);
  text-align: center;
  font: 500 25px/130% "Rubik", sans-serif;
  color: #35607b;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 300ms ease-out;
}
.filter-flex .filter .name {
  font-weight: 500;
}
.filter-flex .filter_second {
  width: 131px;
  height: 132px;
  font-size: 18px;
  position: relative;
  margin: 0 15px 15px 15px;
}
.filter-flex .filter_second .name {
  font-size: 18px;
}
.filter-flex .filter_second .filter-close {
  display: none;
  width: 33px;
  height: 34px;
  box-shadow: 0 10px 99px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 50%;
}
.filter-flex .filter_second .filter-close:after,
.filter-flex .filter_second .filter-close:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  border-radius: 1px;
  background-color: #36617c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.filter-flex .filter_second .filter-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.filter-flex .filter_second .filter-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.filter-flex .filter_second.active .filter-close {
  display: block;
}
.filter-flex .filter.active,
.filter-flex .filter:hover {
  color: #59dfeb;
}
.tab__content {
  display: none;
}
.tab__content.active {
  display: block;
}
.blog-list-slider {
  padding: 0 30px;
}
.blog-list-slider li {
  margin: 0 !important;
}
.blog-list-slider .slick-slide {
  padding: 0 30px 100px 30px;
}
.blog-list-slider .slick-prev,
.blog-list-slider .slick-next {
  width: 34px;
  height: 34px;
  z-index: 10;
}
.blog-list-slider .slick-prev:hover:before,
.blog-list-slider .slick-next:hover:before {
  color: #59dfeb;
}
.blog-list-slider .slick-prev:before,
.blog-list-slider .slick-next:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  color: #35607b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms ease-out;
}
.blog-list-slider .slick-prev {
  left: 0;
}
.blog-list-slider .slick-prev:before {
  content: "\e90d";
}
.blog-list-slider .slick-next {
  right: 0;
}
.blog-list-slider .slick-next:before {
  content: "\e90a";
}
.blog-list {
  list-style-position: outside;
  list-style: none;
  margin: 110px auto 15px auto;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1337px;
}
.blog-list li {
  box-sizing: border-box;
  margin: 0 13px 121px 0;
  position: relative;
  padding: 570px 150px 42px 27px;
  border-radius: 43px;
  box-shadow: 13px 13px 0px #d4b0f5;
  background: #fff;
  font: 300 20px/120% "Rubik", sans-serif;
  color: #35607b;
}
.blog-list li.bl_bg_2 {
  box-shadow: 13px 13px 0px #59dfeb;
}
.blog-list li.bl_bg_3 {
  box-shadow: 13px 13px 0px #acd5f3;
}
.blog-list li.bl_bg_4 {
  box-shadow: 13px 13px 0px #b6c1f3;
}
.blog-list li .bl-pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 526px;
  border-radius: 43px 43px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.blog-list li .bl-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.blog-list li .bl-flex > div:first-child {
  width: 45%;
  margin-right: 5%;
}
.blog-list li .bl-flex > div:last-child {
  width: 50%;
  max-width: 500px;
}
.blog-list li .bl-title {
  font: 800 22px/120% "Raleway", sans-serif;
  color: "Rubik", sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.blog-list li .bl-author {
  font: 800 17px/120% "Raleway", sans-serif;
  color: "Rubik", sans-serif;
  text-transform: uppercase;
}
.blog-list li .bl-more {
  text-decoration: none;
  text-align: center;
  font: bold 20px/130% "Rubik", sans-serif;
  color: #35607b;
  transition: all 300ms ease-out;
  text-transform: uppercase;
  position: absolute;
  right: -13px;
  bottom: -54px;
  width: 144px;
  height: 144px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.09);
}
.blog-list li .bl-more:hover {
  color: #59dfeb;
}
.article-block {
  padding: 90px 0;
  font: 24px/140% "Rubik", sans-serif;
  color: #35607b;
}
.article-block p {
  margin: 12px 0;
}
.article-block:after {
  content: "";
  display: block;
  clear: both;
}
.article-title {
  margin: 0 auto 55px auto;
  max-width: 1030px;
  text-align: center;
  font: 500 50px/130% "Rubik", sans-serif;
  color: #35607b;
}
.article-pic {
  float: left;
  margin: 30px 100px 65px 0;
  max-width: 38%;
  position: relative;
}
.article-pic:before {
  content: "";
  position: absolute;
  left: -45px;
  top: -44px;
  width: 90px;
  height: 88px;
  background: url("../images/ap_b.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.article-pic img {
  display: block;
  box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.12);
}
.article-text {
  margin-top: 160px;
}
.ab-flex {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.ab-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ab-author .author-pic-body {
  flex-shrink: 0;
  margin-right: 42px;
  width: 170px;
  height: 190px;
  background: url("../images/ab-body.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ab-author .author-pic-body .author-pic {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  overflow: hidden;
}
.ab-author .author-pic-body .author-pic img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.ab-author .author-cont {
  font: bold 15px/130% "Rubik", sans-serif;
  color: #35607b;
  text-transform: uppercase;
}
.ab-author .author-cont h3 {
  font-size: 20px;
  line-height: 130%;
}
.ab-author .author-cont .author-name {
  font: 20px/130% "Rubik", sans-serif;
  color: #59dfeb;
  margin: 5px 0;
}
.ab-author .author-cont .author-name span {
  display: block;
  font-weight: 500;
}
.ab-author .author-cont .ab-social {
  margin: 15px -10px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.ab-author .author-cont .ab-social a {
  display: block;
  margin: 0 10px 0 0;
  padding: 2px;
  background: linear-gradient(180deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  text-decoration: none;
  line-height: 1;
  font-size: 18px;
  color: #35607b;
  transition: all 300ms ease-out;
  border-radius: 50%;
}
.ab-author .author-cont .ab-social a:hover {
  color: #59dfeb;
}
.ab-author .author-cont .ab-social a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  width: 34px;
  height: 34px;
}
.ab-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.ab-control .ab-share {
  font: bold 20px/130% "Rubik", sans-serif;
  color: #35607b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.ab-control .ab-share .share-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.ab-control .ab-share .share-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #35607b;
  font-size: 20px;
  transition: all 300ms ease-out;
  line-height: 1;
  color: #35607b;
}
.ab-control .ab-share .share-social a:hover {
  color: #59dfeb;
}
.log-flex {
  padding: 20px 0 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.log-flex .log-form {
  flex-shrink: 0;
  width: 314px;
  margin-right: 50px;
  margin-bottom: 80px;
}
.lf-title {
  margin-bottom: 35px;
  font: 900 60px/100% "Raleway", sans-serif;
  color: #35607b;
  text-transform: uppercase;
}
.lf-row {
  margin-bottom: 35px;
}
.text-field {
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  padding: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #35607b;
  font: 20px/120% "Rubik", sans-serif;
  color: #35607b;
}
.text-field::-webkit-input-placeholder {
  opacity: 1;
  color: #35607b;
}
.text-field::-moz-placeholder {
  opacity: 1;
  color: #35607b;
}
.text-field:-moz-placeholder {
  opacity: 1;
  color: #35607b;
}
.text-field:-ms-input-placeholder {
  opacity: 1;
  color: #35607b;
}
.text-field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.text-field:focus::-moz-placeholder {
  opacity: 0;
}
.text-field:focus:-moz-placeholder {
  opacity: 0;
}
.text-field:focus:-ms-input-placeholder {
  opacity: 0;
}
.lf-sub {
  display: block;
  box-sizing: border-box;
  margin-top: 50px;
  width: 100%;
  height: 61px;
  background: #35607b;
  border: none;
  border-radius: 31px;
  text-align: center;
  font: 19px/130% "Rubik", sans-serif;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 300ms ease-out;
}
.lf-sub:hover {
  background: #59dfeb;
}
.create-form {
  width: 100%;
  min-width: 100px;
  max-width: 905px;
}
.create-form h4 {
  margin-bottom: 12px;
  margin-top: 42px;
  font: 500 26px/130% "Rubik", sans-serif;
  color: #35607b;
}
.create-form ul {
  list-style-position: outside;
  list-style: none;
  margin-bottom: 30px;
}
.create-form ul li {
  display: block;
  margin-bottom: 8px;
  padding-left: 32px;
  font: 24px/130% "Rubik", sans-serif;
  color: #35607b;
  position: relative;
}
.create-form ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 1px solid #59dfeb;
  border-radius: 50%;
}
.cf-body {
  margin-top: 60px;
  max-width: 846px;
}
.cf-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cf-row:last-child {
  margin-top: 10px;
}
.cf-row .cf-cell {
  margin-bottom: 35px;
  width: 48%;
  max-width: 391px;
}
.cf-check {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  max-width: 450px;
  margin-top: 5px;
}
.cf-check input {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}
.cf-check input:checked + .cf-check-title:after {
  transform: scale(1);
}
.cf-check .cf-check-title {
  display: block;
  padding-left: 40px;
  position: relative;
  font: 20px/120% "Rubik", sans-serif;
  color: #35607b;
  cursor: pointer;
}
.cf-check .cf-check-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 1px solid #35607b;
}
.cf-check .cf-check-title:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #35607b;
  transform: scale(0);
  transition: all 300ms ease-out;
}
.cf-sub {
  display: block;
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 0 0 0 30px;
  width: 100%;
  max-width: 313px;
  height: 68px;
  padding: 5px;
  border: none;
  border-radius: 34px;
  background: #35607b;
  cursor: pointer;
  text-align: center;
  font: 17px/130% "Rubik", sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 300ms ease-out;
}
.cf-sub:hover {
  background: #59dfeb;
}
.head-social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px -35px 0 -35px;
  position: relative;
  z-index: 2;
}
.head-social a {
  display: block;
  margin: 0 35px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 38px;
  transition: all 300ms ease-out;
}
.head-social a:hover {
  color: #35607b;
}
.contact-link {
  margin: 0 0 50px 0;
  padding: 0 165px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.contact-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 12px;
  width: 108px;
  height: 106px;
  background: url("../images/cl_b.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.contact-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 12px;
  width: 108px;
  height: 106px;
  background: url("../images/cl_a.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.contact-link > div {
  width: 31%;
  max-width: 380px;
  background: #fafafa;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.contact-link .cl-icon {
  margin-bottom: 10px;
  color: #35607b;
  line-height: 1;
  font-size: 70px;
}
.contact-link .cl-title {
  margin-bottom: 10px;
  font: 900 40px/130% "Raleway", sans-serif;
  color: #35607b;
}
.contact-link a {
  font: 500 22px/130% "Rubik", sans-serif;
  color: #59dfeb;
  text-decoration: none;
}
.contact-link a:hover {
  color: #35607b;
}
.contact-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 115px 0 120px 0;
}
.contact-flex .contact-map {
  position: relative;
  width: 48%;
  max-width: 715px;
  box-sizing: border-box;
}
.contact-flex .contact-map:before {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 92px;
  height: 94px;
  background: url("../images/ev-before.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.contact-flex .contact-map iframe {
  position: relative;
  z-index: 2;
}
.contact-flex .contact-form {
  box-sizing: border-box;
  width: 48%;
  max-width: 715px;
  border-radius: 44px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  padding: 1px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
}
.contact-flex .contact-form .contact-form-body {
  padding: 50px 68px 37px 68px;
  background: #fff;
  border-radius: 44px;
  box-sizing: border-box;
}
.contact-flex .contact-form h3 {
  margin-bottom: 15px;
  font: 900 40px/130% "Raleway", sans-serif;
  color: #35607b;
}
.contact-flex .contact-form .contact-form-row {
  margin-bottom: 36px;
}
.contact-flex .contact-form .contact-form-row-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-flex .contact-form .contact-form-row-last .cf-check {
  max-width: 290px;
  margin-top: 5px;
}
.textarea-field {
  resize: none;
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #35607b;
  border-radius: 0px;
  font: 20px/130% "Rubik", sans-serif;
  color: #35607b;
}
.textarea-field::-webkit-input-placeholder {
  opacity: 1;
  color: #35607b;
}
.textarea-field::-moz-placeholder {
  opacity: 1;
  color: #35607b;
}
.textarea-field:-moz-placeholder {
  opacity: 1;
  color: #35607b;
}
.textarea-field:-ms-input-placeholder {
  opacity: 1;
  color: #35607b;
}
.textarea-field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.textarea-field:focus::-moz-placeholder {
  opacity: 0;
}
.textarea-field:focus:-moz-placeholder {
  opacity: 0;
}
.textarea-field:focus:-ms-input-placeholder {
  opacity: 0;
}
.contact-form-sub {
  flex-shrink: 0;
  display: block;
  box-sizing: border-box;
  width: 230px;
  height: 61px;
  background: #35607b;
  border: none;
  border-radius: 31px;
  text-align: center;
  font: 19px/130% "Rubik", sans-serif;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 300ms ease-out;
}
.contact-form-sub:hover {
  background: #59dfeb;
}
.about-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font: 24px/140% "Rubik", sans-serif;
  color: #35607b;
  margin-bottom: 30px;
}
.about-flex.mar {
  margin: 120px 0;
  align-items: center;
}
.about-flex > div {
  width: 48%;
  max-width: 716px;
}
.about-flex p {
  margin-bottom: 18px;
}
.about-flex p.middle {
  font-weight: 500;
  font-size: 26px;
}
.ab-log {
  padding: 2px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  box-sizing: border-box;
  max-width: 600px;
  font: 26px/130% "Rubik", sans-serif;
  color: #35607b;
  margin-bottom: 52px;
  border-radius: 44px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.ab-log > div {
  padding: 45px 70px 28px 70px;
  background: #fff;
  border-radius: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ab-log h3 {
  display: inline;
  margin-bottom: 5px;
  margin-left: 15px;
  font: 900 60px/100% "Raleway", sans-serif;
  color: #59dfeb;
  position: relative;
}
.ab-log h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translate(-100%, -100%);
  width: 36px;
  height: 24px;
  background: url("../images/ab-log_b.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.ab-log span {
  display: block;
  font: 500 24px/130% "Rubik", sans-serif;
  color: #d4b0f5;
  margin-bottom: 5px;
}
.ab-pic {
  position: relative;
  margin: 80px 0 50px 0;
  box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.12);
}
.ab-pic:before {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -39px;
  width: 92px;
  height: 94px;
  background: url("../images/ev-before.svg") no-repeat center/contain;
}
.ab-pic.ab-pic_right:before {
  right: auto;
  left: -38px;
  background: url("../images/ev-before_right.svg") no-repeat center/contain;
}
.ab-pic img {
  display: block;
  width: 100%;
}
.ab-btn-block {
  max-width: 665px;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.ab-btn-block .btn {
  width: 282px;
}
.peers-list {
  list-style-position: outside;
  list-style: none;
  margin: 0 0 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.peers-list li {
  margin-bottom: 30px;
  text-align: center;
  font: bold 20px/120% "Rubik", sans-serif;
  color: #d4b0f5;
}
.peers-list li .pl-pic {
  box-sizing: border-box;
  margin: 0 auto 30px auto;
  width: 137px;
  height: 137px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.09);
}
.peers-list li .pl-pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
.employer-video.no-mar {
  margin-top: 0;
}
.section_gradient {
  padding: 70px 0;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
}
.edge-list {
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.edge-list li {
  box-sizing: border-box;
  width: 31%;
  max-width: 428px;
  text-align: center;
  font: 25px/118% "Rubik", sans-serif;
  color: #fff;
}
.edge-list li .el-pic {
  min-height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}
.edge-list li h3 {
  margin-bottom: 30px;
  font: bold 60px/100% "Rubik", sans-serif;
  color: #fff;
}
.et-title {
  margin-bottom: 20px;
  font: bold 40px/120% "Rubik", sans-serif;
  color: #35607b;
}
.btn-center-block {
  margin: 0 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn-blue,
span.btn-blue,
div.btn-blue {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-blue {
  box-sizing: border-box;
  width: 100%;
  max-width: 280px;
  height: 61px;
  padding: 5px 15px;
  border-radius: 30px;
  background: #59dfeb;
  text-decoration: none;
  font: 19px/130% "Rubik", sans-serif;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.btn-blue:hover {
  background: #35607b;
}
.donation-block {
  box-sizing: border-box;
  max-width: 1423px;
  margin: 80px auto 190px auto;
  padding: 2px;
  border-radius: 44px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  font: 24px/140% "Rubik", sans-serif;
  color: #35607b;
}
.donation-block > div {
  border-radius: 44px;
  padding: 50px 67px 35px 67px;
  background: #fff;
}
.donation-block p {
  margin-bottom: 15px;
}
.donation-block h3 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
}
.donation-block a {
  text-decoration: none;
  color: #59dfeb;
  transition: all 300ms ease-out;
}
.donation-block a:hover {
  color: #d4b0f5;
}
.wom-block {
  margin-bottom: 40px;
  margin-left: 40px;
  box-sizing: border-box;
  padding: 1px 18px 8px 1px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  border-radius: 43px;
  text-align: center;
  font: bold 26px/120% "Rubik", sans-serif;
  color: #35607b;
}
.wom-block > div {
  position: relative;
  border-radius: 43px;
  background: #fff;
  padding: 60px 20px 10px 20px;
  margin-top: -11px;
  margin-left: -20px;
}
.wom-block > div > div {
  max-width: 470px;
  margin: 0 auto;
}
.wom-block p {
  margin-bottom: 25px;
}
.wom-block h3 {
  margin-bottom: 20px;
  font-size: 34px;
}
.wom-block .wb-pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 370px;
  margin: 0 auto;
}
.wom-block .wom-icon {
  box-sizing: border-box;
  position: absolute;
  left: -20px;
  top: -50px;
  width: 123px;
  height: 123px;
  padding: 5px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 900 29px/100% "Raleway", sans-serif;
  color: #fff;
}
.row-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 30px -45px;
}
.row-btn .btn {
  margin: 20px 0 20px 45px;
}
.recom-form {
  margin: 50px 0;
  padding: 2px;
  border-radius: 44px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
}
.recom-form > div {
  border-radius: 44px;
  background: #fff;
  padding: 40px 66px;
}
.recom-form.mar {
  margin: 0;
  margin-top: -100px;
}
.recom-form .textarea-field {
  height: 145px;
  padding-top: 0;
}
.recom-form .cf-sub {
  margin: 0;
}
.recom-form .tf-check .tf-check-title {
  color: #35607b;
}
.recom-form .tf-check .tf-check-title:before {
  border-color: #35607b;
}
.recom-form .tf-check .tf-check-title:after {
  background: #35607b;
}
.recom-row {
  margin-bottom: 45px;
}
.recom-row-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.recom-cell {
  width: 48%;
  max-width: 314px;
}
.recom-upload {
  display: inline-block;
  margin-right: 15px;
  font: 20px/120% "Rubik", sans-serif;
  color: #35607b;
}
.rf-sub {
  flex-shrink: 0;
  margin-left: 40px;
  box-sizing: border-box;
  width: 230px;
  height: 61px;
  border: none;
  border-radius: 31px;
  background: #35607b;
  cursor: pointer;
  font: 19px/130% "Rubik", sans-serif;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 300ms ease-out;
}
.rf-sub:hover {
  background: #59dfeb;
}
.reason-list {
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 90px -27px 0 -27px;
  position: relative;
  z-index: 2;
}
.reason-list li {
  position: relative;
  box-sizing: border-box;
  width: calc(33.3333% - 54px);
  padding: 60px 27px 40px 27px;
  margin: 85px 27px 80px 27px;
  min-height: 248px;
  background: #d4b0f5;
  border-radius: 44px;
  font: 300 20px/120% "Rubik", sans-serif;
  color: #fff;
}
.reason-list li:nth-child(1) {
  background: #acd5f3;
}
.reason-list li:nth-child(1) .rl-icon:before {
  border-color: #acd5f3;
  transform: rotate(45deg);
}
.reason-list li:nth-child(2) {
  background: #d4b0f5;
}
.reason-list li:nth-child(2) .rl-icon:before {
  border-color: #d4b0f5;
  transform: rotate(95deg);
}
.reason-list li:nth-child(3) {
  background: #40deed;
}
.reason-list li:nth-child(3) .rl-icon:before {
  border-color: #40deed;
  transform: rotate(100deg);
}
.reason-list li:nth-child(4) {
  background: #b8b1f0;
}
.reason-list li:nth-child(4) .rl-icon:before {
  border-color: #b8b1f0;
  transform: rotate(140deg);
}
.reason-list li:nth-child(5) {
  background: #69e2ed;
}
.reason-list li:nth-child(5) .rl-icon:before {
  border-color: #69e2ed;
  transform: rotate(15deg);
}
.reason-list li:nth-child(6) {
  background: #d2adf5;
}
.reason-list li:nth-child(6) .rl-icon:before {
  border-color: #d2adf5;
  transform: rotate(55deg);
}
.reason-list li:nth-child(7) {
  background: #b6c1f3;
}
.reason-list li:nth-child(7) .rl-icon:before {
  border-color: #b6c1f3;
  transform: rotate(130deg);
}
.reason-list li .rl-icon {
  position: absolute;
  left: 0;
  top: -77px;
  width: 125px;
  height: 125px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 80px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.reason-list li .rl-icon:before {
  content: "";
  position: absolute;
  left: -11px;
  top: -11px;
  right: -11px;
  bottom: -11px;
  border-radius: 50%;
  border-left: 1px solid #d4b0f5;
}
.reason-list li .rl-icon span {
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #59dfeb;
}
.reason-list li h3 {
  margin-bottom: 3px;
  margin-right: -20px;
  font: bold 40px/90% "Rubik", sans-serif;
  color: #fff;
}
.section_6 {
  padding: 200px 0 125px 0;
  background: url("../images/section-6.jpg") no-repeat center 60px;
  position: relative;
}
.candidates-slider {
  margin: 85px -56px;
}
.candidates-slider.slick-dotted.slick-slider {
  margin-bottom: 140px;
}
.candidates-slider .slick-dots {
  bottom: -80px;
}
.candidates-slider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}
.candidates-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 300ms ease-out;
  box-sizing: border-box;
  border: 1px solid #35607b;
}
.candidates-slider .slick-dots li button:before {
  display: none;
}
.candidates-slider .slick-dots li.slick-active button,
.candidates-slider .slick-dots li:hover button {
  background: #35607b;
}
.candidates-slider .slick-track {
  display: flex;
}
.candidates-slider .slick-slide {
  height: inherit;
}
.cn-sl-item {
  box-sizing: border-box;
  position: relative;
  font: 22px/120% "Rubik", sans-serif;
  color: #35607b;
  padding: 2px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  border-radius: 44px;
  margin: 0 56px;
  height: 100%;
}
.cn-sl-item > div {
  height: inherit;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 45px 60px 40px 60px;
  background: #fff;
  border-radius: 44px;
}
.cn-sl-item > div:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 20px;
  width: 127px;
  height: 84px;
  background: url("../images/ri-before.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.cn-sl-item .cn-sl-cont {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.cn-sl-item p {
  margin-bottom: 6px;
}
.cn-sl-item .cn-sl-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font: 25px/120% "Raleway", sans-serif;
  color: #35607b;
  margin-top: 25px;
}
.cn-sl-item .cn-sl-flex .cn-sl-pic {
  flex-shrink: 0;
  width: 69px;
  height: 69px;
  margin-right: 22px;
  border-radius: 50%;
  overflow: hidden;
}
.cn-sl-item .cn-sl-flex .cn-sl-pic img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.cn-sl-item .cn-sl-flex .cn-sl-name {
  margin-bottom: 10px;
  font: 40px/120% "Rubik", sans-serif;
  color: #35607b;
}
.testimonials-list {
  list-style-position: outside;
  list-style: none;
  margin: 50px 0;
}
.testimonials-list > li {
  padding: 58px 0;
}
.testimonials-list > li:nth-child(even) {
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
}
.testimonials-list > li:nth-child(even) .tl-title {
  color: #fff;
}
.testimonials-list > li:nth-child(even) .tl-title span:before,
.testimonials-list > li:nth-child(even) .tl-title span:after {
  background: #fff;
}
.testimonials-list > li:nth-child(even) .tl-slider .slick-prev:before,
.testimonials-list > li:nth-child(even) .tl-slider .slick-next:before {
  color: #fff;
}
.testimonials-list > li:nth-child(even) .tl-item {
  background: #fff;
}
.testimonials-list > li:hover .tl-title span {
  transform: translateX(15px);
}
.testimonials-list > li .tl-title {
  font: 900 80px/120% "Raleway", sans-serif;
  color: #35607b;
  cursor: pointer;
}
.testimonials-list > li .tl-title.active span:after {
  transform: rotate(0deg);
}
.testimonials-list > li .tl-title span {
  transition: all 0.3s;
  position: relative;
  margin-left: 18px;
  margin-top: -12px;
  display: inline-block;
  vertical-align: middle;
}
.testimonials-list > li .tl-title span:before,
.testimonials-list > li .tl-title span:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  margin-top: -1px;
  height: 12px;
  width: 52px;
  background: #35607b;
  transition: all 300ms ease-out;
}
.testimonials-list > li .tl-title span:after {
  transform: rotate(90deg);
}
.testimonials-list > li .tl-cont {
  display: none;
  margin-top: 20px;
}
.tl-slider .slick-prev,
.tl-slider .slick-next {
  width: 34px;
  height: 34px;
  z-index: 10;
}
.tl-slider .slick-prev:before,
.tl-slider .slick-next:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  color: #35607b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms ease-out;
}
.tl-slider .slick-prev {
  left: 0;
}
.tl-slider .slick-prev:before {
  content: "\e90d";
}
.tl-slider .slick-next {
  right: 0;
}
.tl-slider .slick-next:before {
  content: "\e90a";
}
.tl-slider .slick-track {
  display: flex;
}
.tl-slider .slick-slide {
  height: inherit;
}
.tl-slider .slick-list {
  padding: 30px 0;
}
.tl-item {
  position: relative;
  margin: 0 55px;
  box-sizing: border-box;
  padding: 2px;
  border-radius: 44px;
  background: linear-gradient(180deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  font: 25px/125% "Rubik", sans-serif;
  color: #35607b;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.tl-item > div {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 20px;
  border-radius: 44px;
  background: #fff;
}
.tl-item > div:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 13px;
  width: 127px;
  height: 84px;
  background: url("../images/ci-before.png") no-repeat center center;
  background-size: 100% 100%;
  opacity: 0.7;
}
.tl-item .tl-item-cont {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.tl-item p {
  margin-bottom: 15px;
}
.tl-item .tl-flex {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font: 20px/120% "Raleway", sans-serif;
  color: #35607b;
}
.tl-item .tl-flex .tl-pic {
  flex-shrink: 0;
  width: 69px;
  height: 69px;
  margin-right: 38px;
  border-radius: 50%;
  overflow: hidden;
}
.tl-item .tl-flex .tl-pic img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.tl-item .tl-flex .tl-name {
  margin-bottom: 5px;
  font: 35px/120% "Rubik", sans-serif;
  color: #35607b;
}
.history-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 24px/120% "Rubik", sans-serif;
  color: #35607b;
  margin: 60px 0 120px 0;
}
.history-flex .title-section {
  line-height: 120%;
}
.history-flex .hf-left {
  flex-shrink: 0;
  width: 39%;
  margin-right: 4%;
}
.history-flex .hf-right {
  width: 100%;
  min-width: 100px;
  max-width: 905px;
}
.history-flex .hf-right p {
  margin-bottom: 20px;
}
.history-flex .hf-right .middle {
  font-size: 26px;
  font-weight: 500;
}
.hf-logo {
  box-sizing: border-box;
  width: 358px;
  height: 358px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.09);
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.employer-flex .rf-item.mar {
  margin: 150px 0 80px 0;
}
.employer-flex .rf-item.mar .rf-info {
  margin-top: 30px;
}
.section-result {
  padding: 70px 0;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  font: 500 26px/150% "Rubik", sans-serif;
  color: #fff;
}
.section-result .sr-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-result .sr-flex .sr-title {
  flex-shrink: 0;
  margin-right: 50px;
  font: 900 80px/120% "Raleway", sans-serif;
  color: #fff;
}
.section-result .sr-flex .sr-cont {
  width: 100%;
  min-width: 100px;
  max-width: 920px;
}
.section-result .sr-flex .sr-cont > p {
  display: flex;
  align-items: center;
}
.section-result .sr-flex .sr-cont > p:not(:last-child) {
  margin-bottom: 5px;
}
.section-result .sr-flex .sr-cont > p img {
  margin-right: 7px;
}
.text-center {
  max-width: 1020px;
  margin: 50px auto;
  text-align: center;
  font: 500 26px/130% "Rubik", sans-serif;
  color: #35607b;
}
.title-center {
  margin-bottom: 50px;
  text-align: center;
  font: bold 40px/130% "Rubik", sans-serif;
  color: #35607b;
}
.msg-center {
  text-align: center;
  font: bold 40px/110px "Rubik", sans-serif;
  color: #35607b;
}
.logo-list {
  position: relative;
  list-style-position: outside;
  list-style: none;
  height: 550px;
}
.logo-list li {
  position: absolute;
  left: 50%;
}
.logo-list li:nth-child(1) {
  top: -110px;
  margin-left: -370px;
}
.logo-list li:nth-child(2) {
  top: 110px;
  margin-left: -140px;
}
.logo-list li:nth-child(3) {
  top: -50px;
  margin-left: 118px;
}
.logo-list li:nth-child(4) {
  top: 235px;
  margin-left: -410px;
}
.logo-list li:nth-child(5) {
  top: 265px;
  margin-left: 140px;
}
.logo-list li .logo-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  width: 221px;
  height: 221px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  padding: 15px;
}
.logo-list li .logo-list-item img {
  display: block;
}
.emp-list {
  list-style-position: outside;
  list-style: none;
  margin: 20px 0;
}
.emp-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 46px;
  font: 500 26px/130% "Rubik", sans-serif;
  color: #35607b;
}
.emp-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #59dfeb;
}
.culture-slider {
  margin: 0 -30px;
}
.culture-slider .slick-dots {
  bottom: -20px;
}
.culture-slider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}
.culture-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 300ms ease-out;
  box-sizing: border-box;
  border: 1px solid #35607b;
}
.culture-slider .slick-dots li button:before {
  display: none;
}
.culture-slider .slick-dots li.slick-active button,
.culture-slider .slick-dots li:hover button {
  background: #35607b;
}
.culture-item {
  margin: 30px;
  font: 24px/120% "Rubik", sans-serif;
  color: #35607b;
  padding: 2px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  border-radius: 44px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.culture-item > div {
  box-sizing: border-box;
  padding: 55px 92px;
  background: #fff;
  border-radius: 44px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.culture-item .culture-item-pic {
  width: 38%;
  position: relative;
  margin-bottom: 40px;
}
.culture-item .culture-item-pic:before {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -43px;
  width: 85px;
  height: 85px;
  background: url("../images/corner.svg") no-repeat right bottom;
  background-size: 100% 100%;
}
.culture-item .culture-item-pic img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.12);
}
.culture-item .culture-item-cont {
  width: 55%;
  margin-top: 20px;
  padding-bottom: 40px;
}
.culture-item p {
  margin-bottom: 10px;
}
.culture-item h3 {
  margin-bottom: 15px;
  font: bold 40px/110% "Rubik", sans-serif;
  color: #35607b;
}
.photo-block {
  margin-top: 50px;
  margin-bottom: 100px;
}
.pb-row {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.pb-row .pb-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 100%;
}
.pb-row .pb-half-width {
  width: calc(50% - 15px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.pb-row .pb-half-width .pb-body {
  padding-top: 75%;
  position: relative;
}
.pb-row .pb-half-width .pb-body-2 {
  padding-top: 70%;
  position: relative;
}
.pb-row .pb-half-width .pb-body-3 {
  padding-top: 56%;
  position: relative;
}
.pb-row .pb-half-width .pb-half-height-100 {
  height: 100%;
  position: relative;
}
.pb-row .pb-half-width .pb-half-height-65 {
  height: calc(65% - 15px);
  position: relative;
}
.pb-row .pb-half-width .pb-half-height-35 {
  height: calc(35% - 15px);
  position: relative;
}
.pb-row .pb-half-width .pb-half-height-55 {
  height: calc(55% - 15px);
  position: relative;
}
.pb-row .pb-half-width .pb-half-height-45 {
  height: calc(45% - 15px);
  position: relative;
}
.pb-full {
  padding-top: 48%;
  position: relative;
}
.pb-item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.article-small {
  list-style-position: outside;
  list-style: none;
  margin: 50px -16px 0 -16px;
  display: flex;
  flex-flow: row wrap;
}
.article-small li {
  flex: 1 0 180px;
  max-width: 390px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 16px 50px 16px;
  position: relative;
  background: #fff;
  border-radius: 30px;
  box-shadow: 8px 8px 0px #d4b0f5;
  padding: 168px 16px 20px 16px;
  font: 300 13px/120% "Rubik", sans-serif;
  color: #35607b;
}
.article-small li.imitation {
  margin: 0 16px;
  height: 0;
  opacity: 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
.article-small li .as-pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 152px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.article-small li .as-title {
  font: 900 13px/110% "Raleway", sans-serif;
  color: #35607b;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.article-small li .as-title span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-small li .as-text {
  height: 91px;
  overflow: hidden;
  margin-bottom: 13px;
}
.article-small li .as-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-small li .as-share {
  text-decoration: none;
  font: bold 12px/110% "Rubik", sans-serif;
  color: #d4b0f5;
  transition: all 300ms ease-out;
  text-transform: uppercase;
}
.article-small li .as-share:hover {
  color: #59dfeb;
}
.article-small li .bs-more {
  text-decoration: none;
  font: bold 12px/110% "Rubik", sans-serif;
  color: #35607b;
  transition: all 300ms ease-out;
  text-transform: uppercase;
}
.article-small li .bs-more:hover {
  color: #59dfeb;
}
.join-list {
  list-style-position: outside;
  list-style: none;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.join-list li {
  max-width: 255px;
}
.join-list li a {
  display: block;
  margin-top: 45px;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
  font: 900 30px/120% "Raleway", sans-serif;
  color: #fff;
  transition: all 300ms ease-out;
  text-align: center;
}
.join-list li a:hover:before {
  width: 100%;
}
.join-list li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 112px;
  height: 3px;
  background: #fff;
  transition: all 300ms ease-out;
}
.meet-list {
  list-style-position: outside;
  list-style: none;
  margin-top: 35px;
}
.meet-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 60px 0 0 0;
  margin-bottom: 95px;
  font: 24px/145% "Rubik", sans-serif;
  color: #35607b;
}
.meet-list li:nth-child(even) {
  flex-direction: row-reverse;
}
.meet-list li:nth-child(4n + 1) .ml-info .ml-pic:before {
  content: "";
  position: absolute;
  left: -150px;
  top: -60px;
  width: 155px;
  height: 153px;
  background: url("../images/meet-before_1.svg") no-repeat 0 0;
  background-size: 100% 100%;
  transform: translate(0, 0);
}
.meet-list li:nth-child(4n-1) .ml-info .ml-pic {
  margin-bottom: 50px;
}
.meet-list li:nth-child(4n-1) .ml-info .ml-pic:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 424px;
  height: 420px;
  background: url("../images/meet-before_3.png") no-repeat center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
.meet-list li:nth-child(4n) .ml-info .ml-pic {
  margin-bottom: 70px;
}
.meet-list li:nth-child(4n) .ml-info .ml-pic:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 441px;
  height: 496px;
  background: url("../images/meet-before_4.png") no-repeat center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
.meet-list li p {
  margin-bottom: 15px;
}
.meet-list li p.middle {
  font-size: 26px;
  font-weight: 500;
}
.meet-list li .ml-info {
  flex-shrink: 0;
  width: 44.2%;
  box-sizing: border-box;
  padding: 0 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.meet-list li .ml-info .ml-pic {
  margin-bottom: 35px;
  box-sizing: border-box;
  width: 364px;
  height: 364px;
  background: linear-gradient(180deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  padding: 6px;
  border-radius: 50%;
  position: relative;
}
.meet-list li .ml-info .ml-pic:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 413px;
  height: 413px;
  background: url("../images/meet-before_2.png") no-repeat center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
.meet-list li .ml-info .ml-pic img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.meet-list li .ml-info .ml-name {
  font: bold 60px/120% "Rubik", sans-serif;
  color: #35607b;
  margin-bottom: 12px;
  text-align: center;
}
.meet-list li .ml-info .ml-connect {
  margin-bottom: 18px;
  font: 40px/120% "Rubik", sans-serif;
  color: #35607b;
  text-align: center;
}
.meet-list li .ml-info .ml-social {
  margin: 0 -13px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.meet-list li .ml-info .ml-social a {
  display: block;
  margin: 0 13px;
  padding: 2px;
  background: linear-gradient(180deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  text-decoration: none;
  line-height: 1;
  font-size: 38px;
  color: #35607b;
  transition: all 300ms ease-out;
  border-radius: 50%;
}
.meet-list li .ml-info .ml-social a:hover {
  color: #59dfeb;
}
.meet-list li .ml-info .ml-social a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  width: 65px;
  height: 65px;
}
.meet-list li .ml-cont {
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  padding-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: column;
  min-height: 365px;
}
.meet-list li .ml-cont > div {
  padding-top: 70px;
  position: relative;
}
.meet-list li .ml-cont > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 22px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
}
.meet-list li .ml-btn-block {
  margin-left: -100px;
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.meet-list li .ml-btn-block .btn {
  margin: 20px 0 0 100px;
}
.search-job {
  margin: 0 auto;
  max-width: 682px;
  position: relative;
  z-index: 2;
}
.search-job .select-wrap .ui-selectmenu-button {
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  border-radius: 0px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.search-job .select-wrap .ui-selectmenu-button .ui-selectmenu-text {
  background: none;
  padding: 0 30px 0 0;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font: 20px/130% "Rubik", sans-serif;
  color: #fff;
  position: relative;
  margin: 0;
  box-sizing: border-box;
}
.search-job .select-wrap .ui-selectmenu-button .ui-icon-triangle-1-s {
  position: absolute;
  right: 18px;
  margin-top: 0;
  top: 24px;
  background: none;
  z-index: 10;
  text-indent: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  border-radius: 3px;
}
.search-job .select-wrap .ui-selectmenu-button .ui-icon-triangle-1-s:before,
.search-job .select-wrap .ui-selectmenu-button .ui-icon-triangle-1-s:after {
  display: none;
}
.sj-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sj-row .sj-cell {
  position: relative;
  width: 48%;
  max-width: 314px;
  margin-bottom: 42px;
}
.sj-text-field {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  font: 20px/130% "Rubik", sans-serif;
  color: #fff;
}
.sj-text-field::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.sj-text-field::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.sj-text-field:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.sj-text-field:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.sj-text-field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.sj-text-field:focus::-moz-placeholder {
  opacity: 0;
}
.sj-text-field:focus:-moz-placeholder {
  opacity: 0;
}
.sj-text-field:focus:-ms-input-placeholder {
  opacity: 0;
}
.sj-sub {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 28px;
  background: #fff;
  text-align: center;
  font: 19px/130% "Rubik", sans-serif;
  color: #35607b;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 300ms ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sj-sub:hover {
  background: #35607b;
  color: #fff;
}
.similar-jobs {
  margin-top: 80px;
}
.sj-title {
  margin-bottom: 25px;
  font: bold 30px/130% "Raleway", sans-serif;
  color: #35607b;
}
.sj-item:not(:last-child) {
  margin-bottom: 35px;
}
.sjt-name {
  font: 500 25px/130% "Rubik", sans-serif;
  color: #35607b;
  margin-bottom: 5px;
}
.sjt-data {
  margin-bottom: 10px;
  font: 500 20px/130% "Rubik", sans-serif;
  color: #59dfeb;
  text-transform: uppercase;
}
.sjt-view {
  font: bold 20px/130% "Rubik", sans-serif;
  color: #35607b;
  text-transform: uppercase;
  text-decoration: none;
}
.popup {
  max-width: 1423px;
  border-radius: 44px;
  font: 24px/130% "Rubik", sans-serif;
  color: #35607b;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.popup .close-popup {
  width: 20px;
  height: 20px;
}
.popup .close-popup:hover:before,
.popup .close-popup:hover:after {
  background: #59dfeb;
}
.popup .close-popup:before,
.popup .close-popup:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -2px;
  height: 20px;
  width: 4px;
  border-radius: 3px;
  background: #35607b;
  transform: rotate(45deg);
  transition: all 300ms ease-out;
}
.popup .close-popup:after {
  transform: rotate(-45deg);
}
.popup > div {
  padding: 50px 67px;
  border-radius: 44px;
  background: #fff;
}
.popup h3 {
  margin-bottom: 18px;
  font: 500 26px/130% "Rubik", sans-serif;
  color: #35607b;
}
.popup p {
  margin-bottom: 10px;
}
.popup .popup-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.popup .popup-flex .pf-pic {
  width: 42.5%;
  position: relative;
  margin-bottom: 50px;
}
.popup .popup-flex .pf-pic:before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 71px;
  height: 72px;
  background: url("../images/pf-pic_b.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.popup .popup-flex .pf-pic img {
  position: relative;
  z-index: 2;
  display: block;
  box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.12);
}
.popup .popup-flex .pf-cont {
  width: 52.5%;
}
.popup .popup-flex .pf-cont a {
  text-decoration: none;
  color: #59dfeb;
}
.history-logo {
  text-align: center;
  margin-bottom: 50px;
}
.other-cs {
  margin-top: 80px;
}
.other-cs h3 {
  padding-top: 15px;
  text-align: center;
  font: bold 40px/130% "Rubik", sans-serif;
  color: #35607b;
  background: url("../images/other-cs.png") no-repeat center 0;
}
.other-cs .other-cs-flex {
  margin: 30px -62px 0 -62px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.other-cs .other-cs-flex a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 62px 0 62px;
  box-sizing: border-box;
  padding: 10px;
  width: 221px;
  height: 221px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.09);
}
.other-cs .other-cs-flex a img {
  display: block;
}
.tick-list {
  margin: 20px 0;
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.tick-list li {
  box-sizing: border-box;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  padding-left: 58px;
  position: relative;
  font: 500 18px/120% "Rubik", sans-serif;
  color: #35607b;
  min-height: 30px;
}
.tick-list li:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  color: #59dfeb;
  font-size: 38px;
  content: "\e923";
}
.sr-list {
  list-style-position: outside;
  list-style: none;
  margin: 20px 0;
}
.sr-list li {
  margin-top: 70px;
  position: relative;
  padding-left: 122px;
  text-align: left;
}
.sr-list li:first-child {
  margin-top: 0;
}
.sr-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  border: 10px solid #fff;
}
.records-list {
  list-style-position: outside;
  list-style: none;
  margin: 0 auto;
  max-width: 1420px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.records-list li {
  width: 31%;
  text-align: center;
  font: 25px/130% "Rubik", sans-serif;
  color: #35607b;
  margin-bottom: 30px;
}
.records-list li span {
  display: block;
  margin-bottom: 15px;
  font: bold 80px/120% "Rubik", sans-serif;
  color: #35607b;
}
.records-list li span b {
  font-weight: inherit;
}
.separator_2 {
  margin: 0 0 40px 0;
  height: 22px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
}
.emp-block {
  padding: 2px;
  border-radius: 44px;
  background: linear-gradient(45deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
}
.emp-block > div {
  background: #fff;
  border-radius: 44px;
  padding: 37px 22px 20px 48px;
}
.emp-block h3 {
  margin-bottom: 25px;
  font: bold 40px/130% "Rubik", sans-serif;
  color: #35607b;
}
.flex-btw {
  display: flex;
  justify-content: space-between;
}
.flex-vc {
  display: flex;
  align-items: center;
}
.checked-label {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checked-label .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border: 1px solid #35607b;
  border-radius: 50%;
  overflow: hidden;
}
.checked-label .checkmark i {
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.checked-label .check {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.checked-label .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #35607b;
}
.checked-label input:checked ~ .checkmark {
  background-image: linear-gradient(
    180deg,
    #d4b0f5 0%,
    #9ccff0 52%,
    #59dfeb 100%
  );
}
.checked-label input:checked ~ .checkmark i {
  display: block;
}
.checked-label input:checked ~ .checkmark:after {
  display: block;
}
.checked-label.active .name {
  color: #59dfeb;
}
.multiple_checkboxes_box {
  display: flex;
  flex-direction: column;
}
.apply-message {
  resize: none;
  width: calc(200% + 32px);
  height: 60px;
  border: 1px solid #8b8b8b;
}
.align-center {
  margin: auto 0;
}
.logo-footer {
  max-width: 200px;
  margin-right: 10px;
}
@media only screen and (max-height: 960px) and (min-width: 1024px) {
  .header {
    padding: 20px 0;
  }
  .gen-title {
    margin-bottom: 40px;
    font-size: 85px;
  }
  .head-btn-block {
    margin-bottom: 50px;
  }
  .head-about {
    font-size: 15px;
  }
  .head-about h3 {
    font-size: 28px;
  }
  .slip-block .menu-icon {
    margin-bottom: 20px;
  }
  .slip-social {
    margin-top: 15px;
  }
  .slip-social li {
    margin-bottom: 16px;
  }
  .mb-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mb-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .close-menu {
    top: 50px;
  }
  .menu ul li {
    margin-bottom: 8px;
  }
  .menu ul li a {
    font-size: 40px;
    line-height: 120%;
  }
  .menu ul li a .arrow-menu {
    margin-left: 20px;
    margin-top: -2px;
    font-size: 16px;
  }
  .menu ul li ul {
    padding-top: 200px;
    padding-bottom: 70px;
  }
  .menu ul li ul li {
    margin-bottom: 10px;
  }
  .menu ul li ul li a {
    font-size: 28px;
  }
  .mb-social {
    margin-bottom: 20px;
  }
  .head-inner {
    margin-top: 145px;
  }
}
@media only screen and (max-height: 760px) and (min-width: 1024px) {
  .header {
    padding: 15px 0;
  }
  .gen-title {
    margin-bottom: 20px;
    font-size: 60px;
  }
  .head-btn-block {
    margin-bottom: 30px;
  }
  .logo {
    display: block;
    max-width: 150px;
  }
  .logo svg {
    max-width: 100%;
    height: auto;
  }
  .slip-block {
    padding-top: 15px;
    padding-bottom: 1px;
    width: 80px;
    border-radius: 40px 40px 0 0;
  }
  .slip-block .menu-icon {
    margin-bottom: 5px;
    width: 100%;
    max-width: 45px;
    font-size: 12px;
  }
  .slip-block .menu-icon b {
    margin-top: 6px;
  }
  .slip-social {
    margin-top: 10px;
  }
  .slip-social li {
    margin-bottom: 10px;
  }
  .slip-social li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .head-inner {
    margin-top: 110px;
  }
}
@media screen and (max-height: 768px) {
   

  .popup {
    height: 100%;
  }
  .head-btn-block {
    margin: auto 0 80px 0;
  }
}
@media only screen and (max-width: 1900px) {
  .careers-list li {
    margin: 0 30px 48px 30px;
  }
  .checked-label {
    padding-left: 40px;
  }
  .checked-label .name {
    font-size: 16px;
  }
  .nav-menu ul li {
    margin-right: 45px;
  }
  .fixed {
    max-width: 1500px;
  }
  .header {
    padding: 15px 0;
  }
  .head-inner {
    margin-top: 110px;
  }
  .hb-fon {
    top: -326px;
    right: -287px;
    width: 979px;
    height: 979px;
  }
  .hb-line_1 {
    top: -90px;
    left: -90px;
    right: -90px;
    bottom: -90px;
  }
  .hb-line_2 {
    top: -48px;
    left: -48px;
    right: -48px;
    bottom: -48px;
  }
  .gen-title {
    margin-bottom: 30px;
    font-size: 60px;
  }
  .slip-block {
    width: 50px;
    border-radius: 25px 25px 0 0;
  }
  .slip-block .menu-icon {
    max-width: 30px;
    font-size: 10px;
  }
  .slip-block .menu-icon:hover span {
    margin-right: 0;
  }
  .slip-block .menu-icon:hover span:nth-child(2) {
    margin-left: 0;
  }
  .slip-block .menu-icon span {
    margin-top: 5px;
    height: 2px;
    margin-right: 10%;
  }
  .slip-block .menu-icon span:first-child {
    margin-top: 0;
  }
  .slip-block .menu-icon span:nth-child(2) {
    margin-right: 0;
    margin-left: 10%;
  }
  .fillslider-wrap {
    top: 30px;
  }
  .slip-social li {
    margin-bottom: 8px;
  }
  .slip-social li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .head-cont {
    padding: 120px 0 60px 0;
  }
  .next-screen {
    bottom: 10px;
    font-size: 15px;
    padding-bottom: 20px;
  }
  .next-screen span {
    top: 12px;
    font-size: 18px;
    margin-left: -6px;
  }
  .section_2 {
    padding: 150px 0 50px 0;
  }
  .title-section {
    font-size: 70px;
  }
  .employer-text {
    font-size: 22px;
  }
  .employer-text p.middle {
    font-size: 24px;
  }
  .employer-video .ev-icon {
    width: 120px;
    height: 120px;
    border-width: 3px;
    font-size: 55px;
  }
  .challenges-list li .cl-item {
    width: 150px;
    height: 150px;
    font-size: 20px;
  }
  .challenges-list_fix-height {
    min-height: 900px;
  }
  .brand-text {
    font-size: 18px;
  }
  .brand-text h3 {
    font-size: 22px;
  }
  .brand-text a {
    font-size: 18px;
  }
  .employer-pic > div {
    width: 47vw;
  }
  .careers-list {
    margin-bottom: 0;
  }
  .careers-list li .cl-item {
    width: 140px;
    height: 140px;
    font-size: 15px;
  }
  .careers-list li .cl-item .cl-icon {
    min-height: 50px;
    font-size: 50px;
    margin-bottom: 0;
  }
  .title-block {
    font-size: 28px;
  }
  .review-slider {
    margin-left: -40px;
  }
  .review-item {
    padding-left: 40px;
    padding-top: 40px;
    font-size: 20px;
  }
  .review-item:before {
    width: 107px;
    height: 71px;
  }
  .review-item .ri-flex .ri-pic {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .review-item .ri-flex .ri-cont {
    font-size: 20px;
  }
  .review-item .ri-flex .ri-cont span {
    margin-bottom: 0px;
    font-size: 28px;
  }
  .review-slider .slick-dots {
    bottom: -25px;
    left: 116px;
  }
  .title-started {
    font-size: 80px;
  }
  .footer-title {
    font-size: 55px;
  }
  .footer-adress {
    margin-top: 0;
  }
  .talk-form {
    margin: 0 50px 0 0;
  }
  .close-menu {
    margin-right: -580px;
  }
  .title-page {
    font-size: 46px;
  }
  .slogan {
    font-size: 70px;
  }
  .head-menu li a {
    font-size: 26px;
  }
  .hiding-list li {
    max-width: 100%;
  }
  .rf-item {
    margin-top: 0;
    font-size: 25px;
  }
  .recall-flex .rf-cont {
    margin-top: 0;
  }
  .rf-item .rf-info .rf-info-pic {
    margin-right: 15px;
  }
  .rf-item .rf-info .rf-info-cont {
    font-size: 20px;
  }
  .rf-item .rf-info .rf-info-cont span {
    font-size: 30px;
  }
  .job-flex .job-cont {
    max-width: 67%;
    font-size: 20px;
  }
  .job-flex .job-cont h3 {
    font-size: 22px;
  }
  .job-flex .job-cont p {
    margin-bottom: 30px;
  }
  .job-flex .job-sidebar {
    width: 330px;
    margin-top: 50px;
  }
  .job-sidebar-pic::before {
    right: -25px;
    bottom: -25px;
    width: 70px;
    height: 68px;
  }
  .job-sidebar-name {
    font-size: 20px;
  }
  .job-sidebar-name span {
    font-size: 25px;
  }
  .sj-title {
    font-size: 25px;
  }
  .sjt-name {
    font-size: 20px;
  }
  .sjt-data,
  .sjt-view {
    font-size: 16px;
  }
  .job-sidebar-link {
    font-size: 16px;
  }
  .job-data {
    margin: 0 0 30px -50px;
  }
  .job-data > div {
    margin-left: 50px;
    margin-bottom: 30px;
    width: 160px;
    height: 160px;
    font-size: 16px;
  }
  .job-data > div span {
    margin-top: 10px;
    font-size: 20px;
  }
  .filter-flex {
    margin: 0 -20px 50px -20px;
  }
  .filter-flex > span {
    margin: 0 20px 20px 20px;
    width: 140px;
    height: 140px;
    font-size: 20px;
  }
  .article-flex {
    padding: 50px 0;
    font-size: 20px;
  }
  .article-flex .ar-sidebar {
    width: 32%;
    margin-right: 50px;
  }
  .article-flex .ar-cont h3 {
    font-size: 22px;
  }
  .ar-pic:before {
    right: -25px;
    bottom: -25px;
    width: 70px;
    height: 68px;
  }
  .slogan.slogan-small {
    font-size: 48px;
  }
  .contact-link {
    padding: 0 100px;
  }
  .contact-link:before,
  .contact-link:after {
    margin-top: 8px;
    width: 76px;
    height: 74px;
  }
  .contact-link > div {
    min-height: 240px;
  }
  .contact-link .cl-icon {
    font-size: 58px;
  }
  .contact-link .cl-title {
    font-size: 32px;
  }
  .contact-link a {
    font-size: 18px;
  }
  .contact-flex .contact-map {
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }
  .contact-flex .contact-form {
    width: 100%;
    max-width: 100%;
  }
  .contact-flex .contact-form .contact-form-row-last .cf-check {
    max-width: 100%;
  }
  .ab-btn-block {
    max-width: 100%;
    margin: 30px auto;
  }
  .ab-btn-block .btn {
    margin: 15px 0;
  }
  .wom-block .wom-icon {
    width: 100px;
    height: 100px;
    font-size: 22px;
  }
  .slogan.slogan-middle {
    font-size: 65px;
  }
  .reason-list li {
    padding-bottom: 25px;
    font-size: 18px;
    min-height: 10px;
    margin: 60px 27px 50px 27px;
  }
  .reason-list li .rl-icon {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100px;
    height: 100px;
    font-size: 65px;
  }
  .reason-list li h3 {
    font-size: 28px;
  }
  .title-section.ts-center > span:before {
    margin-right: 10px;
    width: 76px;
    height: 74px;
    top: 0;
  }
  .title-section.ts-center > span:after {
    margin-left: 10px;
    width: 76px;
    height: 74px;
    top: 0;
  }
  .testimonials-list > li .tl-title {
    font-size: 70px;
  }
  .testimonials-list > li .tl-title span {
    margin-left: 15px;
    margin-top: 0px;
  }
  .testimonials-list > li .tl-title span:before,
  .testimonials-list > li .tl-title span:after {
    top: -10px;
    left: 0;
    margin-top: -1px;
    height: 8px;
    width: 40px;
  }
  .tl-item {
    margin: 0 35px;
    border-radius: 36px;
    font-size: 20px;
  }
  .tl-item > div {
    padding: 35px 40px 20px 40px;
    border-radius: 36px;
  }
  .tl-item .tl-flex {
    margin-top: 20px;
    font-size: 18px;
  }
  .tl-item .tl-flex .tl-pic {
    margin-right: 22px;
  }
  .tl-item .tl-flex .tl-name {
    font-size: 28px;
  }
  .tl-slider .slick-prev {
    left: -40px;
  }
  .tl-slider .slick-next {
    right: -40px;
  }
  .employer-flex .logo-list {
    height: auto;
    margin: 0 -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .employer-flex .logo-list li {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 20px 20px 20px;
  }
  .title-section.ts-small {
    font-size: 55px;
  }
  .culture-item {
    font-size: 20px;
  }
  .culture-item h3 {
    font-size: 32px;
  }
  .meet-list li {
    font-size: 20px;
  }
  .meet-list li:nth-child(4n + 1) .ml-info .ml-pic:before {
    left: -120px;
    top: -40px;
    width: 127px;
    height: 125px;
  }
  .meet-list li:nth-child(4n-1) .ml-info .ml-pic {
    margin-bottom: 50px;
  }
  .meet-list li:nth-child(4n-1) .ml-info .ml-pic:before {
    width: 348px;
    height: 344px;
  }
  .meet-list li:nth-child(4n) .ml-info .ml-pic {
    margin-bottom: 70px;
  }
  .meet-list li:nth-child(4n) .ml-info .ml-pic:before {
    width: 361px;
    height: 406px;
  }
  .meet-list li .ml-info .ml-pic {
    margin-bottom: 25px;
    width: 300px;
    height: 300px;
  }
  .meet-list li .ml-info .ml-pic:before {
    width: 339px;
    height: 339px;
  }
  .meet-list li .ml-info .ml-name {
    font-size: 46px;
  }
  .meet-list li .ml-info .ml-connect {
    font-size: 30px;
  }
  .meet-list li p.middle {
    font-size: 22px;
  }
  .meet-list li .ml-btn-block .btn {
    width: 230px;
  }
  .article-block {
    font-size: 20px;
  }
  .article-block .article-title {
    font-size: 40px;
  }
  .article-block .article-pic {
    margin: 30px 70px 50px 0;
  }
  .article-block .article-pic:before {
    left: -25px;
    top: -23px;
    width: 70px;
    height: 68px;
  }
  .article-block .article-text {
    margin-top: 100px;
  }
  .ab-control {
    display: block;
  }
  .ab-control .ab-share {
    margin: 40px 0 0 0;
  }
  .peers-list li {
    width: 31%;
    font-size: 16px;
  }
  .recom-form {
    border-radius: 36px;
  }
  .recom-form > div {
    border-radius: 36px;
    padding: 30px;
  }
  .popup {
    font-size: 20px;
    border-radius: 25px;
  }
  .popup .close-popup {
    top: 18px;
    right: 18px;
  }
  .popup > div {
    padding: 25px;
    border-radius: 25px;
  }
  .popup h3 {
    font-size: 22px;
  }
  .other-cs .other-cs-flex {
    margin: 30px -20px 0 -20px;
  }
  .other-cs .other-cs-flex a {
    margin: 20px 20px 0 20px;
    width: 180px;
    height: 180px;
  }
  .tick-list li {
    width: calc(50% - 10px);
    padding-left: 40px;
    font-size: 16px;
  }
  .tick-list li:before {
    font-size: 26px;
  }
  .sr-list li {
    padding-left: 50px;
  }
  .sr-list li:before {
    width: 35px;
    height: 35px;
    border-width: 5px;
  }
  .records-list li {
    font-size: 22px;
  }
  .records-list li span {
    font-size: 60px;
  }
  .culture-item .culture-item-cont {
    margin-top: 0;
  }
  .culture-item > div {
    padding: 40px;
  }
  .pb-row {
    margin-bottom: 15px;
  }
  .pb-row .pb-half-width {
    width: calc(50% - 7.5px);
  }
  .pb-row .pb-half-width .pb-half-height-65 {
    height: calc(65% - 7.5px);
  }
  .pb-row .pb-half-width .pb-half-height-35 {
    height: calc(35% - 7.5px);
  }
  .pb-row .pb-half-width .pb-half-height-55 {
    height: calc(55% - 7.5px);
  }
  .pb-row .pb-half-width .pb-half-height-45 {
    height: calc(45% - 7.5px);
  }
}
@media only screen and (max-width: 1550px) {
  .title-section.mar:before {
    left: -90px;
    top: -75px;
    width: 100px;
    height: 100px;
  }
  .checked-label {
    padding-left: 40px;
  }
  .checked-label .name {
    font-size: 16px;
  }
  .nav-menu ul li {
    margin-right: 45px;
  }
  .fixed {
    max-width: 1360px;
  }
  .header {
    padding: 15px 0;
  }
  .head-inner {
    margin-top: 110px;
  }
  .hb-fon {
    top: -326px;
    right: -287px;
    width: 979px;
    height: 979px;
  }
  .hb-line_1 {
    top: -90px;
    left: -90px;
    right: -90px;
    bottom: -90px;
  }
  .hb-line_2 {
    top: -48px;
    left: -48px;
    right: -48px;
    bottom: -48px;
  }
  .gen-title {
    margin-bottom: 30px;
    font-size: 60px;
  }
  .slip-block {
    width: 50px;
    border-radius: 25px 25px 0 0;
  }
  .slip-block .menu-icon {
    max-width: 30px;
    font-size: 10px;
  }
  .slip-block .menu-icon:hover span {
    margin-right: 0;
  }
  .slip-block .menu-icon:hover span:nth-child(2) {
    margin-left: 0;
  }
  .slip-block .menu-icon span {
    margin-top: 5px;
    height: 2px;
    margin-right: 10%;
  }
  .slip-block .menu-icon span:first-child {
    margin-top: 0;
  }
  .slip-block .menu-icon span:nth-child(2) {
    margin-right: 0;
    margin-left: 10%;
  }
  .fillslider-wrap {
    top: 30px;
  }
  .slip-social li {
    margin-bottom: 8px;
  }
  .slip-social li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .head-cont {
    padding: 120px 0 60px 0;
  }
  .next-screen {
    bottom: 10px;
    font-size: 15px;
    padding-bottom: 20px;
  }
  .next-screen span {
    top: 12px;
    font-size: 18px;
    margin-left: -6px;
  }
  .section_2 {
    padding: 150px 0 50px 0;
  }
  .title-section {
    font-size: 70px;
  }
  .employer-text {
    font-size: 22px;
  }
  .employer-text p.middle {
    font-size: 24px;
  }
  .employer-video .ev-icon {
    width: 120px;
    height: 120px;
    border-width: 3px;
    font-size: 55px;
  }
  .challenges-list li .cl-item {
    width: 150px;
    height: 150px;
    font-size: 20px;
  }
  .challenges-list_fix-height {
    min-height: 900px;
  }
  .brand-text {
    font-size: 18px;
  }
  .brand-text h3 {
    font-size: 22px;
  }
  .brand-text a {
    font-size: 18px;
  }
  .employer-pic > div {
    width: 47vw;
  }
  .careers-list {
    margin-bottom: 0;
  }
  .careers-list li .cl-item {
    width: 140px;
    height: 140px;
    font-size: 15px;
  }
  .careers-list li .cl-item .cl-icon {
    min-height: 50px;
    font-size: 50px;
    margin-bottom: 0;
  }
  .title-block {
    font-size: 28px;
  }
  .review-slider {
    margin-left: -40px;
  }
  .review-item {
    padding-left: 40px;
    padding-top: 40px;
    font-size: 20px;
  }
  .review-item:before {
    width: 107px;
    height: 71px;
  }
  .review-item .ri-flex .ri-pic {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .review-item .ri-flex .ri-cont {
    font-size: 20px;
  }
  .review-item .ri-flex .ri-cont span {
    margin-bottom: 0px;
    font-size: 28px;
  }
  .review-slider .slick-dots {
    bottom: -25px;
    left: 116px;
  }
  .title-started {
    font-size: 80px;
  }
  .footer-title {
    font-size: 55px;
  }
  .footer-adress {
    margin-top: 0;
  }
  .talk-form {
    margin: 0 50px 0 0;
  }
  .close-menu {
    margin-right: -580px;
  }
  .title-page {
    font-size: 46px;
  }
  .slogan {
    font-size: 70px;
  }
  .head-menu li a {
    font-size: 26px;
  }
  .hiding-list li {
    max-width: 100%;
  }
  .rf-item {
    margin-top: 0;
    font-size: 25px;
  }
  .recall-flex .rf-cont {
    margin-top: 0;
  }
  .rf-item .rf-info .rf-info-pic {
    margin-right: 15px;
  }
  .rf-item .rf-info .rf-info-cont {
    font-size: 20px;
  }
  .rf-item .rf-info .rf-info-cont span {
    font-size: 30px;
  }
  .job-flex .job-cont {
    max-width: 60%;
    font-size: 20px;
  }
  .job-flex .job-cont h3 {
    font-size: 22px;
  }
  .job-flex .job-cont p {
    margin-bottom: 30px;
  }
  .job-flex .job-sidebar {
    width: 330px;
    margin-top: 50px;
  }
  .job-sidebar-pic::before {
    right: -25px;
    bottom: -25px;
    width: 70px;
    height: 68px;
  }
  .job-sidebar-name {
    font-size: 20px;
  }
  .job-sidebar-name span {
    font-size: 25px;
  }
  .sj-title {
    font-size: 25px;
  }
  .sjt-name {
    font-size: 20px;
  }
  .sjt-data,
  .sjt-view {
    font-size: 16px;
  }
  .job-sidebar-link {
    font-size: 16px;
  }
  .job-data {
    margin: 0 0 30px -50px;
  }
  .job-data > div {
    margin-left: 50px;
    margin-bottom: 30px;
    width: 160px;
    height: 160px;
    font-size: 16px;
  }
  .job-data > div span {
    margin-top: 10px;
    font-size: 20px;
  }
  .filter-flex {
    margin: 0 -20px 50px -20px;
  }
  .filter-flex > span {
    margin: 0 20px 20px 20px;
    width: 140px;
    height: 140px;
    font-size: 20px;
  }
  .article-flex {
    padding: 50px 0;
    font-size: 20px;
  }
  .article-flex .ar-sidebar {
    width: 32%;
    margin-right: 50px;
  }
  .article-flex .ar-cont h3 {
    font-size: 22px;
  }
  .ar-pic:before {
    right: -25px;
    bottom: -25px;
    width: 70px;
    height: 68px;
  }
  .slogan.slogan-small {
    font-size: 48px;
  }
  .contact-link {
    padding: 0 100px;
  }
  .contact-link:before,
  .contact-link:after {
    margin-top: 8px;
    width: 76px;
    height: 74px;
  }
  .contact-link > div {
    min-height: 240px;
  }
  .contact-link .cl-icon {
    font-size: 58px;
  }
  .contact-link .cl-title {
    font-size: 32px;
  }
  .contact-link a {
    font-size: 18px;
  }
  .contact-flex .contact-map {
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }
  .contact-flex .contact-form {
    width: 100%;
    max-width: 100%;
  }
  .contact-flex .contact-form .contact-form-row-last .cf-check {
    max-width: 100%;
  }
  .ab-btn-block {
    max-width: 100%;
    margin: 30px auto -15px -15px;
  }
  .ab-btn-block .btn {
    margin: 15px;
  }
  .wom-block .wom-icon {
    width: 100px;
    height: 100px;
    font-size: 22px;
  }
  .slogan.slogan-middle {
    font-size: 65px;
  }
  .reason-list li {
    padding-bottom: 25px;
    font-size: 18px;
    min-height: 10px;
    margin: 60px 27px 50px 27px;
  }
  .reason-list li .rl-icon {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100px;
    height: 100px;
    font-size: 65px;
  }
  .reason-list li h3 {
    font-size: 28px;
  }
  .title-section.ts-center > span:before {
    margin-right: 10px;
    width: 76px;
    height: 74px;
    top: 0;
  }
  .title-section.ts-center > span:after {
    margin-left: 10px;
    width: 76px;
    height: 74px;
    top: 0;
  }
  .testimonials-list > li .tl-title {
    font-size: 70px;
  }
  .testimonials-list > li .tl-title span {
    margin-left: 15px;
    margin-top: 0px;
  }
  .testimonials-list > li .tl-title span:before,
  .testimonials-list > li .tl-title span:after {
    top: -10px;
    left: 0;
    margin-top: -1px;
    height: 8px;
    width: 40px;
  }
  .tl-item {
    margin: 0 35px;
    border-radius: 36px;
    font-size: 20px;
  }
  .tl-item > div {
    padding: 35px 40px 20px 40px;
    border-radius: 36px;
  }
  .tl-item .tl-flex {
    margin-top: 20px;
    font-size: 18px;
  }
  .tl-item .tl-flex .tl-pic {
    margin-right: 22px;
  }
  .tl-item .tl-flex .tl-name {
    font-size: 28px;
  }
  .tl-slider .slick-prev {
    left: -40px;
  }
  .tl-slider .slick-next {
    right: -40px;
  }
  .employer-flex .logo-list {
    height: auto;
    margin: 0 -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .employer-flex .logo-list li {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 20px 20px 20px;
  }
  .title-section.ts-small {
    font-size: 55px;
  }
  .culture-item {
    font-size: 20px;
  }
  .culture-item h3 {
    font-size: 32px;
  }
  .meet-list li {
    font-size: 20px;
  }
  .meet-list li:nth-child(4n + 1) .ml-info .ml-pic:before {
    left: -120px;
    top: -40px;
    width: 127px;
    height: 125px;
  }
  .meet-list li:nth-child(4n-1) .ml-info .ml-pic {
    margin-bottom: 50px;
  }
  .meet-list li:nth-child(4n-1) .ml-info .ml-pic:before {
    width: 348px;
    height: 344px;
  }
  .meet-list li:nth-child(4n) .ml-info .ml-pic {
    margin-bottom: 70px;
  }
  .meet-list li:nth-child(4n) .ml-info .ml-pic:before {
    width: 361px;
    height: 406px;
  }
  .meet-list li .ml-info .ml-pic {
    margin-bottom: 25px;
    width: 300px;
    height: 300px;
  }
  .meet-list li .ml-info .ml-pic:before {
    width: 339px;
    height: 339px;
  }
  .meet-list li .ml-info .ml-name {
    font-size: 46px;
  }
  .meet-list li .ml-info .ml-connect {
    font-size: 30px;
  }
  .meet-list li p.middle {
    font-size: 22px;
  }
  .meet-list li .ml-btn-block .btn {
    width: 230px;
  }
  .article-block {
    font-size: 20px;
  }
  .article-block .article-title {
    font-size: 40px;
  }
  .article-block .article-pic {
    margin: 30px 70px 50px 0;
  }
  .article-block .article-pic:before {
    left: -25px;
    top: -23px;
    width: 70px;
    height: 68px;
  }
  .article-block .article-text {
    margin-top: 100px;
  }
  .ab-control {
    display: block;
  }
  .ab-control .ab-share {
    margin: 40px 0 0 0;
  }
  .peers-list li {
    width: 31%;
    font-size: 16px;
  }
  .recom-form {
    border-radius: 36px;
  }
  .recom-form > div {
    border-radius: 36px;
    padding: 30px;
  }
  .popup {
    font-size: 20px;
    border-radius: 25px;
  }
  .popup .close-popup {
    top: 18px;
    right: 18px;
  }
  .popup > div {
    padding: 25px;
    border-radius: 25px;
  }
  .popup h3 {
    font-size: 22px;
  }
  .other-cs .other-cs-flex {
    margin: 30px -20px 0 -20px;
  }
  .other-cs .other-cs-flex a {
    margin: 20px 20px 0 20px;
    width: 180px;
    height: 180px;
  }
  .tick-list li {
    width: calc(50% - 10px);
    padding-left: 40px;
    font-size: 16px;
  }
  .tick-list li:before {
    font-size: 26px;
  }
  .sr-list li {
    padding-left: 50px;
  }
  .sr-list li:before {
    width: 35px;
    height: 35px;
    border-width: 5px;
  }
  .records-list li {
    font-size: 22px;
  }
  .records-list li span {
    font-size: 60px;
  }
  .culture-item .culture-item-cont {
    margin-top: 0;
  }
  .culture-item > div {
    padding: 40px;
  }
  .pb-row {
    margin-bottom: 15px;
  }
  .pb-row .pb-half-width {
    width: calc(50% - 7.5px);
  }
  .pb-row .pb-half-width .pb-half-height-65 {
    height: calc(65% - 7.5px);
  }
  .pb-row .pb-half-width .pb-half-height-35 {
    height: calc(35% - 7.5px);
  }
  .pb-row .pb-half-width .pb-half-height-55 {
    height: calc(55% - 7.5px);
  }
  .pb-row .pb-half-width .pb-half-height-45 {
    height: calc(45% - 7.5px);
  }
  .logo-footer {
    max-width: 150px;
  }
}
@media only screen and (max-width: 1500px) {
  .fixed {
    max-width: 1200px;
  }
  .logo-footer {
    max-width: 120px;
  }
}
@media only screen and (max-width: 1450px) {
  .fixed {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1300px) {
  .client-list li.dummy {
    margin: 0 !important;
    position: absolute !important;
    z-index: -1;
  }
  .head-btn-block .btn {
    margin-left: 50px;
  }
  .head-cont {
    max-width: 660px;
  }
  .hiding-list li {
    width: 48%;
  }
  .fixed {
    max-width: 980px;
  }
  .hb-fon {
    top: -294px;
    right: -258px;
    width: 821px;
    height: 821px;
  }
  .hb-line_1 {
    top: -81px;
    left: -81px;
    right: -81px;
    bottom: -81px;
  }
  .hb-line_2 {
    top: -43px;
    left: -43px;
    right: -43px;
    bottom: -43px;
  }
  .head-inner {
    margin-top: 50px;
  }
  .logo {
    display: block;
    max-width: 150px;
  }
  .logo svg {
    max-width: 100%;
    height: auto;
  }
  .nav-menu ul li {
    margin-right: 35px;
  }
  .nav-menu ul li a {
    font-size: 18px;
  }
  .gen-title {
    font-size: 50px;
  }
  .btn {
    height: 45px;
    font-size: 15px;
    width: 185px;
  }
  .next-screen {
    padding-bottom: 15px;
    font-size: 13px;
  }
  .next-screen span {
    top: 10px;
    font-size: 14px;
    margin-left: -7px;
  }
  .menu ul li a {
    font-size: 30px;
    line-height: 120%;
  }
  .menu ul li a .arrow-menu {
    margin-left: 15px;
    margin-top: -2px;
    font-size: 12px;
  }
  .menu ul li ul li a {
    font-size: 25px;
  }
  .menu ul li ul li.subpage {
    margin-left: 30px;
  }
  .mb-social a {
    margin-left: 20px;
    font-size: 28px;
  }
  .mb-link {
    margin-right: -40px;
  }
  .mb-link a {
    margin-right: 40px;
    font-size: 20px;
  }
  .close-menu {
    top: 40px;
    margin-right: -480px;
  }
  .challenges-list {
    margin-bottom: 80px;
  }
  .challenges-list li {
    margin: 0 25px 48px 25px;
  }
  .challenges-list li .cl-item {
    font-size: 24px;
    width: 190px;
    height: 190px;
  }
  .brand-text {
    max-width: 100%;
  }
  .title-block + .client-list {
    margin-top: 0;
  }
  .client-block .client-list {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .client-block .client-list li {
    position: relative;
    left: auto;
    top: auto;
    margin: 30px;
    width: 151px;
    height: 151px;
    transform: none;
  }
  .client-block .client-list li img {
    max-width: 70%;
  }
  .client-block .client-list li:nth-child(16n) {
    transform: none;
  }
  .client-item {
    font-size: 20px;
  }
  .client-item .ci-cont:before {
    left: -40px;
    top: -35px;
    width: 107px;
    height: 71px;
  }
  .client-item .ci-cont .ci-name {
    font-size: 18px;
  }
  .client-item .ci-cont .ci-name span {
    font-size: 25px;
  }
  .cs-pic {
    flex-wrap: wrap;
  }
  .employer-pic {
    justify-content: flex-start;
    margin: 80px 0 0 0;
  }
  .employer-pic > div {
    width: auto;
  }
  .employer-flex.mar > div:first-child {
    margin-bottom: 50px;
  }
  .title-started {
    font-size: 70px;
  }
  .talk-form {
    margin: 0;
    width: 580px;
  }
  .footer-title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .talk-form .tf-row > div {
    width: 48%;
  }
  .footer-flex {
    padding: 80px 0 50px 0;
  }
  .title-page {
    font-size: 44px;
  }
  .slogan {
    font-size: 60px;
  }
  .head-menu li a {
    font-size: 24px;
  }
  .recall-flex {
    display: block;
  }
  .recall-flex .rf-pic {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 100px auto;
  }
  .recall-flex .rf-cont {
    max-width: 100%;
  }
  .fr-slider .slick-dots {
    left: 0;
    text-align: center;
  }
  .meter-list li {
    margin: 0;
    width: 32%;
  }
  .sf-trend .sf-title {
    padding-bottom: 10px;
    font-size: 22px;
  }
  .sf-check .sf-check-title {
    padding-left: 30px;
    font-size: 18px;
  }
  .sf-check .sf-check-title:before {
    width: 18px;
    height: 18px;
  }
  .sf-check .sf-check-title:after {
    width: 10px;
    height: 10px;
  }
  .sf-result li {
    margin-top: 60px;
    padding: 20px 25px 10px 25px;
    font-size: 18px;
    border-radius: 30px;
  }
  .sf-result li .sfr-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .sf-result li .sfr-title span {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .sf-result li .sfr-info {
    margin-left: -40px;
    font-size: 18px;
  }
  .sf-result li .sfr-info span {
    margin-left: 40px;
  }
  .sf-result li .represented-flex {
    font-size: 15px;
  }
  .sf-result li .represented-flex .represented-pic {
    width: 60px;
    height: 60px;
  }
  .job-flex .job-cont {
    font-size: 18px;
  }
  .job-flex .job-cont h3 {
    font-size: 20px;
  }
  .job-flex .job-sidebar {
    width: 250px;
    margin-top: 30px;
  }
  .job-sidebar-pic::before {
    right: -20px;
    bottom: -20px;
    width: 60px;
    height: 58px;
  }
  .job-sidebar-name {
    font-size: 18px;
  }
  .job-sidebar-name span {
    font-size: 22px;
  }
  .sj-title {
    font-size: 22px;
  }
  .sjt-name {
    font-size: 18px;
  }
  .sjt-data,
  .sjt-view {
    font-size: 14px;
  }
  .job-sidebar-link {
    font-size: 16px;
  }
  .job-sidebar-link {
    font-size: 15px;
  }
  .job-data {
    margin: 0 0 20px -30px;
  }
  .job-data > div {
    margin-left: 30px;
    margin-bottom: 30px;
    width: 140px;
    height: 140px;
    font-size: 14px;
  }
  .job-data > div span {
    margin-top: 6px;
    font-size: 18px;
  }
  .back-link {
    font-size: 16px;
  }
  .log-flex {
    padding-bottom: 80px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .log-flex .log-form {
    max-width: 314px;
    width: 100%;
    margin-right: 0;
  }
  .slogan.slogan-small {
    font-size: 42px;
  }
  .head-social {
    margin: 30px -20px 0 -20px;
  }
  .head-social a {
    margin: 0 20px;
    font-size: 32px;
  }
  .contact-link {
    padding: 0;
  }
  .contact-link:before {
    left: -90px;
  }
  .contact-link:after {
    right: -90px;
  }
  .ab-pic.ab-pic_right::before {
    left: -25px;
    bottom: -25px;
  }
  .ab-pic::before {
    right: -25px;
    bottom: -25px;
  }
  .about-flex > div {
    width: 100%;
    max-width: 100%;
  }
  .peers-list li .pl-pic {
    margin-bottom: 20px;
  }
  .edge-list li {
    font-size: 20px;
  }
  .edge-list li h3 {
    font-size: 45px;
  }
  .donation-block {
    margin: 50px auto 100px auto;
    border-radius: 30px;
    font-size: 20px;
  }
  .donation-block > div {
    border-radius: 30px;
    padding: 30px;
  }
  .donation-block h3 {
    font-size: 22px;
  }
  .player-block {
    margin: 30px 0 60px 0;
  }
  .recom-cell {
    max-width: 100%;
  }
  .recom-form {
    margin: 30px 0;
  }
  .recom-form.mar {
    margin-top: 30px;
  }
  .employer-flex.ef-var-2 > div {
    margin-bottom: 0;
  }
  .slogan.slogan-middle {
    font-size: 58px;
  }
  .reason-list li {
    width: calc(50% - 54px);
  }
  .history-flex {
    flex-direction: column;
    margin: 0 0 50px 0;
    font-size: 22px;
  }
  .history-flex .hf-left {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .history-flex .hf-right {
    max-width: 100%;
  }
  .history-flex .hf-right .middle {
    font-size: 24px;
  }
  .employer-flex .rf-item.mar {
    margin-top: 50px;
  }
  .section-result .sr-flex {
    display: block;
    text-align: center;
  }
  .section-result .sr-flex .sr-title {
    margin: 0 0 40px 0;
  }
  .section-result .sr-flex .sr-cont {
    max-width: 100%;
  }
  .title-section.ts-small {
    font-size: 45px;
  }
  .title-section.mar::before {
    left: -100px;
    top: -85px;
    width: 109px;
    height: 107px;
  }
  .meet-list li {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    text-align: center;
  }
  .meet-list li:nth-child(even) {
    flex-direction: column;
  }
  .meet-list li:nth-child(even):before {
    right: 50%;
    margin-right: -250px;
    margin-left: 0;
  }
  .meet-list li:before {
    left: 50%;
    margin-left: -250px;
    width: 109px;
    height: 107px;
  }
  .meet-list li .ml-btn-block {
    justify-content: center;
  }
  .meet-list li .ml-info {
    width: 100%;
  }
  .meet-list li .ml-cont {
    display: block;
    min-height: 10px;
    margin-top: 30px;
  }
  .peers-list {
    margin-top: 50px;
  }
  .records-list li {
    font-size: 20px;
  }
  .records-list li span {
    font-size: 45px;
  }
  .culture-item {
    border-radius: 30px;
  }
  .culture-item > div {
    padding: 30px;
    border-radius: 30px;
  }
  .culture-item .culture-item-pic::before {
    right: -25px;
    bottom: -25px;
    width: 55px;
    height: 55px;
  }
  .pb-row {
    margin-bottom: 10px;
  }
  .pb-row .pb-half-width {
    width: calc(50% - 5px);
  }
  .pb-row .pb-half-width .pb-half-height-65 {
    height: calc(65% - 5px);
  }
  .pb-row .pb-half-width .pb-half-height-35 {
    height: calc(35% - 5px);
  }
  .pb-row .pb-half-width .pb-half-height-55 {
    height: calc(55% - 5px);
  }
  .pb-row .pb-half-width .pb-half-height-45 {
    height: calc(45% - 5px);
  }
  .employer-video.cadre::before {
    left: -12px;
    top: -12px;
    right: -12px;
    bottom: -12px;
  }
  .title-section {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .candidates-slider {
    margin: 50px -56px;
  }
  .candidates-slider .slick-dots {
    bottom: -50px;
  }
  .candidates-slider.slick-dotted.slick-slider {
    margin-bottom: 110px;
  }
  .employer-video {
    max-width: 359px;
  }
  .employer-video iframe {
    height: 205px;
  }
  .employer-video:before {
    width: 72px;
    height: 72px;
  }
  .employer-video:before {
    right: -30px;
    bottom: -30px;
  }
  .employer-video.ev-right:before {
    bottom: -30px;
    left: -30px;
  }
  .title-section.mar:before {
    left: -72px;
    top: -60px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .popup-open .popup {
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
  }
  .popup-open .popup .title-popup {
    margin-top: auto;
  }
  .popup-open .popup .popup-form {
    margin-bottom: auto;
  }
  .employer-flex {
    display: block;
  }
  .employer-flex > div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
    
    .employer-text iframe , .article-text iframe {
        width: 100% !important;
        height: 420px !important;
    }
    .employer-text img , .article-text img {
         width: 100% !important;
        height: auto !important;
    }
  .employer-pic:before {
    right: -47px;
    bottom: -47px;
    width: 90px;
    height: 90px;
  }
  .employer-video:before {
    right: -33px;
    bottom: -34px;
    width: 75px;
    height: 74px;
  }
  .popup2 > div {
    padding: 50px 27px;
  }
  .popup2 .popup-flex {
    flex-direction: column;
    align-items: center;
  }
  .popup2 .popup-flex .pf-pic {
    width: 70%;
  }
  .popup2 .popup-flex .pf-cont {
    width: 100%;
  }
  .client-block {
    margin: 0 15px;
  }
  .fixed {
    max-width: 740px;
  }
  .hb-fon {
    top: -250px;
    right: -219px;
    width: 749px;
    height: 749px;
  }
  .hb-line_1 {
    top: -69px;
    left: -69px;
    right: -69px;
    bottom: -69px;
  }
  .hb-line_2 {
    top: -37px;
    left: -37px;
    right: -37px;
    bottom: -37px;
  }
  .challenges-list li {
    margin: 0 20px 48px 20px;
  }
  .client-block .client-list {
    margin: 0 -20px;
  }
  .client-block .client-list li {
    margin: 40px 20px;
    width: 200px;
    height: 200px;
  }
  .careers-list li .cl-item {
    width: 180px;
    height: 180px;
    font-size: 19px;
  }
  .careers-list li .cl-item .cl-icon {
    margin-bottom: 5px;
    min-height: 70px;
    font-size: 60px;
  }
  .section-started {
    padding: 100px 0;
  }
  .title-started {
    font-size: 60px;
  }
  .footer-flex {
    padding: 80px 0 50px 0;
  }
  .footer-flex {
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  .talk-form {
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
  .js-item .js-text {
    height: auto;
  }
  .footer-adress .footer-social {
    justify-content: center;
  }
  .footer-adress .footer-social a {
    margin: 0 14px;
  }
  .footer-title {
    text-align: center;
  }
  .header {
    padding: 15px 0;
  }
  .close-menu {
    top: 35px;
    margin-right: -350px;
  }
  .menu ul li ul {
    padding: 150px 0 0 40px;
  }
  .menu ul li ul li {
    margin-bottom: 10px;
  }
  .menu ul li ul li.subpage {
    margin-left: 20px;
  }
  .menu ul li ul li a {
    font-size: 18px;
  }
  .mb-right {
    padding: 50px 0 15px 40px;
  }
  .mb-left {
    padding-left: 80px;
  }
  .mb-left {
    padding: 15px 15px 15px 40px;
  }
  .menu {
    margin: 15px 0;
  }
  .menu ul li {
    margin-bottom: 10px;
  }
  .menu ul li a {
    font-size: 24px;
  }
  .mb-social {
    margin-bottom: 20px;
  }
  .mb-social a {
    margin-left: 12px;
    font-size: 20px;
  }
  .mb-link a {
    font-size: 15px;
  }
  .hiding-list li {
    width: 100%;
    margin: 70px 0;
  }
  .meter-list li {
    width: 100%;
    margin-top: 50px;
  }
  .meter-list li:first-child {
    margin-top: 0;
  }
  .job-flex {
    display: block;
    padding: 0;
  }
  .job-flex .job-sidebar {
    max-width: 431px;
    margin-top: 0px;
    margin-right: 0;
    width: 100%;
  }
  .job-flex .job-cont {
    margin-bottom: 30px;
  }
  .filter-flex {
    margin: 0 -10px 50px -10px;
  }
  .filter-flex > span {
    margin: 0 10px 20px 10px;
    width: 110px;
    height: 110px;
    font-size: 16px;
  }
  .blog-list {
    margin: 80px 0 15px 0;
  }
  .blog-list li {
    padding: 400px 110px 35px 20px;
    border-radius: 36px;
    font-size: 18px;
  }
  .blog-list li .bl-pic {
    height: 360px;
    border-radius: 36px 36px 0 0;
  }
  .blog-list li .bl-title {
    font-size: 20px;
  }
  .blog-list li .bl-author {
    font-size: 15px;
  }
  .blog-list li .bl-more {
    font-size: 17px;
    right: -13px;
    bottom: -40px;
    width: 110px;
    height: 110px;
  }
  .article-flex {
    display: block;
    padding: 0 0 30px 0;
  }
  .article-flex .ar-sidebar {
    width: 100%;
    margin-right: 0;
    max-width: 620px;
  }
  .lf-title {
    font-size: 50px;
  }
  .create-form h4 {
    font-size: 22px;
  }
  .create-form ul li {
    font-size: 20px;
    padding-left: 20px;
  }
  .create-form ul li:before {
    top: 8px;
    width: 11px;
    height: 11px;
  }
  .slogan.slogan-small {
    font-size: 34px;
  }
  .contact-link {
    padding: 0;
  }
  .contact-link:before {
    left: -70px;
  }
  .contact-link:after {
    right: -70px;
  }
  .contact-link:before,
  .contact-link:after {
    margin-top: 5px;
    width: 54px;
    height: 53px;
  }
  .contact-link > div {
    min-height: 160px;
  }
  .contact-link .cl-icon {
    font-size: 42px;
  }
  .contact-link .cl-title {
    font-size: 22px;
  }
  .contact-link a {
    font-size: 14px;
  }
  .about-flex {
    font-size: 22px;
  }
  .about-flex p.middle {
    font-size: 24px;
  }
  .peers-list {
    margin-bottom: 50px;
  }
  .peers-list li {
    font-size: 16px;
  }
  .edge-list li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .slogan.slogan-middle {
    font-size: 50px;
  }
  .cn-sl-item {
    font-size: 22px;
  }
  .cn-sl-item .cn-sl-flex {
    font-size: 22px;
    margin-top: 15px;
  }
  .cn-sl-item .cn-sl-flex .cn-sl-name {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .testimonials-list > li .tl-title {
    font-size: 55px;
  }
  .testimonials-list > li .tl-title span {
    margin-left: 10px;
  }
  .testimonials-list > li .tl-title span:before,
  .testimonials-list > li .tl-title span:after {
    top: -7px;
    margin-top: -1px;
    height: 6px;
    width: 30px;
  }
  .article-block .article-pic {
    margin: 0 0 50px 0;
    float: none;
    max-width: 100%;
  }
  .article-block .article-text {
    margin-top: 0;
  }
  .ab-flex {
    margin-top: 50px;
  }
  .ab-control {
    width: 100%;
    margin-top: 40px;
  }
  .popup .popup-flex {
    flex-direction: column;
  }
  .popup .popup-flex .pf-pic {
    width: calc(100% - 30px);
    max-width: 548px;
    margin-left: 30px;
  }
  .popup .popup-flex .pf-cont {
    width: 100%;
  }
  .records-list li {
    font-size: 18px;
  }
  .records-list li span {
    font-size: 38px;
  }
  .culture-item {
    border-radius: 30px;
  }
  .culture-item > div {
    display: block;
  }
  .culture-item .culture-item-pic {
    width: auto;
    margin-right: 20px;
  }
  .culture-item .culture-item-cont {
    width: 100%;
  }
  .pb-row {
    margin-bottom: 6px;
  }
  .pb-row .pb-half-width {
    width: calc(50% - 3px);
  }
  .pb-row .pb-half-width .pb-half-height-65 {
    height: calc(65% - 3px);
  }
  .pb-row .pb-half-width .pb-half-height-35 {
    height: calc(35% - 3px);
  }
  .pb-row .pb-half-width .pb-half-height-55 {
    height: calc(55% - 3px);
  }
  .pb-row .pb-half-width .pb-half-height-45 {
    height: calc(45% - 3px);
  }
  .title-section {
    font-size: 50px;
  }
  .logo-footer {
    max-width: 220px;
    margin: 0 auto 50px auto;
    order: 1;
  }
}
@media only screen and (max-width: 800px) {
  .slip-block {
    display: none;
  }
}


@media only screen and (max-width: 768px) {
    
    .employer-text iframe , .article-text iframe {
        width: 100% !important;
        height: 320px !important;
    }
    
    .client-block .client-list li{
        
        width: 115px !important;
        display: flex !important;
    }
    ul.client-list.employer {
        margin: 0 -20px !important;
    }
     .popup2.rain h3 {
        font-size: 22px;
    }
    .candidates-slider {
        padding: 0 20px !important;
    }
    .meet-list li .ml-info {
       
        padding-right: 0;
    }
    .fr-slider .slick-dots {
       
        margin: 0 20px;
    }
    section.section_2 .employer-flex .employer-text .row-btn {
        justify-content: center;
        align-items: center;
    }
    .candidates-slider .slick-dots {
      
        left: 0%;
    }
    .popup2.rain p {
        font-size: 18px;
        line-height: 24px;
    }
    .review-slider .slick-dots {
        
        left: 15%;
    }
    .review-item:before {
        width: 95px;
        height: 75px;
        left: 30px;
    }
    .review-slider .slick-dots li button , .review-slider .slick-dots li {
        width: 10px;
        height: 10px;
    }
    
  .next-screen {
    bottom: 32px;
  }
  .ha-slider {
    display: none;
  }
  .ha-slider > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .section_5 {
    padding: 50px 0 20px 0;
  }
  .ab-pic:before {
    right: -30px;
    bottom: -30px;
    width: 70px;
    height: 70px;
  }
  .employer-pic {
    margin: 80px 20px 0 20px;
  }
  .employer-pic:before {
    right: -20px;
    bottom: -20px;
    width: 50px;
    height: 50px;
  }
  .employer-video:before {
    right: -23px;
    bottom: -23px;
    width: 50px;
    height: 50px;
  }
  .challenges-list_fix-height {
    min-height: 0;
  }
  .head-about {
    position: absolute;
    top: calc(100% + 50px);
  }
  .client-item .ci-cont .btn {
    float: none;
  }
  .employer__form {
    grid-template-columns: 1fr;
  }
  .employer__form .checked-label .check-img {
    max-width: 20px;
  }
  .checked-label {
    padding-left: 30px;
  }
  .checked-label .name {
    font-size: 18px;
    line-height: 30px;
  }
  .checked-label .checkmark {
    width: 20px;
    height: 20px;
  }
  .fixed {
    margin: 0 15px;
  }
  .hb-fon {
    top: -125px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100vw;
    min-width: 480px;
    min-height: 480px;
    background-image: linear-gradient(
      180deg,
      #a18bff 0%,
      #9ccff0 70%,
      #59dfeb 100%
    );
    border-radius: 50%;
  }
  .hb-fon:after {
    content: "";
    width: 100vw;
    height: 100vw;
    min-width: 349.6px;
    minheight: 343.6px;
    background: url("../images/teem-logo.png") center/contain no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -120px;
    opacity: 0.5;
  }
  .hb-line_1 {
    top: -35px;
    left: -35px;
    right: -35px;
    bottom: -35px;
    z-index: 2;
  }
  .hb-line_2 {
    top: -19px;
    left: -19px;
    right: -19px;
    bottom: -19px;
    z-index: 2;
  }
  .nav-menu {
    display: none;
  }
  .head-cont {
    padding: 150px 0 60px 0;
    min-height: 450px;
  }
  .head-cont > div {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .logo {
    width: 110px;
  }
  .logo_main {
    filter: brightness(0) invert(1);
  }
  .menu-block {
    display: block;
    padding: 15px;
    background: #fff;
  }
  .close-menu {
    top: 25px;
    margin-right: 0;
    right: 15px;
  }
  .close-menu:hover:before,
  .close-menu:hover:after {
    background: #59dfeb;
  }
  .close-menu:before,
  .close-menu:after {
    background: #35607b;
  }
  .mb-left {
    width: 100%;
    padding: 0;
  }
  .mb-right {
    width: 100%;
    padding: 0;
    display: block;
    background: none;
  }
  .menu {
    margin-bottom: 25px;
  }
  .menu ul li {
    position: relative;
  }
  .menu ul li ul {
    padding: 0;
    margin: 15px 0 15px 10px;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
  }
  .menu ul li ul li a:hover {
    color: #59dfeb;
  }
  .mb-social {
    margin-bottom: 10px;
  }
  .mb-search-form .mb-search {
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom-color: #35607b;
    color: #35607b;
  }
  .mb-search-form .mb-search::-webkit-input-placeholder {
    color: #35607b;
  }
  .mb-search-form .mb-search::-moz-placeholder {
    color: #35607b;
  }
  .mb-search-form .mb-search:-moz-placeholder {
    color: #35607b;
  }
  .mb-search-form .mb-search:-ms-input-placeholder {
    color: #35607b;
  }
  .gen-title {
    font-size: 42px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 7px #8883b3;
  }
  .head-btn-block {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto 0 30px 0;
  }
  .head-btn-block .btn {
    margin: 15px 0;
  }
  .section_4 {
    padding: 50px 0 35px 0;
  }
  .section_4 .title-section {
    margin-bottom: 0;
  }
  .section_2 {
    padding-top: 80px;
  }
  .title-section {
    font-size: 40px;
  }
  .title-section.ts-var-2 {
    font-size: 40px;
  }
  .employer-text {
    font-size: 18px;
  }
  .employer-text p.middle {
    font-size: 20px;
  }
  .employer-video .ev-icon {
    width: 90px;
    height: 90px;
    border-width: 2px;
    font-size: 45px;
  }
  .challenges-list li .cl-item {
    width: 130px;
    height: 130px;
    font-size: 16px;
  }
  .challenges-list {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-around;
  }
  .brand-text > div {
    padding: 20px 15px;
  }
  .employer-flex > div {
    margin-bottom: 50px;
  }
  .title-block {
    font-size: 24px;
    margin: 10px 0 30px 0;
  }
 /* .employer-video {
    margin: 50px 20px 0 20px;
  } */
  .client-block .client-list {
    justify-content: space-around;
  }
  .client-block .client-list li {
    margin: 20px;
    width: 130px;
    height: 130px;
    padding: 10px;
  }
  .client-block .client-list li img {
    max-width: 90%;
  }
  .review-item .ri-flex .ri-cont {
    font-size: 16px;
  }
  .review-item .ri-flex .ri-cont span {
    font-size: 22px;
  }
  .jobs-slider {
    margin: 20px 0;
    padding: 10px 0 0 0;
  }
  .jobs-slider .slick-prev,
  .jobs-slider .slick-next {
    width: 25px;
    height: 25px;
    top: 0;
    transform: translate(0, 0);
  }
  .jobs-slider .slick-prev:before,
  .jobs-slider .slick-next:before {
    font-size: 25px;
  }
  .js-item {
    margin: 0 17px;
    border: 1px solid #59dfeb;
    padding: 20px 25px;
    border-radius: 20px;
    font-size: 18px;
  }
  .js-item .js-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .js-item ul {
    margin-bottom: 15px;
  }
  .js-item ul li {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .js-item .js-flex .js-pic {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }
  .js-item .js-flex .js-cont {
    font-size: 14px;
  }
  .js-item .js-flex .js-cont span {
    margin-bottom: 2px;
    font-size: 16px;
  }
  .js-item .js-more {
    font-size: 18px;
  }
  .blog-slider {
    margin: 10px 0;
    padding: 20px 0 0 0;
  }
  .blog-slider .slick-prev,
  .blog-slider .slick-next {
    display: none !important;
    width: 25px;
    height: 25px;
    top: 0;
    transform: translate(0, 0);
  }
  .blog-slider .slick-prev:before,
  .blog-slider .slick-next:before {
    font-size: 25px;
  }
  .client-item {
    display: block;
    font-size: 18px;
  }
  .client-item .ci-pic {
    margin: 0 auto 50px auto;
    width: 221px;
    height: auto;
    text-align: center;
  }
  .cs-pic {
    margin: 50px -10px 0 -10px;
  }
  .cs-pic li {
    margin: 10px;
  }
  .cs-pic li .cs-pic-item {
    width: 110px;
    height: 110px;
    padding: 10px;
  }
  .bs-item {
    margin: 15px;
    border-radius: 20px;
    padding: 268px 15px 20px 15px;
    font-size: 18px;
  }
  .section-started {
    padding: 50px 0;
  }
  .title-started {
    font-size: 40px;
  }
  .footer-title {
    font-size: 38px;
  }
  .talk-form .tf-row > div {
    width: 100%;
  }
  .head-inner {
    margin: 0 0 30px 0;
    min-height: 400px;
  }
  .head-inner-cont {
    padding: 150px 0 120px 0;
  }
  .slogan {
    font-size: 40px;
  }
  .slogan span {
    display: block;
  }
  .title-page {
    font-size: 30px;
  }
  .head-menu {
    margin: 0;
  }
  .head-menu li {
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  .head-menu li a {
    font-size: 20px;
  }
  .title-section.mar::before {
    display: none;
  }
  .rf-item {
    font-size: 18px;
  }
  .rf-item:before {
    width: 107px;
    height: 71px;
    left: 0;
  }
  .rf-item > div {
    padding: 30px 15px 55px 15px;
  }
  .rf-item .rf-info .rf-info-pic {
    margin-right: 10px;
    width: 55px;
    height: 55px;
  }
  .rf-item .rf-info .rf-info-cont {
    font-size: 16px;
  }
  .rf-item .rf-info .rf-info-cont span {
    font-size: 22px;
  }
  .search-filter {
    display: block;
  }
  .sf-sidebar {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .job-data {
    margin: 0 0 10px -15px;
    justify-content: space-around;
  }
  .job-data > div {
    margin-left: 15px;
    margin-bottom: 15px;
    width: 110px;
    height: 110px;
    padding: 5px;
    font-size: 12px;
  }
  .job-data > div span {
    margin-top: 4px;
    font-size: 14px;
  }
  .job-data > div:before {
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
  }
  .job-flex .job-cont {
    font-size: 16px;
  }
  .job-flex .job-cont h3 {
    font-size: 18px;
  }
  .job-flex .job-sidebar {
    margin-bottom: 0;
  }
  .job-flex .job-sidebar .btn.btn-full {
    display: none;
  }
  .article-flex {
    font-size: 16px;
  }
  .article-flex .ar-cont h3 {
    font-size: 18px;
  }
  .ar-pic::before {
    right: -20px;
    bottom: -20px;
    width: 60px;
    height: 58px;
  }
  .lf-title {
    font-size: 35px;
  }
  .create-form h4 {
    font-size: 20px;
  }
  .create-form ul li {
    font-size: 18px;
  }
  .create-form ul li:before {
    top: 6px;
  }
  .cf-row {
    display: block;
  }
  .cf-row .cf-cell {
    width: 100%;
    max-width: 100%;
  }
  .cf-sub {
    margin: 40px auto 0 auto;
  }
  .cf-check .cf-check-title {
    font-size: 16px;
  }
  .slogan.slogan-small {
    font-size: 28px;
  }
  .contact-link > div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .contact-flex .contact-form {
    border-radius: 20px;
  }
  .contact-flex .contact-form .contact-form-body {
    padding: 20px 15px;
    border-radius: 20px;
  }
  .contact-flex {
    margin: 50px 0;
  }
  .contact-flex .contact-form .contact-form-row-last {
    flex-direction: column;
  }
  .contact-flex .contact-form .contact-form-row-last .cf-check {
    width: 100%;
    margin-bottom: 40px;
  }
  .ab-log {
    max-width: 100%;
    border-radius: 15px;
  }
  .ab-log > div {
    padding: 35px 15px 15px 15px;
    background: #fff;
    border-radius: 15px;
  }
  .ab-log:before {
    left: 15px;
    top: 15px;
  }
  .ab-log h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .about-flex {
    font-size: 18px;
  }
  .about-flex p.middle {
    font-size: 20px;
  }
  .peers-list li {
    font-size: 20px;
    width: 100%;
    margin-bottom: 50px;
  }
  .peers-list li .pl-pic {
    margin-bottom: 5px;
  }
  .et-title {
    font-size: 28px;
  }
  .donation-block {
    font-size: 18px;
    border-radius: 20px;
  }
  .donation-block > div {
    border-radius: 20px;
    padding: 20px;
  }
  .donation-block h3 {
    font-size: 20px;
  }
  .wom-block {
    font-size: 22px;
  }
  .wom-block h3 {
    font-size: 28px;
  }
  .wom-block .wb-pic {
    max-width: 100%;
  }
  .wom-block .wb-pic span {
    max-width: 45%;
  }
  .recom-cell {
    width: 100%;
  }
  .recom-cell:first-child {
    margin-bottom: 45px;
  }
  .slogan.slogan-middle {
    font-size: 36px;
  }
  .careers-list {
    justify-content: space-around;
  }
  .careers-list li .cl-item {
    width: 140px;
    height: 140px;
    font-size: 16px;
  }
  .careers-list li .cl-item .cl-icon {
    min-height: 0;
    font-size: 40px;
  }
  .careers-list.mar {
    margin: 50px -10px 0 -10px;
  }
  .reason-list {
    margin: 60px 0 0 0;
  }
  .reason-list li {
    width: 100%;
    margin: 50px 0 40px 0;
    padding-bottom: 40px;
  }
  .section_6 {
    padding: 100px 0 60px 0;
  }
  .cn-sl-item {
    font-size: 18px;
    border-radius: 18px;
  }
  .cn-sl-item > div {
    padding: 20px;
    border-radius: 18px;
  }
  .cn-sl-item > div:before {
    top: 10px;
    left: 10px;
    width: 45px;
    height: 31px;
  }
  .cn-sl-item .cn-sl-flex {
    font-size: 16px;
  }
  .cn-sl-item .cn-sl-flex .cn-sl-pic {
    margin-right: 10px;
    width: 55px;
    height: 55px;
  }
  .cn-sl-item .cn-sl-flex .cn-sl-name {
    font-size: 22px;
    margin-bottom: 2px;
  }
  .candidates-slider {
    margin-top: 50px;
  }
  .candidates-slider.slick-dotted.slick-slider {
    margin-bottom: 120px;
  }
  .candidates-slider .slick-dots {
    bottom: -70px;
  }
  .testimonials-list > li {
    padding: 35px 0;
  }
  .testimonials-list > li .tl-title {
    font-size: 35px;
  }
  .testimonials-list > li .tl-title span {
    margin-left: 5px;
  }
  .testimonials-list > li .tl-title span:before,
  .testimonials-list > li .tl-title span:after {
    top: -4px;
    height: 4px;
    width: 20px;
  }
  .tl-item {
    margin: 0;
    border-radius: 20px;
    font-size: 18px;
  }
  .tl-item > div {
    padding: 20px 15px 20px 15px;
    border-radius: 20px;
  }
  .tl-item > div:before {
    width: 107px;
    height: 71px;
  }
  .tl-item .tl-flex {
    margin-top: 12px;
    font-size: 14px;
  }
  .tl-item .tl-flex .tl-pic {
    margin-right: 22px;
    width: 55px;
    height: 55px;
  }
  .tl-item .tl-flex .tl-name {
    font-size: 22px;
    margin-bottom: 3px;
  }
  .tl-slider .slick-list {
    padding: 30px 0;
  }
  .tl-slider .slick-prev,
  .tl-slider .slick-next {
    top: 0px;
  }
  .tl-slider .slick-prev {
    left: 0;
  }
  .tl-slider .slick-next {
    right: 0;
  }
  .employer-flex .rf-item {
    margin-top: 0;
  }
  .hf-logo {
    width: 280px;
    height: 280px;
    padding: 20px;
  }
  .history-flex {
    font-size: 18px;
  }
  .history-flex .hf-right .middle {
    font-size: 20px;
  }
  .text-center {
    margin: 30px auto;
    font-size: 20px;
  }
  .section-result {
    font-size: 20px;
  }
  .section-result .sr-flex .sr-title {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .btn.btn-big-2 {
    max-width: 302px;
    width: 100%;
  }
  .title-section.ts-small {
    font-size: 40px;
  }
  .logo-list li .logo-list-item {
    width: 160px;
    height: 160px;
  }
  .title-center {
    font-size: 30px;
  }
  .employer-flex {
    display: block;
  }
  .join-list {
    display: block;
  }
  .join-list li {
    text-align: center;
    max-width: 100%;
  }
  .join-list li a {
    margin-top: 30px;
    font-size: 18px;
  }
  .recom-row-last {
    margin-top: 0;
    flex-direction: column;
  }
  .recom-row-last > div {
    margin-bottom: 40px;
  }
  .rf-sub {
    margin: 20px 0 0 0;
  }
  .recom-form {
    border-radius: 15px;
  }
  .recom-form > div {
    border-radius: 15px;
    padding: 15px;
  }
  .culture-item {
    font-size: 18px;
  }
  .culture-item h3 {
    font-size: 26px;
  }
  .emp-list li {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 20px;
  }
  .emp-list li:before {
    top: 6px;
  }
  .meet-list {
    margin-top: 0;
  }
  .meet-list li {
    font-size: 18px;
  }
  .meet-list li:nth-child(4n + 1) .ml-info .ml-pic:before {
    left: -90px;
    top: -20px;
    width: 109px;
    height: 107px;
  }
  .meet-list li:nth-child(4n-1) .ml-info .ml-pic {
    margin-bottom: 30px;
  }
  .meet-list li:nth-child(4n-1) .ml-info .ml-pic:before {
    width: 296px;
    height: 294px;
  }
  .meet-list li:nth-child(4n) .ml-info .ml-pic {
    margin-bottom: 50px;
  }
  .meet-list li:nth-child(4n) .ml-info .ml-pic:before {
    width: 309px;
    height: 348px;
  }
  .meet-list li .ml-info .ml-pic {
    margin-bottom: 20px;
    width: 260px;
    height: 260px;
  }
  .meet-list li .ml-info .ml-pic:before {
    width: 289px;
    height: 289px;
  }
  .meet-list li .ml-info .ml-name {
    font-size: 32px;
  }
  .meet-list li .ml-info .ml-connect {
    font-size: 22px;
  }
  .meet-list li p.middle {
    font-size: 20px;
  }
  .meet-list li .ml-cont > div {
    padding-top: 30px;
  }
  .meet-list li .ml-cont > div:before {
    height: 10px;
  }
  .section_3 {
    position: relative;
    padding: 70px 0;
  }
  .log-flex {
    padding: 0 0 50px 0;
  }
  .about-flex.mar {
    margin-bottom: 40px;
  }
  .sj-row .sj-cell {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .article-block {
    padding-top: 0;
    font-size: 18px;
  }
  .article-block .article-title {
    font-size: 30px;
  }
  .ab-author .author-pic-body {
    margin-right: 20px;
    width: 120px;
    height: 140px;
  }
  .ab-author .author-pic-body .author-pic {
    width: 100px;
    height: 100px;
  }
  .ab-author .author-cont {
    font-size: 13px;
  }
  .ab-author .author-cont h3 {
    font-size: 16px;
  }
  .ab-author .author-cont .author-name {
    font-size: 16px;
  }
  .ab-control .ab-share {
    font-size: 16px;
  }
  .popup {
    font-size: 18px;
    border-radius: 20px;
  }
  .popup .close-popup {
    top: 12px;
    right: 12px;
  }
  .popup > div {
    padding: 20px;
    border-radius: 20px;
  }
  .popup h3 {
    font-size: 20px;
  }
  .popup .popup-flex .pf-pic {
    width: calc(100% - 15px);
    max-width: 548px;
    margin-left: 15px;
  }
  .popup .popup-flex .pf-pic:before {
    left: -15px;
    bottom: -15px;
    width: 41px;
    height: 42px;
  }
  .other-cs .other-cs-flex {
    margin: 30px -10px 0 -10px;
  }
  .other-cs .other-cs-flex a {
    margin: 20px 10px 0 10px;
    width: 160px;
    height: 160px;
  }
  .other-cs h3 {
    font-size: 30px;
  }
  .tick-list li {
    width: 100%;
    padding-left: 20px;
  }
  .tick-list li:before {
    font-size: 16px;
    top: 3px;
  }
  .sr-list li {
    padding-left: 30px;
  }
  .sr-list li:before {
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
  .records-list li {
    width: 100%;
  }
  .records-list li span {
    font-size: 30px;
    margin-bottom: 0;
  }
  .emp-block {
    border-radius: 20px;
  }
  .emp-block > div {
    border-radius: 20px;
    padding: 15px;
  }
  .emp-block h3 {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .culture-item {
    border-radius: 20px;
  }
  .culture-item > div {
    padding: 15px;
    border-radius: 20px;
  }
  .pb-row {
    margin-bottom: 3px;
  }
  .pb-row .pb-half-width {
    width: calc(50% - 1.5px);
  }
  .pb-row .pb-half-width .pb-half-height-65 {
    height: calc(65% - 1.5px);
  }
  .pb-row .pb-half-width .pb-half-height-35 {
    height: calc(35% - 1.5px);
  }
  .pb-row .pb-half-width .pb-half-height-55 {
    height: calc(55% - 1.5px);
  }
  .pb-row .pb-half-width .pb-half-height-45 {
    height: calc(45% - 1.5px);
  }
  .employer-text ul {
    margin-left: 15px;
  }
  .blog-list {
    display: block;
    margin: 50px 0 0 0;
  }
  .blog-list li {
    display: block;
    margin: 0 0 60px 0;
    padding: 268px 15px 60px 15px;
    border-radius: 35px;
    font-size: 16px;
  }
  .blog-list li .bl-flex {
    display: block;
  }
  .blog-list li .bl-flex > div:first-child {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .blog-list li .bl-flex > div:last-child {
    width: 100%;
    max-width: 100%;
  }
  .blog-list li .bl-pic {
    height: 250px;
    border-radius: 35px 35px 0 0;
  }
  .blog-list li .bl-title {
    font-size: 18px;
  }
  .blog-list li .bl-more {
    font-size: 14px;
    right: -13px;
    bottom: -25px;
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 720px) {
  .apply-message {
    width: 100%;
  }
  .filter-flex .filter {
    width: 150px;
    height: 150px;
    margin: 0 20px 20px 20px;
  }
}
@media only screen and (max-width: 576px) {
    .employer-text iframe , .article-text iframe {
        width: 100% !important;
        height: 220px !important;
    }
  .employer-video iframe {
    height: 200px;
  }
  .ab-pic:before {
    right: -20px;
    bottom: -20px;
    width: 50px;
    height: 50px;
  }
  .careers-list li .cl-item {
    width: 115px;
    height: 115px;
    font-size: 14px;
  }
  .careers-list li .cl-item .cl-icon {
    font-size: 35px;
  }
  .challenges-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .challenges-list li {
    margin: 0 10px 48px 10px;
  }
  .challenges-list li .cl-item {
    width: 115px;
    height: 115px;
    font-size: 16px;
  }
  .client-block .client-list {
    margin: 0 -10px;
  }
  .client-block .client-list li {
    margin: 20px 10px;
    width: 115px;
    height: 115px;
  }
  .filter-flex .filter {
    width: 110px;
    height: 110px;
    font-size: 15px;
  }
  .filter-flex .filter .name {
    font-size: 15px;
  }
  .filter-flex .filter_second {
    width: 90px;
    height: 90px;
  }
  .filter-flex .filter_second .name {
    font-size: 11px;
  }
  .ab-btn-block {
    flex-direction: column;
  }
}
@media only screen and (max-width: 410px) {
  .article-block .article-title {
    font-size: 20px;
  }
  .job-data > div {
    width: 80px;
    height: 80px;
    font-size: 10px;
  }
  .job-data > div span {
    font-size: 12px;
  }
  .hb-line_1 {
    top: -28px;
    left: -28px;
    right: -28px;
    bottom: -28px;
  }
  .hb-line_2 {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
  }
  .gen-title {
    font-size: 36px;
  }
  .head-about h3 {
    font-size: 24px;
  }
  .title-section {
    font-size: 32px;
  }
  .title-section.ts-var-2 {
    font-size: 32px;
  }
  .review-item {
    font-size: 18px;
  }
  .js-item {
    padding: 15px;
    border-radius: 15px;
    box-shadow: none;
  }
  .section_3 {
    padding: 80px 0 50px 0;
  }
  .bs-item {
    margin: 15px 0;
    box-shadow: none;
  }
  .hiding-list li {
    padding: 52px 15px 67px 15px;
    font-size: 18px;
  }
  .hiding-list li .hl-title {
    font-size: 24px;
  }
  .hiding-list li .hl-more {
    right: auto;
    left: 15px;
    font-size: 15px;
  }
  .meter-list li {
    font-size: 20px;
  }
  .meter-list li .ml-pic {
    width: 254px;
    height: 127px;
    font-size: 45px;
    margin: 0 auto 15px auto;
  }
  .sf-result li {
    padding: 20px 15px 10px 15px;
    border-radius: 20px;
  }
  .sf-result li .sfr-flex {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .sf-result li .represented-flex {
    margin: 15px 0 0 0;
  }
  .filter-flex {
    margin: 0 -5px 50px -5px;
  }
  .filter-flex > span {
    margin: 0 5px 15px 5px;
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
  .contact-flex .contact-form h3 {
    font-size: 32px;
  }
  .testimonials-list > li .tl-title {
    font-size: 24px;
  }
  .testimonials-list > li .tl-title span {
    margin-left: 2px;
  }
  .testimonials-list > li .tl-title span:before,
  .testimonials-list > li .tl-title span:after {
    top: -2px;
    height: 3px;
    width: 15px;
  }
  .title-section.ts-small {
    font-size: 35px;
  }
  .logo-list li .logo-list-item {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
}
@media (min-width: 1921px) {
  .client-list {
    position: relative;
    height: 850px;
    list-style-position: outside;
    list-style: none;
    overflow: auto;
    margin-bottom: 30px;
  }
  .client-list::-webkit-scrollbar {
    height: 6px;
  }
  .client-list::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .client-list::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #d4b0f5 0%, #9ccff0 50%, #59dfeb 100%);
  }
  .client-list::-webkit-scrollbar-thumb:hover {
    background: #d4b0f5;
  }
  .client-list li {
    position: absolute;
    left: 50%;
    box-sizing: border-box;
    max-width: 190px;
    max-height: 190px;
    width: 9.89vw;
    height: 9.89vw;
    padding: 2px;
    border-radius: 50%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .client-list li img {
    display: block;
  }
  .client-list li:first-child {
    top: 183px;
    margin-left: -914px;
  }
  .client-list li:nth-child(16) {
    top: 183px;
    left: 100%;
    margin-left: 340px;
    transform: translate(50%, 0);
  }
  .client-list li:nth-child(2) {
    top: 13px;
    margin-left: -685px;
  }
  .client-list li:nth-child(17) {
    top: 13px;
    left: 100%;
    margin-left: 684px;
  }
  .client-list li:nth-child(18) {
    left: 100%;
    top: 303px;
    margin-left: 644px;
  }
  .client-list li:nth-child(3) {
    top: 303px;
    margin-left: -648px;
  }
  .client-list li:nth-child(19) {
    left: 100%;
    top: 216px;
    margin-left: 909px;
  }
  .client-list li:nth-child(4) {
    top: 216px;
    margin-left: -368px;
  }
  .client-list li:nth-child(20) {
    left: 100%;
    top: 105px;
    margin-left: 1142px;
  }
  .client-list li:nth-child(5) {
    top: 105px;
    margin-left: -128px;
  }
  .client-list li:nth-child(21) {
    left: 100%;
    top: 305px;
    margin-left: 1310px;
  }
  .client-list li:nth-child(6) {
    top: 305px;
    margin-left: 40px;
  }
  .client-list li:nth-child(22) {
    left: 100%;
    top: 162px;
    margin-left: 1532px;
  }
  .client-list li:nth-child(7) {
    top: 162px;
    margin-left: 262px;
  }
  .client-list li:nth-child(23) {
    left: 100%;
    top: 382px;
    margin-left: 1677px;
  }
  .client-list li:nth-child(8) {
    top: 382px;
    margin-left: 400px;
  }
  .client-list li:nth-child(24) {
    left: 100%;
    top: 43px;
    margin-left: 1790px;
  }
  .client-list li:nth-child(9) {
    top: 43px;
    margin-left: 490px;
  }
  .client-list li:nth-child(25) {
    left: 100%;
    top: 260px;
    margin-left: 1970px;
  }
  .client-list li:nth-child(10) {
    top: 260px;
    margin-left: 620px;
  }
  .client-list li:nth-child(26) {
    left: 100%;
    top: 526px;
    margin-left: 432px;
  }
  .client-list li:nth-child(11) {
    top: 526px;
    margin-left: -868px;
  }
  .client-list li:nth-child(27) {
    left: 100%;
    top: 510px;
    margin-left: 825px;
  }
  .client-list li:nth-child(12) {
    top: 510px;
    margin-left: -465px;
  }
  .client-list li:nth-child(28) {
    left: 100%;
    top: 450px;
    margin-left: 1074px;
  }
  .client-list li:nth-child(13) {
    top: 450px;
    margin-left: -166px;
  }
  .client-list li:nth-child(29) {
    left: 100%;
    top: 526px;
    margin-left: 1401px;
  }
  .client-list li:nth-child(14) {
    top: 526px;
    margin-left: 161px;
  }
  .client-list li:nth-child(30) {
    left: 100%;
    top: 598px;
    margin-left: 1930px;
  }
  .client-list li:nth-child(15) {
    top: 598px;
    margin-left: 560px;
  }
  .client-list li.dummy {
    left: 203vw;
  }
}
@media (min-height: 568px) {
  .head-btn-block {
    margin: auto 0 50px 0;
  }
}
@media (min-height: 700px) {
  .head-btn-block {
    margin: auto 0 150px 0;
  }
}
@media only screen and (max-width: 360px) {
    .client-block .client-list li{
        min-width: 150px;
        min-height: 150px;
    }
    .client-block .client-list li img {
        max-width: 80%;
    }
    ul.client-list.employer {
        margin: 0 -25px !important;
    }
}

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