.container-header {
   background-image: url(../img/home/background.png);
   background-repeat: no-repeat;
   background-size: cover;
   height: 340px;
   padding: 65px;
   position: relative;
   background-position-x: center;
}

.container-header:before {
   content: "";
   background-color: var(--placeholderColor);
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
   height: 100%;
   z-index: 1
}

.container-header .inf-block {
   position: relative;
   z-index: 1
}

.container-header .inf-block h1 {
   color: var(--white);
   font-size: 36px;
   margin-bottom: 15px
}

.container-header .inf-block .text {
   width: 60%;
}

.container-header .inf-block .text p {
   color: var(--white);
   line-height: 22px;
   white-space: pre-wrap;
}

.container-header .inf-block .block-button {
   margin-top: 40px
}

.container-header .inf-block .block-button a {
   padding: 10px 2.5em;
}

.container-header .inf-block .block-button a:hover {
   color: #fff !important;
}

.section-trading-floor,.section-user-information, .section-popular-goods, .section-new-applications, .section-statistics {
   margin: 40px 0 64px 0;
}

.section-trading-floor h1 {
   text-align: center
}

.section-trading-floor .block-scheme {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    margin-top: 25px;
}

.section-trading-floor .block-scheme .item {
   width: calc(100% / 4);
   position: relative;
   display: inherit;
}

.section-trading-floor .block-scheme .item .block {
   min-width: 42px;
   height: 42px;
   background-color: var(--lightGrayBackgroungColor);
   border-radius: 4px;
   position: relative;
}

.section-trading-floor .block-scheme .item .block p {
   font-family: Roboto;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: 20px;
   font-weight: 400;
   color: var(--text-text-primary, #212121);
}

.section-trading-floor .block-scheme .item .text {
   margin-top: 10px;
   width: -webkit-fill-available;
       white-space: nowrap;
}

.section-trading-floor .block-scheme .item .text a, .section-trading-floor .block-scheme .item .text h3{
   font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.section-trading-floor .block-scheme .item .text h3 {
   margin-left: 16px;
}

.section-trading-floor .block-scheme .item:after {
   
}

.block-scheme-line{
   width: 100%;
    background-color: var(--lightGrayBackgroungColor);
    height: 1px;
    margin: 23px 8px 0 8px;
}

.section-trading-floor .block-scheme .item:nth-child(4):after {
   display: none
}

.section-user-information {
   /*margin: 65px 0*/
}

.section-user-information h1 {
   text-align: center
}

.section-user-information .container-card {
   display: flex;
   margin-top: 25px;
   gap: 0 20px
}

.section-user-information .container-card .card {
   width: calc(100% / 3);
   background: #f5f5f5;
   height: 112px;
   border-radius: 2px;
   padding: 25px
}

.section-user-information .container-card .card .flex .block-icon {
   width: 65px;
   height: 65px;
   background-color: var(--mainActiveColor);
   border-radius: 2px;
   position: relative
}

.section-user-information .container-card .card .flex .block-icon .icon-descriptionBid,
.section-user-information .container-card .card .flex .block-icon .icon-guide,
.section-user-information .container-card .card .flex .block-icon .icon-reglament {
   color: var(--white);
   font-size: 26px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%)
}

.section-user-information .container-card .card .flex .block-text {
   margin-left: 15px
}

.section-user-information .container-card .card .flex .block-text h3{
  font-size: var(--regularFontSize);
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.section-user-information .container-card .card .flex .block-text a {
   font-size: var(--baseFontSize);
   color: var(--mainActiveColor)
}

.section-user-information .container-card .card .flex .block-text .block-link {
   margin-top: 10px
}

.section-user-information .container-card .card .flex .block-text .block-link .icon-arrow-left {
   color: var(--mainActiveColor);
   font-size: 20px;
   margin-left: 10px;
   position: relative;
    top: 4px;
}

.section-popular-goods h1 {
   text-align: center;
   line-height: 28px
}

.section-popular-goods .flex {
   justify-content: space-between;
   gap: 0 20px;
   margin-top: 25px;
}
/*
.section-popular-goods .flex a:hover, .section-popular-goods .flex a:visited, .section-popular-goods .flex a::link{
   color: inherit;
}
*/
.section-popular-goods .flex .card-product {
   cursor: pointer;
   background: #d3e5f2;
   border-radius: 2px;
   min-height: 225px;
   width: calc(100% / 3);
   padding: 25px;
   position: relative;
   transition: .2s ease-in
}

.section-popular-goods .flex .card-product:hover {
   opacity: .7
}

.section-popular-goods .flex .card-product.goods {
   position: relative
}

.section-popular-goods .flex .card-product.goods:after {
   background-image: url(../img/home/goods-1.png);
   background-repeat: no-repeat;
   width: 200px;
   top: 15px
}

.section-popular-goods .flex .card-product.construction {
   position: relative
}

.section-popular-goods .flex .card-product.construction:after {
   background-image: url(../img/home/goods-2.png);
   background-repeat: no-repeat;
   width: 270px
}

.section-popular-goods .flex .card-product.instruments {
   position: relative
}

.section-popular-goods .flex .card-product.instruments:after {
   background-image: url(../img/home/goods-3.png);
   background-repeat: no-repeat;
   width: 190px
}

.section-popular-goods .flex .card-product:after {
   position: absolute;
   content: "";
   top: 0;
   bottom: 0;
   right: 0;
   border-radius: 8px
}

.section-popular-goods .flex .card-product .text {
   width: 60%
}

.section-popular-goods .flex .card-product .text h1 {
   text-align: left;
   min-height: 84px
}

.section-popular-goods .flex .card-product .text p {
   color: var(--mainTextColor);
   margin-top: 15px;
   font-weight: 400
}

.section-popular-goods .flex .card-product .photo {
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0
}

.section-popular-goods .flex .card-product .photo img {
   width: 100%;
   height: 100%;
   object-fit: none;
   border-radius: 8px
}

.section-popular-goods .flex .card-product:nth-child(2) {
   background: #dfe8f1
}

.section-new-applications h1 {
   text-align: center
}

.section-new-applications .flex {
   margin-top: 25px;
   gap: 0 30px;
   align-items: normal;
}

.section-new-applications .flex .application-card {
   width: calc(100% / 5);
   display: flex;
   flex-direction: column;
   border-radius: 4px;
border: 1px solid var(--border-border-disabled, #E0E0E0);
background: var(--background-background, #FFF);
}

.section-new-applications .flex .application-card .block-photo {
   height: 200px;
   display: flex;
   justify-content: center;
   position: relative;
   overflow: hidden;
   margin: 16px;
}

.section-new-applications .flex .application-card .block-photo .photo {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-right: -50%;
   transform: translate(-50%, -50%)
}

.section-new-applications .flex .application-card .block-photo .photo img {
   width: 100%;
   object-fit: cover
}

.section-new-applications .flex .application-card .inf {
   flex: 1 0 auto;
   margin: 0 16px;
}
/*
.section-new-applications .flex .application-card .inf h2 {
   font-weight: 600
}*/

.section-new-applications .flex .application-card .inf .number {
   margin-bottom: 5px
}

.section-new-applications .flex .application-card .inf p {
   font-size: 15px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   line-height: 20px;
   word-break: break-word;
}

.section-new-applications .flex .application-card .block-btn {
   margin: 16px;
}

.section-new-applications .flex .application-card .block-btn a {
   width: 100%;
   justify-content: center
}

.section-new-applications .flex .application-card .block-btn a:hover.btn-fill{
   color: var(--white) !important;
}

.section-statistics h1 {
   text-align: center
}

.section-statistics .flex {
   justify-content: space-between;
   margin-top: 25px;
   align-items: normal;
}

.section-statistics .flex .block-statistic {
   width: calc(100% / 3 - 20px);
   border-radius: 2px;
border: 1px solid var(--border-border-disabled, #E0E0E0);
background: var(--background-background, #FFF);
   padding: 30px 30px 50px
}

.section-statistics .flex .block-statistic .block-icon {
   display: flex;
   justify-content: center;
   padding-bottom: 40px;
   border-bottom: 1px solid var(--borderColor)
}

.section-statistics .flex .block-statistic .block-icon .icon {
   background: #f5f5f5;
   border-radius: 2px;
   width: 95px;
    height: 95px;
   color: var(--mainActiveColor);
   font-size: 44px
}

.section-statistics .flex .block-statistic .inf {
   text-align: center;
   width: 80%;
   display: block;
   margin: 40px auto 0
}

.section-statistics .flex .block-statistic .inf p {
   font-weight: 500;
   font-size: 32px;
   padding-bottom: 10px
}

.section-statistics .flex .block-statistic .inf .num {
   font-size: var(--xlargeFontSize)
}

.section-statistics .flex .block-statistic .inf h1,
.section-statistics .flex .block-statistic .inf h3 {
   color: var(--placeholderColor);
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.section-statistics .flex .block-statistic .inf h3 {
   line-height: 24px;
   margin: 0 auto
}



.section-statistics .flex .block-statistic .inf .underlining {
   height: 1px;
   background: var(--mainActiveColor);
   width: 80px;
   margin: 25px auto
}


@media screen and (max-width: 1279px) {

  .container-header {
    padding: 48px;
}

.container-header .inf-block .block-button {
    margin-top: 24px;
}

  .container-header {
   height: 280px;
}

.container-header .inf-block h1 {
    font-size: 32px;
}

  .section-trading-floor,.section-user-information, .section-popular-goods, .section-new-applications, .section-statistics {
   margin: 32px 0
}

.container-header .inf-block .text p {
    font-size: 14px;
}

.container-header .inf-block .text {
    width: 91%;
}

.section-trading-floor .block-scheme {
    flex-direction: column;
    margin-top: unset;
}

.block-scheme-line {
    position: absolute;
        height: 32px;
    top: 27px;
    width: 1px;
    left: 14px;

}

.section-user-information .container-card, .section-new-applications .flex, .section-statistics .flex {
   margin-top: 7px;
}

.section-popular-goods .flex {
    width: 100%;
    overflow: scroll;
     margin-top: unset;
}

.section-popular-goods .flex .card-product .text {
    width: 72%;
}

.section-popular-goods .flex .card-product .text p {
    margin-top: unset; 
}

.section-statistics .flex .block-statistic .inf h3 {
    line-height: 24px;
    width: 95%;
    margin: 0 auto;
}

.section-popular-goods .flex .card-product .text h1{
        min-height: 84px;
}
.section-new-applications .flex .application-card .block-photo .photo {
       width: 195px;
}

.section-trading-floor .block-scheme {
    margin: unset;
}

.section-trading-floor .block-scheme .item {
    margin-bottom: 48px;
}

.section-trading-floor .block-scheme .item:nth-child(4) {
    margin-bottom: 0;
}


  .section-user-information .container-card .card {
    width: calc(100% / 2 - 10px);
}

.section-user-information .container-card {
    display: flex;
    flex-wrap: wrap;
}

.section-user-information .container-card {
    gap: 20px;
}

.section-popular-goods .flex .card-product {
   min-width: 395px;
}



.section-popular-goods .flex::-webkit-scrollbar {
  display: none;
}

/*.section-new-applications .flex .application-card {
    min-width: 227px;
}*/

.section-new-applications .flex {
    width: 100%;
    overflow: scroll;
}

.section-new-applications .flex::-webkit-scrollbar {
  display: none;
}

.section-new-applications .flex {
   /* gap: 0 24px;*/
}

    .section-new-applications .flex .application-card {
        flex: 0 0 calc(100% / 3.3);
    }




.section-statistics .flex .block-statistic {
    flex: 0 0 calc(100% / 2.1);
    padding: 35px;
}

.section-statistics .flex .block-statistic .block-icon {
    padding-bottom: 24px;
}

.section-statistics .flex .block-statistic .block-icon .icon {
    width: 64px;
    height: 64px;
}

.section-statistics .flex .block-statistic .inf {
    margin: 24px auto 0;
    width: 90%;
}

.section-statistics .flex .block-statistic .inf h1{
 min-height: 64px; 
}


.section-statistics .flex .block-statistic .inf p {
    padding-bottom: 4px;
    font-size: 28px;
}

footer .footer_wrapper .footer_top-line .info_block h5 {
    font-size: 16px;
}

.section-new-applications .flex .application-card .block-photo {
    height: 180px;
}

.section-statistics .flex {
    gap: 24px;
    width: 100%;
    overflow: scroll;
}

.section-statistics .flex::-webkit-scrollbar {
  display: none;
}

footer .footer_wrapper .footer_top-line {
    display: flex;
    flex-direction: column;
}
  }

@media screen and (max-width: 767px) {

  .container-header .inf-block h1 {
    font-size: 24px;
    margin-bottom: 8px;
}

  .section-trading-floor .block-scheme .item .text a, .section-trading-floor .block-scheme .item .text h3 {
    font-size: 14px;
}

.section-user-information .container-card .card .flex .block-text h3 {
    font-size: 16px;
}

.section-user-information .container-card .card .flex .block-text a {
    font-size: 14px;
}

.container-header {
    height: 340px;
        padding: 40px 24px 120px;
}

.container-header .inf-block .text p {
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.section-new-applications .flex .application-card .block-photo {
    height: 120px;
}

.section-new-applications .flex .application-card .inf h2{
    font-size: var(--smallFontSize);
  }

  .section-new-applications .flex .application-card .inf p {
    font-size: 12px;
    line-height: 16px;
}

.section-new-applications .flex .application-card .block-btn a{
            margin: 12px;
        padding: 7px 9px;
}

.section-new-applications .flex .application-card .block-btn {
     margin: unset; 
     width: 100%;
}

.section-new-applications .flex .application-card .block-btn a {
    width: -webkit-fill-available;
            font-size: 14px;
}

.container-header .inf-block .block-button {
    margin-top: 20px;
}

 .section-user-information .container-card .card {
    width: 100%;
}

.section-trading-floor .block-scheme {
    width: 100%;
}

.section-popular-goods .flex .card-product.goods:after, .section-popular-goods .flex .card-product.construction:after, .section-popular-goods .flex .card-product.instruments:after {
    background-image: none;
}

.section-popular-goods .flex .card-product .text h1 {
    min-height: 48px;
}

.section-popular-goods .flex .card-product .text p {
    margin-top: 6px;
}
.section-popular-goods .flex .card-product .text {
    width: 71%; 
}
.section-popular-goods .flex .card-product {
        flex: 0 0 calc(100% / 1.8);
        min-width: unset;
    }




    .section-new-applications .flex .application-card {
        flex: 0 0 calc(100% / 2);
        min-width: unset;
    }



.section-statistics .flex .block-statistic .inf p {
    font-size: 16px;
}

.section-statistics .flex .block-statistic .inf .underlining {
    width: 80px;
}

.section-statistics .flex .block-statistic .inf h1, .section-statistics .flex .block-statistic .inf h3 {
    line-height: 16px;
    font-size: 16px;
}

.section-statistics .flex .block-statistic .inf p {
    padding-bottom: 4px;
}

.section-statistics .flex .block-statistic .inf .underlining {
    margin: 15px auto;
}

.section-statistics .flex .block-statistic .inf h1, .section-statistics .flex .block-statistic .inf h3 {
    min-height: 32px;
}

.section-statistics .flex .block-statistic .inf .num {
    font-size: 16px;
}

.section-statistics .flex .block-statistic {
    padding: 32px;
    height: 340px;
    flex: 0 0 calc(100% / 1.4);
}

.section-statistics .flex .block-statistic .block-icon .icon {
    width: 64px;
    height: 64px;
}

    .section-new-applications .flex .application-card .block-photo .photo {
        width: 135px;
    }
}

}




@media screen and (max-width: 500px) {
.container-header .inf-block h1 {
    font-size: 7vw;
}

}









