@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Open+Sans&family=Roboto:wght@300;400;500;700;900&display=swap");
html, body {
    overflow-x: hidden;
}
/*TRAUR*/
/*body{*/
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%) !important;*/
/*}*/

/*html {*/
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%) !important;*/
/*}*/

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
#news-gallery-carousel { clear: both;}

.main-wrapper {
    overflow-x: hidden;
    display: block;
    table-layout: unset;
    width: 100vw;
    /*overflow: unset;*/
    /*background: #F1F1F1;*/
}

/*header app/views/parts/header/index.blade.php */
header {
    background: rgba(0, 0, 0, 0);
    padding-top: 12px;
    z-index: 50;
    padding-bottom: 15px;
}

.fixed-header {
    position: fixed !important;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 50;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15px;
    background: #f8f8f8;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #00000021;
    box-shadow: 0 0 5px #00000021;
}

.fixed-header.header-menu {
    color: #000000;
}

.fixed-header .search-bar input, .fixed-header .search-btn, .fixed-header .search-btn:before, .fixed-header .search-btn:after, .fixed-header .search-btn {
    border: 1px solid #000000;
}

.fixed-header.header-menu .header-menu-dropdown button svg .line {
    stroke: black;
}

.bg-img {
    position: absolute;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    z-index: -1;
    height: 1080px;
}

.bg-small {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -2;
    height: 215px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.main-header-slide {
    /*background: no-repeat 50% 50% / cover url("/img/heder-new/header-bg.jpg");*/
    padding-top: 0px;
}

.add-padding-top {
    padding-top: 3.6em;
}

.header-adoptive {
    display: none;
}

header a, header h5, header h6, header svg g {
    -webkit-transition: .3s;
    transition: .3s;
}

header h5, header h6, header h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.header-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 28px;
    margin-bottom: 1em;
    border-bottom: 1px solid #ffffff1a;
}
.mobile-name-top {
    display: none;
}
.about-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.name-atameken {
    text-decoration: none;
    color: #FFFFFF;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    padding-left: 1em;
    font: 700 18px 'Lora', serif;
    line-height: 18px;
}

.about-logo:hover .name-atameken, .name-atameken:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #F9B000;
}

.about-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
}

.numbers-whatsapp {
    width: 40%;
}

.numbers-whatsapp a, .numbers-united a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.numbers-whatsapp a:hover span h5,
.numbers-whatsapp a:hover span h6,
.numbers-united a:hover span h5,
.numbers-united a:hover span h6 {
    color: #F9B000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.numbers-whatsapp a svg, .numbers-united a h3 {
    fill: #F9B000;
    color: #F9B000;
    margin-right: 0.3em;
    font: 700 36px 'Lora', serif;
}

.numbers-whatsapp a span h5, .numbers-united a span h5 {
    color: #FFFFFF;
    font: 700 16px 'Lora', serif;
}

.numbers-whatsapp a span h6, .numbers-united a span h6 {
    color: #FFFFFF;
    font: 400 12px 'Lora', serif;
}

.about-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-media .media-item {
    margin-right: 1em;
}

.media-item a svg:hover g {
    fill: #F9B000;
}

.media-language {
    color: #FFFFFF !important;
    font: 400 16px 'Lora', serif !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 3px !important;
    padding: 0.7em 0.8em !important;
}

.media-language:hover, .media-language:focus {
    background: rgba(0, 0, 0, 0) !important;
}

.test-language .dropdown-menu {
    min-width: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.test-language .dropdown-menu {
    background: #ffffff;
}

.test-language .dropdown-menu li a {
    padding: 3px 18px;
    color: black;
    font: 400 16px 'Lora', serif;
}

.test-language .dropdown-menu li a:hover {
    color: #F9B000;
}

.no-bottom-border {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    padding-bottom: 1em;
    border-bottom: 1px solid #ffffff66;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-menu-dropdown {
    position: relative;
}

.header-menu-ham {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    padding-right: 1em;
}

.header-menu-ham span {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font: 500 16px 'Lora', serif;
}

.line {
    fill: none;
    stroke: white;
    -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header-menu-ham:hover svg path {
    stroke: #F9B000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-menu-ham:hover span {
    color: #F9B000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.opened svg path, .opened span {
    stroke: #F9B000;
    color: #F9B000;
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 5;
}

.line2 {
    stroke-dasharray: 40 60;
    stroke-width: 5;
    width: 70%;
}

.line3 {
    stroke-dasharray: 50 207;
    stroke-width: 5;
    width: 80%;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.menu-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    position: absolute;
    top: 150%;
    background: #FFFFFF;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 1320px;
    padding: 0.5em;
    opacity: 1;
}

.menu-drop.container::before, .menu-drop.container::after {
    content: none;
}

.hidden-menu {
    display: none;
}

.hidden-opacity {
    opacity: 0;
}

.dropdown-item {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dropdown-item span {
    font: 500 18px 'Lora', serif;
}

.about-us-link {
    font: 500 18px 'Lora', serif !important;
}

.dropdown-item span, .dropdown-item a {
    color: #000000;
    margin: 0.5em;
}

.dropdown-item a {
    font: 400 16px 'Lora', serif;
}

.dropdown-item a:hover {
    color: #F9B000;
}

.menu-btn {
    padding-right: 0.5em;
}

#menu- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.menu li {
    list-style-type: none;
    padding-right: 35px;
    font: 500 16px 'Lora', serif;
}
.menu li:last-child {
    padding: 0;
}

.menu li:hover {
    color: #F9B000;
}

.search-new-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 5;
    height: 45px;
    transition: 0.3s ease-in-out;
}

.search-new-form-active {
    width: 100%;
}

.search-new {
    padding: 0 !important;
    width: 71%;
    border: 0 !important;
    height: 100%;
    color: #000000;
    transition: 0.3s ease-in-out;
}
.search-active {
    padding: 0 0 0 15px !important;
}

.search-new-btn-reset {
    position: absolute;
    left: 68%;
    top: 50%;
    transform: translate(0, -50%);
    background: #ffffff00;
    border-radius: 50%;
    border: 0;
    color: #000000;
    width: 0;
    height: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.search-reset-active {
    width: max-content;
    height: max-content;
    opacity: 1;
}

.search-new-btn {
    cursor: pointer;
}
.search-new-btn g g {
    transition: 0.3s ease-in-out;
}
.search-new-btn:hover g g {
    fill: #F9B000;
}

.choose-region .btn {
    border: 1px solid #F9B000;
    color: #F9B000;
    border-radius: 9px;
    padding: 0.7em 0.8em;
    font: 500 16px 'Lora', serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.choose-region .dropdown-menu {
    background: #ffffff;
}

.choose-region .dropdown-menu li a {
    color: black;
    font: 500 16px 'Lora', seri;
}

.choose-region .dropdown-menu li a:hover {
    color: #F9B000;
}

.choose-region .btn:hover, .choose-region .btn:focus {
    border: 1px solid #F9B000;
    color: #F9B000;
    background: rgba(0, 0, 0, 0);
}

.corruption {
    color: #F9B000;
    border: 1px solid #F9B000;
    font: 500 16px 'Lora', serif;
    border-radius: 9px;
    padding: 0.7em 0.8em;
}

.no-m-p {
    margin: 0;
}

.header-slick-autoplay {
    background: #ffffff33;
    border-radius: 8px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.header-slick-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0.9em;
    border-radius: 8px;
    color: #FFFFFF;
}

.slick-item-head {
    font: 500 16px 'Lora', serif;
    /*border-bottom: 1px solid #FFFFFF;*/
    margin-bottom: 0.5em;
    width: 180px;
}

.slick-item-head hr {
    width: 70%;
    margin: 0.5em 0 0;
}

.slick-item-block-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slick-item-photo {
    width: 400px;
    height: 250px;
}

.slick-item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-item-time-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 400 16px 'Lora', serif;
    padding-top: 1em;
}
.item-time {
    text-transform: lowercase;
}

.item-read {
    font-size: 14px;
    padding-left: 1.5em;
}

.slick-item-short {
    font: 500 36px 'Lora', serif;
    line-height: 48px;
    width: 70%;
}

.header-prev, .header-next {
    background: #FFFFFF26;
    padding: 13px;
    border-radius: 50%;
    border: 0;
    position: absolute;
}

.header-prev {
    z-index: 10;
    bottom: 5%;
    right: 39%;
}

.header-next {
    bottom: 5%;
    right: 34%;
}

.header-prev img, .header-next img {
    width: 70%;
}

.header-prev img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.progress-svg {
    -webkit-transform: rotateY(360deg) rotateZ(270deg);
    transform: rotateY(360deg) rotateZ(270deg);
}

.header-next svg.progress-svg {
    position: absolute;
    top: 0;
    left: 0;
}

.circle-go, .circle-go-two, .circle-go-three, .circle-go-four, .circle-go-five {
    fill: rgba(255, 255, 255, 0);
    stroke: #FFD400;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-dasharray: 0, 150;
    stroke-dashoffset: 0;
}

.project-next g, .header-next g, .service-next g, .leaders-next g, .chambers-next g {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}

.header-counters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 57px;
}

.counter-block {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
}

.counter-h1 {
    font: 500 56px 'Lora', serif;
    line-height: 72px;
    color: #F9B000;
}

.counter-h1 span {
    font-size: 24px;
}

.counter-h2 {
    font: 500 15px 'Lora', serif;
    line-height: 26px;
    color: #FFFFFF;
}

/* content */
.content-news {
    padding-top: 34px;
    padding-bottom: 60px;
    background: #f8f8f8;
}

.news-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-head h3 {
    font: 500 40px 'Lora', serif;
    color: #10083F;
}

.news-head a {
    font: 500 16px 'Lora', serif;
    background: #F1F1F4;
    border-radius: 8px;
    border: 0;
    padding: 14px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-head a:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.news-head a svg {
    margin-left: 16px;
}

.news-blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 68% 32%;
    grid-template-columns: 68% 32%;
    -ms-grid-rows: 1fr 0.8fr;
    grid-template-rows: 1fr 0.8fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.news-block-big {
    position: relative;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
}

.news-block-big:hover .news-block-big-brief {
    color: #F9B000;
}

.news-block-big-img {
    z-index: 0;
    border-radius: 8px;
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-type {
    position: absolute;
    top: 5%;
    left: 30px;
    font: 500 20px 'Lora', serif;
    color: #FFFFFF;
}

.news-block-big-date-brief {
    position: absolute;
    z-index: 1;
    bottom: 5%;
    left: 30px;
    padding-right: 60px;
    color: #FFFFFF;
}

.news-block-big-date {
    font: 400 14px 'Lora', serif;
    text-transform: lowercase;
    padding-bottom: 0.7em;
}

.news-block-big-brief {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font: 600 38px 'Lora', serif;
}

.news-advertising {
    height: 100%;
    width: 100%;
}

.slick-add {
    width: 100%;
    height: 100%;
}

.news-blocks-small {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
}

.news-block-small {
    background: #F1F1F4;
    border-radius: 8px;
    padding: 10px 10px 15px;
    display: -ms-grid;
    display: grid;
    grid-template-rows: 150px 25px 100px 90px;
    -ms-grid-rows: 150px 25px 100px 90px;
}

.news-block-small:hover .news-block-small-brief {
    color: #F9B000;
}
.news-block-small:hover .news-block-small-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news-block-small-img__wrapper {
    overflow: hidden;
}
.news-block-small-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 1em;
    transition: 0.3s ease;
}

.news-block-small-name-date {
    color: #B2B0C1;
    font: 400 14px 'Lora', serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.news-block-small-date {
    text-transform: lowercase;
}

.news-block-small-brief, .news-block-small-text {
    color: #10083F;
    font: 700 14px 'Lora', serif;
    line-height: 21px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-block-small-text {
    font-weight: 400;
}

.news-block-right {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: auto;
    grid-row-gap: 20px;
}

.news-advertising {
    position: relative;
}

.news-advertising img {
    width: 100%;
    height: 100%;
}

.ad-small-img {
    display: none;
}

.ad-big-img {
    border-radius: 8px;
    display: block;
}

.news-regional {
    background: #F1F1F4;
    border-radius: 8px;
    padding: 1em;
}

.news-regional h3 {
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    font: 700 18px 'Lora', serif;
    color: #10083F;
}

.news-regional-blocks {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 10px;
    overflow-y: scroll;
    max-height: 300px;
    padding-right: 5px;
}

.news-regional-blocks::-webkit-scrollbar {
    width: 4px;
}

.news-regional-blocks::-webkit-scrollbar-track {
    background: gray;
    border-radius: 3px;
}

.news-regional-blocks::-webkit-scrollbar-thumb {
    background: #f9b000;
    border-radius: 3px;
}

.news-regional-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-regional-block:hover .news-regional-block-brief {
    color: #f9b000;
}

.news-regional-block-name-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #B2B0C1;
    font: 400 14px 'Lora', serif;
    padding-bottom: 6px;
}

.news-regional-block-date {
    text-transform: lowercase;
    display: inline-block;
}

.news-regional-block-brief {
    font: 700 16px 'Lora', serif;
    color: #10083F;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*content info app/views/parts/widgets/registers.blade.php*/
.content-info {
    padding-bottom: 60px;
    padding-top: 60px;
}

.info-about-us {
    width: 100%;
}

.info-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60%;
}

.info-item {
    cursor: pointer;
    padding: 20px 30px;
    font: 500 16px 'Lora', serif;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#infoItem1 {
    background: #F1F1F4;
    color: #F9B000;
}

.info-text-item {
    background: -webkit-gradient(linear, left top, right top, color-stop(55%, #F1F1F4ff), to(#F1F1F400)), no-repeat 100% 100%/cover url("/img/content-new/about.png");
    background: linear-gradient(to right, #F1F1F4ff 55%, #F1F1F400), no-repeat 100% 100%/cover url("/img/content-new/about.png");
    border-radius: 0 8px 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 400px;
}

.info-text {
    font: 500 16px 'Lora', serif;
    color: #000000;
    width: 60%;
}
.info-text ul li::marker {
    color: #F9B000;
}
.info-text ul li:not(:last-child) {
    padding-bottom: 5px;
}
#textItem3 span p, #textItem4 span p, #textItem5 span p  {
    font-weight: 700;
    font-size: 18px;
}
.info-text p {
    padding: 10px 0 0 30px;
}

.info-text p:first-child {
    padding: 40px 0 0 30px;
}

.info-text-item span a {
    margin: 40px 0 40px 30px;
    padding: 14px 20px;
    background: #F9B000;
    font: 500 16px 'Lora', serif;
    border: 0;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.hidden-about {
    display: none;
}

.info-text-item span a:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.info-text-item span a svg {
    margin-left: 13px;
}

/*content-services application/views/v2/app/home/components/services.blade.php*/
.content-services {
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgba(241, 241, 241, 0.55);
}

.choose-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    /*width: 20%;*/
}

.choose-item {
    font: 500 16px 'Lora', serif;
    color: #10083F;
    opacity: 0.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    padding-right: 24px;
}

.item-hr {
    margin: 0;
    margin-top: 0.5em;
    width: 65%;
    border: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#itemHr1 {
    border-top: 1px solid #10083F;
}

#chooseItem1 {
    opacity: 1;
}

.chosen-item {
    /*display: none;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hidden-item {
    display: none;
}

.chosen-item h2 {
    font: 500 52px 'Lora', serif;
    color: #10083F;
}

.slick-service div:nth-child(12) {
    display: none !important;
}

.slick-service-item {
    background: #F1F1F4;
    margin-right: 30px;
    padding: 50px 20px 30px;
    border-radius: 8px;
    height: 300px;
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.slick-service-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slick-service-link svg {
    margin-top: 10px;
}

.slick-service-link span {
    font: 500 24px 'Lora', serif;
    color: #10083F;
    width: 90%;
}

.yellow-service {
    font: 500 24px 'Lora', serif;
    color: #F9B000;
}

.slick-service-item img {
    /*padding-bottom: 2em;*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-prev, .service-next {
    background: #F1F1F4;
    padding: 13px;
    border-radius: 50%;
    border: 0;
    position: absolute;
}

.service-prev {
    z-index: 10;
    top: 30%;
    left: 0;
}

.service-next {
    top: 30%;
    right: 0;
}

.service-prev img, .service-next img {
    width: 70%;
}

.service-prev img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.service-next svg.progress-svg {
    position: absolute;
    top: 0;
    left: 0;
}

/*content projects application/views/v2/app/home/components/links.blade.php*/
.content-projects {
    padding-top: 37px;
}

.content-leaders-2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-projects h3 {
    font: 500 40px 'Lora', serif;
}

.slick-project {
    padding-top: 30px;
}

.slick-project h3 {
    padding-top: 70px;
    padding-bottom: 10px;
}

.project-item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-item-flex img {
    /*width: 30%;*/
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.iphone-img-1 {
    position: relative;
}

.iphones-img {
    position: absolute;
    right: 5%;
    top: 10%;
    width: 38%;
}

.bastau-img {
    width: 26%;
    right: 15%;
}

.slick-project-item span {
    width: 50%;
    height: 450px;
}

.slick-project-item p {
    font: 500 16px 'Lora', serif;
    color: #10083F;
}

.project-link h5 {
    padding-right: 1em;
    color: #F9B000;
    font: 500 16px 'Lora', serif;
}

.project-link {
    font: 500 16px 'Lora', serif;
    color: #F9B000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-prev, .project-next {
    background: #F1F1F4;
    padding: 13px;
    border-radius: 50%;
    border: 0;
    position: absolute;
}

.project-prev {
    z-index: 10;
    top: -15%;
    right: 5%;
}

.project-next {
    top: -15%;
    right: 0;
}

.project-prev img, .project-next img {
    width: 70%;
}

.project-prev img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.project-next svg.progress-svg {
    position: absolute;
    top: 0;
    left: 0;
}

.slick-project ul.slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: 10%;
    left: 0;
    padding-left: 0;
}

.slick-project li {
    list-style-type: none;
    padding-right: 24px;
}

.slick-project li button {
    font: 500 16px 'Lora', serif;
    padding: 0;
    background: #ffffff;
    border: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #10083F;
    opacity: 0.3;
    padding-bottom: 0.5em;
}

.slick-active .tab {
    border-bottom: 1px solid #10083F;
    opacity: 1;
}

/*content leaders application/views/v2/app/home/components/additional.blade.php*/
.content-leaders {
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgba(241, 241, 241, 0.55);
    position: relative;
}

.leaders-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chambers-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.leaders-item {
    font: 500 16px 'Lora', serif;
    cursor: pointer;
    color: #10083F;
    opacity: 0.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-right: 24px;
}

.leaders-item hr {
    border: 0;
    margin: 0;
    margin-top: 0.5em;
    width: 55%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#leadersHr1 {
    border-top: 1px solid #10083F;
}

#chambersHr1 {
    border-top: 1px solid #10083F;
}

#leadersItem1 {
    opacity: 1;
}

#chambersItem1 {
    opacity: 1;
}

.leaders-block {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hidden-block {
    display: none;
}

.leaders-block h3 {
    font: 500 40px 'Lora', serif;
    padding-top: 42px;
    padding-bottom: 38px;
}

.slick-leaders-item {
    background: #F1F1F4;
    padding: 16px 20px 50px 20px;
    margin-right: 24px;
    height: 390px;
    cursor: pointer;
}

.slick-item-higher {
    height: 480px;
}

.leaders-photo {
    width: 155px;
    height: 155px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-radius: 50%;
    transition: 0.3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slick-leaders-item img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.slick-leaders-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#slick-leaders-2 .slick-leaders-item h4 {
    padding-top: 0;
}

.second-name {
    padding-top: 17px;
}

.flex-class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 500 18px 'Lora', serif;
}

.slick-leaders-item h4 {
    text-transform: uppercase;
    font: 700 18px 'Lora', serif;
    padding-top: 17px;
}

.slick-leaders-item span {
    font: 500 16px 'Lora', serif;
}

.leaders-prev, .leaders-next {
    background: #f1f1f4;
    padding: 13px;
    border-radius: 50%;
    border: 0;
    position: absolute;
}

.leaders-prev {
    z-index: 10;
    top: -30%;
    right: 5%;
}

.leaders-next {
    top: -30%;
    right: 0;
}

.leaders-prev img, .leaders-next img {
    width: 70%;
}

.leaders-prev img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.leaders-next svg.progress-svg {
    position: absolute;
    top: 0;
    left: 0;
}

.leaders-modal-wrapper {
    position: absolute;
    left: 0;
    top: -210vh;
    width: 100vw;
    height: 500vh;
    margin: auto;
    z-index: 20;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s ease-in-out;
}

.leaders-modal {
    position: absolute;
    overflow-y: scroll;
    max-height: 600px;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #F9B000;
    border-right: 0;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    font: 500 16px 'Lora', serif;
}

.leaders-close-modal {
    border-radius: 5px;
    background: #ffffff00;
    color: #F9B000;
    width: max-content;
    height: max-content;
    font: 500 18px 'Lora', serif;
    border: 1px solid #F9B000;
    z-index: 25;
    padding: 5px 15px;
    transition: 0.3s ease-in-out;
}

.leaders-modal::-webkit-scrollbar {
    width: 3px;
}

.leaders-modal::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

.leaders-modal::-webkit-scrollbar-thumb {
    background: #F9B000;
    border-radius: 1px;
}

.leaders-close-modal:hover {
    background: #F9B000;
    color: #000000;
}

.leaders-hidden {
    opacity: 0;
    z-index: -10;
}

.chambers-prev, .chambers-next {
    background: #f1f1f4;
    padding: 13px;
    border-radius: 50%;
    border: 0;
    position: absolute;
}

.chambers-prev {
    z-index: 10;
    top: -30%;
    right: 5%;
}

.chambers-next {
    top: -30%;
    right: 0;
}

.chambers-prev img, .chambers-next img {
    width: 70%;
}

.chambers-prev img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.chambers-next svg.progress-svg {
    position: absolute;
    top: 0;
    left: 0;
}

/*content advices application/views/parts/widgets/contacts.blade.php*/
.content-advices {
    padding-top: 60px;
    color: #10083F;
    background: rgba(241, 241, 241, 0.55);
}

.content-advices h3 {
    font: 500 40px 'Lora', serif;
    padding-bottom: 11px;
}

.advices-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advices-block {
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    font: 500 24px 'Lora', serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.advices-block h4 {
    font-size: 24px;
    line-height: 23px;
    height: 70px;
}

.advices-block h5 {
    font-size: 16px;
    line-height: 26px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-weight: 600;
    margin: 0;
}

.advices-block h5:nth-child(5) {
    padding-bottom: 24px;
    height: 180px;
    font-weight: 500;
}

.advices-block .leaders-photo {
    /*margin: 0;*/
}

.advices-block .leaders-photo img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.advices-block:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.advices-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advices-links:hover {
    opacity: 0.7;
}

.advices-links span {
    font-size: 16px;
    color: #F9B000;
    padding-right: 0.5em;
}

/*content organizations partners application/views/parts/bottom.blade.php*/
.content-organizations {
    padding-bottom: 70px;
}

.partners {
    background: rgba(241, 241, 241, 0.55);
}

.content-organizations h3 {
    font: 500 40px 'Lora', serif;
    padding-top: 60px;
    padding-bottom: 36px;
}

.organizations-items {
    border-radius: 8px;
    background: #f8f8f8;
    height: 120px;
    margin-right: 24px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners h3 {
    font: 500 40px 'Lora', serif;
    padding-top: 60px;
}

.regular-arrows {
    padding: 0;
}

/*footer application/views/parts/footer.blade.php*/
.footer {
    border-bottom: 1px solid #E2E8EE;
}

.footer .header-about {
    padding-bottom: 1em;
}

.footer .about-numbers h5, .footer .about-numbers h6 {
    color: #10083F;
    margin: 0;
}

.footer .site-map {
    background: #ffffff;
    padding: 1em 0;
}

.footer .site-map p {
    font: 700 14px 'Lora', serif;
    color: #10083F;
}

.footer .site-map li a {
    font: 400 14px 'Lora', serif;
    color: #444444;
}

footer {
    background: #ffffff;
    color: #000000;
    font: 400 14px 'Open Sans', sans-seri;
    padding: 1em 0;
}

.kazinsys {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

.kazinsys img {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.board-modal {
    max-width: 495px;
    width: 100%;
    height: 593px;
    overflow-y: scroll;
    padding: 28px 18px 0 28px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 5px;
}
.board-modal::-webkit-scrollbar {
    width: 7px;
    background-color: #F9F9F9;
}
.board-modal::-webkit-scrollbar-thumb {
    background-color: #747577;
    border-radius: 4px;
}
.board-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
}
.board-modal__img {
    width: 127px;
    height: 129px;
    margin-right: 22px;
    border-radius: 50%;
}
.board-modal__name {
    font-size: 18px;
    line-height: 122.2%;
    text-align: center;
    font-family: 'Open Sans',  sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.board-modal__position {
    font-family: 'Open Sans',  sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
}
.board-modal__desc {
    background: #F9F9F9;
    border: 1px solid #E4E4E4;
    border-radius: 10px 10px 0px 0px;
}
.board-modal__openbtn {
    font-family: 'Open Sans',  sans-serif;
    padding: 15px 18px 15px 18px;
    color: #000000;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.board-modal__desc-text {
    padding: 15px 18px 0px 18px;
    background-color: #fff;
    font-family: 'Open Sans',  sans-serif;
}
.board-modal__desc-text p {
    margin-bottom: 20px;
}
.board-modal__desc-text p:last-child {
    margin-bottom: 0;
}
.board-modal__desc-text p ul {
    padding-left: 0 !important;
}
.board-modal__desc-text p strong {
    font-weight: 600;
}
.board-modal__btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
@media (max-width: 510px) {
    .board-modal__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.board-modal__img {
    margin-right: 0;
    margin-bottom: 10px;
}
}
.eas__name {
	font-size: 36px;
  }
  .eas__position {
	font-size: 22px;
	font-weight: 300;
  }
  .eas__info {
	display: flex;
  }
  .eas__wrapper {
	display: flex;
	align-items: center;
	margin-right: 10px;
  }
  .eas__img {
	width: 43px;
	height: 43px;
	margin-right: 10px;
  }
  .eas__number {
	text-decoration: none!important;
	color: black!important;
	font-size: 30px;
	font-weight: 300;
  }
  
  @media (max-width: 1600px) {
	.eas__info {
	  flex-direction: column;
	}
	.eas__wrapper:not(:last-child) {
	  margin-bottom: 15px;
	}
  }


.news-mobile {
    display: none;
}

  @media (max-width: 768px) {
	.eas__name {
	  font-size: 30px;
	}
	.eas__position {
	  font-size: 15px;
	}
	.eas__number {
	  font-size: 20px;
	}
    .news-desktop{ display:none;}
    .news-mobile{ display:block;}
    .news-blocks-small {
        display: none;
    }
  }
