﻿.deputaty {
    background: #fff;
    max-width: 1426px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;
    color: #181D27;
    font-weight: 200;
    font-size: 15px;
    line-height: 1.4;
}
.ntop {
    padding-top: 16px;
}
.deputaty .dbg {
	background:#DFEAFF;
	padding: 14px 18px;
	border-radius: 12px;
}
.deputaty .dbg .titl {
	padding-bottom: 8px;
	display: inline-block;
	font-family: 'Inter', sans-serif;
}
.deputaty-list a {
    display: flex;
    flex-direction: column;
	padding: 26px 12px 0px;
	margin-bottom: 24px;
}
.deputaty figure {
	border-radius: 12px;
	padding: 0;
    margin: 0;	
    margin-bottom: 14px;
}
.deputaty figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;  
	display: block;
	border-radius: 12px;
}
.deputaty .ntit {
	font-size:22px;
	color:#181D27;
	font-weight: 500;
}
.deputaty .ndesc {
	font-size:15px;
	color:#1A2992
}
.deputaty .npart {
	margin-top:16px;
	font-size:14px;
	color:#535862
}

.search-select {
    position: relative;
    width: 360px;
    max-width: 100%;
}

.search-select select {
    width: 100%;
    height: 42px;
    padding: 0 32px 0 32px;
    border-radius: 8px;
    border: 1px solid #d8deea;
    background: linear-gradient(90deg, #eef3ff, #fdfdff);
    font-size: 16px;
    color: #1f2a44;
    outline: none;
    appearance: none;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0,0,0,.05);
    transition: .25s ease;
}

.select2-container--default .select2-selection--single {
    height: 42px;
    border-radius: 8px;
    border: 1px solid #d8deea;
    background: linear-gradient(90deg, #eef3ff, #fdfdff);
    box-shadow: 0 6px 20px rgba(0,0,0,.05);
    transition: .25s ease;
    padding: 0 45px 0 42px;
}

.select2-container--default .select2-selection__rendered {
    line-height: 42px;
    font-size: 16px;
    color: #1f2a44;
}

.select2-container--default .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
	padding: 5px 23px !important;
}

.select2-container--default .select2-selection--single:hover {
    border-color: #4c7dff;
}

.select2-container--open .select2-selection--single::after {
    transform: translateY(-50%) rotate(-135deg);
}

.search-select select:hover {
    border-color: #4c7dff;
}

.search-select select:focus {
    border-color: #4c7dff;
    box-shadow: 0 0 0 3px rgba(76,125,255,.15);
}

.select2-container--open .select2-search--dropdown {
    position: absolute;
    top: -41px;
    left: 30px;
    width: 83%;
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
}

.select2-search__field {
    height: 40px;   
    padding-left: 42px;
    font-size: 16px;
    outline: none;    
	border: none;
	background: transparent;
}

.select2-container--open .select2-selection__rendered {
    opacity: 0;
}

.select2-dropdown {
    border-radius: 0 0 8px 8px;
    border: 1px solid #7a95ff;
    border-top: none;
}

.select2-results__option {
    padding: 6px 17px !important;
}

.icon-search {
    position: absolute;
    left: 8px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    color: #4c7dff;
    pointer-events: none;
	z-index: 1;
}

.icon-arrow {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    color: #7b88a8;
    pointer-events: none;
}

.but {
    display: flex;
    border-radius: 6px;
    background: #2c3cb3;
    padding: 10px 24px;
    font-size: 15px;
    color: #fff !important;
    text-align: center;
    margin-top: 29px;
}
.but:hover {
    color: #fff !important;
	background: #3745ab;
}

@media screen and (max-width:1024px) {

}