@font-face {
    font-family: 'TT Moscow Economy', sans-serif;
    src: url('../lib/font/moscoweconomy/ttmoscoweconomy-md.woff2') format('woff2'),
    url('../lib/font/moscoweconomy/ttmoscoweconomy-md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Moscow Economy', sans-serif;
    src: url('../lib/font/moscoweconomy/ttmoscoweconomy-normal.woff2') format('woff2'),
    url('../lib/font/moscoweconomy/ttmoscoweconomy-normal.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Neue Machina', sans-serif;
    src: url('../lib/font/neuemachina/NeueMachina-Regular.eot');
    src: local('Neue Machina Regular'), local('NeueMachina-Regular'),
    url('../lib/font/neuemachina/NeueMachina-Regular.eot?#iefix') format('embedded-opentype'),
    url('../lib/font/neuemachina/NeueMachina-Regular.woff2') format('woff2'),
    url('../lib/font/neuemachina/NeueMachina-Regular.woff') format('woff'),
    url('../lib/font/neuemachina/NeueMachina-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Machina', sans-serif;
    src: url('../lib/font/neuemachina/NeueMachina-Medium.eot');
    src: local('Neue Machina Medium'), local('NeueMachina-Medium'),
    url('../lib/font/neuemachina/NeueMachina-Medium.eot?#iefix') format('embedded-opentype'),
    url('../lib/font/neuemachina/NeueMachina-Medium.woff2') format('woff2'),
    url('../lib/font/neuemachina/NeueMachina-Medium.woff') format('woff'),
    url('../lib/font/neuemachina/NeueMachina-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*Обнуление*/
* {
    padding: 0;
    margin: 0;
    border: 0;
    /* line-height:0; */
}

.fa {
    line-height: 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus, :active {
    outline: none;
}

a:focus, a:active {
    outline: none;
}

nav, footer, header, aside {
    display: block;
}

html, body {
    min-height: 100%;
    position: relative;
    /* background: rgba(245, 249, 249, 0.1); */
    /* background: rgba(147, 234, 226, 0.1); */
    font-family: 'Neue Machina', Arial, sans-serif;
    color: #202020;
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.page {
    min-height: 100%;
    display: flex;
    flex-direction: column;

}

.wrapper {
    flex: 1 1 auto;
    background: linear-gradient(to bottom, rgba(66, 166, 175, 0.3), rgba(66, 166, 175, 0.2), transparent);
    padding-top: 5%
    /* background: radial-gradient(circle 100px, red, transparent); */
}

.container {
    max-width: 1700px;
}

section {
    /* position: relative; */
}

input, button, textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #202020;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

a {
    font-size: 1.4em;
    color: #202020;
}

p {
    font-size: 1.3em;
    line-height: 1.2em;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.mt-8 {
    margin-top: 6rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.pt-7 {
    padding-top: 5rem !important;
}

.pt-8 {
    padding-top: 6rem !important;
}

.display-flex {
    display: flex;
    justify-content: space-between;
}

/* Validate form */
.block_img_foto_project label.error.fail-alert {
    position: absolute;
    right: 78px;
    top: 36%;
    padding: 2px 0 6px 6px;
    color: #fff;
    background-color: red;
    padding: 7px 7px 7px 7px; 
    border-radius: 50%;
    display: block;
    width: 27px;
    height: 27px;
}
label.error.fail-alert {
    position: absolute;
    right: -34px;
    top: 36%;
    padding: 2px 0 6px 6px;
    color: #fff;
    background-color: red;
    padding: 6px 7px 7px 10px; 
    border-radius: 50%;
    display: block;
    width: 27px;
    height: 27px;
}

input.valid.success-alert {
    border: 1px solid #4CAF50;
    color: green;
}

.error.fail-alert {
    border: 1px solid red;
}

/* Validate form */

/* -----------------------form--------------- */

.btn-block-change {
    max-width: 490px;
    padding: 7px 0px 7px 0px;
    border-radius: 30px;
    font-size: 1.2em;
    /* background: linear-gradient(to left, rgba(108, 240, 209,0.2), rgba(77, 208, 225, 0.2), rgba(77, 208, 225, 0.3)); */
    background: linear-gradient(90deg, rgba(66, 166, 175, 0.2) 0%, rgba(66, 166, 175, 0) 100%);
}

.btn-block-change .container {
    padding: 0 9px;
}

.btn-block-change ul li {
    width: 33%;
    flex-shrink: 0 !important;
    flex: none !important;
}

.btn-block-change .nav-pills .nav-link {
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 26px;
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
}

.wrapper h1 {
    font-weight: 500;
}

.btn-block-change .nav-pills .nav-link.active, .btn-block-change .nav-pills .show > .nav-link {
    display: block;
    width: 100%;
    text-align: center;
}

.block-form-login {
    max-width: 606px;
    padding: 0;
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
}

.block-form-login .link-green {
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
}


.registrate {
    padding-right: 10.5px;
    padding-left: 10.5px;
}

.registrate .btn.btn-green {
    font-size: 21px;
}
.form-check { margin: 15px 0 0 0; padding: 0; text-align: left; }
.form-check input[type="checkbox"] + label { text-align: left; color: #000; font-family: 'TT Moscow Economy', sans-serif; font-size: 15px; font-weight: 500; line-height: 1.25; position: relative; padding: 0 0 0 32px; cursor: pointer; }
.form-check input[type="checkbox"] { display: none; }
.form-check input[type="checkbox"] + label:after { content: ''; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Cpath d='M1 6.89286L4.5 12L15 1' stroke='%2342A6AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat; width: 16px; height: 13px; opacity: 0; position: absolute; left: 5px; top: 1px; transition: opacity .3s ease; }
.form-check input[type="checkbox"] + label:before { content: ''; border-radius: 2px; border: 0.5px solid #42A6AF; width: 22px; height: 21px; background: #FFF; position: absolute; left: 2px; top: -3px; }
.form-check input[type="checkbox"]:checked + label:after { opacity: 1; }


.block-form-login input.form-control {
    padding-left: 20px;
    padding-right: 20px;
}

.btn-block-change a {
    font-size: 1.2em;
    font-weight: 500;
    padding: 10px 25px 10px 25px;
    border-radius: 30px;
    color: #42A6AF;
    text-decoration: none;
    transition: all .3s;
}

.btn-block-change a:hover {
    text-decoration: none;
    background-color: #42A6AF;
    color: #fff;
}

.btn.btn-green {
    border-radius: 6px;
    background-color: #42A6AF;
    color: #f8f9fa;
    font-size: 24px;
    height: 59px;
    min-width: 272px;
    transition: all .3s;
    padding-top: 11px;
}

.btn.btn-green:hover {
    background-color: #4bb3bd;
    color: #fff;
}

.link-green {
    color: #42A6AF;
    text-decoration: underline;
    transition: all .3s;
}

.link-green:hover {
    color: #4bb3bd;
    text-decoration: underline;
}

.form-control {
    padding: 0.875rem 0.75rem;
    font-size: 1.1rem;
}


.password-control {
    position: absolute;
    top: 30px;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: rgba(0, 0, 0, 0.1);
}

.password-control.view {
    background: url(/no-view.svg) 0 0 no-repeat;
}

/* -----------------------/form--------------- */

/*-----------------------------------------------*/
/* Контент */
/*--------------------header -------------------*/

.page {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

header {
    position: fixed;
    width: 100%;
    top: 0px;
    height: 74px;
}

header > .pt-4 {
    padding-top: 10px !important;
}

@media (max-width: 991px) {
    header, header .bg {
        height: 74px !important;
    }

    header > .pt-4 {
        padding-top: 5px !important;
    }
}
/* 
img.logo {
    width: 300px;
} */

header .navbar-nav .nav-link {
    color: #111;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 1.3em;
    line-height: 18px;
}
a.nav-link.btn_login {
  color: #307c84;
  font-weight: 400;
  position: relative;

}
a.nav-link.btn_login .btn_name {
  font-size: 0.6em;
  position: absolute;
  top: 15px;
}

@media (max-width: 1420px) {
    header .navbar-nav .nav-link {
        font-size: 1.1em;
    }
}

@media (max-width: 1240px) {
    header .navbar-nav .nav-link {
        font-size: .9em;
    }
}

@media (max-width: 991px) {
    header .navbar-nav .nav-link {
        font-size: 28px;
    }

    header .navbar-nav {
        padding: 30px;
    }

    header .navbar-nav .nav-item {
        padding: 0 0 20px 0;
        text-align: center;
    }
}

@media (max-width: 640px) {
    header .navbar-nav .nav-link {
        font-size: 24px;
    }

    header .navbar-nav {
        padding: 30px 20px;
    }
}

@media (max-width: 420px) {
    header .navbar-nav .nav-link {
        font-size: 20px;
    }
    .nav-item {
        font-size: 16px;
    }
}

header .navbar-nav .nav-link.active {
    color: #307c84;
}

header .navbar-nav {
    justify-content: space-between !important;
}

header .img-logo {
    display: inline-block;
    width: 100%;
    float: left;
    margin-right: 10px;
}

header .img-logo img {
    width: 318px;
    height: auto;
    display: block;
}

header .title-logo {
    display: inline-block;
    margin-top: 7px;
    margin-left: 9px;
    color: rgb(117, 117, 117);
}

header .container-fluid {
    padding: 0;
}

header .dropdown-menu {
    right: 0;
    left: auto;
}

header .top-menu li a:not(.dropdown-toggle)::after {
    content: '';
    display: block;
    width: 100%;
    background-color: #111;
    height: 1px;
    transition: all .3s;
    transform: scale(0);
}

header .top-menu li a.active:not(.dropdown-toggle)::after {
    content: '';
    display: block;
    width: 100%;
    background-color: #307c84;
    height: 1px;
    transition: all .3s;
    transform: scale(1);
}

header .top-menu li a.dropdown-toggle::before {
    content: '';
    position: absolute;
    bottom: 6px;
    display: block;
    width: 100%;
    height: 1px;
    transition: all .3s;
    transform: scale(0);
}

header .top-menu li a.dropdown-toggle:hover::before {
    transform: scale(1);
}

header .top-menu li a:hover::after {
    transform: scale(1);
}

header .navbar > .container-fluid {
    justify-content: flex-start;
}

header .navbar-toggler {
    position: absolute;
    right: 0px;
    top: 15px;
}

header {
    background: rgba(255, 255, 255, 0.4);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 999;
}

header .bg {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: -1;
    top: 0px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 74px;
    width: 100%;
}

.navbar-collapse.collapsing, .navbar-collapse.collapse.show {
    margin-top: 5px;
    background-color: #fff;
    padding-left: 0;
}

header .navbar-nav .fa-bolt:before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18' fill='none'%3E%3Cpath d='M9.992.604H3.53L.78 9.074h3.693l-1.83 7.53 10.13-10.353H7.79L9.992.604Z' stroke='%23307C84' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 14px;
    height: 18px;
    display: inline-flex;
    margin: 0 8px 0 0;
    position: relative;
    top: 2px;
}

header .navbar-nav .nav-link {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    padding: 0 !important;
}

@media (min-width: 992px) {
    header .navbar-nav .nav-item {
        padding: 0 0 0 20px;
        flex-grow: 1;
        text-align: right;
    }
}

/* ------------------/header ----------------------------*/
/* -----------------#header-title-------------- */

.wrapper .container.text-center .row.mt-8 {
    display: block;
}

.wrapper .container.text-center .row.mt-8 .col-11.col-sm-6.offset-md-3 {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: none !important;
}

#header-title h1 {
    text-transform: uppercase;
    font-size: 4em;
    font-weight: 600;
}

.form-control, .btn.btn-green {
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
}

.fon-block {
    background: rgb(171, 223, 228);
    background: linear-gradient(180deg, rgba(171, 223, 228, 1) 0%, rgba(255, 255, 255, 1) 100%);
    overflow: hidden;
    z-index: 0;
    padding-top: 135px;
    position: relative;
    height: 800px;
    width: 100%;
}

.fon-block-bg {
    position: absolute;
    background: linear-gradient(to top, rgba(255, 255, 225, 0.1), rgba(77, 208, 225, 0.2), rgba(77, 208, 225, 0.3));
}

.fon-block-bg.bg1 {
    top: 120px;
    left: 0px;
    width: 450px;
    height: 250px;
    background: linear-gradient(to top, rgba(255, 255, 225, 0.1), rgba(77, 208, 225, 0.2), rgba(77, 208, 225, 0.3));
}

.fon-block-bg.bg2 {
    top: 120px;
    right: 0px;
    width: 250px;
    height: 650px;
    background: linear-gradient(to top, rgba(255, 255, 225, 0.1), rgba(77, 208, 225, 0.2), rgba(77, 208, 225, 0.3));
}

.fon-block-bg.bg3 {
    bottom: 0px;
    left: 0px;
    width: 450px;
    height: 350px;
    background: linear-gradient(to top, rgba(255, 255, 225, 0.1), rgba(77, 208, 225, 0.2), rgba(77, 208, 225, 0.3));
}

.fon-block-bg.bg4 {
    bottom: 0px;
    left: 0px;
    width: 450px;
    height: 650px;
    background: linear-gradient(to top, rgba(255, 255, 225, 0.1), rgba(77, 208, 225, 0.2), rgba(77, 208, 225, 0.3));
}

.img-item-project-general img {
    width: 100%;
    height: auto;
}

.img-item-projects-general {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px 0;
    padding: 0 0 60% 0;
}

.img-item-projects-general img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: contain;
}

a.btn-round-podrob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    color: #50a7af;
    border-radius: 50%;
    border: 1px solid #000;
    transition: all 1s ease-out;
}

a.btn-round-podrob:hover {
    color: #fff;
    background-color: #50a7af;
    border-color: #fff;
}

.block-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blur {
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0px;
    backdrop-filter: blur(2px);
    height: 100%;
    width: 100%;
}

.blur-bg {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0px;
    backdrop-filter: blur(1px);
    height: 100%;
    width: 100%;
    z-index: -1;
}

.figure1 {
    z-index: -1;
    width: 100px;
    height: auto;
    top: 20%;
    left: 5%;
}

.figure2 {
    z-index: -1;
    width: 100px;
    height: auto;
    top: 15%;
    right: 30%;
}

.figure3 {
    z-index: -1;
    width: 100px;
    height: auto;
    bottom: 20%;
    right: 15%;
}

.figure4 {
    z-index: -1;
    width: 200px;
    height: auto;
    bottom: 10%;
    left: -2%;
}

.figure5 {
    z-index: -1;
    width: 150px;
    height: auto;
    bottom: 3%;
    left: 50%;
}

.figure6 {
    z-index: -1;
    width: 100px;
    height: auto;
    bottom: 60%;
    left: 82%;
}

.figure7 {
    z-index: -1;
    width: 100px;
    height: auto;
    top: 0;
    right: 20%;
}

.figure8 {
    z-index: -1;
    width: 100px;
    height: auto;
    top: 50%;
    right: 20%;
}

.figure9 {
    z-index: -1;
    width: 250px;
    height: auto;
    top: 20%;
    left: 10%;
}

.figure9 img.verevka_br {
    width: 190px;
    height: auto;
}

.figure9 img.kartina_bg {
    width: 350px;
    height: auto;
}

.plane {
    background: url(/templates/mos/img/Frame.webp) 100% 100% no-repeat;
    background-size: cover;
    height: 266px;
    top: 19%;
    right: 26%;
    width: 458px;
    transition: all 3s ease;
}

.plane-active {
    transform: translate(320%, 320%) scale(2, 2);
}

.block-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-anons {
    max-height: 84px;
    overflow: hidden;
    padding-top: 0 !important;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page-anons p {
    font-size: 16px;
    line-height: 24px;
}

.projects-block-reiting {
    padding-top: 0 !important;
}

.projects-block-reiting-views {
    margin: 0 15px 0 0;
}

.btn-item-project .fs-4 {
    font-size: 14px !important;
    line-height: 20px !important;
}

.btn-item-project .fs-4::after {
    content: " →";
    font-family: Arial, Helvetica, sans-serif;
}

.projects-block-reiting .projects-block-reiting-num, .projects-block-reiting .projects-block-reiting-views {
    font-size: 16px !important;
}

.project-list h3 {
    font-size: 20px !important;
    font-weight: 600;
}

/* --------------/#header-title---------------------*/
/*---------------- #history ------------------------*/
section#history {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    padding-top: 100px;
    max-width: 1200px;
    margin: 0 auto;
}

.scroll {
    position: absolute;
    bottom: 0;
    /* left: 0; */
}

h2.title-h2 {
    font-size: 6em;
}

.news-list .position-relative > .row {
    margin-bottom: 0 !important;
}

#history h1.fs-1 {
    font-size: 62px !important;
    line-height: 1.23 !important;
    margin: 0 0 20px 0 !important;
    font-weight: 600;
}

#history h1.fs-2 {
    font-size: 24px !important;
    line-height: 1.5 !important;
    font-weight: 400;
    color: #000000;
    margin: 0 0 80px 0 !important;
}

.history-item {
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.history-item:before {
    content: '';
    width: 2px;
    background-color: #c3dde0;
    position: absolute;
    height: calc(100% - 208px);
    top: 204px;
    left: 280px;
    z-index: 0;
}

#history .container .history-item:last-child:before {
    display: none;
}

.history-item .history-item-year {
    margin: 0 !important;
    flex: none !important;
    width: 180px;
    flex-shrink: 0;
    text-align: right;
    padding-right: 20px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
    color: #000000;
}

.history-item .history-item-img {
    width: 200px;
    height: 200px;
    margin: 0 !important;
    flex: none !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.history-item .history-item-img img {
    min-width: 200px;
    min-height: 200px;
    height: auto;
    width: auto;
    display: block;
    border-radius: 100px;
    object-fit: cover;
}

.history-item .history-item-desc {
    flex-grow: 1;
    width: calc(100% - 380px);
    padding: 0 0 90px 40px;
}

.history-item h3 {
    color: #202020;
    font-size: 22px;
    margin-bottom: 35px !important;
    line-height: 1.23;
    font-weight: 600;
}

.history-item-desc-text, .history-item-desc-text p {
    line-height: 1.55;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
}

@media (max-width: 991px) {
    .history-item {
        padding: 0 10px;
    }

    .history-item .history-item-year {
        left: 120px;
        top: 0;
        position: absolute;
        text-align: left;
        width: calc(100% - 120px);
        font-size: 20px;
    }

    .history-item .history-item-img {
        width: 100px;
        height: 100px;
    }

    .history-item .history-item-img img {
        min-width: 100px;
        min-height: 100px;
        border-radius: 50px;
    }

    .history-item:before {
        left: 49px;
        height: calc(100% - 108px);
        top: 104px;
    }

    .history-item .history-item-desc {
        padding: 45px 0 70px 20px;
    }

    .history-item h3 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .history-item-desc-text, .history-item-desc-text p {
        font-size: 14px;
    }

    .history-item h3 {
        font-size: 20px;
    }

    .history-item .history-item-year {
        font-size: 18px;
    }

    .history-item .history-item-desc {
        padding: 40px 0 50px 20px;
    }
}

.user-settings .fa-user-cog:before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2 0c-.663 0-1.19.531-1.19 1.19v1.637A10.172 10.172 0 0 0 4.979 5.18l-1.444-.8a1.189 1.189 0 0 0-1.621.456L.15 7.952A1.196 1.196 0 0 0 .62 9.58l1.434.8a10.089 10.089 0 0 0 0 4.24l-1.434.8a1.196 1.196 0 0 0-.469 1.628l1.763 3.116a1.188 1.188 0 0 0 1.621.455l1.444-.8a10.17 10.17 0 0 0 4.03 2.354v1.637c0 .66.528 1.19 1.191 1.19h3.6c.663 0 1.19-.531 1.19-1.19v-1.637a10.173 10.173 0 0 0 4.031-2.353l1.444.8c.579.322 1.298.12 1.621-.456l1.763-3.116a1.196 1.196 0 0 0-.469-1.628l-1.434-.8a10.088 10.088 0 0 0 0-4.24l1.434-.8a1.196 1.196 0 0 0 .469-1.628l-1.763-3.116a1.188 1.188 0 0 0-1.621-.456l-1.444.8a10.17 10.17 0 0 0-4.03-2.353V1.19C14.99.53 14.462 0 13.8 0h-3.6ZM12 6.548c3.313 0 6 2.665 6 5.952 0 3.288-2.687 5.953-6 5.953S6 15.788 6 12.5c0-3.287 2.687-5.952 6-5.952Z' fill='%2368B8BF'/%3E%3C/svg%3E") no-repeat;
    width: 24px;
    height: 25px;
    display: block;
    font-size: 0;
}

.item-user-namecompany .fs-3, .item-user-fio .fs-3 {
    font-size: 17px !important;
    font-family: 'TT Moscow Economy', sans-serif;
    color: #000;
    font-weight: 600;
}

.item-user-inn .fs-4, .item-user-doljnost .fs-4 {
    font-size: 14px !important;
    font-family: 'TT Moscow Economy', sans-serif;
    color: rgba(0, 0, 0, .3);
    font-weight: 500;
}

.before-title {
    font-size: 2em;
}

.bg-round {
    opacity: 0;
    z-index: -1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 2%;
    left: 50%;
    background-image: linear-gradient(#5cc3cd, #ceecef, #f6fbfc);
    transition: all 3s ease;

}

.bg-round-active {
    opacity: 1;
    transform: scale(30, 30);
}

.bg-img1 {
    background: url(/templates/mos/img/image_88.png) 100% 100% no-repeat;
    background-size: cover;
    opacity: 0;
    z-index: -1;
    height: 75px;
    width: 85px;
    top: 10%;
    left: 20%;
    transition: all 3s ease;
}

.bg-img1-active {
    opacity: 1;
    transform: scale(2, 2);
}

.bg-img2 {
    background: url(/templates/mos/img/image_29.png) 100% 100% no-repeat;
    background-size: cover;
    opacity: 0;
    z-index: -1;
    height: 35px;
    width: 107px;
    top: 10%;
    right: 35%;
    transition: all 3s ease;
}

.bg-img2-active {
    opacity: 1;
    transform: scale(2, 2);
}

.after-title-1 {
    text-transform: uppercase;
    font-size: 3em;
    top: 22%;
    left: 20%;
    transition: all 3s ease;
}

.after-title-1-active {
    left: 35%;
}

.after-title-2 {
    text-transform: uppercase;
    font-size: 3em;
    top: 25%;
    right: 20%;
    transition: all 3s ease;
}

.after-title-2-active {
    right: 35%;
}

.block-item {
    position: relative;
    overflow: hidden;
}

.block-item ::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    background-image: linear-gradient(#ffffff82, #ffffffd9, #ffffff);
}

.block-item-header-img {
    background-color: #f0f0f0;
    transform: rotate(1deg);
    transition: all 1s ease 0s;
}

.block-item-img {
    height: 450px;
    background-size: cover;
}

/* /block */
/* card */
.item-card {
    border: 1px solid #eee;
    min-height: 300px;
    color: #757575;
    /* cursor: pointer; */
}

.item-card.shadow-sm:hover {
    transition: All 0.5s ease;
    box-shadow: 0 .25rem .55rem rgba(0, 0, 0, .07) !important;
}

.item-title-card {
    min-height: 76px;
    color: #212121;
}

.item-desc-card {
    min-height: 100px;
}

.lable {
    position: absolute;
    background-color: #FF5722;
    width: 40px;
    height: 80px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
}

.border-lable {
    outline: 2px solid #FF5722;
}

.lable i {
    color: #fff;
}

.lable-left {
    top: -10px;
    left: 10px;
}

.lable-right {
    top: -10px;
    right: 10px;
}

.item-links-card {
    cursor: pointer;
}

/* /card */
/* ------------------/#history------------------------- */

/* -----------------------page События---------------------- */
#header-title .title-page h1 {
    font-size: 6em;
}

#header-title .title-page h2 {
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    font-size: 6em;
}

#header-title {
    z-index: 1;
}

/* ----------------------- page События---------------------- */
/* -------------------КАБИНЕТ-------------------------- */
/* ----------------simple-rating-------------------------- */

.simple-rating {
    position: relative;
    font-size: 50px;
    display: inline-block;
    color: #fff;

}

.simple-rating::before {
    /* content: '✰✰✰✰✰'; */
    /* content: '☆☆☆☆☆'; */
    content: "♡";
    display: block;
    /* mix-blend-mode: multiply; */

}

.simple-rating__items {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;

}

.simple-rating__item {
    position: absolute;
    width: 0%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;

}

.simple-rating__label {
    flex: 0 0 20%;
    height: 100%;
    cursor: pointer;
    color: transparent;


    /* color: rgba(0,0,0,0); */

}

.simple-rating__label::before {
    /* content: '★'; */
    content: "♥";
    display: block;
    transition: color 0.3s ease 0s;
    position: absolute;
  left: 2px;
  top: 0px;
}

.simple-rating__item:checked,
.simple-rating__item:checked ~ .simple-rating__label {
    color: #fff;
}


.simple-rating__label:hover,
.simple-rating__label:hover ~ .simple-rating__label,
.simple-rating__label:checked ~ .simple-rating__label:hover {
    color: #fff;
}

#reitingModal .modal-footer {
    justify-content: center;
}

#reitingModal .modal-body {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#reitingModal .dopinfo {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
#reitingModal .dopinfo a{
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  text-decoration: underline;
}
#reitingModal h1#Modal_title_project {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 33px;
}
#reitingModal #Modal_desc_project {
  font-size: 21px;
  line-height: 24px;
  font-weight: 450;
  color: #fff;
}

/* ----------------/simple-rating-------------------------- */
.block-form-new_project {
    margin: 0 0 110px 0 !important;
    width: 100% !important;
    flex: none !important;
    padding: 30px 40px;
    background: #fff;
    border-radius: 6px;
    position: relative;
}

.form-btns-after {
    position: absolute !important;
    left: 0;
    bottom: -80px;
    width: 100%;
    padding: 0;
    margin: 0 !important;
}

.form-btns-after button {
    font-size: 21px !important;
    margin: 10px !important;
}

.form-btns-after button + button {
    color: #42A6AF !important;
    background: none !important;
    border: 1px solid #42A6AF !important;
}

@media (max-width: 767px) {
    .block-form-new_project {
        margin-bottom: 160px !important;
        padding: 20px;
    }

    .form-btns-after {
        bottom: -180px;
        padding: 0 20px;
    }

    .form-btns-after button {
        margin: 0 0 20px 0 !important;
        width: 100%;
        text-align: center;
    }
}

#pills-new_project h1 {
    display: none;
}

#pills-new_project .block_img_foto_project {
    width: 20%;
}

@media (max-width: 991px) {
    #pills-new_project .block_img_foto_project {
        width: 33.33333%;
    }

    .block-form-new_project .row > .block_img_foto_project:nth-child(10) {
        display: none !important;
    }
}

@media (max-width: 575px) {
    #pills-new_project .block_img_foto_project {
        width: 50%;
    }

    .block-form-new_project .row > .block_img_foto_project:nth-child(10) {
        display: block !important;
    }
}

#pills-new_project .label-inputfile {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

#pills-new_project .form-control {
    padding-left: 20px;
    padding-right: 20px;
}

#pills-new_project .img-inputfile {
    max-width: unset;
    width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-container {
    max-width: 964px;
    margin: 0 auto;
}
.expert_lk.user-container {
    max-width: 100%;
}

.user-container .row.mt-8 {
    margin-top: 0px !important;
}

.block-item-user {
    max-width: 560px;
    min-height: 225px;
    padding-bottom: 30px;
    padding-top: 78px !important;
    margin: 20px auto 34px auto;
    width: 100%;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.user-container h2 {
    margin-bottom: 40px !important;
}

.user-container .nav-pills .nav-link {
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #000;
}

.user-container .nav-pills .nav-link.active, .user-container .nav-pills .show > .nav-link {
    color: #fff;
}

.user-container .nav-pills {
    margin-bottom: 50px !important;
    margin-left: -10px;
}

.user-container .nav-pills li {
    padding: 0 0 15px 10px;
}
.user-container .nav-pills li:last-child {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}
.user-container .nav-pills li:last-child .nav-link {
    background: none;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 25px;
}
.user-container .nav-pills li:last-child .nav-link.active {
    background-color: #50acb5;
    border-color: #50acb5;
}

.item-project-card {
  cursor: pointer;
}
.item-project-card-desc {
    padding: 24px 20px !important;
}

.item-project-card-desc-data {
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
}


.item-project-card-header a {
    font-size: 16px !important;
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
}

.item-project-card-ball {
    font-size: 22px !important;
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
}

.item-project-card-desc-title {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    font-size: 21px !important;
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
    line-height: 23px;
    min-height: 90px !important;
}

.item-project-card-desc-text {
    max-height: unset;
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
}

.item-project-card-desc-text p {
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.block-item-user::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: -59px;
    height: 116px;
    width: 116px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #42A6AF 0%, #FFFFFF 100%);
    transform: translate(-50%, 0);
    left: 50%;
    /* background-image: linear-gradient(to top, rgba(77, 208, 225, 0.4), rgba(77, 208, 225, 0.6), rgba(77, 208, 225, 0.7)); */
}

.user-settings {
    position: absolute;
    right: 25px;
    top: 25px;
    /* background: #68B8BF; */
}

.item-user-inn span, .item-user-doljnost span {
    color: rgba(0, 0, 0, 0.3);
}

.item-user-fio {
    margin-top: 20px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #50acb5;
    border-radius: 26px;
}

.nav-pills .nav-link {
    color: #42A6AF;
}

.btn-block-change button {
    height: 50px;
}

.btn-block-change ul li {
    flex: fit-content;
}

.label-inputfile {
    cursor: pointer;
}

.inputfile {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.img_foto_project {
    overflow: hidden;
    border: 1px solid #ababab;
    border-radius: 10px;
    height: 160px;
}

.img-inputfile {
    max-width: 150px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s ease;
}

.img-inputfile:hover {
    transform: scale(1.2, 1.2);
}

.text-fileinput {
    position: absolute;
    bottom: 28px;
    left: 13px;
    color: #4CAF50;
    font-size: 12px;
    background: rgba(255,255,255,.7);
    padding: 12px 10px;
    width: 155px;
}

/* -----------item-project-card -------------*/
.user-container .tab-pane .container > .row {
    align-items: stretch !important;
    margin: 0 -16px;
}

.user-container .tab-pane .container > .row > .col-sm-4 {
    padding: 0 !important;
    width: calc(33.3333% - 32px) !important;
    background: #fff;
    margin: 0 16px 40px 16px !important;
    border-radius: 6px;
    flex: none;
}

@media (max-width: 767px) {
    .user-container .tab-pane .container > .row > .col-sm-4 {
        width: calc(50% - 32px) !important;
    }
}

@media (max-width: 575px) {
    .user-container .tab-pane .container > .row {
        margin: 0;
    }

    .user-container .tab-pane .container > .row > .col-sm-4 {
        width: 100% !important;
        margin: 0 0 30px 0 !important;
    }
}

.user-container .item-project-card {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    background: none !important;
    height: 100%;
    display: flex;
    flex-flow:column;

}
.btn-reiting {
    margin-top: auto;
}


.item-project-card-header {
    background: linear-gradient(270deg, #42A6AF 0%, #FFFFFF 100%);
    padding-left: 15px;
    padding-right: 15px;
    min-height: 46px;
}

.item-project-card-header .item-project-card-raiting i,
.item-project-card-header .item-project-card-raiting span {
    color: #42A6AF;
}

.item-project-card-header .item-project-card-raiting .fa-star:before {
    width: 21px;
    height: 21px;
    content: '';
    background: url("data:image/svg+xml,%3Csvg width='21' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.5 1.302 2.316 5.567.117.282.304.025 6.01.482-4.579 3.922-.231.2.07.296 1.4 5.865-5.146-3.143-.261-.159-.26.16-5.146 3.142 1.399-5.865.07-.297-.231-.199-4.58-3.922 6.01-.482.305-.025.117-.282L10.5 1.302Z' stroke='%2342A6AF'/%3E%3C/svg%3E") 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 0 0;
}

.item-project-card-header .item-project-card-ssilka a {
    color: #fff;
}

.item-project-card-img {
    display: flex;
    height: 170px;
    overflow: hidden;
    flex: 0 0 500px;
    max-width: 100%;
    min-height: 150px;
    background-size: cover;
    z-index: 0;
}



.item-project-card-img img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    object-position: center;
    transition: all 1s ease;
}

.item-project-card-desc-title {
    min-height: 80px;
}

.item-project-card-desc-data {
    color: rgba(0, 0, 0, 0.35);
}

.item-project-card-desc-text {
    overflow: hidden;
}

.item-project-card-desc-text p {
    padding: 0;
    margin: 0;
}

/* -----------/item-project-card -------------*/

/* ------------------section-project-item------------ */
.section-project-item {
    margin-top: 10px;
}
.form-select {
    color: #212529;
  padding: 0.875rem 0.75rem;
  padding-left: 20px;
  padding-right: 20px;
}
#select_category.form-select {
    font-size: 1em;
}
@media (max-width: 767px) {
    .section-project-item {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .project-desc-block-img {
        padding-bottom: 20px;
    }
}
#pills-ocenki_projects .container.mt-5, #pills-draft_projects .container.mt-5, #pills-new_project .container.mt-5 {
    margin-top: 0 !important;
}
.section-project-item img.project-desc-img {
    max-width: 650px;
}

/* ------------------/section-project-item------------ */
/* -------------------Оценки--------------- */
.item-ocenki-block-img {
    /*height: 200px;
    flex: 0 0 500px;
    max-width: 200px;
    min-height: 150px;
    border-radius: 10px;
    background: url(/templates/mos/img/image_29.png) 100% 100% no-repeat;
    background-size: cover;
    z-index: -1;
    border: 1px solid #ababab; */
    border-radius: 10px;
    overflow: hidden;
}


#pills-ocenki_projects .col-sm-12.bg-white.pt-2.pb-2.rounded.mb-3, #pills-draft_projects .col-sm-12.bg-white.pt-2.pb-2.rounded.mb-3 {
    padding: 12px !important;
    margin: 0 0 20px 0 !important;
    border-radius: 6px !important;
}

#pills-draft_projects .col-sm-12.bg-white.pt-2.pb-2.rounded.mb-3 .row > .col-sm-4 {
    width: calc(100% - 16.66666667% - 258px);
}
#pills-draft_projects .col-sm-12.bg-white.pt-2.pb-2.rounded.mb-3 .row > .offset-md-2.col-sm-2 {
    width: 258px;
    margin: 0 !important;
}


.btn-redaktor {
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 16px !important;
    border: 1px solid rgba(0,0,0,.3);
    width: 100%;
    margin: auto;
}
.col-stars-header {
    text-align: center;
    font-size: 17px;
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
    color: #000;
    padding: 0 0 15px 0;
}
@media (max-width: 991px) {
    .user-container .nav-pills {
        margin-bottom: 10px !important;
    }
    #pills-draft_projects .col-sm-12.bg-white.pt-2.pb-2.rounded.mb-3 .row > .offset-md-2.col-sm-2 {
        width: 200px;
        margin: 0 !important;
    }
    #pills-draft_projects .col-sm-12.bg-white.pt-2.pb-2.rounded.mb-3 .row > .col-sm-4 {
        width: calc(100% - 16.66666667% - 200px);
    }
}
@media (max-width: 575px) {
    #pills-draft_projects .col-sm-12.bg-white.pt-2.pb-2.rounded.mb-3 .row > .offset-md-2.col-sm-2 {
        width: 100%;
        margin: 20px 0 0 0 !important;
    }
    #pills-draft_projects .col-sm-12.bg-white.pt-2.pb-2.rounded.mb-3 .row > .col-sm-4 {
        width: 100%;
        padding-top: 10px;
    }
    .item-ocenki-data {
        position: static !important;
        bottom: auto !important;
        padding: 5px 0 0 0;
    }
    .col-stars-header {
        display: none;
    }
    #pills-ocenki_projects  .item-project-block > .row .col-sm-2, #pills-ocenki_projects  .item-project-block > .row .col-sm-4 {
        padding-bottom: 15px;
    }
    #pills-ocenki_projects  .item-project-block > .row > .col-sm-2:nth-child(3), #pills-ocenki_projects  .item-project-block > .row > .col-sm-2:nth-child(4), #pills-ocenki_projects  .item-project-block > .row > .col-sm-2:nth-child(5) {
        width: 33.33333%;
    }
    #pills-ocenki_projects  .item-project-block > .row > .col-sm-2:nth-child(3):before {
        content: 'Просмотры';
        width: 100%;
        display: block;
        padding: 0 0 10px 0;
        font-size: 14px;
        font-family: 'TT Moscow Economy', sans-serif;
        font-weight: 500;
        color: #000;
    }
    #pills-ocenki_projects  .item-project-block > .row > .col-sm-2:nth-child(4):before {
        content: 'Оценки';
        width: 100%;
        display: block;
        padding: 0 0 10px 0;
        font-size: 14px;
        font-family: 'TT Moscow Economy', sans-serif;
        font-weight: 500;
        color: #000;
    }
    #pills-ocenki_projects  .item-project-block > .row > .col-sm-2:nth-child(5):before {
        content: 'Рейтинг';
        width: 100%;
        display: block;
        padding: 0 0 10px 0;
        font-size: 14px;
        font-family: 'TT Moscow Economy', sans-serif;
        font-weight: 500;
        color: #000;
    }
    .item-ocenki-block {
        min-height: 80px !important;
    }

}

.item-ocenki-name {
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

#reitingModal .modal-content {
    background-color: rgba(66, 166, 175, 0.78);
}

.item-ocenki-img {
    width: 100%;
    height: auto;
    transition: all 1s ease;
    border-radius: 6px;
}
#pills-draft_projects h1 {
    display: none;
}

.item-ocenki-num {
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #42A6AF;
}
.item-ocenki-num .fs-1 {
    font-size: 35px;
    font-family: 'TT Moscow Economy', sans-serif;
    font-weight: 500;
}
.item-ocenki-block {
    min-height: 200px;
}

.item-ocenki-data {
    bottom: 10px;
}

.item-ocenki-desc {
    color: rgba(0, 0, 0, 0.3);
    top: 10px;
    left: 5px;
}

.disable {
    display: none;
}

/* ----------------------Черновики--------------------- */
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #50acb5;
    border-color: #50acb5;
}

.item-draft-desc {
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ----------------------/Черновики--------------------- */
/* -------------------КАБИНЕТ-------------------------- */

/* footer */
#footer {
    color: #202020;
    /* background:  linear-gradient(to top, rgba(66, 166, 175, 0.3), rgba(66, 166, 175, 0.3)); #e9f4f4 */
    background-color: #e9f4f4;
    font-size: 18px;
    font-weight: 500;
}

#footer a {
    font-size: 18px;
}

#footer img.logo {
    /* max-width: 100%; */
    height: 59px;
    object-fit: contain;
}

.img-logo__2 {
    margin: 20px 0;
}

.img-logo__2 img {
    /*position: relative;
    bottom: 165px;*/
}
.img-logo.img-logo__3 {
position: relative;
max-width: 200px;
}



#footer .footer-mail {
    margin-top: 40px;
}

#footer .footer-phone {
}

#footer {
    padding: 100px 0 50px 0;
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    #footer {
        padding: 40px 0 40px 0;
        font-size: 16px;
    }

    #footer a {
        font-size: 16px;
    }

    #footer .container .row + .row {
        margin-top: 40px !important;
    }
}

#footer .ssilki {
    text-transform: lowercase;
}

#footer ul.ssilki li {
    padding-bottom: 20px;
}

.line-top {
    border-top: 1px solid #eee;
}

.ssilki__2 {
    margin: 0;
    padding: 0;
}


/* /footer */

@media (max-width: 1240px) {
    /*#footer .footer-mail, #footer .footer-phone, #footer .footer-text-info, #footer .footer-about-info {
        font-size: 1.2em;
    }

    #footer ul.ssilki li {
        font-size: 1em;
    }*/
}

@media (max-width: 767px) {
    #footer .container.line-top.pt-3 .row .col-md-3:nth-child(1) {
        display: flex;
        padding-bottom: 20px;
    }

    #footer .container.line-top.pt-3 .row .img-logo {
        flex-shrink: 0;
        width: 33.33333%;
        padding: 0 10px 30px 10px;
    }

    #footer .footer-mail, #footer .footer-phone {
        margin-top: 10px !important;
    }

    #footer .footer-phone {
        margin-bottom: 20px;
    }

    #footer .ssilki {
        margin: 0;
        padding: 0;
    }

    #footer ul.ssilki li {
        padding-bottom: 0;
        padding-top: 10px;
    }

    #footer .ssilki__2 {
        padding: 0 0 10px 0;
    }

    #footer .footer-about-info {
        text-align: left !important;
    }


}

#footer .line-top {
    border: none;
}

@media (max-width: 767px) {
    #footer .row + .row .col-sm-3, #footer .row + .row .col-sm-4 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #footer .container.line-top.pt-3 .row .col-md-3:nth-child(1) {
        display: block;
    }

    #footer .container.line-top.pt-3 .row .img-logo {
        width: 100%;
        padding: 0 0 20px 0;
        text-align: center;
    }
}

/* Мессенджеры */
.uk-hidden, [hidden] {
    display: none !important
}

.messenger {
    display: block;
    position: fixed;
    right: 5%;
    bottom: 15%;
    width: 60px;
    height: 60px;
    z-index: 100;
    /* overflow: hidden; */
}

.puls {
    position: fixed;
    border-radius: 50%;
    width: 60px;
    background-color: #f70606;
    /* background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23FFF' d='M23.91 3.79L20.3 20.84c-.25 1.21-.98 1.5-2 .94l-5.5-4.07-2.66 2.57c-.3.3-.55.56-1.1.56-.72 0-.6-.27-.84-.95L6.3 13.7l-5.45-1.7c-1.18-.35-1.19-1.16.26-1.75l21.26-8.2c.97-.43 1.9.24 1.53 1.73z'/%3e%3c/svg%3e"); */
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.puls:before,
.puls:after {
    content: " ";
    display: block;
    position: absolute;
    border: 1px solid #f70606;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}

.puls:after {
    animation-delay: .5s;
}

@keyframes border-animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.messenger .pos-relative {
    position: relative;
}

.messenger-btn {
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, .2);
    padding: 0;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #f70606;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

.messenger-btn span {
    color: #fff;
    font-weight: 400;
}

.messenger-btn.active {
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
    transition: 1s;
}

.messenger-btn.on-active {
    -moz-transform: rotate(0deg); /* Для Firefox */
    -ms-transform: rotate(0deg); /* Для IE */
    -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg); /* Для Opera */
    transform: rotate(0deg);
    transition: 1s;
}


.messenger-btn img {
    width: 60px;
    height: 60px;
}

.messenger-links {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 60px;
    transform: scale(0);
    transform-origin: 50% 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}

.messenger-links.show {
    left: 3px;
    transform: scale(1);
}

.messenger-links a {
}

.messenger-links img {
    max-width: 65px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 5px;
}

.messenger-links a:hover img {
    transform: scale(1.1);
    text-decoration: none;
}

.messenger-links i {
    font-size: 3em;
}

.messenger-title {
    position: absolute;
    right: 80px;
    white-space: nowrap;
    background: #fff;
    padding: 9px 13px;
    font-size: 15px;
    border-radius: 3px;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: .85;
    transition: all 0.1s linear;
}

.messenger-title::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #292929;
}

/* /мессенджеры */

/* --------------------MEDIA -----------------------*/
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1011px) {
}

/* Medium Devices, Desktops */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 28px;
    }

    .navbar-expand-lg .navbar-nav {
        min-width: 95%;
    }

    header .line-bottom > .row {
        align-items: center;
    }

    header .line-bottom > .row > .col-md-2 {
        width: 360px;
        flex-shrink: 0;
    }

    header .line-bottom > .row > .col-md-10 {
        width: calc(100% - 360px);
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 1280px) {
    header .line-bottom > .row > .col-md-2 {
        width: 260px;
        flex-shrink: 0;
    }

    header .line-bottom > .row > .col-md-10 {
        width: calc(100% - 260px);
        flex-shrink: 0;
    }

    header .img-logo img {
        width: 230px;
        height: auto
    }
}

@media only screen and (max-width: 991px) {
    header .line-bottom > .row > .col-md-2 {
        width: 100%;
        flex-shrink: 0;
    }

    header .line-bottom > .row > .col-md-10 {
        width: 100%;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 779px) {
}

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 573px) {
}

@media only screen and (max-width: 540px) {
}

.fon-block {
    padding-top: 100px;
}

.fon-block-projects {
    padding-top: 10px;
    position: relative;
    z-index: -1;

}

#header-title .fon-block-projects h1 {
    line-height: 1.23;
    font-weight: 600;
    color: #000000;
    font-size: 62px;
    text-transform: none;
    margin-bottom: 20px;
}

#header-title .fon-block-projects h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
}

@media (max-width: 991px) {
    #header-title .fon-block-projects h1 {
        font-size: 36px;
    }

    #header-title .fon-block-projects h2 {
        font-size: 20px;
    }
}

.fon-block-news {
    padding-top: 150px;
}

.project-list {
    max-width: 1200px;
    margin-top: 90px !important;
}

.project-list .btn-item-project {
    padding-bottom: 80px !important;
}

.news-razdel-item {
    max-width: 960px;
    padding: 25px 0 !important;
    margin: 0 auto !important;
}

.news-razdel-item .col-sm-3 {
    width: 35%;
    flex: none;
    padding-right: 25px;
    padding-left: 0;
}

.news-razdel-item .col-sm-9 {
    width: 65%;
    flex: none;
    padding-right: 0;
}

@media (max-width: 768px) {
    .news-razdel-item .col-sm-3 {
        width: 100%;
        padding: 0 0 15px 0;
    }

    .news-razdel-item .col-sm-9 {
        width: 100%;
        flex: none;
        padding: 0;
    }
}

.news-razdel-item .col-sm-3 img {
    display: block;
    width: 100%;
    height: auto;
}

.news-razdel-item .news-page-data {
    margin-right: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    padding: 0 !important;
    margin-bottom: -4px !important;
}

.news-razdel-item .btn-item-project {
    margin-top: 10px !important;
}

.news-razdel-item .news-page-data p {
    font-size: 14px;
}

#header-title .fon-block-news h1 {
    font-size: 62px;
    line-height: 1.25;
}

#header-title .fon-block-news h2 {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}

@media (max-width: 991px) {
    #header-title .fon-block-news h1 {
        font-size: 36px;
    }

    .news-list .container.position-relative {
        margin-top: 50px !important;
    }
}

@media (max-width: 480px) {
    #header-title .fon-block-news h1 {
        font-size: 28px;
    }
}

.news-razdel-item h3 {
    padding: 0 !important;
    color: #202020;
    font-size: 20px !important;
    font-weight: 600;
    margin: 0 0 10px 0 !important;
}

.news-page-anons {
    padding: 0 !important;
}

.news-page-anons p {
    font-size: 16px !important;
    font-weight: 400;
    color: #202020;
}

.news-page-istok {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

.news-page-istok a {
    font-size: 14px;
}

#header-title h1 {
    font-size: 2em;
}

.news-item {
    padding: 100px 0 0 0;
    margin: 0 auto;
    max-width: 1200px;
}

.news-item h1 {
    font-size: 36px;
    line-height: 1.23;
    color: #000;
    font-weight: 600;
}

.news-item .news-item-desc p {
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
    color: #000;
}

@media (max-width: 991px) {
    .news-item h1 {
        font-size: 30px;
    }

    .news-item {
        padding: 60px 0 0 0;
    }

    .news-item .news-item-desc p {
        font-size: 16px;
    }
}

.news-item .news-item-img {
    padding-right: 20px;
}

.news-item .news-item-img + .news-item-img {
    padding-left: 20px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .news-item .news-item-img {
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .news-item .news-item-img + .news-item-img {
        padding-left: 10px;
    }

    .news-item h1 {
        font-size: 28px;
    }
}

.news-item .news-item-data span {
    font-size: 10px;
    color: rgba(0, 0, 0, .5);
}

.news-item-ist {
    font-size: 14px;
    padding: 10px 0;
}

.news-item-ist a {
    font-size: 14px;
}

.plane {
    height: 220px;
    width: 378px;
    top: 19%;
    right: 0%;

}

header .img-logo {
    width: 80%;
    height: auto;
}

.block-item-img {
    height: 320px;
}

h2.title-h2 {
    font-size: 2em;
}

.bg-img1 {
    top: -2%;
    left: 59%;
}

.bg-img2 {
    top: 4%;
    right: 15%;
}

.after-title-1 {
    font-size: 1.5em;
    top: 11%;
    left: 0%;
}

.after-title-1-active {
    left: 35%;
}

.after-title-2 {
    font-size: 1.5em;
    top: 13%;
    right: 0%;
}

.after-title-2-active {
    right: 35%;
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
}

/*-------------- MEDIA -----------------------*/
.ng-categories-list img {
    object-fit: contain;
}
