﻿/* Add here all your css styles (customizations) */
body h1 {
    font-size: 5.6rem !important;
    line-height: 8.2rem !important;
    margin-bottom: 1.5rem !important;
}

.u-header__section {
    box-shadow: 0px 15px 30px 1px #5c5c5c !important;
}
.dropdown-toggle::after {
    content: '▼' !important;
    font-family: 'hs-icons' !important;
    font-size: 10px;
    display: inline;
    border: none;
    margin-left: 0.5rem;
}
a {
    color: #0066ff;
    outline: none;
}
a:hover {
    color: #0066ff !important;
    text-decoration: none !important;
}
.text_jus {
    display: flex;
    justify-content: center;
    text-align: justify;
}
.carousel-control-next {
    top: 49rem !important;
    right: 0rem !important;
    background-color: black !important;
    height: 55px !important;
    width: 65px !important;
}
.carousel-control-prev {
    top: 49rem !important;
    left: 0rem !important;
    background-color: black !important;
    height: 55px !important;
    width: 65px !important;
}
#msg {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 999;
    width: 100px;
    background: #adf590;
}
.msg-background {
    margin: 0 auto;
    /* background: #adf590; */
    height: 9rem;
    width: 40rem;
    text-align: center;
    line-height: 9rem;
    border-radius: 2px;
    font-weight: 600;
    font-size: 16px;
}
.p_promo {
    color: #968585;
    text-align: left;
}
.text-red {
    color: #0066ff !important;
}
.promo-bg {
    /* background-image: url(/assets/img/promo-bg.jpg); */
}
/* page_promotion */

#promotion {
    background-image: url('../img/pic02.jpg');
    background-size: cover;
}

.box-shadov-custom {
    -webkit-box-shadow: 15px 18px 20px 2px rgba(34, 60, 80, 0.26);
    -moz-box-shadow: 15px 18px 20px 2px rgba(34, 60, 80, 0.26);
    box-shadow: 15px 18px 20px 2px rgba(34, 60, 80, 0.26);
}

/* page_promotion_end */

/* #vakansii>.container>.row>article {
    box-shadow: 8px 8px 10px 1px rgb(228 228 228) !important;
} */

/* кнопка все вакансии  */
.btn-all_vac:hover {
    color: #fff !important;
}
/* конец кнопка все вакансии  */

/* увиличение картинки в вакансиях */

.photo {
    width: 100%;
    height: 100%;
    /* transition: transform 0.5; */
    transition-duration: 3s, 5s;
    position: relative;
    overflow: hidden;
}
.img-vak {
    /* position: absolute; */
    transition: 1s;
    object-fit: cover;
}
.photo:hover img {
    transform: scale(1.1) !important;
}

.img_vakancies1 {
    display: flex;
    justify-content: center;
}
.img_vakancies1 img {
    margin-top: 80px !important;
    margin: 10px;
}

/* page_hot_vakamcies */

.img_vakancies {
    overflow: hidden;
    box-shadow: 8px 8px 10px 1px rgb(228 228 228);
    border-radius: 5px;
}

.slider_img_vak img {
    max-width: 100%;
    box-shadow: 8px 8px 10px 1px rgb(228 228 228);
    border-radius: 5px;
    /* margin: 10px 0px; */
}
.slider_img_vak {
    margin: 0px 10px;
}
.wrapper .center {
    margin-top: 40px;
}

/* end page_hot_vakamcies */

/* page_zayavka */

#page_zayavka {
    background: url(../img/pic01.jpg);
    background-size: cover;
    background-position: center;
}
#page_zayavka .container {
    display: flex;
    justify-content: center;
}
#page_zayavka .zayvka {
    background-color: white;
    margin-bottom: 120px;
    opacity: 0.9;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 8px 8px 10px 1px rgb(228 228 228);
}

/* end page_zayavka */

.multibutton {
    position: fixed;
    right: 30px;
    bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 70px;
    height: 70px;
    transition: 0.2s ease;
}

.multibutton:hover {
    width: auto;
    height: auto;
}

.multibutton:hover .multibutton__list {
    position: relative;
    top: auto;
    bottom: 10px;
    visibility: visible;
}

.multibutton:hover .multibutton__item {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
    transform: scaleX(1) scaleY(1) translateY(0);
}

.multibutton__list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 13px;
    top: 80px;
    visibility: hidden;
    transition: 0.3s ease;
    list-style: none;
    padding: 0;
    margin: 0;
}

.multibutton__title {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 30px;
}

.multibutton__item {
    display: flex;
    align-items: center;
    margin: 4px 0;
    transform: scaleX(0.4) scaleY(0.4) translateY(150px);
    opacity: 0;
    visibility: hidden;
}

.multibutton__button {
    width: 70px;
    height: 70px;
    background: #0066ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: animation_button 3s linear infinite;
    transition: all 200ms ease-out;
}
/* *======================================================================================================================================================== */
.languages-select {
    position: relative;
    display: inline-block;
    width: 85px;
    font-weight: 700;
    color: #05021d;
}
.languages-select__selected {
    border-radius: 5px;
    background-color: #fff;
    padding: 8px 14px;
    border: 1px solid #ddd;
    cursor: pointer;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}
.languages-select__selected::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 10px;
    border: 6px solid transparent;
    transition: all 0.3s;
    border-color: #0066ff transparent transparent transparent;

    transform-origin: center;
}
.languages-select__selected--active::after {
    transform: rotate(180deg);
    top: 7px;
}
.languages-select__items {
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #ddd;
    border-top: none;
    transition: all 0.3s;
    transform: scale(1);
    transform-origin: top;
}
.languages-select__items--hidden {
    transform: scale(0);
}
.languages-select__item {
    padding: 8px 14px;
    border: 1px solid #ddd;
    cursor: pointer;
    user-select: none;
}
.languages-select__item:hover,
.languages-select__item.same-as-selected {
    background-color: #f1f1f1;
}
.languages-select__flag {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
}
.nav-link {
    white-space: nowrap;
}
.nav-item {
    margin: 0 15px !important;
}
@media (max-width: 1200px) {
    .nav-item {
        margin: 0 5px !important;
    }
}

.nav-item--languages {
    padding: 0;
    margin: 0 !important;
}
@media (max-width: 992px) {
    .nav-item--languages {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .languages-select {
        margin-top: 10px;
    }
}

/* *======================================================================================================================================================== */

#clientForm > .form-control {
    margin: 10px 0px !important;
}
.btn-primary:hover {
    background-color: #1e77fb !important;
    border-color: #1e77fb !important;
}

.fri-hov:hover {
    color: #fff !important;
}

/* кнопка неон + анимация */
/* .expl-btn {
	display:inline-block;
	width:250px;
	margin:0 20px 20px 0;
	height:40px;
	padding: 10px 15px;
	color: #fff;
	font-size:15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
	border-radius:3px;
	line-height:1.2
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
	color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button span {
	position:relative;
	z-index:1
}
a.animated-button.sandy {
	border: 2px solid #ed5252;
	background:#ed5252;
	color: #fff;
}
a.animated-button.sandy:after {
	border: 3px solid #ffebe9;
	opacity: 0;
	color:#fff;
}
a.animated-button.sandy-one:after {
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
a.animated-button.sandy-one:hover:after {
	height: 120% !important;
	opacity: 1;
}
a.animated-button.sandy-two:after {
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.sandy-two:hover:after {
	height: 700% !important;
	opacity: 1;
}
a.animated-button.sandy-three:after {
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
a.animated-button.sandy-three:hover:after {
	height: 400% !important;
	opacity: 1;
}
a.animated-button.sandy-four:after {
	-moz-transform: translateY(-50%) translateX(-50%) rotate(25deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(25deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(25deg);
	transform: translateY(-50%) translateX(-50%) rotate(25deg);
}
a.animated-button.sandy-four:hover:after {
	height: 400% !important;
	opacity: 1;
} */

.knopik:hover {
    color: rgb(138, 134, 129);
}

a.bubbly-button {
    text-decoration: none;
}

.bubbly-button {
    display: inline-block;
    font-size: 14px;
    padding: 1em 2em;
    margin-bottom: 60px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #0066ff;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgb(255, 0, 0, 0.507);
}
.bubbly-button:focus {
    outline: 0;
}
.bubbly-button:before,
.bubbly-button:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}
.bubbly-button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #0066ff 20%, transparent 20%), radial-gradient(circle, transparent 20%, #0066ff 20%, transparent 30%), radial-gradient(circle, #0066ff 20%, transparent 20%), radial-gradient(circle, #0066ff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #0066ff 15%, transparent 20%), radial-gradient(circle, #0066ff 20%, transparent 20%), radial-gradient(circle, #0066ff 20%, transparent 20%), radial-gradient(circle, #0066ff 20%, transparent 20%), radial-gradient(circle, #0066ff 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #0066ff 20%, transparent 20%), radial-gradient(circle, #0066ff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #0066ff 15%, transparent 20%), radial-gradient(circle, #0066ff 20%, transparent 20%), radial-gradient(circle, #0066ff 20%, transparent 20%), radial-gradient(circle, #0066ff 20%, transparent 20%), radial-gradient(circle, #0066ff 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
    transform: scale(0.9);
    background-color: #0066ff;
    box-shadow: 0 2px 25px rgba(255, 0, 0, 0.507);
}
.bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
}

/* hot_vakancies табы */
/* #tabs>.nav-link.active>.nav-link:focus {
    display: none !important;
    border: none !important;
} */
#tabs > .nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active:focus {
    display: none !important;
    border: none !important;
}
#tabs > .nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active > .show {
    display: none !important;
    border: none !important;
}
/* hot_vakancies табы */

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}
@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

/* кннец кнопка неон + анимация */

@keyframes animation_button {
    0% {
        box-shadow: 0 0 0 0 #0066ff, 0 0 0 0 rgba(0, 102, 255, 0.7);
    }
    40% {
        box-shadow: 0 0 0 13.62667px rgba(255, 186, 38, 0), 0 0 0 6.81333px rgba(0, 102, 255, 0.7);
    }
    80% {
        box-shadow: 0 0 0 27.25333px rgba(255, 186, 38, 0), 0 0 0 13.62667px rgba(255, 206, 9, 0);
    }
    100% {
        box-shadow: 0 0 0 34.06667px rgba(255, 186, 38, 0), 0 0 0 27.25333px rgba(255, 206, 9, 0);
    }
}

.multibutton__button svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.multibutton__item:nth-child(1) .multibutton__icon {
    background: #03a9f4;
}

.multibutton__item:nth-child(2) .multibutton__icon {
    background: #ff2241;
}

.multibutton__item:nth-child(3) .multibutton__icon {
    background: #7b519d;
}

.multibutton__item:nth-child(4) .multibutton__icon {
    background: #30d64f;
}

.multibutton__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.multibutton__icon svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

/* Стили для мобильных устройств (меньше 768px) */
@media screen and (max-width: 767px) {
    .carousel-control-next {
        top: 15rem !important;
    }
    .carousel-control-prev {
        top: 15rem !important;
    }

    .friends_msg {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px !important;
    }
    #page_friends {
        padding-bottom: 0 !important;
    }
    .zayvka {
        margin-top: 10px !important;
    }
}

/* Стили для планшетов (768px - 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-control-next {
        top: 15rem !important;
    }
    .carousel-control-prev {
        top: 15rem !important;
    }

    .friends_msg {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px !important;
    }
    #page_friends {
        padding-bottom: 0 !important;
    }
    .zayvka {
        margin-top: 10px !important;
    }
}
