body {
    --scrollbar-width: calc(100vw - 100%);
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.news-row {
    display: flex;
    align-items: center;
    /* max-width: calc(100vw - 17px); */
    max-width: 100vw;
    white-space: nowrap;
    overflow-x: hidden;
    padding: 10px;
    font-size: 14px;
    background-color: #007AD2;
    color: #fff;
    height: 30px;
    z-index: 1003;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    transition: all .7s ease-in-out;
    /* opacity: 0; */
}

.news-row div {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 20s infinite linear;
    -moz-animation: scroll 20s infinite linear;
    animation: scroll 20s infinite linear;
}

.news-slash {
  margin: 0 30px;
}

@media screen and (max-width: 1024px) {
  .news-row {
    max-width: 100vw;
  }
}

.one-news__section article ul {
    margin-top: 10px;
}

div.wpcf7 .ajax-loader {
  background-image: url('../images/contacts/loading.gif');
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background-size: contain;
}

form.wpcf7-form.submitting .wpcf7-submit .ajax-loader {
  display: block!important;
}

.list__item-image_grid {
  overflow: visible !important;
}

.logo_status {
  color: #fff;
  position: relative;
  top: -20px;
  left: -7px;
  padding: 5px 30px 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  width: auto;
  max-width: 100%;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  display: inline-block;
  overflow: visible;
}

.logo_status__before {
  position: relative;
  left: -7px;
  top: -21px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  width: 20px;
  height: 15px;
  z-index: 10;
  /* opacity: .5; */
  opacity: 0;
  border-radius: 0 0 5px 0;
}

.ar_logo_status {
  color: #fff;
  position: relative;
  top: -20px;
  right: -7px;
  padding: 5px 5px 5px 30px;
  font-size: 12px;
  border-radius: 3px;
  width: auto;
  max-width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 165%);
  display: inline-block;
  overflow: visible;
}

.ar_logo_status__before {
  position: relative;
  right: -7px;
  top: -21px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  width: 20px;
  height: 15px;
  z-index: 10;
  opacity: .5;
  border-radius: 0 0 5px 0;
}

.list__item-image_bg,
.list__item-image_logo {
  z-index: 20;
}

.logo_status_grid {
  color: #fff;
  position: absolute;
  top: 20px;
  left: -20px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  width: auto;
  max-width: 100%;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  display: inline-block;
  overflow: visible;
  z-index: 20;
}

.logo_status_grid__before {
  position: absolute;
  left: -20px;
  top: 46px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  width: 20px;
  height: 15px;
  z-index: 10;
  opacity: .5;
  border-radius: 0 0 5px 0;
}

.ar_logo_status_grid {
  color: #fff;
  position: absolute;
  top: 20px;
  right: -20px;
  padding: 5px 10px 5px 40px;
  font-size: 14px;
  border-radius: 3px;
  width: auto;
  max-width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 165%);
  display: inline-block;
  overflow: visible;
  z-index: 20;
}

.ar_logo_status_grid__before {
  position: absolute;
  right: -20px;
  top: 46px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  width: 20px;
  height: 15px;
  z-index: 10;
  opacity: .5;
  border-radius: 0 0 5px 0;
}

@media screen and (max-width: 1278px) {
  .logo_status {
    top: -20px;
  }
  .logo_status__before {
    top: -21px;
  }
  .ar_logo_status {
    top: -20px;
  }
  .ar_logo_status__before {
    top: -21px;
  }
}
@media screen and (max-width: 767px) {
  .logo_status {
    top: -70px;
    font-size: 8px;
  }
  .logo_status__before {
    top: -71px;
  }
  .ar_logo_status {
    right: 0;
    font-size: 8px;
    position: absolute;
  }
  .ar_logo_status__before {
    position: absolute;
    right: 0;
    top: -1px;
  }
}

.custom-background {
  height: 50px;
  background-size: cover;
  background-image: url(../images/header/background1.jpg);
  position: fixed;
  background-repeat: no-repeat no-repeat;
  width: 100vw;
}

.header.cb .header__inner {
  padding: 80px !important;
}

.modal__form .wpcf7 .modal__btn {
    position: relative;
}
.modal__form .wpcf7 .modal__btn input:disabled {
    background-color: #9b9b9b;
}
.modal__form .wpcf7 .modal__btn .wpcf7-spinner {
    background-color: #fbfbfc;
    position: absolute;
    top: 12px;
    left: -6px;
}
.modal__form .wpcf7 .modal__btn .wpcf7-spinner:before {
    background-color: #23282d;
}
.select2-container {
    z-index: 9999;
    display: block !important;    
}
.modal__form .select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border-color: transparent !important;
}
.modal__form .select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-left: -8px !important;
}

.portfolio__news {
    margin-top: 40px;
}
.portfolio__news .news-others__description {
    margin-bottom: 60px;
}
.portfolio__news .news-others__description .news__title {
    font-size: 32px;
    text-align: center;
}
.portfolio__news .news-others__description .news__text {
    text-align: center;
}

.one-news__others.protfolio-news {
    margin-top: 140px;
    padding-bottom: 0;
}

.one-news__article .news-inner-list {
    margin-bottom: 30px;
}

.one-news__article .news-inner-list li a:before {
    content: none;
}
.one-news__article .news-inner-list li:before {
    font-size: 12px;
    line-height: 120%;
    -webkit-font-feature-settings: "pnum" on,"lnum" on;
    font-feature-settings: "pnum" on,"lnum" on;
    opacity: .5;
    display: inline-block;
    counter-increment: list;
    content: "0" counter(list) "";
    margin-right: 13px;
}
.one-news__article .news-inner-list li a {
    color: #007AD2;
}

.branding.container {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 150px;
}
.branding.container section {
    padding: 40px 30px;
}

.branding .branding-title {
    font-size: 38px;
    color: #37352f;
    margin: 0 0 60px 0;
    font-weight: 500;
    padding: 0 30px;
}
.branding .main-logo-title {
    font-size: 30px;
    color: #37352f;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.branding .main-logo,
.branding .secondary-logo {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.branding .main-logo-caption,
.branding .secondary-logo-caption {
    color: #7a7a7a;
    font-size: 16px;
    margin-top: 4px;
}

.default-page-wrapper {
    padding: 0 0 120px 0;
}

@media screen and (max-width: 768px) {
    .branding.container {
        max-width: 900px;
        padding: 100px 15px 0;
    }
}

.grecaptcha-badge {
  display: none !important;
}

.copper-field-round-wrap select#copper-field-round {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: 100%;
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 124%;
  -webkit-font-feature-settings: "pnum" on,"lnum" on;
  font-feature-settings: "pnum" on,"lnum" on;
  color: #262a36;
  cursor: pointer;
}
.copper-field-round-wrap select#copper-field-round:focus-visible {
  outline: none;
}

.copper-field-sectors-wrap select#copper-field-sectors {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: 100%;
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 124%;
  -webkit-font-feature-settings: "pnum" on,"lnum" on;
  font-feature-settings: "pnum" on,"lnum" on;
  color: #262a36;
  cursor: pointer;
}
.copper-field-sectors-wrap select#copper-field-sectors:focus-visible {
  outline: none;
}
