/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

blockquote p {
    position: relative;
}

blockquote p:first-child:before {
    content: "\201C";
    left: -9px;
    position: absolute;
}

blockquote p:last-child:after {
    content: "\201D";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    text-align: justify;
    line-height: 1.2;
}

a:link,
a:visited {
    text-decoration: none;
}

.right-content p {
    line-height: 1.4;
}

h1,
.section-title,
.right-content h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    font-family: "Noto Serif", serif;
    position: relative;
    margin-bottom: 20px;
}

.right-content h2 {
    text-align: center;
}

.section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

h1:after,
.section-title:after,
.right-content h2:after,
.right-content h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

h1:after,
.section-title:after,
.right-content h2:after {
    height: 2px;
    width: 70px;
    background: #630000;
    margin: 5px auto;
}

.right-content h3:after {
    height: 1px;
    width: 50px;
    background: #515151;
    margin: 5px auto;
}

.right-content h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    font-family: "Vollkorn", serif;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.right-content h4 {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 20px;
    text-align: center;
    margin: 15px 0 10px;
}

.subtitle {
    text-align: center;
    max-width: 400px;
    font-size: 14px;
    margin: 0 auto;
}

.section-title,
.subtitle {
    color: #ffffff;
}

.section-body {
    margin-top: 20px;
}

.container,
.container-intro {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}

.container-intro {
    display: flex;
    flex-direction: column;
}

header .container,
#content .container,
.prefooter .container {
    display: flex;
    justify-content: space-between;
}

#content .container {
    gap: 40px;
}

body {
    background-color: #efefef;
}


header {
    background-color: #000000;
    position: relative;
    border-bottom: 1px solid #000000;
}

header::after {
    content: "";
    position: absolute;
    width: calc((100% - 1340px) / 2);
    height: 34px;
    background-color: #b1b1b1;
    right: 0;
    bottom: 0px;
}

.logo {
    background-color: #fff;
    display: flex;
    font-family: "Noto Serif", serif;
    flex-direction: row;
    width: 238px;
    padding: 5px 0;
    position: relative;
    transition: all 0.4s;
    margin-left: 15px;
}

.logo:before,
.logo::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
}

.logo:before {
    right: -13px;
    top: 0px;
    border-width: 80px 13px 0 0;
    border-color: #FFFFFF transparent transparent transparent;
    transform: rotate(0deg);
}

.logo:after {
    top: 0px;
    left: -13px;
    border-width: 0 0 80px 13px;
    border-color: transparent transparent #FFFFFF transparent;
    transform: rotate(0deg);
}

.logo img {
    height: 70px;
    width: 70px;
}

.logo-name {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #000;
    padding-top: 14px;
    padding-right: 5px;
    font-size: 15px;
    gap: 6px;
}

.logo-name span:first-child {
    font-weight: 600;
    text-transform: uppercase;
}

.logo-name span:last-child {
    font-weight: 400;
    letter-spacing: 2px;
}

.header-menu {
    gap: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 638px;
}

.menu-top {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
}

.search {
    background-image: url(/img/search.svg);
    width: 27px;
    height: 27px;
    margin-top: 3px;
    display: flex;
}

.menu-main {
    background-color: #b1b1b1;
    position: relative;
}

.menu-main:after {
    top: 0px;
    left: -14px;
    border-width: 0 0 34px 14px;
    border-color: transparent transparent #b1b1b1 transparent;
    transform: rotate(0deg);
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
}

.menu-main>ul {
    display: flex;
}

.menu-main a {
    padding: 9px 20px;
    display: block;
    color: #000000;
    white-space: nowrap;
    transition: background 0.3s ease-in-out;
}

.menu-main .parent {
    position: relative;
}

.menu-main .parent>a {
    padding-right: 30px;
    position: relative;
}

.menu-main .parent>a:after {
    background-image: url(../img/arrow-black.svg);
    top: 5px;
}

.active-top>a,
.menu-main li:hover>a {
    background: #919191;
}

.menu-main .parent>ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    background: #b1b1b1;
    border: 1px solid #000000;
    z-index: 1;
}

.menu-main .parent:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 0;
    position: absolute;
    top: 34px;
}

.menu-main .parent>a:after,
.menu-left .parent a:after,
.sp:after,
#click-menu .parent a:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
}

#click-menu {
    position: sticky;
    top: 0px;
    z-index: 2;
}

.hidden {
    display: none;
    position: absolute;
    top: 33px;
    width: 57px;
    padding: 10px 10px 10px 32px;
    z-index: 1;
    background: #000000;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.languages {
    font-family: "Vollkorn", serif;
    font-size: 18px;
    display: flex;
    position: relative;
    text-transform: uppercase;
}

.languages a:link,
.languages a:visited {
    color: #fff;
}

.languages:hover .hidden {
    display: block;
}

.languages .current {
    background-image: url(../img/globe.svg);
    padding-left: 33px;
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: 0px 1px;
    box-sizing: border-box;
    padding-top: 8px;
    position: relative;
    padding-right: 20px;
}

.languages .current:after {
    content: "";
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0px;
}

.languages .current:after,
.menu-left .parent a:after,
.sp:after,
#click-menu .parent a::after {
    background-image: url(../img/arrow-white.svg);
}

.header-phone {
    font-family: "Noto Serif", serif;
    font-size: 25px;
    font-weight: 500;
    background-image: url(../img/phone.svg);
    padding-left: 23px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 8px;
    line-height: 31px;
}

.header-phone:link,
.header-phone:visited {
    color: #ffffff;
}

button {
    border: none;
}

.button {
    background-color: #630000;
    color: #fff;
    font-family: "Vollkorn", serif;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    height: 40px;
    padding-block: unset;
    text-align: center;
    box-sizing: border-box;
    padding: 9px 10px 5px;
    line-height: normal;
}

.consult.button {
    background-image: url(../img/question.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 15px 10px;
    padding-left: 40px;
    padding-right: 25px;
}

header .consult.button {
    padding-top: 7px;
    height: 33px;
    background-position: 14px 6px;
    min-width: 193px;
}

.prefooter .button {
    width: 170px;
    position: relative;
    padding-left: 0px;
    align-self: end;
}

.prefooter .button:before {
    top: 0px;
    left: -14px;
    border-width: 0 0 40px 14px;
    border-color: transparent transparent #630000 transparent;
    transform: rotate(0deg);
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
}

.section .consult.button {
    margin: 15px auto 0;
}

#click-menu ul {
    background: #343434;
    display: flex;
    justify-content: center;
}

#click-menu a {
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px;
    position: relative;
}

#click-menu li {
    display: flex;
}

#click-menu .parent {
    position: relative;
}

#click-menu .parent a:after {
    top: 10px;
}

#click-menu a:before {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #990000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

#click-menu a:hover:before,
#click-menu a.active:before {
    width: 100%;
    left: 0;
}

#content-intro {
    background-image: url('../img/sections/content-intro.jpg');
    background-color: #98a3b1;
    min-height: 200px;
    padding-top: 40px;
}

#advantages {
    background-image: url('../img/sections/advantages.jpg');
}

#consultation {
    background-image: url('../img/sections/consultation.jpg');
}

#prices {
    background-image: url('../img/sections/prices.jpg');
}

.gray {
    background-color: #919191;
}

#content-intro,
#advantages,
#consultation,
#prices {
    background-size: 100% auto;
}

.intro-header {
    background: #343434eb;
    display: flex;
    justify-content: space-between;
}

.home-icon img {
    width: 18px;
}

.home-icon {
    display: flex;
    height: 100%;
    background: #630000;
    padding: 12px;
    box-sizing: border-box;
}

.breadcrumbs {
    display: flex;
}

.breadcrumbs a:link:not(.home-icon),
.breadcrumbs a:visited:not(.home-icon) {
    color: #ffffff;
    padding: 10px 5px;
    display: flex;
    font-size: 19px;
}

.sp {
    width: 24px;
    margin-top: 9px;
}

.menu-left .parent a:after,
.sp:after {
    transform: rotate(270deg);
}

.shareon>* {
    height: 28px;
    border-radius: 0;
    width: 28px;
    box-sizing: border-box;
}

.shareon>:before {
    height: 28px;
    width: 28px;
    top: 4px;
    left: 4px;
}

.share {
    display: flex;
}

.share>span {
    color: #ffffff;
    margin-top: 13px;
    margin-right: 4px;
}

.shareon {
    margin-top: 4px;
    margin-right: 4px;
}

.intro-body {
    display: flex;
}

.intro-question {
    display: flex;
    flex-direction: column;
    background: #ffffffb8;
    padding: 20px 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    min-width: 235px;
}

.intro-question h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.intro-form,
.feedback-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.intro-form textarea,
.consulatation-form textarea {
    height: 150px;
}

.feedback-form textarea {
    height: 104px;
}

form input[type=text],
textarea {
    border: none;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-family: "Noto Serif", serif;
    font-size: 16px;
}

input::placeholder,
textarea::placeholder {
    opacity: 0.8;
}

.consulatation-form {
    background-color: #000000a3;
    padding: 15px;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-first-line {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.form-row {
    flex: 1;
}

.send,
.list {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
}

.send {
    background-image: url('../img/send.svg');
}

.list {
    background-image: url('../img/list.svg');
}

.consulatation-form .button,
.intro-form .button {
    margin: 0 auto;
}

.consulatation-form .button,
.intro-form .button,
.prefooter .button {
    display: flex;
    justify-content: center;
}


.consulatation-form .button {
    width: 230px;
}

.intro-form .button {
    width: 100%;
}

.intro-person {
    width: 300px;
    background-image: url('../img/lawyers/shatilin.jpg');
    background-size: cover;
    min-width: 300px;
}

.intro-text {
    background: #ffffff;
    margin-left: 40px;
    flex-grow: 1;
    padding: 40px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.intro-person {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.person-details {
    background: #767676;
    display: flex;
    flex-direction: column;
    padding: 3px 3px;
    font-family: "Noto Serif", serif;
    position: relative;
    margin-left: 90px;
}

.person-name {
    font-size: 24px;
    color: #ffffff;
}

.person-professional {
    font-size: 14px;
}

.person-details:before {
    top: 0px;
    left: -14px;
    border-width: 0 0 72px 14px;
    border-color: transparent transparent #767676 transparent;
    transform: rotate(0deg);
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
}

.section {
    padding: 40px 0;
}

.left-sidebar {
    min-width: 306px;
}

.menu-left {
    margin-bottom: 15px;
}

.menu-left h4 a:link,
.menu-left h4 a:visited {
    background-color: #343434;
    display: block;
    color: #ffffff;
    font-size: 20px;
    position: relative;
}

.menu-left h4 span {
    padding: 10px 10px 10px 50px;
    display: block;
}

.menu-left h4 a:before {
    background-color: #630000;
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
}

.menu-prices h4 a:before {
    background-image: url(../img/price.svg);
}

.stiky-sidebar {
    position: sticky;
    top: 55px;
}

.menu-services h4 a:before {
    background-image: url(../img/services.svg);
}

.menu-left nav a:link,
.menu-left nav a:visited {
    color: #ffffff;
    background-color: #767676;
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.1;
    position: relative;
}

.menu-left .parent a:after {
    top: 50%;
    right: 0px;
    margin-top: -12px;
}

.faq .transition,
.faq li i:before,
.faq li i:after,
.faq p {
    transition: all 0.2s linear;
}

.faq .no-select,
.faq h3 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faq h3 {
    display: block;
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 21px;
}

.faq p {
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    z-index: 2;
    margin: 0;
    color: #ffffff;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

.faq {
    list-style: none;
    margin: 0;
    background: #767676;
    padding-bottom: 10px;
    padding-top: 10px;
}

.faq li {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 2px solid #ffffff;
}

.faq li:last-child {
    border: none;
}

.faq li:hover {
    background-color: #343434;
}

.faq li i {
    position: absolute;
    right: 23px;
    top: 20px;
}

.faq li i:before,
.faq li i:after {
    content: "";
    position: absolute;
    background-color: #630000;
    width: 3px;
    height: 13px;
}

.faq li i:before {
    transform: translate(-4px, 0) rotate(45deg);
}

.faq li i:after {
    transform: translate(4px, 0) rotate(-45deg);
}

.faq li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.faq li input[type=checkbox]:checked~p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

.faq li input[type=checkbox]:checked~p,
.faq li input[type=checkbox]:checked~h3 {
    background-color: inherit !important;
}

.faq li input[type=checkbox]~p,
.faq li input[type=checkbox]~h3 {
    background-color: #343434;
}

.faq li input[type=checkbox]:not(:checked)~p {
    padding-bottom: 10px;
}

.faq li input[type=checkbox]:checked~i:before {
    transform: translate(4px, 0) rotate(45deg);
}

.faq li input[type=checkbox]:checked~i:after {
    transform: translate(-4px, 0) rotate(-45deg);
}

.advantage-item {
    background-color: #0000005e;
    padding: 15px;
    box-sizing: border-box;
}

.advantage-item p {
    font-size: 15px;
    text-align: center;
    color: #ffffff;
}

.advantage-item img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.advantage-item h4 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Vollkorn", serif;
    margin: 10px 0;
    color: #dddddd;
    text-decoration: underline;
}

.swiper-slide {
    height: auto;
}

.prefooter {
    background-color: #343434;
}

.ideology {
    background: #767676;
    width: 223px;
    padding: 15px 15px;
}

.ideology p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.25;
}

.column-contacts,
.column-important,
.column-blog,
.column-feedback {
    padding: 20px 0px;
}


.prefooter .container {
    gap: 20px;
}

.prefooter h4 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-family: "Vollkorn", serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.prefooter h4:after {
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 5px auto 10px 0px;
    width: 60px;
    background: #630000;
}

.prefooter ul li:not(:last-child) {
    margin-bottom: 10px;
}

.prefooter ul a:link,
.prefooter ul a:visited {
    font-size: 17px;
    font-family: "Noto Serif", serif;
    color: #ffffff;
}

a.active-footer {
    text-decoration: underline;
}

.column-blog ul {
    margin-bottom: 15px;
}

.column-blog {
    max-width: 220px;
    display: flex;
    flex-direction: column;
}

.column-contacts h5 {
    font-size: 18px;
    font-family: "Noto Serif", serif;
    padding-left: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #ffffff;
}

.column-contacts>div {
    margin-top: 10px;
}

.contacts-phone h5 {
    background-image: url(../img/footer/phone.svg);
    background-size: 19px 19px;
}

.contacts-adress h5 {
    background-image: url(../img/footer/address.svg);
    background-size: 21px 21px;
}

.contacts-email h5 {
    background-image: url(../img/footer/email.svg);
    background-size: 21px 21px;
}

.contacts-time h5 {
    background-image: url(../img/footer/time.svg);
}

.column-contacts a:link,
.column-contacts a:visited,
.column-contacts span {
    color: #b1b1b1;
    font-family: "Noto Serif", serif;
    font-size: 17px;
}

footer {
    background-color: #000000;
    padding: 10px 0;
}

.copyright span {
    color: #ffffff;
    font-family: "Noto Serif", serif;
    font-size: 15px;
}

.copyright span a:link,
.copyright span a:visited {
    color: #b30000;
}