﻿.deputat {
    background: #fff;
    max-width: 1426px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;
    color: #181D27;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
}
.ntop {
    padding-top: 26px;
}
.deputat .depimg {
	border-radius: 12px;
}
h1 {
	font-size: 28px;
}
.dpos {
	color: #1A2992;
	padding-bottom:6px;
	font-weight: 400;
}
.dfrac {
	color: #535862;
}

.dsoc .dpos {
    display: block;
    width: 100%;
    text-align: right;
}
.dsoc .dsocl {
	display: flex;
    flex-direction: row;
    align-items: flex-end;	
    float: right;
}
.dsoc a {
    display: inline-flex;
    align-items: center;
    justify-content: center;	
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    background: #f4f6fb;
    transition: .25s ease;
}

.dsoc a:last-child {
    margin-right: 0;
}

.dsoc a:hover {
    background: #e8edff;
}

.dsoc a svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
}

.dsoc a svg path {
    transition: .25s ease;
    fill: #a4a7ae;
}

.dsoc a:hover svg path {
    fill: #4c7dff;
}

.contacts-list{
    display:flex;
    flex-direction:column;
    gap:10px;
	padding-top:10px;
}

.crow{
    display:flex;
    align-items:center;
    gap:10px;
}

.cicon{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#eef0ff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 28px;
}

.cicon svg{
    display:block;
}

.crow a{
    color:#2b2f3a;
    text-decoration:none;
    font-size:14px;
    line-height:1.2;
}

.crow a:hover{
    color:#2C3CB3;
    text-decoration:underline;
}
.tab-conteyner {
	border-bottom: .05rem solid #dadee4;
}
.ptext {
	display:none;
	padding-top:20px;
}
.ptext.active {
	display:block;
}
.tab-block {
	max-width:440px;
	border-bottom: none;
	margin: .2rem 0 0 0;
}
.tab-block li:first-child a {
    text-align: left;
}

.tab-content {
	padding-bottom:40px;
}

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

}