.single-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-article__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
    gap: 96px;
}

.single-article__header h1 {
  line-height: 100%;
  letter-spacing: 0%;
  max-width: 957px;
  height: fit-content;
background-image: -o-linear-gradient(183.52deg, #000000 3.18%, #7b7b7b 98.8%);
    background-image: linear-gradient(266.48deg, #000000 3.18%, #7b7b7b 98.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article-sigle__img{
  margin: 50px 0;
}
.single-article_text{
  margin-bottom: 20px;
}
@media screen and (max-width:1520px) and (min-width: 1281px) {
	 .single-article__header h1 {
	    	max-width: 957px;
		width: clamp(60%, 62%, 65%);
	  }
}

@media screen and (min-width: 42.0625rem) {
  .single-article__header h1 {
    font-size: 50px;
  }
}
@media screen and (max-width:58rem) {
  .single-article__header h1 {
    line-height:90%;
  }
}
@media screen and (max-width: 42rem) {
  .single-article__header h1 {
    font-size: 30px;
  }
}
/* @media screen and (max-width:95.0625rem) {
    .single-article__header h1 {
        max-width: 1088px;
    }
}
@media screen and (max-width: 95rem) and (min-width: 42.0625rem) {
    .single-article__header h1 {
        
    }
} */

.single-article__autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (max-width: 1281px) {
  .single-article__autor {
    display: none;
  }
}

.single-article__link {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.single-article__link span {
  color: var(--oranzhevyy);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-article__link:hover span {
  text-decoration: underline;
}

.single-article__link svg {
  -webkit-transform: translate(0, 3px) rotate(-45deg);
  -ms-transform: translate(0, 3px) rotate(-45deg);
  transform: translate(0, 3px) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.single-article__link:hover svg {
  -webkit-transform: translate(0, 3px) rotate(0deg);
  -ms-transform: translate(0, 3px) rotate(0deg);
  transform: translate(0, 3px) rotate(0deg);
}

.single-article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.single-article__info .name {
  font-family: TT Firs Neue;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.single-article__info .position {
  font-family: Mulish;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}
.single-article__info .years {
  font-family: Mulish;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}

.single-article__image {
  margin-top: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  width: 100%;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.single-article__image__background {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.single-article__image__background img {
  height: 100%;
  width:100%;
}

.single-article__image__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 226px;
  z-index: 1;
  gap: 20px;
}

.single-article_socials__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 7px;

  z-index: 1;
  gap: 20px;
}

@media screen and (min-width: 58.0625rem) {
  .single-article_socials__buttons {
    padding-bottom: 50px;
  }
}
@media screen and (max-width:58rem) and (min-width: 42.0625rem) {
	.single-article_socials__buttons {
 padding-bottom: 40px;
 padding-top: 40px;
	}
}
@media screen and (max-width: 42rem) {
  .single-article_socials__buttons {
    flex-direction: column;
  }

  .single-article_socials__buttons .btn.btn-socials {
    width: 100%;
    justify-content: center;
  }
}

.container-semicircle {
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
  background-color: #fafaff;
  margin-top: -80px;
  position: relative;
  z-index: 3;
  padding-top: 94px;
}
.container.container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
}
.container.container-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-article__content {
  /* max-width: calc(100% - 388px); */
  max-width: 956px;
  width: 100%;
}

.single-article__content a,.single-article__content a:link{
  color: var(--oranzhevyy);
  text-decoration: underline;
}
.single-article__content a:hover{
  text-decoration: none;
}

.single-article__content section h2.article-sigle__title {
  font-family: TT Firs Neue;
  font-weight: 300;

  leading-trim: NONE;
  letter-spacing: 0%;

  background-image: -o-linear-gradient(183.52deg, #000000 3.18%, #7b7b7b 98.8%);

  background-image: linear-gradient(266.48deg, #000000 3.18%, #7b7b7b 98.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}

.article-sigle__title--more-padding {
	margin-bottom:20px !important;
}

@media screen and (min-width:1021px){
.single-article__content section h2.article-sigle__title{
	line-height:100%;
}}
@media screen and (max-width:1020px) and (min-width:673px){
.single-article__content section h2.article-sigle__title{
	line-height:90%;
}}
@media screen and (min-width:672px){
.single-article__content section h2.article-sigle__title{
	line-height:100%;
}}

@media screen and (min-width: 58.0625rem) {
.single-article__content section h2.article-sigle__title {
    font-size: 40px;
  }
}


@media screen and (max-width:58rem) and (min-width: 42.0625rem) {
	.single-article__content section h2.article-sigle__title {
    font-size: 40px;
line-height:90%;
  }
}



@media screen and (max-width: 42rem) {
  .single-article__content section h2.article-sigle__title {
    font-size: 25px;
  }
}
.single-article__content section h3.article-sigle__title {
  font-family: TT Firs Neue;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0%;

  /* background-image: -o-linear-gradient(183.52deg, #000000 3.18%, #7B7B7B 98.8%);

    background-image: linear-gradient(266.48deg, #000000 3.18%, #7B7B7B 98.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	background-clip: text; */
  margin-bottom: 20px;
  color: #141517;
}

h4.article-sigle__title {
 /* font-family: Mulish;*/
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}

ol + h3.article-sigle__title {
  margin-top: 20px;
}
@media screen and (min-width:58.0625rem) {
.single-article__content section + section {
    margin-top: 80px;
  }
}
@media screen and (max-width:58rem) and (min-width: 42.0625rem) {
.single-article__content section + section {
    margin-top: 40px;
  }
}

@media screen and (max-width: 42rem) {
  .single-article__content section + section {
    margin-top: 20px;
  }
}

.single-article__nav {
  width: 100%;

  position: relative;
}

@media screen and (min-width: 1024px) {
  .single-article__nav {
   height: auto; 
/*height:80vh;
overflow: auto;*/
    max-width: 388px;
  }
}
@media screen and (max-width: 1023px) {
  .single-article__nav {
    height: fit-content;
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-height:720px){
.single-article__nav nav ul, .single-article__nav nav ol {
    height: 70vh;
    overflow: auto;
}
}

@media screen and (max-width: 1023px) and (min-width: 42.0625rem) {
  .single-article__nav {
    height: fit-content;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 42rem) {
  .single-article__nav {
    height: fit-content;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .single-article__content p {
    font-size: 14px;
  }
}

.single-article__nav nav {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  transition: top 0.5s ease;
}

@media screen and (min-width: 1344px) {
  .single-article__nav nav {
    top: 110px;
  }
}
@media screen and (max-width: 1343px) and (min-width: 1024px) {
  .single-article__nav nav {
    top: 110px;
  }
}

.single-article__nav nav h2 {
  font-family: TT Firs Neue;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  background-image: -o-linear-gradient(183.52deg, #000000 3.18%, #7b7b7b 98.8%);
  background-image: linear-gradient(266.48deg, #000000 3.18%, #7b7b7b 98.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.single-article__nav nav ul,
.single-article__nav nav ol {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width:1024px){
.single-article__nav nav ul, .single-article__nav nav ol {
    height: 70vh;
    overflow: auto;
}
}

.single-article__nav nav ul li,
.single-article__nav nav ul li a {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: bottom;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
	@media screen and (max-width:1023px){
		color: #141517 !important;
        	text-decoration: none !important;
	}
}



.single-article__nav nav ul li a{
  padding-top: 2px;
  white-space: break-spaces;
  display: flex;
  gap:5px;
}

.single-article__nav nav ul li a span{
      white-space: break-spaces;
}
.single-article__nav nav ul li a:hover span{
	color: #FF6900;
}

@media screen and (max-width: 1022px) {
	
}
@media screen and (min-width: 42.0625rem) {
  .single-article__nav nav ul li,
  .single-article__nav nav ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 42rem) {
  .single-article__nav nav ul li,
  .single-article__nav nav ul li a {
    font-size: 14px;
  }
}

.single-article__nav nav ul,
.single-article__nav nav ol {
  counter-reset: section;
  list-style-type: none;
}

.single-article__nav nav ol li,
.single-article__nav nav ul li {
  position: relative;
  /*padding-left: 25px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  flex-direction: column;
}

.single-article__nav nav ul li::before {
  /*counter-increment: section;
  content: "0" counter(section) " ";*/
  left: 0;
  position: absolute;

  font-family: Mulish;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #ff6900;
}
.single-article__nav nav ul.sub{
      margin-top: 10px;
}
.single-article__nav nav ul.sub li::before{
    content: "";
}
.single-article__nav nav ul.sub li{
  padding-left: 25px;
}
/*.single-article__nav nav ul.sub li .number,*/
.single-article__nav nav li .number
{
  font-family: Mulish;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #ff6900;
  margin-right: 4px;
}
.single-article__nav nav ul li a:hover {
  color: var(--oranzhevyy);
}

.single-article__content
  p:not(.case-about__subtitle)
  + p:not(.case-about__text) {
  margin-top: 20px;
}

.single-article__image__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.single-article__image__inside img{
  width: 100%;
}
/*.single-article__image__inside img {
  margin: 20px 0 10px;
}*/

.image__subtitle {
  font-family: Mulish;
  font-weight: 300;
  font-style: Italic;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}
.single-article__image__inside + h2.article-sigle__title {
  margin-top: 50px;
}
.single-article__image__inside + h3.article-sigle__title,
.single-article__image__inside + h4.article-sigle__title {
  margin-top: 40px;
}

.single-article__content p + ol {
  margin-top: 10px;
}

.single-article__content p + ol + p {
  margin-top: 20px;
}
.single-article__content h2.article-sigle__title + ol + p {
  margin-top: 20px;
}

.single-article__content p + h3.article-sigle__title {
  margin-top: 30px;
  margin-bottom: 10px;
}

.single-article__image__inside + p ,
p + .single-article__image__inside{
  margin-top: 20px;
}

p + h4.article-sigle__title {
  margin-top: 40px;
  margin-bottom: 10px;
}

.allocation {
  font-family: Mulish;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  line-height: 100%;

  color: #646464;
  margin-bottom: 30px;
}

.single-article__content ol {
  counter-reset: section;
  list-style-type: none;
  margin-bottom: 10px;
}

.single-article__content ol li,
.single-article__content ul li {
  position: relative;
  @media screen and (min-width:1025px){
padding-left: 25px;
}

	@media screen and (max-width:1024px){
	  margin-bottom: 10px;
	   padding-left: 25px;
	}
	
/*font-family: Mulish;
   font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: bottom; */
max-width:715px;

}
.single-article__nav nav ul li{
@media screen and (max-width:1024px){
	  margin-bottom: 0px;
	   padding-left: 0px;
	}
}

.single-article__content ol li span:not(.bold),
.single-article__content ul li span:not(.bold){
font-weight: 400;
}
.single-article__content ol li span.bold,
.single-article__content ul li span.bold{
font-weight: 500;
}

@media screen and (min-width: 42.0625rem) {
  .single-article__content ol li,
  .single-article__content ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 42rem) {
  .single-article__content ol li,
  .single-article__content ul li {
    font-size: 14px;
  }
.single-article__image__inside img {
  margin: 20px 0 0px;
}
}
.single-article__content ul{
  margin: 10px 0 15px;
}
.single-article__content li::before {
  left: 0;
  position: absolute;
  font-family: Mulish;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #ff6900;
}
.single-article__content ol>li::before {
  counter-increment: section;
  content: "0" counter(section) " ";
}

.single-article__content ul.list-style_disc>li::before{
    content: "";
    width: 9px;
    height: 9px;
    background-color: #ff6900;
    border-radius: 15px;
    top: 6px;
}
#article-final {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #e6e6f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-final__like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e6e6f0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  margin-top: 80px;
}

.article-final__like p,
.article-final__like__share p {
  font-family: Mulish;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: bottom;
}

.article-final__like .icon-like {
  width: 19px;
  height: 19px;
  fill: var(--oranzhevyy);
  -webkit-transition: scale 0.3s ease-in-out;
  -o-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  cursor: pointer;
}

.article-final__like .icon-like:hover {
  scale: 1.1;
}

.article-final__like button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.article-final__like button span {
  font-family: Mulish;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #141517;
}

.article-final__share {
  background-color: #f4f4fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}

.article-final__share__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.article-final__share p {
    display: inline-flex;
    align-items: center;
}

.article-final__share__socials .icon-socials {
  background-color: #fafaff;
  border-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.article-final__share__socials .icon-socials .icon-socials-sprite {
  fill: var(--oranzhevyy);
}

.article-final__share__socials .icon-socials:hover {
  background-color: var(--oranzhevyy);
}
.article-final__share__socials .icon-socials:hover .icon-socials-sprite{
fill: #fff;
}


table.article-sigle__table {
  width: 100%;
  border-collapse: collapse;
}

table.article-sigle__table + .article-sigle__title, table.article-sigle__table + p, p + table.article-sigle__table {
margin-top:20px;
}

table.article-sigle__table td,
table.article-sigle__table th {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
}

table.article-sigle__table th {
  background-color: rgb(255, 105, 0);
  color: #ffffff;
}

@media screen and (min-width:641px) {
  table.article-sigle__table tbody tr:nth-child(even) {
    background-color: rgb(247, 187, 142)
  }
}
@media screen and (max-width:640px) {
  table.article-sigle__table tbody tr:nth-child(even) {
  background-color: rgb(255, 105, 0);
  color: #ffffff;
  }
  table.article-sigle__table tbody tr:nth-child(even) span.bold{
  color: #ffffff;	
  }
}

@media (max-width: 640px) {
  table.article-sigle__table thead {
    display: none;
  }
  table.article-sigle__table td.no-before{
    padding-left:15px;
  }
  table.article-sigle__table td.no-before::before{
    display:none;
  }

  table.article-sigle__table,
  table.article-sigle__table tbody,
  table.article-sigle__table tr,
  table.article-sigle__table td {
    display: block;
    width: 100%;
  }
  table.article-sigle__table tr {
    margin-bottom: 15px;
  }
  table.article-sigle__table td {
    padding-left: 50%;
    text-align: left;
    position: relative;
  }
  table.article-sigle__table td::before {
    content: attr(data-row-name);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}


p + .single-article__images, .single-article__images + p, p +.single-article__images--row, .single-article__images--row+ p{
margin-top:20px;
}
.single-article__images{
display:flex;
  justify-content: flex-start;
    align-items: start;
flex-wrap:wrap;
gap:20px;
}
.single-article__images__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single-article__images--row {
	display:flex;
  justify-content: flex-start;
    align-items: start;
flex-wrap:wrap;
gap:20px;
}

@media screen and (min-width:481px){
.single-article__images--row .single-article__image__inside {
	width: calc(50% - 10px);
}


}

@media screen and (max-width:480px){
.single-article__images--row .single-article__image__inside img {
margin:0;}
}


@media screen and (min-width:1011px){
	.single-article__images--row .single-article__image__inside.large--image{
		width:calc(100% - 372px);
	}
.single-article__images--row .single-article__image__inside.small--image {
	max-width:352px;
}
}

@media screen and (max-width:1010px) and (min-width:481px){
	.single-article__images--row .single-article__image__inside.large--image{
		width:calc(63% - 10px);
	}
	.single-article__images--row .single-article__image__inside.small--image {
		max-width:calc(37% - 10px);
	}
}


.attention{
display:flex;
gap:10px;
align-items: flex-start;
justify-content: flex-start;
background-color:#FF69000D;
border: 1px solid #FF6900;
padding:20px;
border-radius: 10px;
}
.attention svg{
min-width:24px;
min-height:24px;
}

.attention + h3,
.attention + p,
p + .attention {
margin-top:30px;
}

.single-article__image__inside + .single-article_text {
margin-top: 20px;
}

.article-sigle__video {
display: flex;
gap: 20px;
flex-wrap:wrap;
}

.article-sigle__video video:nth-child(1){
max-width:100%;
}

.article-sigle__video{
margin: 20px auto;
}

.article-sigle__video--row {
display:flex;
gap:20px;
align-items: flex-start;
}



@media screen and (min-width:42.0625rem){
	.article-sigle__video--row video:nth-child(1), .article-sigle__video--row video:nth-child(2) {
	max-width: calc(50% - 10px);
	}
}
@media screen and (max-width:42rem){
	.article-sigle__video--row {
	flex-wrap: wrap;
	}
	.article-sigle__video--row video:nth-child(1), .article-sigle__video--row video:nth-child(2) {
	max-width: 100%;
	}
}