/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
	font-family: 'Montserrat', sans-serif;
}

body {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.card-img-top {
    border-radius: 0;
}

.main-title {
    display: block;
    padding: 30px 0px 0px 0px;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 6px;
    margin-left: -15px;
    color: #555555;
}
.btn {
	position: relative;
}

.btn-red {
    width: 98%;
    padding: 15px 0;
    color: white;
    background: #7b1315;
    border-radius: 0;
    font-size: 18px;
    margin: 60px 0 30px 0;
    margin-left: 2%;
}

.btn-black {
    width: 100%;
    padding: 15px 0;
    color: white;
    background: #000000;
    border-radius: 0;
    font-size: 18px;
}

.btn.btn-grey {
    position: absolute;
    bottom: 4%;
    right: 4.5%;
    background: #555555;
    border-radius: 0;
    color: white;
    font-size: 15px;
    border: 0;
    line-height: 24px;
    padding: 15px 20px;
}



.btn::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: rgba(255,255,255,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn:hover::before {
    opacity: 0;
    width: 100%;
    
}
.btn:hover {
    color: white;
    text-decoration: none;
}

.btn-blog:hover {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn-blog {
    font-size: 15px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
}

.btn.btn-blog.prev {
    background: #cbcbcb;
    margin-right: 10px;
}

.btn.btn-blog.prev,
.btn.btn-blog.next {
    position: relative;
}
.back-button {
    max-width: 50px;
}

.back-button-mobile {
    display: none;
}
.back-button span {
    font-size: 12px;
    margin-left: 10px;
    color: #aaaaaa;
}



/* HEADER */

.navbar {
	background: white;
}

.home-top {
	background: transparent;;
}

.home-dark {
    background: transparent;;
}
.home-top img {
	filter: brightness(0) invert(1);
}

.bg-white {
    background: white !important;
}

.bg-white img {
    filter: unset !important;
}

.nav-item {
    margin-left: 10px;
}

.home-top .nav-item.home::before, 
.home-top .nav-item.home::after {
    content: '';
    background: white;
    width: 2px;
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    z-index: 1123123;
    cursor: pointer;
}

.home-top .home .nav-link{
	color: white;
}

.home.active .nav-link {
    color: #3d0909;
}

.home-top .nav-item .lang{
	color: white;
}

.bg-white .home .nav-link{
    color: #555555;
}

.bg-white .nav-item .lang{
    color: #555555;
}

.nav-item.home {
    margin-left: 76px;
    z-index: 20;
    position: relative;
}

.nav-item.home::before, 
.nav-item.home::after {
    content: '';
    background: #555555;
    width: 2px;
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    z-index: 1123123;
    transition: all 0.3s ease;
}

.bg-white .nav-item.home::before, 
.bg-white .nav-item.home::after {
    background: #555555;
}

.active.nav-item.home::before {
    transform: rotate(-45deg);
    height: 50%;
    top: 25%;
    background: #3d0909;
}

.active.nav-item.home::after {
    transform: rotate(45deg);
    height: 50%;
    top: 25%;
    background: #3d0909;
}

.home .nav-link{
	font-size:  17px;
	font-weight:  600;
	color: #555555;
	margin-left: 10px;
}

.nav-item .lang{
	font-size:  12px;
	color: #555555;
	font-weight: 600;
	line-height: 25px;
}

.pushy {
	background: black;
	width: 300px;
}

.pushy ul {
	list-style: none;
}

.pushy-left {
    -webkit-transform: translate3d(-300px,0,0);
    -ms-transform: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0);
}

.search-form {
	height: 100%;
	display: flex;
    justify-content: center;
}

.search-form input {
    height: 100%;
    text-indent: 5px;
    width: 62%;
    background: black;
    border: 0;
    text-indent: 5px;
    color: white;
    
}

.search-form button{
	background: none;
	border: none;
}
.search-form button img {
    filter: brightness(0) invert(1) !important;
}

li.nav-item.ui-input-search {
	display: none;
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: 0;
    z-index: 30;
}

.form-black {
    display: block;
    max-width: 1400px;
    background: black;
    margin: 0 auto;
    height: 100%;

}

.arat-menu {
    display: none;
    position: fixed;
    top: 0;
    left: calc(50% - 300px);
    width: 650px;
    background: #7b1815;
    background-image: url(../img/icon-header.png);
    height: 700px;
    opacity: 0.95;
    background-position: 83% 85%;
    background-repeat: no-repeat;
}

.arat-menu ul {
    list-style: none;
    display: block;
    margin-top: 120px;
    margin-left: 32px;
}

.arat-menu .arat-btn {
    color: white;
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 50px;
    display: block;
    letter-spacing: 0.12em;
}

.social-mob, .language-mob {
    display: none;
}

/* CAROUSEL */

.carousel-inner {
    max-width: 1400px;
    margin: auto;
    max-height: 700px;
}


.carousel-caption p {
	font-size: 64px;
    font-weight: 200;
    text-transform: lowercase;
    margin-bottom: 0;
    line-height: 32px;
    text-indent: 22px;
}

.carousel-caption h3 {
    font-size: 96px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-block;
}

.carousel-caption .carousel-arrow {
    display: inline-block;
    height: auto;
    position: relative;
    top: -27px;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 30%;
    left: calc(50% - 488px);
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: unset;
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 7px;
    text-indent: -999px;
    cursor: pointer;
    border: 3px solid white;
    border-radius: 50%;
    background-clip: padding-box;
    transition: opacity .6s ease;
    background-color: unset;
    opacity: 1;
}

.carousel-indicators .active {
    opacity: 1;
    background: white;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: calc(50% - 496px);
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: left;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}

/* PROFESSIONS */
.fields .main-title {
    padding: 80px 0px 40px 0px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
}
.portfolio-item {
    margin-bottom: 60px;
    padding: 0;
}

.fields.page .portfolio-item {
    margin-bottom:  110px;
}

.card-body {
    position: absolute;
    width: 100%;
    min-height: 245px;
    bottom: -33px;
    transform: skewY(10deg);
    padding: 40px;
}
.layout-item {
    background: #7b1315;
    position: absolute;
    width: 100%;
    min-height: 245px;
    bottom: -33px;
    transform: skewY(10deg);
    padding: 40px;
    transition: all 0.3s ease;
    mix-blend-mode: multiply;
}

.card.h-100:hover>.layout-item {
    min-height: 265px;
}
.card-title {
    transform: skewY(-10deg);
    position: absolute;
    width: 77%;
    bottom: 45px;
}

.card-title a {
    color: white;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 34px;
}


.card-icon {
    transform: skewY(-10deg);
    margin-bottom: 18px;
    position: absolute;
    bottom: 126px;
}

a.card-icon-right {
    position: absolute;
    right: 20px;
    bottom: 15px;
    transform: skewY(-10deg);
}
.card {
    border: unset;
    border-right: 0;
    width: 99%;
    margin: auto;
}
/* BLOG */

section.main-blog.list {
    margin-top: 50px;
}
.main-blog.list .container::after {
    top: -80px;
}

.main-blog.list .col-lg-6.col-sm-6 {
    margin-bottom:  50px;
}
.main-blog .blog-title,
.main-blog .blog-date,
.main-blog .blog-text {
	font-family: 'PT Serif', serif;
}

.main-blog .container {
    background: #f4f4f4;
    margin-top: 30px;
    position: relative;
    padding: 30px 60px;
}

.main-blog .container::after {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    border: 85px solid transparent;
    border-bottom: 0px solid #f4f4f4;
    border-left: 390px solid #f4f4f4;
}

.main-blog .main-title {
    padding: 10px 0 40px 0;
    border-bottom: 1px solid #cccccc;
    margin: 30px -2px 60px -2px;
    text-indent: -2px;
}

.main-blog .blog-title {
    display: block;
    height: 90px;
    font-family: 'PT Serif', serif;
    color: #737070;
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 28px;
}

.main-blog .blog-date {
    display: block;
    font-size: 16px;
    margin: 20px 0;
    color: #737070;
}

.main-blog .blog-text {
	font-size: 16px;
	color: #737070;
    margin-bottom: 50px;
    display: block;
    min-height: 120px;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    margin-top: 30px;
}

.blog-header .blog-title {
    height: auto;
    margin-bottom: 40px;
}

.share {
    line-height: 40px;
}

.share span {
    color: #aaaaaa;
    font-size: 12px;
}

a.share-link {
    margin-left: 20px;
}

.blog-description {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    color: #555555;
}

.blog-description img {
    max-width: 100%;
    height: auto;
}
.blog-description h1,
.blog-description h2,
.blog-description h3,
.blog-description h4,
.blog-description h5,
.blog-description h6 {
    color: #737070;
    margin-bottom: 40px;
    margin-top: 80px;
}

.blog-description h3 {
    font-size: 32px;
}

.blog-description h2 {
    font-size: 48px;
}
.blog-description h1 {
    font-size: 56px;
}

.blog-description h5 {
    font-size: 28px;
}

.blog-description h4 {
    font-size: 32px;
}

blockquote {
    padding: 20px 40px;
    color: grey;
    position: relative;
    font-style: italic;
    font-weight: 200;
}

.blog-description iframe {
    max-width: 100%;
}
/* LAWYERS */
section.lawyers {
    background: linear-gradient(7deg, transparent 19%, #000 19.2%);
    margin-top: -24px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.lawyers .main-title {
	color: white;
    margin-bottom: 60px !important;
    padding-top: 70px;
}
.layer-body {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 170px;
    background: linear-gradient(0deg, black, #000000d9, #00000087, transparent);
    padding: 70px 20px 21px 35px;
    transition: all 0.3s ease;
}

.layer-title {
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.layer-rang {
    font-size: 18px;
    text-transform: uppercase;
    color: #878787;
    letter-spacing: 1px;
}
.card.h-100:hover>.layer-body {
	height: 40%;
}

.team .description {
    margin-top: 55px;
}

.team .description h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 44px
}

.team .description .team-position {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
    color: #949494;
}
.team-contact {
    color: #949494;
}
.team-contact h3 {
    font-size: 18px;
    letter-spacing: 3px;
}

.team-contact span {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    margin-right: 40px;
}

.team-contact .info {
    margin-bottom: 60px;
    display: block
}

h1.main-team-title {
    text-align: right;
    font-size: 44px;
    color: #737070;
    margin-top: 85px;
    max-width: 500px;
    letter-spacing: 0.2em;
    font-weight: 300;
}

.team-section {
    background: black;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


.team-section.page {
    padding: 80px 0;
}

.team-section .main-title {
    color: white;
}
.team-section .portfolio-item {
    margin-bottom: 0px;
}
section.mt-5.pt-5.team {
    margin-top: 100px !important;
}
/* FOOTER */
.page+footer {
    margin-top: -70px;
}
footer {
	border-top: 1px solid #cccccc;
    margin-top: 80px;
    padding: 50px 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.footer-nav {
	display: flex;
    height: 90px;
}

.footer-nav ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin-top: auto;
    width: 100%;
}

.footer-nav li {
    margin-left: 30px;
}

.footer-nav li a {
    color: #949494;
    font-size: 15px;
    letter-spacing: 2px;
}
.bottom-footer  {
	font-size: 15px;
	margin-top: 15px;
    color: #949494;
}

/* ABOUT */
.img-cutted {
    max-width: 520px;
    position: relative;
}
.img-cutted img {
    width: 100%;
}
.img-cutted::before {
    content: '';
    width: 100%;
    height: 200px;
    background: linear-gradient(-11.6deg, transparent 63%, #fff 64.2%);
    position: absolute;
}

.cutted-body {
    position: absolute;
    top: 59px;
    display: block;
    width: 100%;
    height: 230px;
    transform: skewY(-12deg);
    text-align: right;
}

.cutted-layout {
    position: absolute;
    top: 59px;
    display: block;
    width: 100%;
    height: 230px;
    background: #7b1315f0;
    mix-blend-mode: multiply;
    transform: skewY(-12deg);
}

.cutted-title {
    transform: skewY(12deg);
    font-size: 34px;
    letter-spacing: 10px;
    font-weight: 300;
    display: block;
    margin-left: auto;
    margin-top: 10.5%;
    margin-right: 5%;
    color: white;
}

.description {
    margin-top: 95px;
    font-family: 'PT Serif', serif;
    font-size: 16px;
    color: #737070;
}

.description p {
    margin-bottom: 50px;
}

/* SERVICES */
.mt-5.service {
    margin-top: 80px !important;
}

.cutted-icon {
    position: absolute;
    max-width: 140px;
    right: 45px;
    bottom: 25px;
}

.service .description {
    margin-top: 0;
}
.service .col-md-6:nth-child(odd) {
    padding-right: 4%;
}
.service img {
width: 100%;
height: auto;
}
.service .description h3 {
    margin-bottom: 20px;
}

.description li {
    margin-bottom: 35px;
}

.description ul {
  list-style: none;
  padding: 0;
}
.description li {
  padding-left: 2.5em;
}
.description li:before {
    content: '';
    background: url(../img/icon-checked.png);
    display: inline-block;
    margin-left: -2.5em;
    width: 1.5em;
    height: 1.2em;
    margin-right: 16px;
}

/* CONTACT */ 
.map {
    margin-top: 40px;
}

.btn-ya, .btn-go {
    padding: 25px 0;
    flex: 1;
    text-align: center;
    color: white;
    font-size: 18px;
    max-width: 274px;
    margin-top: 3px;
}
.buttons {
    display: flex;
    justify-content: space-between;
}

.btn-ya {
    background: #edbe04;
}

.btn-go {
    background: #009fd3;
}

.form {
    max-width: 480px;
}

.form h3 {
    margin-bottom: 30px;
    letter-spacing: 0.12em;
    color: #949494;
    font-size: 18px;
}
.contact-form {
    font-family: 'PT Serif', serif;
    text-indent: 1px;
}
.contact-form input {
    border: none;
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
    margin-bottom: 50px;
    font-size: 18px;
    padding: 10px 0;
}

.contact-form input::placeholder {
    letter-spacing: 1px;
    color: #cbcbcb;
}
.contact-form label {
    display: block;
    margin-bottom: 12px;
    letter-spacing: 1px;
    color: #cbcbcb;
    font-size: 18px;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #cbcbcb
}
.contacts-title {
    margin-bottom: 40px;
    letter-spacing: 0.12em;
    color: #949494;
    font-size: 18px;
}
.contacts-text {
    font-family: 'PT Serif', serif;
    margin-bottom: 40px;
    color: #828282;
    font-size: 18px;
}

.carier {
    width: 100%;
}

button.submit {
    padding: 20px 30px;
    background: #cbcbcb;
    font-size: 18px;
    color: white;
    border: none;
    text-transform: uppercase;
    margin-top: 13px;
}

.checkbox {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #cbcbcb;
    margin-left: -1px;
    margin-top: 13px;
    margin-right: 10px;
}

.checkbox.selected {
    background: #cbcbcb;
    padding: 2px;
    background-clip: content-box;
}

p.checkbox-text {
    display: inline-block;
    width: 73%;
    font-size: 15px;
    font-family: 'PT Serif', serif;
    color: #949494;
    padding-top: 25px;
}
p.checkbox-text a {
    text-decoration: underline;
    color: #949494;
}


@media (min-width: 745px) {
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
}

.map iframe {
    width: 100% !important;
    height: 582px !important;
}

li.page-item {
    display: block;
    width: 60px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    /* background: transparent; */
}
.page-item .page-link {
    background: transparent;
    color: grey;
    height: 50px;
    line-height: 35px;
}

.page-item.active .page-link {
    z-index: 1;
    color: black;
    background-color: grey;
    border: none;
}