@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

html,
body {
  height: 100%;
  font-family: 'Nunito';
}
textarea:focus, input:focus{
  outline: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.font-rubik {font-family: 'Rubik', sans-serif;}
.font-nunito {font-family: 'Nunito', sans-serif;}

.background-blue {background-color:#2661CC;}
.background-default {background-color:#3079FF;}
.background-blue-light {background-color:#5994FF;}
.background-yellow {background-color:#FFEA00;}
.background-gray {background-color:#F1F1F1;}
.background-white {background-color:#FFFFFF;}
.color-blue {color:#2661CC;}
.color-blue-light {color:#5994FF;}
.color-yellow {color:#FFEA00;}
.color-gray {color:#F1F1F1;}
.color-white, .color-white:hover {color:#FFFFFF;}
.accent {color:#FFEA00;}

.yellow-check {
  background-image:url('/img/common/yellow-check.png');
  background-size:cover;
  background-position: center;
  width:25px;
  height:24px;
  margin-right:10px;
}

.yellow-ellipse {
  background-image:url('/img/common/yellow-ellipse.png');
  background-size:cover;
  background-position: center;
  width:73px;
  height:76px;
}

.gray-ellipse {
  background-image:url('/img/common/gray-ellipse.png');
  background-size:cover;
  background-position: center;
  width:143px;
  height:147px;
}

.blue-check {
  background-image:url('/img/common/blue-check.png');
  background-size:cover;
  background-position: center;
  width:18px;
  height:18px;
}

a.call-me-link {
  font-size:16px;
  font-weight:600;
  color:#FFEA00;
  text-decoration:underline;
}

a.call-me-link:hover {
  color:#e5d200;
}
.phones-dropdown.active {
  display:flex;
}
.phones-dropdown a {
  display:inline-block;
  margin-bottom:4px;
  margin-top:4px;
  font-size:18px;
  font-weight:700;
}
.phones-dropdown {
  flex-direction:column;
  align-items:center;
  justify-content:center;
  position:absolute;
  width:100%;
  top: 30px;
  display:none;
  background:#5694ff;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  z-index:100;
}
.header-phone {
  color:white;
  font-size:18px;
  font-weight:700;
}
.header-phone:hover {
  color:white;
  text-decoration:underline;
}
.phone-icon {
  width:24px;
  height:24px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:12px;
  color:#3079FF;
  background:white;
  border-radius:50%;
}

.main-nav a {
  font-size:12px;
  font-weight:700;
  padding:10px;
  text-transform:uppercase;
  color:white;
}
.main-nav a.active {
  color:#FFEA00;
}

.main-nav ul {
  padding:0px;
}

.main-logo {
  width:61px;
  height:61px;
  background-image:url('/img/common/bvs-logo.png');
  background-size: cover;
}

.main-header .logo-text {
  font-weight: 400;
  font-size:16px;
  margin-left:16px;
}

.main-header .logo-text p {
  margin-bottom:0px;
}

.main-header{
  border-bottom:1px solid #5994FF;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.main-header .center-col {
  border-right:1px solid #5994FF;
  border-left:1px solid #5994FF;
}

.team {
  position:absolute;
  right:0;
  bottom:0;
  width:801px;
  height:509px;
  background-image:url('/img/main-page/hero-team.png');
  background-position:center;
  background-size:cover;
}
.hero-video-block:hover {
  text-decoration:none;
}
.hero-video-block .preview{
  background-image:url('/img/main-page/hero-video-preview.png');
  background-size:cover;
  background-position:center;
  width:102px;
  height:76px;
  display: inline-block;
  margin-right:22px;
}

.hero-video-block p{
  margin-bottom:0px;
}
.hero-video-block {
  max-width:400px;
  display:flex;
  align-items:center;
  background: #5180D5;
  border-radius: 6px;
  font-size:16px;
  font-weight:600;
}
.hero-list-item p {
  margin:auto;
}
.hero-list-item {
  margin-top:10px;
  margin-bottom:10px;
  display:flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  width:fit-content;
}
.form-phone-input {
  width:100%;
  max-width:400px;
  position:relative;
  margin-top:42px;
  margin-bottom:22px;
}
.form-phone-input a:hover{
  background:#e5d200;
}
.form-phone-input a{
  background: #FFEA00;
  border-radius: 50px;
  padding:15px;
  position:absolute;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  right:0;
}

.form-phone-input input::placeholder  {
  color:#ddd;
  font-weight: 300;
  font-family:'Nunito';
  font-size:16px;
}
.form-phone-input input {
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  background:transparent;
  color:white;
  padding:10px 20px;
  font-size:16px;
  width:100%;
}

.salary-badge {
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  border-radius: 8px;
  transform: rotate(-3.9deg);
  text-transform:uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size:22px;
  font-weight:700;
  color:white;
  max-width:250px;
}
.hero-main-container .heading {
  font-weight: bold;
  font-size: 56px;
  line-height: 76px;
}
.hero-main-container {
  padding-top:60px;
  padding-bottom:30px;
}
.hero-background {
  background-image:url('/img/main-page/hero-background.png');
  background-position:center;
  background-size:cover;
  position:relative;
  padding-top:94px;
}

.yellow-btn:hover {
  background: #5994FF;
  color: white;
  text-decoration:unset;
}

.yellow-btn {
  background: #FFEA00;
  border-radius: 50px;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  padding:8px 18px;
}
.extra-title {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.main-content {
  display:flex;
}
.default-content {
  width:100%;
}
.viza-hots .extra-content {
justify-content:center;
}
.extra-content {
  display:flex;
  justify-content:space-around;
  flex-direction:column;
  border-left:1px solid #5994FF;
  width:100%;
}
.extra-content p{
  margin:auto;
}
.short-list-item {
  display:flex;
  align-items:center;
  margin-bottom:8px;
}
.short-list-item .custom-icons {
  margin-right:10px;
}
.shorts-list {
  display:flex;
  flex-direction:column;
}
.custom-icons {
  display:inline-block;
  width:20px;
  height:20px;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.icon-location { background-image:url('/img/common/icon-location.png'); }
.icon-house { background-image:url('/img/common/icon-home.png'); }
.icon-time { background-image:url('/img/common/icon-time.png'); }

.vacancy-card .vacancy-salary {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #FFEA00;
}

.vacancy-card .vacancy-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  margin-bottom:4px;
  color:white;
}
.vacancy-card .default-content {
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:32px;
}
.vacancy-logo-badge {
  background-image:url('/img/common/bvs-logo.png');
  width:50px;
  height:50px;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.vacancy-card .vacancy-logo-badge{
  left:16px;
  top:16px;
  position:absolute;
}

.vacancy-card .image-wrapper{
  height:210px;
  width:100%;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  display: block;
}
.vacancy-card {
  background-color:#3079FF;
  border-radius: 0px 0px 20px 20px;
  position:relative;
  color:white;
  font-size:16px;
  font-weight:600;
  font-family:'Nunito';
  margin:12px;
}

.main-hot .simple-heading {
  border-left: 5px solid #FFEA00;
  padding-left:12px;
}
.simple-heading {
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #3079FF;
  margin-top:40px;
  margin-bottom:42px;

}

.simple-heading .left-side {
  
  font-family:'Nunito';
  font-weight: bold;
  font-size: 50px;
  line-height: 68px;
  
}

.second-section {
  position:relative;
  margin-bottom:40px;
}
.second-section .gray-ellipse,
.second-section .yellow-ellipse {
  position:absolute;
}

.second-section .gray-ellipse {
  left:24%;
  bottom:-70px;
}

.second-section .yellow-ellipse {
  left:6%;
  bottom:2%;
}

.ft-block-preview {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #181622;
  margin:0;
}
.ft-block-title {
  margin:0;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #181622;
  margin-bottom:16px;
}
.ft-block .blue-check {
  position:absolute;
  left:0;
  top:20px;
}
.ft-block {
  position:relative;
  display:flex;
  flex-direction: column;
  padding:12px;
  padding-left: 34px;
}
.second-section {
  margin-top:60px;
}
a.youtube-block:hover {
  color:#181622;
  text-decoration:unset;
}
.youtube-block i {
  position:absolute;
  color:#9EA2A9;
  font-size:20px;
  right:10px;
  top:10px;
}

.youtube-block {
  position:relative;
  background: #F7F6F6;
  padding:20px 40px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  color:#181622;
  margin-top:60px;
}

.simple-heading-yellow {
  font-weight: bold;
  font-size: 50px;
  border-left: 5px solid #FFEA00;
  padding-left:40px;
  color:#3079FF;
}
.docs-wrapper {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:50px;
  margin-bottom:50px;
}
.documents-section {
  background-image:url('/img/main-page/background-globus.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.smi-section {
  padding-top:46px;
  padding-bottom:46px;
  position:relative;
  margin-top:60px;
  margin-bottom:60px;
}
.news-item:last-child {
  border:unset;
}
.news-item {
  border-bottom:1px solid #ddd;
  padding-bottom:20px;
  margin-bottom:20px;
}
.news-smi {
  font-weight: normal;
  font-size: 16px;
  color: #181622;
  opacity: 0.7;
}
.news-title {
  font-weight: 600;
  font-size: 18px;
  color: #181622;
  margin-bottom:4px;
}
.small-logos-blocl img {
  margin:6px;
}
.smi-section {
  background: rgba(245, 248, 252, 0.5);
}
.text-reviews {
  margin-top:50px;
}
.text-review {
  display:flex;
  margin:0 20px;
}
.userpic-holder{
  width:40px;
  height:40px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  margin-right:12px;
}
.text-review-content .date {
  margin-top:4px;
}
.date {
  margin:0px;
  color: #A4A4A4;
  font-weight: normal;
  line-height: 16px;
  text-align: right;
}
.text-review-content {
  background: #EFEFEF;
  border-radius: 0px 25px 25px 25px;
  font-weight: normal;
  font-size: 13px;
  padding:20px;
  max-width:300px;
}
.vr-slide.slick-current p {
  display:block;
}
.vr-slide p {
  font-size:19px;
  font-weight:700;
  margin:auto;
  display:none;
}
.vr-slide p.username{
  font-size:24px;
}
.video-reviews-slider .vr-slide img{
  max-width:100%;
  margin-bottom:14px;
}
.slider-control{
  width:48px;
  height:48px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50%;
  background-color:#3079FF;
  color:white;
  font-size:22px;
  margin:6px;
  cursor:pointer;
}
.video-reviews-slider .vr-slide.slick-current.slick-active.slick-center {
  opacity: 1;
  transform:scale(1.2);
  z-index: 999;
}

.video-reviews-slider .vr-slide {
  opacity:0.5;
  text-align:center;
  margin:15px;
}

.callback-block .decor-1 {
  position:absolute;
  bottom:-55px;
  right:150px;
  transform: rotate(-72deg) scale(1.5);
}

.callback-block {
  position:relative;
}

.callback-curve{
  background-image:url('/img/main-page/callback-curve.png');
  background-repeat: no-repeat;
  background-size:cover;
  width:121px;
  height:51px;
  position:absolute;
  left:43%;
  top:60px;
}
.callback-block .simple-heading .left-side {
  font-size:48px;
  line-height:52px;
}
.callback-block {
  background-image:url('/img/main-page/background-callback.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}
.vacancy-card.default .default-content {
  padding-bottom:0px;
}
.vacancy-card.default a.yellow-btn {
  
  text-align:center;
  display:block;
  padding:10px;
  margin-bottom:-10px;
  margin-left:-16px;
  margin-right:-16px;
}

.smi-section .decor-1 {
  opacity:0.7;
  position:absolute;
  bottom: 30px;
  left: 12%;
}

.partners-section {
  margin-top:60px;
  margin-bottom:60px;
}

.partner-item {
  background: #F1F1F1;
  border-radius: 10px;
  width:250px;
  height: 128px;
  display:flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(0.8);
  margin:10px;
  transition: all 0.3s ease-out;
}

.partner-item:hover {
  filter:unset;
}

.partners-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.simple-heading.small {
  margin-bottom:20px;
}
.simple-heading.small .left-side{
  font-size:36px;
}

.pop-item-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
}

.pop-item-img {
  border-radius: 6px;
}

.pop-item-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color:#181622;
  margin-top:14px;
}

.pop-item-href {
  margin-bottom:40px;
}

.popsection {
  margin-bottom:60px;
}

.pop-item-href img{
  transition: all 0.3s ease-out;
  box-shadow: 0px 6px 10px rgba(231, 232, 234, 0.7);
}
.pop-item-href:hover {
  text-decoration: unset;
}

.pop-item-href:hover img {
  transform: scale(1.03);
}

.pop-gray-href .pop-item-text{
  margin:0px;
  display: flex;
  align-items: center;
}

.pop-gray-href .pop-item-text i {
  margin-left:12px;
}

.pop-gray-href .flag img{
  max-width: 100%;
  max-height: 100%;
}



.pop-gray-href .flag{
  width:22px;
  height:22px;
  margin-left:14px;
}

.pop-gray-href {
  background: #F7F6F6;
  border-radius: 6px;
  padding:16px 20px;
  display: inline-block;
  margin-right:20px;
  margin-bottom:20px;
}
.pop-gray-href:hover .pop-item-text{
  color:#2D70D3;
}
.pop-gray-href:hover {
  text-decoration: unset;
}

.outline {
  font-weight: 900;
  color: #3079FF;
  text-shadow: -1px -1px 0 #FFEA00, 1px -1px 0 #FFEA00, -1px 1px 0 #FFEA00, 1px 1px 0 #FFEA00;
}

.callback-section {
  padding-top:60px;
  padding-bottom:60px;
}
.faq-item-text{
  font-weight: 600;
  font-size: 16px;
  color:#181622;
  padding-top:16px;
}
.faq-item-header .btn{
  font-weight: bold;
  font-size: 24px;
  color:#3079FF;
  padding:0px;
  padding-top:16px;
  padding-bottom:16px;
  border-bottom:1px solid #ddd;
  outline:none!important;
  text-align:left;
}
.faq-item-header .btn.collapsed {
  color:#181622;
}
.faq-item-header .btn .arrow-icon {
  transition:all 0.3s;
}

.faq-item-header .btn.collapsed .arrow-icon {
  transform:rotate(180deg);
}

.faq-item-header .btn {
  display:flex;
  justify-content:space-between;
  width:100%;
}
.arrow-icon {
  display:inline-block;
  content:"";
  width:32px;
  height:32px;
  background-image:url('/img/common/arrow-blue.png');
  background-size:cover;
}

.faq-section {
  padding-top:40px;
  padding-bottom:40px;
  position:relative;
  background-image:url('/img/main-page/faq-section-decor.png');
  background-repeat:no-repeat;
  background-position-x: left;
  background-position-y: bottom;
}

.numbers-section {
  background: #3079FF;
  padding-top:60px;
  padding-bottom:60px;
}

.form-group.cst input::placeholder {
  color:#ddd;
  font-weight: 300;
  font-family:'Nunito';
  font-size:16px;
}

.form-group.cst input {
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  background: transparent;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  width: 100%;
  color:#ddd;
  font-weight: 300;
  font-family:'Nunito';
  font-size:16px;
}

.form-group.cst label {
  text-transform:uppercase;
  color: #FFEA00;
  font-weight: bold;
  font-size: 14px;
  margin-bottom:0px;
}

.clbc-curve {
  background-image: url(/img/common/wh-curve.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 185px;
  height: 185px;
  position: absolute;
  left: 63%;
  top: 10px;
}

.mobile-menu-toggle {
  background-image:url('/img/common/mobile_menu.png');
  width:32px;
  height:32px;
  background-size:cover;
  z-index: 9999;
}

#mobile-menu-wrapper.active {
  display:block;
}
#mobile-menu-wrapper {
  border-left:1px solid #5994FF;
  background:#2661CC;
  position:fixed;
  height: 100%;
  width:100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  display:none;
}

.mob.main-nav {
  padding:0px;
  font-size: 16px;
  text-transform: unset;
}

.youtube-block .txt2 {
  font-size:18px;
  font-weight:400;
}

.youtube-block .txt1 {
  font-size:24px;
  font-weight:700;
}

.docs-wrapper img {
  max-width:100%;
}

.subt-calbk {
  font-size:24px;
}

.short-list-item i {
  color:#FFEA00;
  margin-right:10px;
  width: 20px;
  text-align: center;
}

a.headlink{
  color:inherit;
}

a.headlink:hover {
  text-decoration: none;
}

.breadcrumb a:hover{
  text-decoration: unset;
}
.breadcrumb a{
  color:white;
}
.breadcrumb {
  color:white!important;
  background:unset;
  padding:0px;
  margin:0px;
  align-items: center;
  justify-content: center;
  font-size:14px;
  padding-top:80px;
  padding-bottom:20px;
}
.hero-background.small {
  background-position: 0 -90px;
  position:relative;
  margin-bottom:30px;
}
.breadcrumb .divider {
  margin:0px;
  margin-left:10px;
  margin-right:10px;
}

.h1-small-hero {
  font-size:56px;
  font-weight: 700;
  text-align:center;
  margin-bottom:45px;
  z-index: 10;
}

.decor-small-yellow {
  display:block;
  position:absolute;
  background-image: url('/img/common/decor_small_yellow.png');
  background-size: cover;
  background-position: center;
  width: 109px;
  height: 110px;
  right: 5%;
  bottom: -15%;
}

.decor-small-gray {
  display:block;
  position:absolute;
  background-image: url('/img/common/decor_small_gray.png');
  background-size: cover;
  background-position: center;
  width: 97px;
  height: 96px;
  left:4%;
  top:8%;
  z-index: 999;
}

.big-checkbox {width: 26px; height: 26px;}

.filters-wrapper .heading-wrapper .heading {
  font-size:16px;
  color: #3079FF;
  font-weight:bold;
}

.filters-wrapper .heading-wrapper {
  border-bottom:1px solid #dadada;
  padding-bottom:14px;
  margin-bottom:14px;
}
.filters-wrapper {
  border-right:1px solid #dadada;
  padding-right:30px;
}
.checked-filter .close {
  margin-left:12px;
  cursor:pointer;
}
.checked-filter{ 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding:8px 20px;
  background: #F5F8FC;
  border-radius: 23px;
  color: #838383;
  font-size:12px;
  font-weight: 600;
  margin-right:12px;
  margin-bottom:6px;
}

.clear-filters{
  color: #F42E46;
  cursor:pointer;
  margin:0px;
  margin-top:8px;
  text-decoration:underline;
  font-size:10;
  font-weight:600;
}

.filter-group .heading{
  font-weight: bold;
  font-size: 15px;
  color: #171717;
  margin-top:24px;
  margin-bottom:12px;
}

.filter-group .form-check-label {
  font-size:15px;
  font-weight: 600;
  color: #434343;
  margin-left: 14px;
  margin-top: 6px;

}
.filter-group .form-check {
  margin-bottom:8px;
  cursor:pointer;
}

.filters-wrapper a.yellow-btn {
  display: block;
  text-align:center;
  font-size:18px;
  padding: 14px;
  margin-top:20px;
}

.vacancy-card.custom .wrkplc .accent{
  color:#3079FF;
}
.vacancy-card.custom .wrkplc{
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 800;
}

.vacancy-card.custom .short-list-item{
  font-size:14px;
  font-weight: 600;
  margin-bottom:2px;
}
.vacancy-card.custom .vacancy-salary{
  color: #3079FF;
  font-size:18px;
  font-weight:600;
}
.vacancy-card.custom .vacancy-title{
  color: #2D2D2D;
  font-weight: 600;
  font-size: 25px;
}
.vacancy-card.custom .default-content{
  box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.vacancy-card.custom {
  background:unset;
  color: #2D2D2D;
  
  margin-bottom:20px;
}


.cst-btn-blue:hover{
  text-decoration: none;
  background:#FFEA00;
  color:#000000;
}
.cst-btn-blue {
  text-decoration: none;
  display: inline-block;
  background:#3079FF;
  color:white;
  text-transform:uppercase;
  margin-left:-16px;
  width: calc(100% + 32px);
  text-align:center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size:16px;
  font-weight: 700;
  padding-top:10px;
  padding-bottom: 10px;
}

.more-btn:hover {
  text-decoration: none;
}
.more-btn i{
  margin-right:12px;
}
.more-btn {
  background: #F5F8FC;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  color: #323232;
  width:100%;
  display:block;
  padding:22px;
  margin-top:20px;
  margin-bottom:20px;
  text-align:center;
}

.pagination a {
  text-decoration: none;
}
.pagination .prev a,
.pagination .next a{
  color:white;
  font-size:20px;
  display:flex;
  justify-content: center;
  align-items: center;
  background:#3079FF;
  border-radius: 100%;
  margin-left:12px;
  margin-right:12px;
  width:48px;
  height: 48px;
}
.pagination li{
  margin-right:8px;
  margin-left: 8px;
}
.pagination a{
  color:#323232;
}
.pagination {
  font-size:15px;
  font-weight:700;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.clbk-heading {
  font-size:50px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.filters-wrapper {
  margin-bottom:20px;
}

.js-show-filters:active,
.js-show-filters:hover {
  text-decoration:none;
  color:white;
}
.js-show-filters {
  display:none;
  background: #5994FF;
  border-radius: 172px;
  font-size:11px;
  font-weight:700;
  color:white;
  text-align: center;
  padding:12px;
  margin-bottom:20px;
}

.sbtf {
  font-size:32px;
  font-weight: 700;
  text-align: center;
  margin-bottom:30px;
}

.vacancy-image {
  width:100%;
  height:300px;
  background-size: cover;
  background-position:center;
  margin-top:-30px;
}

.vacancy-heading {
  display: flex;
  flex-direction: column;
}

.vacancy-heading .vacancy-title {
  font-size:50px;
  color: #3079FF;
  font-weight: 700;
  padding-left:30px;
  border-left:5px solid #FFEA00;
}

.vacancy-workplaces{
  max-width: fit-content;
  border: 2px solid rgba(248, 8, 51, 0.3);
  box-sizing: border-box;
  border-radius: 8px;
  transform: rotate(-3.9deg);
  text-transform: uppercase;
  color: #535353;
  font-size: 17px;
  font-weight: bold;
  padding:10px 17px;
  display: inline-block;
  height: max-content;

  margin: 0;
  margin-top: 14px;
}
.vacancy-workplaces span{
  color:#F80833;
}

.vacancy-items {
  margin-top:20px;
  margin-bottom:20px;
}

.vacancy-item {
  display: flex;
  align-items: center;
  margin-bottom:4px;
}

.vacancy-icon {
  width:20px;
  text-align:center;
  color:#2159BF;
  margin-right:12px;
}

.hd-text{
  color:rgba(95, 95, 95, 0.6);
  text-transform: uppercase;
  font-size:14px;
  font-weight:700;
  width:170px;
}
.vacancy-item.salary {
  margin-bottom:4px;
}
.vacancy-item.salary .ftg-text{
  font-size: 26px;
}
.ftg-text{
  color: #343434;
  font-size:14px;
  font-weight:bold;
}

.hd-text.desc {
  margin-top:40px;
  margin-bottom:12px;
} 

.vac-btn {
  display:inline-block;
  margin-top:0px;
  margin-bottom:40px;
}

.simple-heading.center .left-side,
.simple-heading.center {
  width:100%;
  align-items: center;
  justify-items: center;
}
.pagination li.active{
  font-size:20px;
}

.about-football img{
  max-width:100%;
  max-height: 100%;
}

.simple-heading.center {
  width: 100%;
  justify-content: center;
}

.about-block {
  background: #FFFFFF;
  box-shadow: 0px 11px 44px -6px rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  padding:40px;
}
.about-heading{
  font-weight: bold;
  font-size: 24px;
  color: #3079FF;
}
.about-q {
  border-left:3px solid #FFEA00;
  padding-left:30px;
}
.about-text {
  font-size:15px;
}
.about-name {
  font-weight: bold;
  font-size: 16px;
  color: #2C2C2C;
  margin-bottom: 0px;
  position:relative;
}
.about-name:after {
  display: block;
  position: absolute;
  content:" ";
  background-image:url('/img/common/sign.png');
  width:200px;
  height: 60px;
  right:0;
  top:0;
  background-size: cover;
}

.about-subname{
  font-weight: bold;
  font-size: 11px;
  color: #979797;
  padding-left:20px;
  text-transform: uppercase;
}
.socs {
  padding-left:20px;
}
.about-giant-heading {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  color: #3079FF;
  margin-top:60px;
  margin-bottom:30px;
}

.about-main-text {
  font-size:16px;
  font-weight:400;
}
.reviews-section.about .left-side {
  text-align:center;
  width:100%;
}
.reviews-section.about {
  background:rgba(245, 248, 252, 0.5);
  margin-top:20px;
  margin-bottom:20px;
  padding-top:20px;
  padding-bottom: 20px;
} 

.about-football {
  margin-top:30px;
  margin-bottom:30px;
}

.about-docs {
  background: rgba(245, 248, 252, 0.5);
  padding-top:40px;
  padding-bottom:40px;
  margin-top:30px;
  margin-bottom:30px;
}

.about-block.frash p {
  font-weight: bold;
  font-size: 28px;
  color: #383838;
  margin-bottom: 0px;
  line-height: normal;
}

.about-block.frash {
  margin-bottom:40px;
}
.partner-about-text{
  font-weight: normal;
  font-size: 16px;
  color: #181622;
}

.partner-about-text b{
  font-size:22px;
}

::marker {
  color: #FFEA00;
}

.about-football img {
  margin-bottom: 15px;
}

.reviews-section.reviews-page .text-review {
  margin:0px;
}

.userpic-holder {
  border-radius:100%;
}

.reviews-section.reviews-page .text-review {
  margin-bottom:30px;
}

.video-rev{
  font-weight: 700;
  margin: auto;
  font-size: 18px;
  text-align:center;
  margin-bottom:30px;
}
.video-rev .username {
  font-size:22px;
}
.video-rev p {
  margin-bottom:4px;
}


.giant-map {
  margin-top:-30px;
}
.giant-map img{
  width:100%;
}
.cntc-phone{
  font-size:25px;
  font-weight: 300;
  color:#181622;
  display: block;
}

.cnt-item {
  display: flex;
  margin-bottom:8px;
  margin-top:8px;
  font-size:18px;
  font-weight: normal;
}
.cnt-item i{
  color: #3079FF;
  width:22px;
  height:22px;
  display:flex;
  justify-content: center;
  align-items: center;
  font-size:20px;
  margin-right:20px;
}

.nav-tabs {
  border-bottom:2px solid #ABABAB;
  width: 100%;
  margin-top:40px;
}

.nav-tabs .nav-link.active {
  border-bottom:2px solid #3079FF;
  color: #3079FF;
}
.nav-tabs .nav-link {
  border:unset;
  font-weight: bold;
  font-size: 21px;
  color: #ABABAB;
}

#myTabContent .tab-pane p b{
  font-weight: bold;
  font-size: 19px;
}
#myTabContent .tab-pane{
  color: #181622;
  font-size: 16px;
  padding-top:30px;
}
#myTabContent {
  display: block;
}
.partnt .outline {
  color:white;
  font-size: 60px;
}
.tickle{
  color: #333;
  font-size:22px;
  font-weight:bold;
}

.sub-tickle {
  font-size:15px;
  color: #333;
}

.vizaz .sub-tickle {
  margin-bottom:20px;
  font-size:12px;
}
.vizaz .tickle {
  font-size:20px;
}
.vizaz .sub-tickle,
.vizaz .tickle {
  color:white;
}
.vizaz .outline {
  font-size:40px;
}

.pass {
  display: block;
  position: absolute;
  width:434px;
  height:251px;
  background:url('/img/common/pass.png');
  bottom:0px;
  right: 0px;
}

.viza-hots .vacancy-card .default-content {
  padding-bottom: 0px;
}

.viza-hots .vacancy-card .vacancy-salary {
  font-size:15px;
  color:rgba(255, 255, 255, 0.75);
}
.viza-hots .vacancy-card .vacancy-salary span {
  color:white;
}
.viza-hots .vacancy-card .vacancy-title {
  font-size:28px;
  
}

.service-groups .vacancy-title{
  text-transform: uppercase;
  font-size:20px;
  font-weight: bold;
  margin-top:14px;
  margin-bottom:14px;
}

.service-groups .vacancy-card .extra-content {
  padding:10px;
  width: 30%;
  padding-top:0px;
  padding-bottom:0px;
}
.service-groups .vacancy-card .default-content {
  padding:10px;
  padding-top:0px;
  padding-bottom:0px;
  width:70%;
}

.brdrfx {
  border-right:1px solid white;
  font-size:16px;
  font-weight: 700;
}

.clrt {
  font-weight: bold;
  font-size: 16px;
  color:#FFEA00;
}

.service-groups{
  background: #FAFBFD;
  margin-top:-24px;
  padding-top:40px;
}

.scheme {
  padding-top: 40px;
  padding-bottom:40px;
}

.crz-item .number{
  font-family: Nunito;
  font-style: italic;
  font-weight: 200;
  font-size: 41px;
  color: #3079FF;
}
.crz-item .text{
  font-weight: 600;
  font-size: 25px;
  color: #383838;
}
.crz-item .bottom{
  margin-top: 20px;
}
.crz-item .top{
  margin-bottom:20px;
}
.crz-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align:center;
  width:20%;
}

.free-vac {
  padding: 6px 10px;
  border-radius: 20px;
  background: #28a745;
  font-size: 13px; 
  text-transform: uppercase;
  letter-spacing: 1px;
  color:white;
  position: absolute;
  top: 26px;
  font-weight: 400;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  right: 16px;
}

.star-rating {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
}
.star-rating > input {
  display: none;
}
.star-rating > label {
  cursor: pointer;
  margin:4px;
  color:#888888;
  transition: 0.5s;
}
.star-rating > input:not(:checked) ~ label:hover,
.star-rating > input:not(:checked) ~ label:hover ~ label {
  color:#FFEA00;
}

.star-rating > input:checked ~ label,
.star-rating > input:checked ~ label ~ label {
  color:#FFEA00;
}

.js-video-review {
  max-width: 100%;
}
.languages-klisl a{
  width:24px;
  height:24px;
  border-radius:4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right:8px;
  background:#2661CC;
  color:white;
  text-decoration: none;
}

.languages-klisl a.active {
  color:#FFEA00;
}

.languages-klisl {
  display:inline-block;
}

.viza-hots .vacancy-card .vacancy-salary{
  font-size:24px;
  margin-left: 20px;
}

.viza-hots .vacancy-card .vacancy-salary.old {
  text-decoration: line-through;
  font-size:18px;
}

a.has-dropdown:hover + .drop {
  display:block;
}
.drop:hover {
  display: block;
}
.drop {
  display:none;
  position: absolute;
  padding:20px;
  background: #5694ff;
}

.extra-content a.yellow-btn {
  width: fit-content;
  margin:0 auto;
  text-align: center;
}

.scheme {
  position: relative;
  background-image: url(/img/common/dash.png);
  background-size: 6%;
  background-position: center 64.5%;
  background-repeat: repeat-x;
}
.y-dot{
  background-image: url(/img/common/dot.png);
  width:36px;
  height:36px;
}
.row-fix-mov {
  height:360px;
}
.crz-item.i5 {
  margin-top: 44px;
}
.crz-item.i4 {
  margin-top: -6px;
}
.crz-item.i3 {
  margin-top: 44px;
}
.crz-item.i2 {
  margin-top:-44px;
}
.crz-item.i1 {
  margin-top:44px;
}
.scheme .simple-heading {
  margin-bottom:120px;
}

.anth-row {
  display:flex;
  align-items: center;
}
.free-outline {
  text-transform: uppercase;
  color:#28a745;
  background:#9ed4aa13;
  font-weight: 400;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
  letter-spacing: 1px;
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 16px;
  border:1px solid #28a745;
  height: fit-content;
  margin-left:24px;
}

.thumbs {
  margin-top:20px;
  margin-bottom:20px;
}
.thumb i{
  font-size: 24px;
  color:#ff0000;
}
.thumb a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.thumb a.active{
  border-color: #333333;
}
.thumb a{
  display:flex;
  justify-content: center;
  align-items: center;
  border:1px solid #ddd;
  border-radius:4px;
  height:60px;
  padding:8px;
  margin-bottom: 8px;
}
.thumbs-control {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.main-image-wrapper {
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumbs-control .slider-control {
  background:unset;
  color:#333;
}
.thn {
  display: flex;
}
.thn .sec { 
  margin-left:16px;
}

.blue-circle {
  background-image: url('/img/blue-circle.png');
  background-position-x: center;
  background-position-y: 40px;
  background-size: 70%;
  background-repeat: no-repeat;
}

