

/* Start:/local/templates/cifinlk/template_styles.css?171752187216673*/
/*  */
@font-face {
    font-family: 'Inter';
    src: url('/local/templates/cifinlk/assets/fonts/Inter-Thin.woff2') format('woff2'),
    url('/local/templates/cifinlk/assets/fonts/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/cifinlk/assets/fonts/Inter-Black.woff2') format('woff2'),
    url('/local/templates/cifinlk/assets/fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/cifinlk/assets/fonts/Inter-Regular.woff2') format('woff2'),
    url('/local/templates/cifinlk/assets/fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/cifinlk/assets/fonts/Inter-Medium.woff2') format('woff2'),
    url('/local/templates/cifinlk/assets/fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/cifinlk/assets/fonts/Inter-SemiBold.woff2') format('woff2'),
    url('/local/templates/cifinlk/assets/fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/cifinlk/assets/fonts/Inter-Bold.woff2') format('woff2'),
    url('/local/templates/cifinlk/assets/fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/cifinlk/assets/fonts/Inter-Light.woff2') format('woff2'),
    url('/local/templates/cifinlk/assets/fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/cifinlk/assets/fonts/Inter-ExtraBold.woff2') format('woff2'),
    url('/local/templates/cifinlk/assets/fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/cifinlk/assets/fonts/Inter-Regular.woff2') format('woff2'),
    url('/local/templates/cifinlk/assets/fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/cifinlk/assets/fonts/Inter-ExtraLight.woff2') format('woff2'),
    url('/local/templates/cifinlk/assets/fonts/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



:root {
    --grey-light: #f1f0f1;
    --black: #281B2D;
    --orange: #EF7B45;
    --blue: #353D81;
    --grey-medium: #E1E1E1;
    --grey-dark: #D1D1D1;
    --blue-light: #81A9C9;
    --orange-dark: #D76F3F;
    --red: #F44336;
    --green: #468F60;
    --animation1: all .15s ease-out;
    --radius1: 8px;
    --shadow1: 0px 2px 16px 0px rgba(34, 60, 80, 0.2);
}

html,
body {
   /* height: 100%;*/
}

body {
    font-family: "Inter";
    font-size: 14px;
    line-height: 1.45;
    color: var(--black);
    font-family: "Inter";
    min-height: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

*,
:before,
:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper {
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 15px;
}

h1 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 30px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    font-weight: 700;
}

p {
    margin-bottom: 10px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all ease 0.3s;
    will-change: auto;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
}

ul li:before {
    background-color: var(--black);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 8px;
}

*,
*:after,
*:before {
    outline: none;
    box-sizing: border-box;
}

b {
    font-weight: 700;
}

.button {
    color: var(--grey-light);
    background: var(--orange);
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    transition: color 0.2s ease;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
}

.button:hover,
.button:focus,
.button:active {
    background: var(--orange-dark, #D76F3F);
}

img {
    max-width: 100%;
    border-style: none;
}
main{
    margin-bottom:64px;
}

/*header style start*/
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.2s linear;
    padding-bottom: 64px;
    z-index: 999;
}
.header__border{
    border-bottom:1px solid #f1f0f1;
}
.header__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    position: relative;
    margin: 0 auto;
}

.header__whatsapp {
    color: inherit;
    text-align: right;
    white-space: nowrap;
}
.header__logo {
    color: inherit;
    height: 26px;
    margin-right: 57px;
    min-width: 120px;
    position: relative;
    z-index: 99999999;
}
.header__right {
    align-items: center;
    color: inherit;
    display: flex;
    margin-left: auto;
}

.nav__whatsapp-link {
    align-items: center;
    color: inherit;
    display: flex;
    margin-left: auto;
}

.nav__whatsapp-link svg path {
    fill: #5A607F;
    transition: all 500ms;
}

.nav__whatsapp-link:hover svg path {
    fill: #EF7B45;
}
.header-auth-login {
    margin-left: 24px;
    cursor:pointer;
}
.header__name {
    margin-left: 4px;
    color: #5A607F;
}
.header-auth-login:hover .header__name{
    color: #EF7B45;
}
.header-auth-login:hover .header__name-icon path {
    fill: #EF7B45;
}
.header-dropdown {
    opacity: 0;
    background: #fff;
    box-shadow: rgba(57, 78, 127, 0.2) 0px 12px 24px;
    padding: 21px;
    min-width: 220px;
    z-index: 1;
    position: absolute;
    right: 8px;
    border-radius: 0px 0px 8px 8px;
    -webkit-transition: 160ms opacity linear;
    -o-transition: 160ms opacity linear;
    transition: 160ms opacity linear;
    visibility: hidden;
  }
  .header__name-mobile{
    display:none;
}
  .header-loginout{
    transition: 160ms opacity linear;
    display: flex;
    align-items: center;
  }
  
  .header-loginout span {
    margin-left: 8px;
  }
  .header-loginout a {
      all: unset;
  }
  .header-loginout:hover {
    color: #ef7b45;
    cursor: pointer;
  }
   .header-loginout:hover svg path {
    fill: #ef7b45;
  }
  .header-auth-login__wrap {
    display: flex;
    align-items: center;
}

  .header-auth-login:hover .header-dropdown{
    opacity: 1;
    visibility: visible
  }
  
  .header-menu_item .header-menu_list li:hover .header-menu_sub-list,.header-menu_item:hover .header-menu_list {
    opacity: 1;
    visibility: visible
  }

@media (max-width: 768px) {
    .header__logo {
        margin-right: auto;
        width: 120px;
    }
       .header__name-icon, .header__name{
        display:none;
    }
    .header__name-mobile {
    margin-bottom: 12px;
    display:block;}
}

/*header style end*/
.form__container {
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
  min-width: 320px;
  max-width: 416px;
}
.errors__form {
    color: var(--red);
}

.title__form {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.captcha__from {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

input[type=date],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
textarea {
    width: 100%;
    min-height: 40px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid var(--grey-medium);
    border-radius: 5px;
    outline: 0;
    transition: border ease 0.3s;
}

.input__area input {
    margin-bottom: 20px;
    min-height: 50px;
}

form .button {
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
}
.tabs {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tabs__btn {
    width: 200px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #81A9C9;
    background-color: #FFFFFF;
    color: #81A9C9;
    margin-right: 20px;
    transition: all 0.5s;
    cursor: pointer;
}
.tabs__btn:hover {
    background-color: #353D81;
    color: #f1f0f1;
}
.tabs__btn-active {
    background-color: #353D81;
    color: #f1f0f1;
}

.tabs__section:not(.tab-pane-show) {
    display: none;
}

.results_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    margin-bottom: 32px;
}
.results {
    border: 1px solid var(--grey-light);
    border-radius: 6px;
    background-color: #FFFFFF;
    padding: 10px 30px;
    display: grid;
}
.results__grid {
    grid-gap: 0 30px;
    display: grid;
    grid-template-columns: 6fr 3fr;
    align-self: center;
    padding: 20px;
    align-items: center;
}
.results__item {
    font-size: 40px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .results_wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*tenders-list style start*/
.tenders {
    background-color: #FFFFFF;
    border: 1px solid var(--grey-light);
    padding: 20px;
    border-radius: 6px;
}
.tenders__filter {
    display: flex;
    margin-bottom: 20px;
}
.tenders__filter-item {
    display: flex;
    border: 1px solid var(--grey-light);
    border-radius: 4px;
    padding: 5px 10px;
    align-items: center;
}
.tenders__filter-item:last-child {
    margin-left: 20px;
}

.filter__search {
    border: none;
}
input.filter__search {
    border: none;
}
.filter__search:hover, .filter__search:focus, .filter__search:active {
    border: none;
}
.filter__text {
    font-size: 13px;
    color: #9195AC;
}
.filter__select {
    font-size: 16px;
    color: #9195AC;
    border: none;
    min-height: 40px;
    border-radius: 5px;
}
.filter__icon {
    margin-right: 5px;
}

input {
    outline: none;
    border: none;
}
input::-moz-placeholder {
    color: #9195AC;
}
input::placeholder {
    color: #9195AC;
}

.tenders__list {
    grid-gap: 40px;
    grid-row-gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}

.tenders__item {
    border-bottom: 1px solid var(--grey-light);
    padding: 20px;
    background-color: #FFFFFF;
    transition: 0.3s ease-in-out;
}
.tenders__item a {
    color: var(--black);
    text-decoration: none;
    transition: color 0.2s ease;
}
.tenders__item-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.tenders__item-title span {
    color: var(--grey-dark);
    font-weight: normal;
}
.tenders__item-blocks {
    grid-gap: 10px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.tenders__item-block {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.tenders__item-name {
    color: #9195AC;
    margin-bottom: 6px;
}
.tenders__item-change {
    background-color: #FCE0D3;
}
.tenders__item-complete {
    background-color: #E6F1C8;
}

.tenders__item:hover {
    border-color: #EF7B45;
}

.tenders__steps {
    text-align: center;
    padding: 5px 0;
    border-radius: 40px;
    color: white;
    width: 180px;
}

/*tenders-list style start*/
.paging {
    padding: 0;
    display: flex;
    color: #5A607F;
    flex-wrap: wrap;
    list-style: none;
    line-height: 1.5;
    margin: 0 -1px;
    text-align: center;
    align-items: center;
    font-weight: normal;
    justify-content: left;
    margin-top: 30px;
}
.paging__item {
    margin: 0 1px;
    min-width: 30px;
}
.paging__item--disabled {
    opacity: 0.4;
    poassets/fonts/Inter-events: none;
}
.paging__item--prev {
    margin-right: 3px;
}
.paging__item--prev, .paging__item--next {
    color: #aaaaaa;
}
.paging__link {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    transition: color 0.35s ease;
    border: 1px solid transparent;
}
.paging__item:not(.paging__item--disabled, .paging__item--active) .paging__link:hover {
    color: var(--orange);
    cursor: pointer;
}

.paging__item:not(.paging__item--disabled, .paging__item--active) .paging__link:hover svg path {
    stroke: #EF7B45;
}

.paging__item--active .paging__link {
    background-color: #ECF2FF;
    border-radius: 4px;
}

.paging__item--active .paging__link:hover {
    color: #5A607F;
}

/* card */
.link {
    margin-bottom: 20px;
}

.cards {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.card__tender {
    background-color: #FFFFFF;
    border: 1px solid #D9E1EC;
    border-radius: 6px;
    padding: 30px 40px;
    flex: 0 0 70%;
    margin-right: 15px;
}

.cards__right {
    flex: 30%;
}

.card__spec {
    background-color: #FFFFFF;
    border: 1px solid #D9E1EC;
    border-radius: 6px;
    padding: 30px 55px;
    margin-bottom: 15px;
}

.card__result {
    background-color: #FFFFFF;
    border: 1px solid #D9E1EC;
    border-radius: 6px;
    padding: 30px 40px;
}

.card__tender-item,
.card__result-item {
    display: grid;
    grid-template-columns: 50% 50%;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 15px 30px;
    border-bottom: 1px solid #D9E1EC;
}

.card__result-item {
    padding: 10px 15px;
}

.card__tender-item:last-child,
.card__result-item:last-child {
    border-bottom: 0;
}

.card__tender-item--change {
    background-color: #FFE4D8;
}

.card__result-link {
    color: #81A9C9;
    border-bottom: 1px solid #81A9C9;
    cursor: pointer;
    transition: all 0.5s ease-out;
    word-wrap: break-word;
}

.card__result-link:hover {
    color: #EF7B45;
    border-bottom: 1px solid #EF7B45;
}

.card__tender-name,
.card__result-name,
.card__spec-name {
    color: #9195AC;
}

.stage__name {
    margin-bottom: 10px;
}

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

.stage__step {
    text-align: center;
    padding: 5px 10px;
    border-radius: 40px;
    color: #9195AC;
    margin-bottom: 50px;
    font-size: 13px;
    position: relative;
    border: 1px solid #D9E1EC;
    background-color: white;
}

.steps__new {
    background: #81A9C9;
    color: #ffffff;
    border: none;
}
.steps__other {
    background: #353D81;
    color: #ffffff;
    border: none;
}
.steps__atwork {
    background: #353D81;
    color: #ffffff;
    border: none;
}
.steps__auction {
    background: #F44336;
    color: #ffffff;
    border: none;
}
.steps__results {
    background: #468F60;
    color: #ffffff;
    border: none;
}
.steps__public {
    background: #EF7B45;
    color: #ffffff;
    border: none;
}
.steps__contract {
    background: #EF7B45;
    color: #ffffff;
    border: none;
}
.steps__end {
    background: #baffb3;
    color: #ffffff;
    border: none;
}

.stage__step::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    right: -100%;
    border: 1px dashed #9195AC;
    opacity: 0.5;
}

.stage__step:last-child::before {
    display: none;
}

/*card end*/
.link a {
    display: flex;
    color: #9195AC;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 16px;
    transition: color 200ms;
}

.link a svg {
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 5px 0 0;
}

.link a:hover {
    color: #EF7B45;
}

.link a:hover svg path {
    stroke: #EF7B45;
}

/*media*/
@media (max-width: 1024px) {
    .cards {
        flex-direction: column;
    }
    .card__tender {
        flex: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cards__right {
        flex: 100%;
    }
}
@media (max-width: 767px) {
    .tenders__item-blocks {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 452px) {
    .tenders__filter {
        flex-direction: column;
    }
    .tenders__filter-item:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    .tenders__item-blocks {
        grid-template-columns: repeat(1, 1fr);
    }
    .card__tender,
    .card__result {
        padding: 20px 30px;
    }
    .card__spec {
        padding: 20px 45px;
    }
    .card__tender-item,
    .card__result-item {
        padding: 15px;
    }
}

/*utils*/
.d-none {
    display: none;
}
/* End */
/* /local/templates/cifinlk/template_styles.css?171752187216673 */
