* {
    margin: 0;
    padding: 0;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
}
focus::-moz-placeholder {
    opacity: 0;
}
:focus:-moz-placeholder {
    opacity: 0;
}
:focus:-ms-input-placeholder {
    opacity: 0;
}
a {
    text-decoration: none;
}
.relative {
    position: relative;
}
:root {
    --bs-base-coffee: #E6BC8B;
    --bs-base-gray: #363636;
    --bs-base-viol: #ad69d9;
    --bs-base-light: #FCFCFC;
}
section {
    height: 100vh;
    width: 100%;
}
ul {
    list-style: none;
}
body {
    background-image: url(../img/bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.random-dots-container {
    position: absolute;
    width: calc(100% - 24px);
    height: 100%;
}
.random-dots svg {
    height: 26vh;
    width: auto;
}
h2 {
    color: #FCFCFC;
    font-family: 'PlayfairDisplay';
    font-size: 5vmin;
    margin-bottom: 5vmin;
}
#fullpage {
    z-index: 1;
}

/* ФИКСИРОВАННЫЕ ЭЛЕМЕНТЫ НАЧАЛО */


#preloader {
    height: 100%;
    width: 100%;
    background-color: #232324;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .5s ease;
}
.preloader {
    z-index: 10000000000;
}
.done {
    z-index: -10000000000;
    opacity: 0;
}
#preloader span {
    color: #ffffff;
    font-size: 5vmin;
    animation: .5s linear 0s 1 normal scaleUp;
    font-family: "PlayfairDisplay";
}
#preloader img {
    animation: .5s linear 0s 1 normal scaleUp;
}

#left-fixed,
#right-fixed,
#bg-fixed {
    position: fixed;
}
.grline {
    height: 100vh;
    width: 1px;
    background: rgb(52,52,52);
    background: linear-gradient(0deg, rgba(52,52,52,0) 0%, rgba(52,52,52,0.43881302521008403) 25%, rgba(52,52,52,1) 50%, rgba(52,52,52,0.758140756302521) 75%, rgba(52,52,52,0) 100%);
    left: 10px;
    opacity: .65;
}
.section-tip {
    position: absolute;
    color: #343434;
    transform: rotate(270deg);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5%;
    font-weight: 600;
}
#bg-fixed {
    background-image: url(../img/bg-1.png);
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .5s ease;
    opacity: 0;
}
.fp-viewing-main #bg-fixed {
    opacity: 1;
}

#result-info-wrapper {
    position: fixed;
    display: flex;
    width: 100%;
    justify-content: center;
    top: 120px;
    z-index: -10;
    transition: opacity .4s ease;
    opacity: 0;
}
#result-info {
    min-width: 40%;
    max-width: 300px;
    background-color: #fff;
    border-radius: 40px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
#result-info p {
    font-size: 16px;
    text-align: center;
    margin: 0;
}

/* ФИКСИРОВАННЫЕ ЭЛЕМЕНТЫ КОНЕЦ */


/* НАВИГАЦИЯ НАЧАЛО */

.nav-links {
    display: flex;
    flex-flow: row nowrap;
    width: auto;
}
.nav-contacts {
    width: auto;
    display: flex;
    align-items: end;
    flex-flow: column nowrap;
}
.phone span a {
    color: var(--bs-base-light);
    transition: all .2s ease;
}
.phone span a:hover {
    color: var(--bs-base-coffee);
    text-shadow: 0px 0px 10px rgba(252,222,187,0.5);
}
.address {
    line-height: 16px;
}
.address i, .phone i {
    margin-right: 8px;
}
.nav-logo a img {
    width: 60px;
    height: 42px;
}
#navigation-ul {
    margin: 0;
}
#navigation-ul > a li {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 38px;
    color: var(--bs-base-light);
    transition: all .3s ease;
}
#navigation-ul > a li.active,
#navigation-ul > a li:hover {
    color: var(--bs-base-coffee);
    text-shadow: 0px 0px 10px rgba(252,222,187,0.5);
}
#navigation > div > div {
    flex-wrap: nowrap;
    justify-content: space-between;
}
#navigation {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 26px;
    font-family: "Gilroy";
    font-weight: 500;
    color: var(--bs-base-light);
    text-transform: uppercase;
    font-size: 14px;
}
#navigation-ul {
    display: flex;
    flex-flow: row nowrap;
}
#navigation-ul > a {
    margin: 0 10px;
}
#fp-nav.fp-right {
    margin-top: 0 !important;
}
#fp-nav ul li a span {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border: 2px solid #343434;
    background: #242423;
}
#fp-nav ul li a:hover span {
    box-shadow: 0px 0px 9px 0 var(--bs-base-coffee);
    -webkit-box-shadow: 0px 0px 9px 0 var(--bs-base-coffee);
    -moz-box-shadow: 0px 0px 9px 0 var(--bs-base-coffee);
}
#fp-nav ul li a.active span {
    background: var(--bs-base-coffee);
    border: 2px solid var(--bs-base-coffee);
    box-shadow: 0px 0px 8px 0 var(--bs-base-coffee);
    -webkit-box-shadow: 0px 0px 8px 0 var(--bs-base-coffee);
    -moz-box-shadow: 0px 0px 8px 0 var(--bs-base-coffee);
}
#fp-nav ul li .fp-tooltip.fp-right {
    font-family: "PlayfairDisplay";
    font-size: 14px;
    line-height: 14px;
}
#mobile-navigation, #phone-side-nav {
    display: none;
}

/* НАВИГАЦИЯ КОНЕЦ */


/* ГЛАВНАЯ НАЧАЛО */

section .container-md {
    min-height: calc(100vh - 90px);
}
#main-section .random-dots-container .random-dots:nth-child(1) {
    position: absolute;
    top: calc(30vh - 90px);
    left: 1vw;
}
#main-section .random-dots-container .random-dots:nth-child(2) {
    position: absolute;
    top: -20px;
    right: 1vw;
}
#main-section .random-dots-container .random-dots:nth-child(3) {
    position: absolute;
    bottom: 6vh;
    right: 3vw;
    transform: rotate(180deg)
}
.main-content-wrapper {
    width: calc(100% - 24px);
    height: 100%;
    position: absolute;
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 7vh;
}
#main-section .main-content-wrapper {
    padding-left: 0;
    padding-right: 0;
    flex-flow: row nowrap;
}
.lawyer-img-wrapper {
    background-image: url(../img/lawyer-home.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
body.fp-viewing-about .lawyer-img-wrapper {
    transition: opacity .5s ease-out, filter .5s ease;
    filter: blur(60px);
    opacity: 0;
}
.hero .hero-wrapper > p:first-child {
    font-family: "PlayfairDisplay"; 
    font-size: 3vmin;
    background-color: #CBA981;
    background-image: linear-gradient(180deg, #CBA981, #B99365);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    margin-bottom: 5px;
}
.hero h1 {
    font-family: "PlayfairDisplay"; 
    font-size: 7.5vmin;
    background-color: #CBA981;
    font-weight: 500;
    background-image: linear-gradient(180deg, #CBA981, #B99365);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    margin-bottom: 32px;
    line-height: 100%;
}
.hero-desc {
    font-family: "Gilroy"; 
    font-size: 2.4vmin;
    font-weight: 300;
    color: #FCFCFC;
    max-width: 85%;
    line-height: 130%;
    margin-bottom: 32px;
}
.action-btn {
    display: flex;
    height: 60px;
    align-items: center;
    background-image: linear-gradient(180deg, #CBA981, #927450);
    border-radius: 5px;
    justify-content: space-between;
    border: none;
    outline: none;
}
.action-btn p {
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: "Gilroy"; 
    font-size: 16px;
    font-weight: 500;
    margin: 0 20px;
}
.action-btn .phone {
    width: 60px;
    height: 60px;
    background-image: linear-gradient(180deg, #927450, #926F45);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
}
.action-btn .phone i {
    margin: 0;
}
.hero {
    display: flex;
    align-items: center;
}
.hero-wrapper {
    margin-top: -90px;
}

/* ГЛАВНАЯ КОНЕЦ */



/* ОБО МНЕ НАЧАЛО */

#about-section .random-dots-container .random-dots:nth-child(1) {
    position: absolute;
    top: 0;
    left: 1vw;
}
#about-section .random-dots-container .random-dots:nth-child(2) {
    position: absolute;
    top: calc(45vh - 90px);
    right: 9vw;
}
#about-section .main-content-wrapper {
    flex-flow: column nowrap;
}
#about-section p {
    color: #ffffff;
    font-family: "Gilroy";
    font-weight: 300;
    font-size: 2.2vmin;
    line-height: 130%;
}
#about-section p span {
    color: var(--bs-base-coffee);
    font-family: "Gilroy";
    font-weight: 700;
}
#about-section .col-6 {
    padding-left: 25px;
    padding-right: 25px;
}
#about-section .col-6:first-child {
    padding-left: 14px;
}
#about-section .col-12 img {
    position: absolute;
    bottom: 0;
    margin-left: -20px;
}

/* ОБО МНЕ КОНЕЦ */


/* ДЛЯ БИЗНЕСА НАЧАЛО */

#for-business-section .random-dots-container .random-dots:nth-child(1) {
    position: absolute;
    top: calc(33vh - 90px);
    left: 2vw;
}
#for-business-section .random-dots-container .random-dots:nth-child(2) {
    position: absolute;
    bottom: 15vh;
    right: 4vw;
    transform: rotate(180deg)
}
#for-business-section .random-dots-container .random-dots:nth-child(3) {
    position: absolute;
    bottom: -12vh;
    right: 35vw;
}
#for-business-section h2 {
    margin-bottom: 10px;
}
#for-business-section .main-content-wrapper {
    flex-flow: column nowrap;
}
#for-business-section span.subtitle {
    color: var(--bs-base-coffee);
    font-style: italic;
    font-family: "Gilroy";
    font-weight: 600;
    margin-bottom: 30px;
}
.list-card {
    background-color: #f6f6f6;
    padding: 18px 30px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    margin-left: 12px;
}
.list-card::after {
    content: "";
    position: absolute;
    width: 98%;
    height: 100%;
    z-index: -1;
    left: 1%;
    top:5px;
    background-color: #c7c7c7;
    border-radius: 5px;
}
.list-card p {
    margin: 0;
    color: #3d3d3d;
    font-family: 'Gilroy';
    font-weight: 500;
    line-height: 110%;
}
.list-card i {
    height: 100%;
    position: absolute;
    left: -12px;
    top: 0;
    display: flex;
    align-items: center;
}
.question {
    color: #FCFCFC;
    font-family: "PlayfairDisplay";
    font-style: italic;
    font-size: 48px;
    margin-bottom: 27px;
}
.glass {
    position: absolute;
    top: 0;
    right: 4vw;
}
.pen {
    position: absolute;
    bottom: 4vh;
    left: -6vw;
    z-index: -2;
}
/* ДЛЯ БИЗНЕСА КОНЕЦ */





/* ДЛЯ ГРАЖДАН НАЧАЛО */

#for-clients-section .random-dots {
    z-index: -2;
}
#for-clients-section .random-dots-container .random-dots:nth-child(1) {
    position: absolute;
    top: calc(33vh - 90px);
    left: 2vw;
}
#for-clients-section .random-dots-container .random-dots:nth-child(2) {
    position: absolute;
    bottom: 4vh;
    left: 30vw;
}
#for-clients-section .random-dots-container .random-dots:nth-child(3) {
    position: absolute;
    bottom: 6vh;
    right: 15vw;
    transform: rotate(180deg);
}
#for-clients-section .main-content-wrapper {
    flex-flow: column nowrap;
}
#for-clients-section .list-card {
    height: 63px;
    padding: 0 15px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
#for-clients-section .list-card p {
    text-align: center;
}
#for-clients-section .action-btn {
    margin-left: 12px;
}
/* ДЛЯ ГРАЖДАН КОНЕЦ */


/* ОБРАТНАЯ СВЯЗЬ НАЧАЛО */
#callback-section .random-dots {
    z-index: -2;
}
#callback-section .random-dots-container .random-dots:nth-child(1) {
    position: absolute;
    bottom: -5vh;
    left: 10vw;
}
#callback-section .random-dots-container .random-dots:nth-child(2) {
    position: absolute;
    top: -90px;
    right: 12vw;
    transform: rotate(180deg);
}
#callback-section .main-content-wrapper {
    flex-flow: column nowrap;
}
#callback-section .main-content-wrapper .row {
    height: 100%;
}
#callback-section .lawyer-img-wrapper {
    background-image: url(../img/lawyer-callback.png);
    background-position: center bottom;
}
#callback-section .list-card {
    margin-left: 0;
    background-color: #F6F6F6;
}
#callback-section .list-card i {
    left: auto;
    position: relative;
}
#callback-section .list-card h5 {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #3d3d3d;
    font-family: "PlayfairDisplay";
    font-weight: 600;
    font-size: 1.4rem;
    margin-top: 20px;
}
.hline {
    background-color: #E6E6E6;
    height: 1px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
#callback-section form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#callback-section form input,
#callback-section form button {
    width: calc(50% - 10px);
    outline: none;
    border: none;
}
#callback-section form input {
    background-color: #F6F6F6;
    color: #3d3d3d;
    border: 1px solid #CBA981;
    border-radius: 5px;
    position: relative;
    display: block;
    text-align: center;
}
#callback-section form input::-webkit-input-placeholder {
    background: url(../img/svg/phone.svg) no-repeat;
    background-position: calc(50% - 75px) center;
    padding-left: 20px;
    text-align: center;
}
#callback-section form input::-moz-placeholder {
    background: url(../img/svg/phone.svg) no-repeat;
    background-position: calc(50% - 75px) center;
    padding-left: 20px;
    text-align: center;
}
#callback-section form input:-moz-placeholder {
    background: url(../img/svg/phone.svg) no-repeat;
    background-position: calc(50% - 75px) center;
    padding-left: 20px;
    text-align: center;
}
#callback-section form input:-ms-input-placeholder {
    background: url(../img/svg/phone.svg) no-repeat;
    background-position: calc(50% - 75px) center;
    padding-left: 20px;
    text-align: center;
}
#callback-section .phone {
    position: absolute;
    right: 0;
}
#callback-section .action-btn {
    position: relative;
}
#callback-section .action-btn p {
    color: #fff;
    width: 100%;
    padding-right: 60px;
}
#callback-section form + p {
    font-size: 12px;
    margin-bottom: 20px;
}


/* ОБРАТНАЯ СВЯЗЬ КОНЕЦ */



/* КОНТАКТЫ НАЧАЛО */
#contacts-section .random-dots-container .random-dots:nth-child(1) {
    position: absolute;
    top: calc(30vh - 90px);
    left: 1vw;
}
#contacts-section .random-dots-container .random-dots:nth-child(2) {
    position: absolute;
    top: -20px;
    right: 1vw;
}
#contacts-section .random-dots-container .random-dots:nth-child(3) {
    position: absolute;
    bottom: 6vh;
    right: 3vw;
}
#contacts-section .main-content-wrapper {
    flex-flow: column nowrap;
}
#contacts-section {
    color: #ffffff;
}
.contacts-info {
    position: relative;
}
.contacts-info::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #fff;
    top: 0;
    left: -20px;
}
.contacts-info h6 {
    margin-bottom: 0;
}
.contacts-info p {
    font-family: "Gilroy";
    font-weight: 300;
}
.social-wrapper a{
    margin-right: 10px;
}
.social-wrapper {
    margin-bottom: 50px;
}
.map-wrapper {
    background-color: #fff;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
}

/* КОНТАКТЫ КОНЕЦ */



/* МОДАЛЬНОЕ ОКНО НАЧАЛО */
.modal-form {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -10;
    opacity: 0;
    transition: all .3s ease;
}
#popup-bg {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    z-index: -1;
    cursor: pointer;
}
.modal-form .list-card {
    width: 40%;
    min-width: 650px;
    height: auto;
    padding: 32px 30px 42px 30px;
    margin: 0;
}
.modal-form .list-card h5 {
    width: 45%;
    min-width: 287px;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    line-height: 100%;
    font-family: 'PlayfairDisplay';
    font-weight: 600;
}

.modal-form .list-card form {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 20px;
}
.modal-form .list-card form .row {
    justify-content: space-between;
    width: 100%;
}
.modal-form .list-card form input,
.modal-form .list-card form button {
    width: calc(50% - 10px);
    outline: none;
    border: none;
}
.modal-form .list-card form input {
    padding: 19px;
}
.modal-form .list-card form {
    margin-bottom: 0;
}
.modal-form .list-card form .row + p {
    margin: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
}
.modal-form .list-card form input {
    background-color: #F6F6F6;
    color: #3d3d3d;
    border: 1px solid #CBA981;
    border-radius: 5px;
    position: relative;
    display: block;
    text-align: center;
}
.modal-form .list-card form input:nth-child(1)::-webkit-input-placeholder {
    background: url(../img/svg/profile.svg) no-repeat;
    background-position: calc(50% - 41px) center;
    padding-left: 20px;
    text-align: center;
}
.modal-form .list-card form input:nth-child(1)::-moz-placeholder {
    background: url(../img/svg/profile.svg) no-repeat;
    background-position: calc(50% - 41px) center;
    padding-left: 20px;
    text-align: center;
}
.modal-form .list-card form input:nth-child(1):-moz-placeholder {
    background: url(../img/svg/profile.svg) no-repeat;
    background-position: calc(50% - 41px) center;
    padding-left: 20px;
    text-align: center;
}
.modal-form .list-card form input:nth-child(1):-ms-input-placeholder {
    background: url(../img/svg/profile.svg) no-repeat;
    background-position: calc(50% - 41px) center;
    padding-left: 20px;
    text-align: center;
}
.modal-form .list-card form input:nth-child(2)::-webkit-input-placeholder {
    background: url(../img/svg/phone.svg) no-repeat;
    background-position: calc(50% - 75px) center;
    padding-left: 20px;
    text-align: center;
}
.modal-form .list-card form input:nth-child(2)::-moz-placeholder {
    background: url(../img/svg/phone.svg) no-repeat;
    background-position: calc(50% - 75px) center;
    padding-left: 20px;
    text-align: center;
}
.modal-form .list-card form input:nth-child(2):-moz-placeholder {
    background: url(../img/svg/phone.svg) no-repeat;
    background-position: calc(50% - 75px) center;
    padding-left: 20px;
    text-align: center;
}
.modal-form .list-card form input:nth-child(2):-ms-input-placeholder {
    background: url(../img/svg/phone.svg) no-repeat;
    background-position: calc(50% - 75px) center;
    padding-left: 20px;
    text-align: center;
}
.modal-form .list-card .phone {
    position: absolute;
    right: 0;
}
.modal-form .list-card i {
    left: auto;
}
.modal-form .list-card .action-btn {
    position: relative;
}
.modal-form .list-card .action-btn p {
    color: #fff;
    width: 100%;
    padding-right: 60px;
}
.exit-btn {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* МОДАЛЬНОЕ ОКНО КОНЕЦ */

/* ПОЛИТИКА НАЧАЛО */

body.policity #bg-fixed {
    background-image: url(../img/bg-2.png);
    opacity: 1;
}
body.policity {
    overflow: hidden;
}
#policity-section #section-tip {
    position: fixed;
}
#policity-section {
    padding-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
}
#policity-section h1 {
    color: #fcfcfc;
    font-family: "PlayfairDisplay";
    font-weight: medium;
    font-size: 38px;
    margin-bottom: 42px;
}
#policity-section h2 {
    color: var(--bs-base-coffee);
    font-family: "PlayfairDisplay";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 32px;
}
#policity-section p {
    color: #ffffff;
    font-family: "Gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.48px;
    margin-bottom: 42px;
}
#policity-section .main-content-wrapper {
    flex-flow: column nowrap;
    padding-top: 0;
    margin-top: calc(7vh - 20px);
    overflow: auto;
    padding-top: 50px;
}
#policity-section .main-content-wrapper::-webkit-scrollbar {
    display: none;
}
#policity-section .main-content-wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
/* ПОЛИТИКА КОНЕЦ */






@font-face {
    font-family: "Gilroy"; 
    src: url("../fonts/Gilroy/Gilroy-Light.eot"); 
    src: url("../fonts/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy/Gilroy-Light.woff") format("woff"),
    url("../fonts/Gilroy/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 300; 
    }
@font-face {
    font-family: "Gilroy"; 
    src: url("../fonts/Gilroy/Gilroy-Regular.eot"); 
    src: url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"),
    url("../fonts/Gilroy/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 400; 
    }
@font-face {
    font-family: "Gilroy"; 
    src: url("../fonts/Gilroy/Gilroy-Medium.eot"); 
    src: url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"),
    url("../fonts/Gilroy/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 500; 
    }
@font-face {
    font-family: "Gilroy"; 
    src: url("../fonts/Gilroy/Gilroy-Semibold.eot"); 
    src: url("../fonts/Gilroy/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy/Gilroy-Semibold.woff") format("woff"),
    url("../fonts/Gilroy/Gilroy-Semibold.woff2") format("woff2"),
    url("../fonts/Gilroy/Gilroy-Semibold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 600; 
    }

@font-face {
    font-family: "PlayfairDisplay"; 
    src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.eot"); 
    src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff") format("woff"),
    url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
    }



    @media (min-width: 0px) and (max-width: 319.98px) {  
        section {
            height: auto;
        }
        body {
            background-color: #242423;
        }
        #navigation {
            display: none;
        }
        section .container-md {
            min-height: 80vh;
        }
        #main-section .main-content-wrapper {
            flex-flow: column-reverse nowrap;
            height: 100vh;
        }
        #main-section {
            min-height: 100vh;
        }
        .lawyer-img-wrapper {
            height: 45vh;
            margin-top: 50px;
            margin-bottom: -50px;
            z-index: -1;
        }
        .random-dots-container {
            z-index: -1;
        }
        .section-tip {
            display: none;
        }
        .main-content-wrapper {
            padding-right: 0;
            padding-left: 0;
            padding-top: 2vh;
        }
        #about-section {
            background: rgb(61,61,61);
            background: linear-gradient(146deg, rgba(61,61,61,1) 9%, rgba(36,36,35,1) 43%);
            border-radius: 50px 50px 0 0;
            padding-top: 80px;
        }
        #about-section .col-12:first-child {
            padding-left: 10px;
        }
        #about-section p {
            font-size: 16px;
        }
        #about-section .main-content-wrapper {
            position: relative;
        }
        #about-section .container-md {
            min-height: fit-content;
        }
        .hero h1 {
            font-size: 10.3vmin;
            margin-bottom: 15px;
        }
        .hero-desc {
            font-size: 16px;
            max-width: 100%;
        }
        .action-btn {
            min-width: 235px;
        }
        #about-section .col-12 img {
            margin-bottom: 0;
            margin-left: 0;
            width: 100%;
            position: relative;
        }
        h2 {
            font-size: 8vmin;
            margin-bottom: 20px;
        }
        section {
            overflow-y: hidden;
        }
        .hero .hero-wrapper > p:first-child {
            font-size: 5vmin;
        }
        #for-clients-section .main-content-wrapper {
            position: relative;
        }
        #for-clients-section {
            padding-top: 70px;
        }
        #for-business-section {
            padding-top: 70px;
        }
        .random-dots-container {
            display: none;
        }
        #callback-section .lawyer-img-wrapper {
            display: none;
        }
        #callback-section {
            padding-top: 70px;
        }
        #callback-section .container-md {
            min-height: min-content;
        }
        #callback-section .main-content-wrapper {
            position: relative;
        }
        #contacts-section .main-content-wrapper {
            position: relative;
        }
        .main-content-wrapper {
            position: relative;
            margin: 0;
            width: 100%;
        }
        #contacts-section {
            padding-top: 70px;
        }
        #contacts-section .container-md {
            min-height: fit-content;
        }
        #about-section .col-12:first-child {
            padding-left: 10px;
        }
        #about-section .col-12 img {
            width: 100%;
            margin-top: 35px;
        }
        .glass {
            right: 0;
        }
        .glass img{
            max-width: 25vw;
        }
        .pen {
            display: none;
        }
        .question {
            font-size: 10vmin;
        }
        #callback-section form {
            flex-flow: column;
        }
        #callback-section form input {
            width: 100%;
            height: 60px;
            margin-bottom: 20px;
        }
        #callback-section .list-card h5 {
            min-width: 100%;
        }
        .map-wrapper {
            height: 90vmin;
            margin-bottom: 50px;
            margin-top: 42px;
        }
        #contacts-section .main-content-wrapper .row .col-12.col-md-4 {
            margin-left: 25px;
        }
        #contacts-section .action-btn.popup-btn {
            margin-left: -15px;
        }
        #callback-section h2 {
            padding-right: 20vmin;
            height: 100vmin;
            font-size: 8vmin;
            background-image: url(../img/lawyer-callback.png);
            background-repeat: no-repeat;
            background-size: 60%;
            background-position: 100% 22vmin;
        }
        #callback-section .list-card {
            margin-top: -15vmin;
        }
        .modal-form .list-card {
            min-width: 94%;
        }
        .modal-form .list-card form .row {
            flex-direction: column;
            display: flex;
            align-items: center;
        }
        .modal-form .list-card form input {
            width: 100%;
            margin-bottom: 15px;
            justify-content: center;
        }
        .modal-form .list-card .action-btn {
            width: 100%;
        }
        #mobile-navigation {
            height: 90px;
            position: fixed;
            width: 100%;
            background-color: #242423;
            z-index: 1;
            display: flex;
            padding-left: 5vmin;
            padding-right: 5vmin;
            justify-content: space-between;
            align-items: center;
        }
        #burger {
            height: 60px;
            width: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: -20px;
        }
        #phone-side-nav {
            display: block;
            position: fixed;
            right: -96vw;
            top: 0;
            height: 101vh;
            width: 96vw;
            background: rgb(61,61,61);
            background: linear-gradient(146deg, rgba(61,61,61,1) 9%, rgba(36,36,35,1) 43%);
            z-index: 1000000;
            border-radius: 50px 0 0 0;
            transition: all .3s ease;
            opacity: 0;
        }
        #phone-side-nav .row:nth-child(1) {
            height: 92px;
            display: flex;
            justify-content: space-between;
            flex-flow: row nowrap;
            align-items: center;
            padding-right: 3vmin;
            padding-left: 3vmin;
        }
        #phone-side-nav .nav-logo {
            width: auto;
        }
        #nav-exit {
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
        #phone-side-nav ul li {
            text-align: right;
            padding-right: 17px;
            margin-bottom: 18px;
            margin-top: 18px;
        }
        #phone-side-nav ul li a {
            font-size: 4.7vmin;
            text-transform: uppercase;
            padding: 10px 0 10px 10px;
            color: #fcfcfc;
        }
        .footer-mobile {
            position: absolute;
            width: 100%;
            bottom: 150px;
            display: flex;
            flex-flow: column nowrap;
            align-items: flex-end;
            padding-right: 17px;
        }
        .footer-mobile .nav-contacts{
            color: #fff;
            margin-bottom: 30px;
        }
        .footer-mobile .social-wrapper {
            margin-bottom: 30px;
        }
        .footer-mobile .address {
            text-align: right;
            font-size: 14px;
        }
        #policity-section {
            padding-right: 0;
            padding-left: 0;
            overflow: auto;
        }
        body.policity {
            overflow: visible;
        }
        #policity-section .main-content-wrapper {
            overflow-x: hidden;
        }
    }


    @media (min-width: 320px) and (max-width: 575.98px) {  
        section {
            height: auto;
        }
        body {
            background-color: #242423;
        }
        #navigation {
            display: none;
        }
        section .container-md {
            min-height: 80vh;
        }
        #main-section .main-content-wrapper {
            flex-flow: column-reverse nowrap;
            height: 100vh;
        }
        #main-section {
            min-height: 100vh;
        }
        .lawyer-img-wrapper {
            height: 45vh;
            margin-top: 50px;
            margin-bottom: -50px;
            z-index: -1;
        }
        .random-dots-container {
            z-index: -1;
        }
        .section-tip {
            display: none;
        }
        .main-content-wrapper {
            padding-right: 0;
            padding-left: 0;
            padding-top: 2vh;
        }
        #about-section {
            background: rgb(61,61,61);
            background: linear-gradient(146deg, rgba(61,61,61,1) 9%, rgba(36,36,35,1) 43%);
            border-radius: 50px 50px 0 0;
            padding-top: 80px;
        }
        #about-section .col-12:first-child {
            padding-left: 10px;
        }
        #about-section p {
            font-size: 16px;
        }
        #about-section .main-content-wrapper {
            position: relative;
        }
        #about-section .container-md {
            min-height: fit-content;
        }
        .hero h1 {
            font-size: 10.3vmin;
            margin-bottom: 15px;
        }
        .hero-desc {
            font-size: 16px;
            max-width: 100%;
        }
        .action-btn {
            min-width: 235px;
        }
        #about-section .col-12 img {
            margin-bottom: 0;
            margin-left: 0;
            width: 100%;
            position: relative;
        }
        h2 {
            font-size: 8vmin;
            margin-bottom: 20px;
        }
        section {
            overflow-y: hidden;
        }
        .hero .hero-wrapper > p:first-child {
            font-size: 5vmin;
        }
        #for-clients-section .main-content-wrapper {
            position: relative;
        }
        #for-clients-section {
            padding-top: 70px;
        }
        #for-business-section {
            padding-top: 70px;
        }
        .random-dots-container {
            display: none;
        }
        #callback-section .lawyer-img-wrapper {
            display: none;
        }
        #callback-section {
            padding-top: 70px;
        }
        #callback-section .container-md {
            min-height: min-content;
        }
        #callback-section .main-content-wrapper {
            position: relative;
        }
        #contacts-section .main-content-wrapper {
            position: relative;
        }
        .main-content-wrapper {
            position: relative;
            margin: 0;
            width: 100%;
        }
        #contacts-section {
            padding-top: 70px;
        }
        #contacts-section .container-md {
            min-height: fit-content;
        }
        #about-section .col-12:first-child {
            padding-left: 10px;
        }
        #about-section .col-12 img {
            width: 100%;
            margin-top: 35px;
        }
        .glass {
            right: 0;
        }
        .glass img{
            max-width: 25vw;
        }
        .pen {
            display: none;
        }
        .question {
            font-size: 10vmin;
        }
        #callback-section form {
            flex-flow: column;
        }
        #callback-section form input {
            width: 100%;
            height: 60px;
            margin-bottom: 20px;
        }
        #callback-section .list-card h5 {
            min-width: 100%;
        }
        .map-wrapper {
            height: 90vmin;
            margin-bottom: 50px;
            margin-top: 42px;
        }
        #contacts-section .main-content-wrapper .row .col-12.col-md-4 {
            padding-left: 37px;
        }
        #contacts-section .action-btn.popup-btn {
            margin-left: -20px;
        }
        #callback-section h2 {
            padding-right: 20vmin;
            height: 100vmin;
            font-size: 8vmin;
            background-image: url(../img/lawyer-callback.png);
            background-repeat: no-repeat;
            background-size: 60%;
            background-position: 100% 22vmin;
        }
        #callback-section .list-card {
            margin-top: -15vmin;
        }
        .modal-form .list-card {
            min-width: 94%;
        }
        .modal-form .list-card form .row {
            flex-direction: column;
            display: flex;
            align-items: center;
        }
        .modal-form .list-card form input {
            width: 80%;
            margin-bottom: 15px;
            justify-content: center;
        }
        .modal-form .list-card .action-btn {
            width: 80%;
        }
        #callback-section form button {
            width: 100%;
        }
        #callback-section form + p {
            text-align: center;
        }
        #mobile-navigation {
            height: 90px;
            position: fixed;
            width: 100%;
            background-color: #242423;
            z-index: 1;
            display: flex;
            padding-left: 5vmin;
            padding-right: 5vmin;
            justify-content: space-between;
            align-items: center;
        }
        #burger {
            height: 60px;
            width: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: -20px;
        }
        #phone-side-nav {
            display: block;
            position: fixed;
            right: -96vw;
            top: 0;
            height: 101vh;
            width: 96vw;
            background: rgb(61,61,61);
            background: linear-gradient(146deg, rgba(61,61,61,1) 9%, rgba(36,36,35,1) 43%);
            z-index: 1000000;
            border-radius: 50px 0 0 0;
            transition: all .3s ease;
            opacity: 0;
        }
        #phone-side-nav .row:nth-child(1) {
            height: 92px;
            display: flex;
            justify-content: space-between;
            flex-flow: row nowrap;
            align-items: center;
            padding-right: 3vmin;
            padding-left: 7vmin;
        }
        #phone-side-nav .nav-logo {
            width: auto;
        }
        #nav-exit {
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
        #phone-side-nav ul li {
            text-align: right;
            padding-right: 17px;
            margin-bottom: 18px;
            margin-top: 18px;
        }
        #phone-side-nav ul li a {
            font-size: 4.7vmin;
            text-transform: uppercase;
            padding: 10px 0 10px 10px;
            color: #fcfcfc;
        }
        .footer-mobile {
            position: absolute;
            width: 100%;
            bottom: 150px;
            display: flex;
            flex-flow: column nowrap;
            align-items: flex-end;
            padding-right: 17px;
        }
        .footer-mobile .nav-contacts{
            color: #fff;
            margin-bottom: 30px;
        }
        .footer-mobile .social-wrapper {
            margin-bottom: 30px;
        }
        .footer-mobile .address {
            text-align: right;
            font-size: 14px;
        }
        #policity-section {
            padding-right: 0;
            padding-left: 0;
            overflow: auto;
        }
        body.policity {
            overflow: visible;
        }
        
        #policity-section .main-content-wrapper {
            overflow-x: hidden;
        }
    }


    @media (min-width: 576px) and (max-width: 767.98px) { 
        section {
            height: auto;
        }
        section .container-md {
            min-height: 80vh;
        }
        #main-section .main-content-wrapper {
            flex-flow: column-reverse nowrap;
            min-height: 100vh;
            padding-right: 25px;
            padding-left: 25px;
        }
        #main-section {
            min-height: 100vh;
        }
        h2 {
            font-size: 8vmin;
        }
        .lawyer-img-wrapper {
            height: 55vmax;
            margin-top: 50px;
            margin-bottom: -50px;
            z-index: -1;
        }
        .hero-wrapper {
            margin-top: 0;
        }
        .random-dots-container {
            z-index: -1;
        }
        .section-tip {
            display: none;
        }
        .main-content-wrapper {
            padding-right: 20px;
            padding-left: 20px;
            position: relative;
            width: 100%;
        }
        #about-section {
            background: rgb(61,61,61);
            background: linear-gradient(146deg, rgba(61,61,61,1) 9%, rgba(36,36,35,1) 43%);
            border-radius: 50px 50px 0 0;
            padding-top: 80px;
        }
        #about-section .col-12:first-child {
            padding-left: 25px;
        }
        #about-section p {
            font-size: 16px;
        }
        #about-section .col-12 img {
            margin-bottom: 0;
            margin-left: 0;
            width: 100%;
            position: relative;
            margin-top: 30px;
        }
        #for-clients-section .main-content-wrapper {
            position: relative;
        }
        #for-clients-section {
            padding-top: 70px;
        }
        #for-business-section {
            padding-top: 70px;
        }
        .random-dots-container {
            display: none;
        }
        #callback-section .lawyer-img-wrapper {
            display: none;
        }
        #callback-section {
            padding-top: 70px;
        }
        #callback-section .container-md {
            min-height: min-content;
        }
        #callback-section .main-content-wrapper {
            position: relative;
        }
        #contacts-section .main-content-wrapper {
            position: relative;
            padding-bottom: 70px;
        }
        #contacts-section {
            padding-top: 70px;
        }
        #contacts-section .container-md {
            min-height: fit-content;
        }
        .main-content-wrapper {
            margin-right: 0;
        }
        #about-section .col-12:first-child {
            padding-left: 12px;
        }
        .pen {
            display: none;
        }
        #callback-section h2 {
            padding-right: 20vmin;
            height: 100vmin;
            font-size: 7vmin;
            background-image: url(../img/lawyer-callback.png);
            background-repeat: no-repeat;
            background-size: 60%;
            background-position: 100% 24vmin;
        }
        #callback-section .list-card {
            margin-top: -70px;
        }
        .modal-form .list-card {
            min-width: 570px;
        }
        .nav-contacts {
            display: none;
        }
        .nav-links {
            margin: 0 auto;
        }
        #navigation {
            display: block;

        }
        #mobile-navigation {
            height: 90px;
            position: fixed;
            width: 100%;
            background-color: #242423;
            z-index: 1;
            display: flex;
            padding-left: 5vmin;
            padding-right: 5vmin;
            justify-content: space-between;
            align-items: center;
            display: none;
        }
        #burger {
            height: 60px;
            width: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: -20px;
        }
        #phone-side-nav {
            position: fixed;
            display: block;
            right: -96vw;
            top: 0;
            height: 101vh;
            width: 96vw;
            background: rgb(61,61,61);
            background: linear-gradient(146deg, rgba(61,61,61,1) 9%, rgba(36,36,35,1) 43%);
            z-index: 1000000;
            border-radius: 50px 0 0 0;
            transition: all .3s ease;
            opacity: 0;
        }
        #phone-side-nav .row:nth-child(1) {
            height: 120px;
            display: flex;
            justify-content: space-between;
            flex-flow: row nowrap;
            align-items: center;
            padding-right: 3vmin;
            padding-left: 3vmin;
        }
        #phone-side-nav .nav-logo {
            width: auto;
        }
        #nav-exit {
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
        #phone-side-nav ul li {
            text-align: right;
            padding-right: 17px;
            margin-bottom: 18px;
            margin-top: 18px;
        }
        #phone-side-nav ul li a {
            font-size: 4.7vmin;
            text-transform: uppercase;
            padding: 10px 0 10px 10px;
            color: #fcfcfc;
        }
        .footer-mobile {
            position: absolute;
            width: 100%;
            bottom: 150px;
            display: flex;
            flex-flow: column nowrap;
            align-items: flex-end;
            padding-right: 17px;
        }
        .footer-mobile .nav-contacts{
            color: #fff;
            margin-bottom: 30px;
        }
        .footer-mobile .social-wrapper {
            margin-bottom: 30px;
        }
        .footer-mobile .address {
            text-align: right;
            font-size: 14px;
        }
        #navigation {
            height: 90px;
            background-color: #232324;
            top: 0;
            display: flex;
            align-items: center;
        }
        #policity-section {
            padding-right: 0;
            padding-left: 0;
            overflow: auto;
        }
        body.policity {
            overflow: visible;
        }
        #policity-section .main-content-wrapper {
            overflow-x: hidden;
        }
     }


    @media (min-width: 768px) and (max-width: 991.98px) { 
        section {
            height: auto;
        }
        body {
            background-color: #242423;
        }
        section .container-md {
            min-height: auto;
        }
        #main-section .main-content-wrapper {
            flex-flow: column-reverse nowrap;
            min-height: 100vh;
        }
        #main-section {
            min-height: 100vh;
        }
        .lawyer-img-wrapper {
            height: 55vh;
            margin-top: 50px;
            margin-bottom: -50px;
            z-index: -1;
        }
        .random-dots-container {
            z-index: -1;
        }
        .section-tip {
            display: none;
        }
        .main-content-wrapper {
            padding-right: 20px;
            padding-left: 20px;
            position: relative;
            width: 100%;
        }
        #about-section {
            background: rgb(61,61,61);
            background: linear-gradient(146deg, rgba(61,61,61,1) 9%, rgba(36,36,35,1) 43%);
            border-radius: 50px 50px 0 0;
            padding-top: 80px;
        }
        #about-section .col-12:first-child {
            padding-left: 12px;
        }
        #about-section p {
            font-size: 16px;
        }
        #about-section .col-12 img {
            margin-bottom: 0;
            margin-left: 0;
            width: 100%;
            position: relative;
            margin-top: 40px;
        }
        #for-clients-section .main-content-wrapper {
            position: relative;
        }
        #for-clients-section {
            padding-top: 70px;
        }
        #for-business-section {
            padding-top: 70px;
        }
        .random-dots-container {
            display: none;
        }
        #callback-section .lawyer-img-wrapper {
            display: none;
        }
        #callback-section {
            padding-top: 70px;
        }
        #callback-section .container-md {
            min-height: min-content;
        }
        #callback-section .main-content-wrapper {
            position: relative;
        }
        #contacts-section .main-content-wrapper {
            position: relative;
            padding-bottom: 70px;
        }
        #contacts-section {
            padding-top: 70px;
        }
        #contacts-section .container-md {
            min-height: fit-content;
        }
        #callback-section h2 {
            padding-right: 20vmin;
            height: 100vmin;
            font-size: 6vmin;
            background-image: url(../img/lawyer-callback.png);
            background-repeat: no-repeat;
            background-size: 60%;
            background-position: 100% 22vmin;
        }
        #callback-section .list-card {
            margin-top: -25vmin;
        }
        .nav-contacts {
            display: none;
        }
        .nav-links {
            margin: 0 auto;
        }
        #navigation {
            display: block;

        }
        #mobile-navigation {
            height: 90px;
            position: fixed;
            width: 100%;
            background-color: #242423;
            z-index: 1;
            display: flex;
            padding-left: 5vmin;
            padding-right: 5vmin;
            justify-content: space-between;
            align-items: center;
            display: none;
        }
        #burger {
            height: 60px;
            width: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: -20px;
        }
        #phone-side-nav {
            position: fixed;
            display: block;
            right: -96vw;
            top: 0;
            height: 101vh;
            width: 96vw;
            background: rgb(61,61,61);
            background: linear-gradient(146deg, rgba(61,61,61,1) 9%, rgba(36,36,35,1) 43%);
            z-index: 1000000;
            border-radius: 50px 0 0 0;
            transition: all .3s ease;
            opacity: 0;
        }
        #phone-side-nav .row:nth-child(1) {
            height: 120px;
            display: flex;
            justify-content: space-between;
            flex-flow: row nowrap;
            align-items: center;
            padding-right: 3vmin;
            padding-left: 3vmin;
        }
        #phone-side-nav .nav-logo {
            width: auto;
        }
        #nav-exit {
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
        #navigation {
            height: 90px;
            background-color: #232324;
            top: 0;
            display: flex;
            align-items: center;
        }
        #policity-section {
            padding-right: 0;
            padding-left: 0;
            overflow: auto;
        }
        body.policity {
            overflow: visible;
        }
        #policity-section .main-content-wrapper {
            overflow-x: hidden;
        }
     }


    @media (min-width: 992px) and (max-width: 1199.98px) { 
        #about-section .col-12 img {
            position: absolute;
            bottom: -55px;
            margin-left: -100px;
            transform: scale(.7);
        }
        .main-content-wrapper {
            padding-right: 50px;
            padding-left: 50px;
        }
        #callback-section .list-card h5 {
            max-width: 60%;
        }


     }
    
@keyframes scaleUp {
    from {
        transform: scale(.7);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}