@import url('https://fonts.googleapis.com/css2?family=Marck+Script&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Prata&display=swap');

:root {
	--main: #4663DF;
    --gray: #9B9AA6;
    --dark: #494B4C;

    --black: #222125;
    --light: #9B9AA6;
    --red: #B90008;
    --orange: #FF5930;
}

body {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: var(--main);
    transition: all 0.3s;
}

a:hover {
    color: var(--dark);
    text-decoration: none;
}

.bg-prisloni {
	background: var(--main);
}

.border-prisloni {
    border: 1px dashed var(--main);
}

.has-float-label .req + label::after, .has-float-label > .req + span::after, .req + label::after, .has-float-label .req + .suggestions-wrapper + label::after, .has-float-label > .req + .suggestions-wrapper + span::after, .req + .suggestions-wrapper + label::after, .has-float-label .req + .input-group-append + label::after, .has-float-label > .req + .input-group-append + span::after, .req + .input-group-append + label::after, .has-float-label .req + .select2 + label::after, .has-float-label > .req + .select2 + span::after {
    content: '*';
    display: unset;
    height: auto;
    font-weight: bold;
    color: var(--main);
    margin: 0 3px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: none;
}


.text-telegram {
    font-size: 12px;
	color:#0088cc;
}

.text-wa {
	color:#5FFC7B;
}

.text-vk {
	color:#0077ff;
}

.text-skype {
	color:#00aff0;
}

.text-instagram {
	color:#e56969 ;
}

.text-facebook {
	color:#3b5998;
}

.text-youtube {
	color:#FF0000;
}

.text-social {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s;
    box-shadow: 5px 5px 10px rgb(136 136 136 / 10%);
}

.text-social:hover {
	color:#999!Important;
    transform: scale(1.1);
}

/*preloader*/

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.55;
    display: none;
    background-color: #000;
    transition: opacity ease 0.3s;
    z-index: 9999;
}

.preloader {
    height: 150px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.preloader_block .sub_title {
    width: 100%;
    padding-top: 0;
    font-size: 14px;
    text-align: center;
    position: relative;
    top: 0;
}

.preloader_circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.preloader_circle:before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: 0.5;
    animation: preloaderScale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
}

.preloader_circle:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: inset -1px -1px 2px rgba(166, 166, 166, 0.5);
}

.preloader_circle {
    background-color: #dddddd;
}

.preloader_circle:before {
    background-color: #afafaf;
    animation-delay: 200ms;
}

.preloader_circle-1:before {
    animation-delay: 200ms;
}

.preloader_circle-2:before {
    animation-delay: 400ms;
}

.preloader_circle-3:before {
    animation-delay: 600ms;
}

.preloader_circle-4:before {
    animation-delay: 800ms;
}

.preloader_circle-5:before {
    animation-delay: 1000ms;
}

@keyframes preloaderScale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%,
    100% {
        opacity: 0;
    }
}

/*end preloader*/

.suggestions-suggestions {
    background: #fff !important;
    border-color: var(--main) !important;
    border-radius: 25px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    top: -1px !important;
    overflow: hidden;
    z-index: 1000 !important;
	padding:5px;
	
}

.suggestions-suggestion {
    padding-left: 0;
    cursor: pointer;
    font-size: 14px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #000 !important;
	border-radius: 25px;
}

.suggestions-subtext_label {
    color: #888 !important;
}

.suggestions-suggestion strong {
    color:  #000 !important;
}

.suggestions-suggestion:hover {
    background: var(--main) !important;
}

.suggestions-value {
    padding-left: 10px;
    margin: 0;
    font-size: 14px;
    color:  #000 !important;
}

.suggestions-value strong {
    color: #565656 !important;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}

.border-green {
    border-color: var(--main);
}

.wrapper_front {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(/images/front/bg.png) no-repeat 75% top;
}

.footer_front{
	position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 0.5rem;
}

.card-header-small {
    padding: 0.25rem 0.5rem;
}

.avatar_letter {
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
}

.badge100{
	font-size: 100%;
}

.fa-15x{
	font-size: 150%;
}

.text-sv-red{
	color: var(--main);
}

.text-sv-grey{
    color: var(--gray);
}

.list-group-item {
    padding: 0.5rem 0.5rem;
}

.btn {
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    line-height: 50px;
    padding: 0 60px;
    border-radius: 5px;
}

.btn:focus,
.btn.focus {
    box-shadow: none;
}

.btn_green {
    background: var(--main);
}

.btn_green:hover {
    color: #fff;
    background: #76b83d;
}

.table th, 
.table td {
    padding: 0.5rem;
    vertical-align: middle;
	font-size: 0.95rem;
}

.nav-pills .nav-link {
    background: #eaeaea;
}

.nav-pills .nav-item {
    margin-right: 0.25rem;
}

.modal { overflow-y: auto }

body {  
    overflow-x: hidden;
    overflow-y: scroll !important;
}

#wrapper #content-wrapper {
    background-color: #fff;
}

.suggestions-wrapper{
	    display: block!Important;
}

.container, .container-fluid {
    padding-bottom: 1.5rem;
}

.sidebar .nav-item .collapse {
    z-index: 5!important;
}

.bg-login-image {
    background: url(/images/logo.svg);
    background-position: center;
    background-size: cover;
}

.bg-sv-red{
    background:var(--main);
}

.text-red{
    color:var(--main);
}

.page-item.active .page-link {
    background-color: var(--main);
    border-color: var(--main);
}

.caps {
  text-transform: uppercase;
}

.page-link {
    color: var(--main);
}

.bg-sv-grey{
    background: var(--gray);
}

.bg-sv-grey-light{
    background:#D1D3D3;
}

.error_text {
    color: #fff;
    padding: 4px 20px !important;
    background: #C93923;
    border-radius: 0 0 40px 40px;
}

.sidebar-brand-icon{
    top: 1px;
    position: relative;
    left: 7px;
    width: 70px;
}

.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
    background: var(--main);
}

.nobr{
    white-space: nowrap!Important;
}

.has-float-label {
    display: block;
    position: relative;
}

.has-float-label label {
    pointer-events: none;
}

.form-group input:not(:placeholder-shown), 
.form-group textarea:not(:placeholder-shown), 
.form-group select:not(:placeholder-shown) {
    padding-bottom: calc(var(--input-padding-y) / 1.5);
}

.has-float-label label:not(.custom-control-label), 
.has-float-label > span {
    position: absolute;
    left: 18px;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 100;
    line-height: 26px;
    padding: 0 1px;
}

.has-float-label label:not(.custom-control-label) {
    overflow: hidden;
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.has-float-label .form-control::-moz-placeholder {
    opacity: 1;
    transition: all .2s;
}

.has-float-label .form-control:-ms-input-placeholder {
    opacity: 1;
    transition: all .2s;
}

.has-float-label .form-control::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 15px;
    top: 0.8em;
    left: 20px;
}

.modal-body.has-float-label .form-control:placeholder-shown:not(:focus) + *,
.modal-body.has-float-label label, .has-float-label > span {
    left: 24px;
}

.input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-group .has-float-label .form-control {
    width: 100%;
    border-radius: 0.25rem;
}

.input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form-control {
    position: relative;
    z-index: 2;
    background: none;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
}

.h_field{
	display:none;
}

.nobr{
	white-space:nowrap;
}

.error_top_text, .success_top_text  {
    position: fixed;
    display: block;
    top: -110px;
    right: 30px;
    z-index: 104400;
    display: block;
    box-shadow: 6px 6px 13px -3px #000;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.error_top_text.badge_shake,
.success_top_text.badge_shake{
    top: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	
}
.custom_close{
	right: -15px;
    position: absolute;
    top: -15px;
}	

#wait_new, #wait_kurs, #wait_zno, #wait {
	position: fixed;
    top: 30%;
	text-align: center;
    width: 100%;
    color: #fff;
	z-index: 9999;	
	display:none;
}

#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.55;
  z-index: 2;
  background-color: var(--dark);
  display:none;
  transition: opacity ease 0.3s;  
  z-index: 9999;	
}

#overlay_error {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.55;
  z-index: 2;
  background-color: var(--dark);
  display:none;
  transition: opacity ease 0.3s;  
  z-index: 9999;	
}

.custom-checkbox .custom-control-label {
    cursor: pointer;
}

.custom-control-label::after {
    border: 1px solid var(--main) !important;
}

.custom-control-label::after,
.custom-control-label::before {
    top: 1px;
    border: none;
    border-radius: 3px;
    outline: none !important; 
    box-shadow: none !important;
}

.has-float-label label.custom-control-label::after {
    width: 1rem;
    height: 1rem;
    margin: 0;
    top: 0.15rem; right: auto; left: -1.5rem;
    z-index: inherit;
    background: no-repeat 50% / 50% 50%;
}

.modal .has-float-label .custom-control {
    padding: 9px 0 0 0;
}

.modal .has-float-label .view .custom-control {
    padding: 0 10px 0 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #b32932;
    background-color: #b32932;
}

.form-group.has-float-label {
    position: relative;
    background: #F6F6F7;
    border-radius: 25px;
}

#compliance_form .custom-control {
    display: inline-block;
    margin: 0 10px 0 0;
}

.kasko-calc .custom-control {
    margin: 0 10px 0 0;
}

.kasko-calc .input-group-append .custom-control {
    margin: 0 10px;
}

.kasko-calc .custom-control-label,
#compliance_form .custom-control-label {
    cursor: pointer;
}

#compliance_form .custom-control-label::after,
#compliance_form .custom-control-label::before {
    top: 3px;
}

.kasko-calc .custom-control-label:after,
.kasko-calc .custom-control-label:before {
    top: 1px;
}

#compliance_form .custom-checkbox,
.kasko-calc .custom-control {
    padding: 0 0 0 17px;
}

#compliance_form {
    color: #414141;
}

h3 {
    color: #414141;
}

.kasko-calc label {
    font-size: 14px;
}

.modal .view .input-group-text,
.kasko-calc .input-group-text {
    padding: 0;
}

.kasko-calc .input-group-text {
    position: relative;
    z-index: 10;
}

.modal .view .input-group-prepend.input-group-text,
.kasko-calc .input-group-prepend.input-group-text {
    margin: 0 -3px 0 0;
    z-index: 10;
    border-radius: 0.35rem 0 0 0.35rem;
}

.modal .view .input-group-prepend.input-group-text:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;
}

.modal .view .input-group-append .input-group-text,
.kasko-calc .input-group-append .input-group-text {
    margin: 0 0 0 -1px;
}

.modal .view .input-group-text .custom-control,
.kasko-calc .input-group-text .custom-control {
    left: 4px;
    margin: 0 2px 0 10px;
}

.modal .view .input-group-text .custom-control.special,
.kasko-calc .input-group-text .custom-control.special {
    left: 0;
}

.modal .view .input-group-text .custom-control label,
.kasko-calc .input-group-text .custom-control label {
    margin: 0 8px 0 0;
}

.modal .view .input-group-text .custom-control label:after,
.modal .view .input-group-text .custom-control label:before,
.kasko-calc .input-group-text .custom-control label:after,
.kasko-calc .input-group-text .custom-control label:before {
    top: 3px;
}

.view .form-control{
	height: inherit;
	min-height: calc(1.5em + 0.75rem + 2px);
}

.kasko-calc .input-group-text .btn.more {
    height: 36px;
    width: 40px;
    display: block;
    color: var(--dark) !important;
    font-size: 16px;
    line-height: 36px;
    padding: 0 15px;
    border: none;
    bottom: 0;
    background: none;
    border-radius: 0;
}

.kasko-calc .radio_frm {
    margin: -5px 0 25px;
}

.kasko-calc .radio_frm label {
    margin: 0 0 5px;
}

.btn.more {
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
    line-height: 14px;
    text-align: center;
    padding: 0;
    position: relative;
    bottom: 2px;
    cursor: pointer;
    background: var(--main);

    border-radius: 8px;

}

.kasko-calc .radio_frm label {
    margin: 0;
}

.kasko-calc .list-group {
    margin: 0 0 15px;
}

.kasko-calc .list-group li:first-child,
.kasko-calc .list-group li:last-child {
    border-radius: 0;
}

.kasko-calc .input-group .has-float-label:not(:first-child),
.kasko-calc .input-group .has-float-label:not(:first-child) .form-control {
    border-radius: 0.25rem 0 0 0.25rem;
}

.kasko-calc .input-group .form-group:first-child {
    width: calc(100% - 42px);
}

.editable_td {
	min-width: 100px;
	background: #f6f6f6;
}

.editable_td:hover, .hovered_td:hover{
	cursor:pointer;
	background-color: #ebffec;
}

.no_editable_td .edit_tariff{
    display:none;
	margin-bottom: 0px;
}

.editable_td .edit_tariff{
    display:none;
	margin-bottom: 0px;
}

.editable_td.active{
      background-color: #dff0d8!Important;
}

.active_editable_td{
	min-width: 300px;
	padding:0px!Important;
}

.active_editable_td:after{
      content:none;
}

.webui-popover {
    width: auto !important;
    max-width: 800px;
}

.kasko-calc .input-group .btn.more.popover_new {
    padding: 0 13px;
}

.modal-body.has-float-label .view.form-control:placeholder-shown:not(:focus) + *,
.modal-body.has-float-label .view label,
.has-float-label .view > span {
    left: 12px;
}

.has-float-label > span.select2 {
    width: 100% !important;
    position: inherit;
    top: 0; left: 0;
}

.select2-container--bootstrap .select2-selection {
    border-color: #d1d3e2 !important;
}

.select2-container--bootstrap .select2-selection--single {
    height: 38px !important;
    padding: 9px 24px 6px 12px !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    box-shadow: none !important;
}

.select2-container--bootstrap .select2-dropdown {
    margin-top: -38px !important;
    border: 1px solid #d1d3e2 !important;
    border-radius: 0.25rem !important;
}

.select2-search--dropdown {
    padding: 0 !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    height: 38px !important;
    border: none !important;
    border-bottom: 1px solid #d1d3e2 !important;
}

.select2.select2-container--open+label {
    z-index: 30000 !important;
}

.bg-danger {
    background-color: #e5293d !important;
}

.select2-container--bootstrap .select2-selection.red,
.red {
    border:2px solid #e5293d!Important;
}

.get_scans,
.badge_count {
    position: relative;
}

.get_scans:hover,
.badge_count:hover 
{
    color: #292C2F;
    text-decoration: none;
}

.get_scans.btn_sv_light_gray:hover,
.badge_count.btn_sv_light_gray:hover {
    color: #fff;
}

.get_scans span,
.badge_count span {
    width: 26px;
    height: 26px;
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.5px;
    position: absolute;
    top: -14px; right: -16px;
    border: 2px solid #fff !important;

    border-radius: 13px;

}

.get_scans span.gray,
.badge_count span.gray {
    color: #292C2F;
    background: #CFD0CF;
}

.get_scans span.red,
.badge_count span.red {
    background: #B42041;
}

.table .table .popover_new:hover {
    position: relative;
    z-index: 10000;
}

.kasko-calc .card {
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}

.kasko-calc .card .card-header {
    background: #5F696F;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5F696F), to(#4d5459));
    background: -webkit-linear-gradient(#5F696F, #4d5459);
    background: -moz-linear-gradient(#5F696F, #4d5459);
    background: -ms-linear-gradient(#5F696F, #4d5459);
    background: -o-linear-gradient(#5F696F, #4d5459);
    background: linear-gradient(#5F696F, #4d5459);
}

.jumbotron.error-404,
.jumbotron.pay-info {
    width: 800px;
    font-size: 24px;
    line-height: 30px;
    color: #444A53;
    text-align: center;
    padding: 340px 50px 50px;
    margin: 100px auto 0;
    background: #fff url("../images/error-page-bg.png") no-repeat 50% 50px;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}

.jumbotron.pay-info {
    padding: 320px 50px 50px;
    background: #fff url("../images/pay-icon.svg") no-repeat 50% -13px;
    background-size: 350px auto;
}

.jumbotron.error-404 .btn,
.jumbotron.pay-info .btn {
    padding: 12px 30px;
}

body.error-page {
    font-family: 'Montserrat', sans-serif;
    background: #DCDCDC;
}

.tag {
    font-size: 14px;
    padding: .3em .4em .4em;
    margin: 0 .1em;
}

.tag a {
    color: #bbb;
    cursor: pointer;
    opacity: 0.6;
}

.tag a:hover {
    opacity: 1.0
}

.tag .remove {
    vertical-align: bottom;
    top: 0;
}

.tag a {
    margin: 0 0 0 .3em;
}

.top_menu_bg .badge h4 {
    font-size: 16px;
    color: #B42041;
    padding: 0 10px;
}

.left_menu {
    background: #5D6970;
}

.top_menu_bg .badge {
    margin: 0 10px 0 0;
}

.vcard_card {
    color: var(--dark);
    padding: 0;
    position: relative;
    z-index: 1;
    border: 3px solid #FFFFFF;
    background: url(../images/site/price_bg.jpg) repeat-y 0 0;
    background-size: 100% auto;
    /* box-shadow: 20px 20px 50px rgb(136 136 136 / 15%); */
    border-radius: 20px;
}

.vcard_card .card-header:first-child {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 20px 20px 0 0;
}

.vcard_card img {
    border-radius: 0 0 20px 20px;
}

.vcard_card .qr-code {
    border-radius: 0px;
}

.vcard_card .vcard_img {
    border-radius: 20px;
}

.text-green {
    color: var(--main);
}

.login_card {
    color: var(--dark);
    padding: 0;
    position: relative;
    z-index: 1;
    padding: 30px;
    border: 3px solid #FFFFFF;
    background: url(/images/site/price_bg.jpg) repeat-y 0 0;
    background-size: 100% auto;
    box-shadow: 20px 20px 50px rgb(136 136 136 / 15%);
    border-radius: 20px;
}

.login_card .border-prisloni {
    font-weight: 600;
    font-size: 14px;
    color: var(--main);
    text-transform: uppercase;
    background: rgba(135,211,70,0.1);
    border-radius: 16px;
}

/* .login_card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 50px 20px;
} */

.login_card h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.login_card form {
    width: 100%;
}

form.user .btn-user,
form.user .btn-user:active,
.btn-danger:not(:disabled):not(.disabled):active, 
.btn-danger:not(:disabled):not(.disabled).active, 
.show > .btn-danger.dropdown-toggle {
    height: 64px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 65px;
    position: relative;
    border: none;
    text-transform: uppercase;
    overflow: hidden;
    background: #FFCF72;
    box-shadow: inset 0px -3px 0 #e4ba64;
    border-radius: 5px;
}

form.user .btn-user:hover {
    background: #ffb628;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--main);
    background-color: var(--main);
}

form.user .form-control-user {
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: var(--dark);
    font-size: 14px;
    border: none;
    background: none;
    border-radius: 0;
    transition: background-color 5000s ease-in-out 0s;
}

form.user .form-control-user:focus {
    border-color: #E6E5E6;
}

.alert-dark {
    font-size: 14px;
    color: var(--main);
    font-weight: 500;
    border: 1px dashed var(--main);
    border-radius: 10px;
}

.logo-box {
    padding: 35px 30px 40px 30px;
    background: var(--main);
    border-radius: 20px;
}

.logo {
    max-width: 220px;
    width: 100%;
}

.form-group input:-webkit-autofill:not(:placeholder-shown) ~ label, 
.form-group input:not(:placeholder-shown) ~ label, 
.form-group textarea:not(:placeholder-shown) ~ label, 
.form-group select:not(:placeholder-shown) ~ label {
    line-height: 18px;
    z-index: 100;
}

form.user .form-control-user {
    padding-left: 20px;
    padding-right: 45px;
}

input:-webkit-autofill, 
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

form.user .custom-checkbox.small label,
form.user .custom-checkbox.small input:not(:placeholder-shown) ~ label.custom-control-label {
    padding: 0;
}

.show_password_btn {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 15px; right: 15px;
    z-index: 10;
    opacity: 0.25;
    background: url(/images/show_icon.svg) no-repeat 50%;
    background-size: 18px auto;
}

.help_btn {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 15px; right: 15px;
    z-index: 10;
    opacity: 0.25;
    background: url(/images/question-icon.svg) no-repeat 50%;
    background-size: 18px auto;
}

.show_password_btn.active {
    background: url(/images/hide_icon.svg) no-repeat 50%;
    background-size: cover;
}

/* vcard section */

.vcard_section {
    font-size: 14px;
    line-height: 26px;
    background: url(/images/vcard_bg.jpg) no-repeat 50% 100%;
    background-size: 100% auto;
}

.vcard_section.dark_template {
    background: var(--black) url(/images/vcard_bg_dark.png) no-repeat 50% 100%;
    background-size: 100% auto;
}

.vcard_section .container {
    padding-bottom: 0;
}

.btn_menu,
.bg_menu {
    background: var(--orange);
}

.btn_menu {
    display: block;
    transition: all 0.3s;
}

.btn_menu:hover {
    color: #fff;
    opacity: 0.8;
}

.text_menu {
    color: var(--orange);
}

.vcard_header {
    height: 610px;
    color: #fff;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.vcard_header .container {
    position: relative;
    z-index: 1;
}

.vcard_header .bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}

.vcard_section h1 {
    font-weight: 700;
    font-size: 44px;
    color: #fff;
    line-height: 62px;
    margin-bottom: 20px;
}

.vcard_section h3 {
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    line-height: 44px;
}

.vcard_section h6 {
    font-weight: 600;
    font-size: 18px;
    color: var(--black);
    line-height: 26px;
}

.vcard_section.dark_template h6 {
    color: #fff;
}

.vcard_section .vcard_card {
    width: 100%;
    max-width: 800px;
    padding: 0 0 60px;
    margin-top: -410px;
    position: relative;
    background: #fff;
    box-shadow: none;
    border-radius: 40px 40px 0 0;
}

.vcard_section.dark_template .vcard_card {
    border: none;
    background: rgb(34 33 37 / 50%);
    backdrop-filter: blur(15px);
}

.vcard_shadow {
    box-shadow: 0px 0 55px rgb(77 77 77 / 5%)!Important;
}

.vcard_section .vcard_card .vcard_logo {
    width: 250px;
    height: 250px;
    padding: 10px;
    margin-top: -125px;
    /* border: 10px solid #fff; */
    border-radius: 50%;
    object-fit: cover;
}

.vcard_section.dark_template .vcard_card .vcard_logo {
    padding: 10px;
    border: none;
}

.vcard_bio {
    padding: 0 40px 60px;
}

.vcard_bio .vcard_name {
    font-weight: 600;
    font-size: 26px;
    color: var(--black);
    line-height: 34px;
}

.vcard_section.dark_template .vcard_bio .vcard_name {
    color: #fff;
}

.vcard_bio .vcard_position {
    font-size: 18px;
    color: var(--light);
    line-height: 34px;
}

.vcard_about {
    max-width: 500px;
    color: var(--light);
    line-height: 24px;
    padding: 0 40px 40px;
}

.vcard_about .vcard_company {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
}

.vcard_about p {
    margin-bottom: 10px;
}

.vcard_backcall {
    width: 100%;
    padding: 30px 40px 0px;
    margin-bottom: 60px;
    background: #FFFFFF;
    border-radius: 0px;
}

.vcard_section.dark_template .vcard_backcall {
    padding: 30px 40px 20px;
    border-radius: 20px;
}

.vcard_section.dark_template .vcard_backcall h6 {
    color: var(--black);
}

.vcard_backcall .has-float-label {
    background: none;
}

.vcard_backcall .form-control {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--light);
    padding: 0 20px 0 45px;
    border: 1px solid #EAEBFA;
    margin-right: 20px;
    border-radius: 5px;
}

.vcard_backcall .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    width: auto;
    font-size: 14px;
    top: 0.7em; left: 45px;
}

.vcard_backcall .has-float-label label:not(.custom-control-label), 
.vcard_backcall .has-float-label > span {
    left: 45px;
}

.vcard_backcall .form-control.name {
    background: url(/images/user_icon.svg) no-repeat 15px 50%;
    background-size: 18px;
}

.vcard_backcall .form-control.phone {
    background: url(/images/phone_icon.svg) no-repeat 15px 50%;
    background-size: 18px;
}

.vcard_backcall .btn {
    width: 224px;
    padding: 0;
}

.vcard_section .btn {
    transition: all 0.3s;
}

.vcard_section .btn:hover {
    color: #fff;
    filter: contrast(5);
}

.vcard_contacts {
    width: 100%;
    max-width: 580px;
    padding-bottom: 50px;
}

.vcard_section.dark_template .vcard_contacts {
    color: #fff;
}

.vcard_contacts .vcard_qrcode img {
    width: 100%;
    border: 10px solid #EDEDED;
    border-radius: 20px;
}

.vcard_contacts ul li i {
    font-size: 16px;
}

.vcard_contacts ul li a {
    color: var(--dark);
}

.vcard_contacts ul li a:hover,
.vcard_section.dark_template ul li a:hover {
    color: var(--orange);
}

.vcard_section.dark_template ul li a {
    color: #fff;
}

.vcard_socials {
    padding-bottom: 60px;
}

.vcard_socials .social_link {
    background: #fff;
    border-radius: 25px;
}

.vcard_socials .social_link img {
    width: 50px;
    transition: all 0.3s;
}

.vcard_socials .social_link:hover img {
    transform: scale(1.1);
}

.vcard_carousel_block {
    width: 100%;
    padding-bottom: 70px;
    position: relative;
}

.vcard_carousel .slick-list {
    padding: 0 !important;
    margin: 0 50px;
}

.vcard_carousel .slick-prev, 
.vcard_carousel .slick-next {
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -300px;
    z-index: 1;
    transition: all 0.3s;
}

.vcard_carousel .slick-prev {
    left: 25px;
    background: url(/images/left_arrow.svg) no-repeat 50%;
    background-size: cover;
}

.vcard_carousel .slick-next {
    right: 25px;
    background: url(/images/right_arrow.svg) no-repeat 50%;
    background-size: cover;
}

.vcard_carousel .slick-prev:hover,
.vcard_carousel .slick-prev:focus {
    background: url(/images/left_arrow.svg) no-repeat 50%;
    background-size: cover;
}

.vcard_carousel .slick-next:hover,
.vcard_carousel .slick-next:focus {
    background: url(/images/right_arrow.svg) no-repeat 50%;
    background-size: cover;
}

.vcard_carousel .slick-prev:hover {
    transform: translate(0, -50%) scale(1.2);
}

.vcard_carousel .slick-next:hover {
    transform: translate(0, -50%) scale(1.2);
}

.vcard_carousel .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcard_carousel .vcard_carousel_slide {
    opacity: 0.5;
    transition: all 0.3s;
    pointer-events: none;
}

.vcard_carousel .slick-list .vcard_carousel_slide {
    padding: 0 15px;
}

.vcard_carousel .vcard_carousel_slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}

.vcard_carousel .vcard_carousel_slide.slick-active {
    pointer-events: all;
}

.vcard_carousel .vcard_carousel_slide.slick-active.slick-center {
    opacity: 1;
}

.vcard_carousel .vcard_carousel_slide.slick-active img {
    width: 80%;
}

.vcard_carousel .vcard_carousel_slide.slick-active.slick-center img {
    width: 100%;
}

.vcard_carousel .vcard_carousel_slide img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s;
}

.vcard_gallery_block {
    padding: 0 40px 40px;
}

.vcard_gallery_block img {
    border-radius: 10px;
}

/* end vcard section */



/* contact section */

.btn,
.btn-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    padding: 14px 30px;
    border: none;
    background: var(--main);
    border-radius: 5px;
    transition: all 0.3s;
}

.btn:hover {
    color: #fff;
    background: #2c409d;
}

.btn:focus {
    box-shadow: none;
}

.btn-light {
    color: var(--main);
    background: #fff;
}

.btn-light:hover {
    color: #fff;
    
    background: var(--main);
}

.btn-outline-primary {
    color: var(--main);
    border: 1px solid var(--main);
    background: none;
}

.btn-outline-primary:hover {
    border-color: var(--main);
}

.contact_section {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--gray);
    line-height: 20px;
    padding: 100px 0;
    background: url(/landing/images/coontacts_section_bg.jpg) no-repeat 50%;
    background-size: cover;
}

.contact_section .form {
    text-align: center;
    padding: 0 0px;
}

.contact_section .form .vcard_card {
    border: none;
}

.contact_section h2 {
    font-weight: bold;
    font-size: 38px;
    color: var(--black);
    line-height: 48px;
    text-align: center;
    padding-bottom: 60px;
    margin: 0;
}

.contact_section h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    margin: 0;
}

.contact_section .form .add_logo img {
    max-width: 125px;
    border-radius: 6px;
}

.contact_section .form form {
    padding-top: 20px;
}

.contact_section .form form .custom-control {
    text-align: left;
    padding-bottom: 20px;
}

.contact_section .form form .custom-control-label {
    color: var(--dark);
    line-height: 18px;
    padding-top: 4px;
    cursor: pointer;
}

.contact_section .form .info_text {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 30px;
}

.contact_section .form .info_text a {
    font-weight: bold;
}

.contact_section .info {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    padding: 60px 50px;
    background: url(/landing/images/contact_section_form_bg.svg) no-repeat 50%;
    background-size: cover;
    border-radius: 6px;
}

.contact_section .info header {
    padding-bottom: 10px;
}

.contact_section .info h3 {
    color: #fff;
}

.contact_section .socials {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    margin: 0 -5px;
}

.contact_section .socials .social {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 4px;
    border: 1px solid #fff;
    transition: all 0.3s;
    border-radius: 6px;
}

.contact_section .socials .social.collapsed {
    opacity: 0.5;
}

.contact_section .socials .social:hover {
    opacity: 1;
}

.contact_section .socials .social img {
    width: 18px;
}

.webui-popover .webui-popover-content {
    font-size: 14px;
    color: var(--gray);
    line-height: 20px;
    padding: 15px;
}

/* has float label */

.contact_section .has-float-label {
    position: relative;
    background: #fff;
    border-radius: 6px;
}

.contact_section .form-control:focus {
    box-shadow: none;
}

.contact_section input:-webkit-autofill,
.contact_section input:-webkit-autofill:hover,
.contact_section input:-webkit-autofill:focus,
.contact_section input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.contact_section .has-float-label .form-control {
    width: 100%;
    height: 50px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--dark);
    outline: none;
    padding: 11px 20px 0;
    margin: 0;
    position: relative;
    z-index: 1;
    border: 1px solid #EAEBFA;
    background: #fff;
    border-radius: 6px;
}

.contact_section .info .has-float-label .form-control {
    border-color: #fff;
}

.contact_section .has-float-label textarea.form-control {
    min-height: 100px;
    padding-top: 19px;
}

.contact_section .has-float-label.input-daterange .form-control {
    width: 50%;
    text-align: left;
}

.contact_section .has-float-label.input-daterange .form-control:last-child {
    border-left: 1px solid #fff;
}

.contact_section .has-float-label label:not(.custom-control-label) {
    width: 100%;
    height: 26px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: var(--gray);
    line-height: 26px;
    text-align: left;
    padding: 0 20px;
    margin: 0;
    cursor: text;
    position: absolute;
    top: 0; left: 0;
    overflow: visible;
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s;
}

.contact_section .has-float-label .form-control:placeholder-shown:not(:focus) + *,
.contact_section .has-float-label .form-control:placeholder-shown:not(:focus) + div + * {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: var(--dark);
    line-height: 48px;
    padding: 0 20px;
    top: 0; left: 0;
    opacity: 1;
}

.contact_section .has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    transition: all 0.3s;
}

.contact_section .has-float-label .form-control::-moz-placeholder {
    opacity: 1;
    transition: all 0.3s;
}

.contact_section .has-float-label .form-control:-ms-input-placeholder {
    opacity: 1;
    transition: all 0.3s;
}

.contact_section .has-float-label .form-control::placeholder {
    opacity: 1;
    transition: all 0.3s;
}

.contact_section .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}

.contact_section .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
}

.contact_section .has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}

.contact_section .has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}

.contact_section .modal-body.has-float-label .form-control:placeholder-shown:not(:focus) + *,
.contact_section .modal-body.has-float-label label {
    left: 24px;
}

.contact_section .input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact_section .input-group .has-float-label:not(:last-child),
.contact_section .input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.contact_section .input-group .has-float-label:not(:first-child),
.contact_section .input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.contact_section .input-group .has-float-label {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.contact_section .input-group-append {
    margin: 0;
    border-left: 1px solid #fff;
    background: #f7f7f7;
    border-radius: 0 6px 6px 0;
}

.contact_section .input-group-prepend {
    margin: 0;
    border-right: 1px solid #fff;
    background: #f7f7f7;
}

.contact_section .input-group-append.custom-control .custom-control-label,
.contact_section .input-group-prepend.custom-control .custom-control-label {
    padding-left: 20px;
}

.contact_section .has-float-label.view {
    background: none;
}

.contact_section .has-float-label.view .form-control {
    height: 38px;
    font-size: 14px;
    color: #9B9B9B;
    padding: 15px 15px 0;
    cursor: default;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    box-shadow: inset 2px 2px 3px rgb(0 0 0 / 5%);
}

.contact_section .has-float-label.view label:not(.custom-control-label), 
.contact_section .has-float-label.view > span {
    font-size: 11px;
    line-height: 22px;
    padding: 0 15px;
}

.contact_section .has-float-label .select2-container--bootstrap .select2-selection {
    height: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    line-height: 39px;
    padding: 11px 20px 0;
    border: none;
    background: url(/images/select-arrow.svg) no-repeat right 12px top 50%;
    background-size: 15px auto;
    box-shadow: none;
}

.contact_section .select2-container--bootstrap .select2-dropdown {
    border: none;
    background: #f7f7f7;
    border-radius: 0;
    box-shadow: 0px 3px 3px 3px rgb(0 0 0 / 5%);
}

.contact_section .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    height: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    padding: 0 17px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.contact_section .select2-container--bootstrap .select2-results__option {
    padding: 6px 20px;
}

.contact_section .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.contact_section .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background: var(--blue);
}
.contact_section .card-body .select2-container--bootstrap {
    width: 100% !important;
}
.contact_section .select_info_text {
    font-size: 12px;
    color: var(--blue);
    line-height: 16px;
    padding: 7px 0 12px;
}

.contact_section .alert {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    border-radius: 0;
}

.contact_section .place_for_countries .alert {
    display: flex;
    padding: 10px 10px 12px 20px;
    align-items: center;
    justify-content: space-between;
    
}

.contact_section .place_for_countries .alert.bg-gray {
    border: 1px solid var(--dark);
    background: none;
}

.contact_section .place_for_countries .alert .close {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 22px;
    float: none;
    order: 2;
    text-shadow: none;
    transition: all 0.3s;
}

.contact_section .place_for_countries .alert .close:hover,
.contact_section .clear_input:hover,
.contact_section .close_zst:hover  {
    transform: scale(1.1);
}

.contact_section .input-group-btn {
    position: absolute;
    top: 50%; right: 0;
    z-index: 1;
    transform: translateY(-50%);
}

.contact_section .clear_input,
.contact_section .close_zst {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: var(--dark);
}

.contact_section .clear_input {
    position: relative;
    bottom: 2px;
}

.contact_section .close_zst {
    color: var(--dark);
}

.contact_section .btn_kasko i.fa-plus {
    font-size: 12px;
    margin-right: 5px;
}

.contact_section .custom-radio .custom-control-label::before,
.contact_section .custom-radio .custom-control-label::after {
    border-radius: 50%;
}

.contact_section .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    width: 10px;
    height: 10px;
    top: 4px; left: 4px;
    background: var(--blue);
    border-radius: 50%;
    transition: all 0.075s;
}

.contact_section .card-header .popover_mobile {
    width: 22px;
    height: 22px;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #bababa;
    border-color: #bababa;
    border-radius: 15px;
}

.contact_section .card-header .popover_mobile:hover {
    color: #fff;
    border-color: var(--dark);
    background: var(--dark);
}

.contact_section .input-group > .input-group-prepend > .btn.popover_mobile,
.contact_section .input-group > .input-group-append > .btn.popover_mobile {
    border-radius: 15px;
}

.contact_section .error_text {
    width: 100%;
    color: #fff;
    padding: 3px 10px !important;
    margin-bottom: -10px;
    background: #d32f2f;
    border-radius: 0 0 4px 4px;
}

/* end has float label */

/* end contact section */

@media (max-width: 1199px){

    .contact_section .form {
        padding: 0 10px;
    }

    .contact_section .info {
        padding: 60px 40px;
    }

}


@media (max-width: 991px){

    .navbar_front .navbar-nav .nav-item, .navbar_front .navbar-nav .nav-item:last-child {
        text-align: center;
        padding: 7px 0;
    }

    .login_card .card-body {
        padding: 50px 30px 20px;
    }


}

@media screen and (max-width: 900px) {

    .webui-popover {
        max-width: 600px;
    }

}

@media screen and (max-width: 840px) {

    .jumbotron.error-404,
    .jumbotron.pay-info {
        width: calc(100% - 40px);
        font-size: 20px;
        line-height: 26px;
        padding: 270px 20px 50px;
        margin: 100px 20px 0;
        background-size: 300px auto;
    }

}

@media screen and (max-width: 767px) {

    .top_menu_bg {
        padding-bottom: 0;
    }

    .topbar #sidebarToggleTop {
        background-color: #EAECF3;
    }

    .webui-popover {
        max-width: 420px;
    }

    .left_menu {
        display: none;
    }

    .sidebar.toggled {
        display: none;
        width: 5rem !important;
        overflow: visible;
    }

    .sidebar {
        display: block;
        width: 80px;
    }

    .sidebar .nav-item .nav-link {
        width: auto;
        padding: 10px 5px;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 9px;
    }

    .top_menu_bg .badge h4 {
        font-size: 12px;
    }

    .sidebar .nav-item .collapse {
        left: calc(80px + 1.5rem / 2);
    }

    .sidebar .nav-item .collapse .collapse-inner,
    .sidebar .nav-item .collapsing .collapse-inner {
        margin: 0 !important;
    }

    .vcard_section .vcard_card {
        border-radius: 20px;
    }

    .vcard_section .vcard_card .vcard_logo {
        width: 200px;
        height: 200px;
        margin-top: -100px;
    }

    .vcard_bio .vcard_name {
        font-size: 22px;
        line-height: 30px;
    }

    .vcard_bio .vcard_position {
        font-size: 16px;
    }

    .vcard_backcall {
        padding: 20px 30px 30px;
    }


    .vcard_backcall .form-group:nth-child(2) .form-control {
        margin-right: 0;
    }


    .vcard_contacts ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .vcard_section .vcard_card {
        margin-top: -450px;
    }

    .vcard_section .vcard_card .vcard_logo {
        border-width: 5px;
    }

    .vcard_bio .btn_menu {
        min-width: 200px;
    }

    .contact_section {
        padding: 50px 0;
    }

    .contact_section h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 40px;
    }

    .contact_section .col-xl-6 {
        position: unset;
    }

    .contact_section .form {
        padding: 0 20px 40px;
    }

    .contact_section .form .btn {
        margin: 0 !important;
        position: absolute;
        bottom: 0;
    }

    .contact_section .form .info_text {
        position: absolute;
        bottom: 70px;
    }

    .contact_section form {
        position: relative;
        padding-bottom: 130px;
    }

    .contact_section .form .info_text {
        padding-bottom: 0 !important;
    }

    .contact_section .info {
        padding: 50px 20px 40px;
    }

}

@media screen and (max-width: 575px) {

    .contact_section .row.pb-4 {
        padding-bottom: 0 !important;
    }

}

@media screen and (max-width: 565px) {

    .vcard_backcall .form-inline {
        flex-direction: column;
    }

    .vcard_backcall .form-group {
        width: 100%;
    }

    .vcard_backcall .form-control {
        width: 100%;
        margin: 0;
    }

    .vcard_backcall .btn {
        margin: 0;
    }

    .vcard_socials .social_link img {
        width: 40px;
    }

    .vcard_section .vcard_card {
        padding-bottom: 30px;
    }

    .vcard_section .vcard_card .vcard_logo {
        width: 150px;
        height: 150px;
        margin-top: -75px;
    }

    .vcard_gallery_block {
        padding: 0 15px 30px;
    }

}

@media screen and (max-width: 540px) {

    .webui-popover {
        max-width: 360px;
    }

    .webui-popover-content {
        max-height: 500px;
        overflow-y: scroll;
    }

    .login_card .card-body {
        padding: 30px 30px 40px;
    }

    .login_card h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .login_card .card-body {
        padding: 30px 0 0;
    }

    .logo {
        max-width: 170px;
    }

    .vcard_section .container {
        padding: 0;
    }

    .vcard_bio {
        padding: 0 25px 60px;
    }

    .vcard_about {
        padding: 0 25px 40px;
    }

    .vcard_carousel {
        margin: 0 15px;
    }

    .vcard_backcall {
        width: calc(100% - 30px);
        margin: 0 15px 50px;
    }

    .vcard_contacts .row {
        margin: 0 !important;
    }

    .vcard_contacts .col-xl-8 {
        padding: 0 !important;
    }

    .vcard_contacts ul {
        width: 100%;
        text-align: center;
        padding: 0 20px;
        margin-left: 0 !important;
    }

    .vcard_contacts .fa-li {
        position: relative;
        left: 0;
    }

}

@media screen and (max-width: 459px) {

    .webui-popover {
        max-width: 260px;
    }

    .login_card {
        padding: 20px;
    }

    .btn_menu {
        width: 100%;
        padding: 0 40px;
    }

}
