@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	padding: 0px;
	margin: 0px;
    font-family: "Lato", sans-serif;
    background-color: #f0f2f5;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0px;
    font-weight: unset;
}
p{
    margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	font-family: "Lato", sans-serif;
}

/* font-family: "Montserrat", sans-serif; */

.center{
    width: 90%;
    max-width: 1290px;
    height: auto;
    margin: 0 auto;
}

/* HEADER */
header{
    width: 100%;
    height: auto;
    float: left;
    padding: 1px 15px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px rgb(0 0 0 / .15);
    background-color: #212529;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
.header__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.header__item{
    width: fit-content;
    height: auto;
}
.header__item-bar{
    width: 35px;
    height: 35px;
    float: left;
    background-color: #ff5a00;
    border-radius: 5px;
    border: 1px solid #ff5a00;
    cursor: pointer;
    background-image: url("../images/icon/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px;
    transition: .2s;
    padding: 0;
}
.header__item-bar:hover{
    background-color: #bf4629;
    transition: .2s;
}
.header__item-logo{
    width: fit-content;
    height: auto;
    float: left;
    margin: 6px 0;
}
.header__item-logo img{
    width: 81px;
    height: 40px;
    float: left;
    object-fit: contain;
    object-position: center;
}
.header__item-search{
    width: 35px;
    height: 35px;
    float: right;
    cursor: pointer;
    background-color: unset;
    border: unset;
    background-image: url("../images/icon/search.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
    transition: .2s;
    padding: 0;
}
.header__item-search:hover{
    opacity: 0.5;
    transition: .2s;
}
.header__item form{
    width: 280px;
    height: auto;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 1px 1px 15px rgb(0 0 0 / .15);
    border: 2px solid #ddd;
    position: absolute;
    right: 20px;
    top: 53px;
    display: none;
}
.header__item form > label{
    width: calc(100% - 40px);
    height: auto;
}
.header__item form > label > input{
    width: 100%;
    height: 40px;
    float: left;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    padding: 0 15px 2px;
    font-size: 16px;
    box-sizing: border-box;
}
.header__item form > button{
    width: 40px;
    height: 40px;
    background-color: #d26e4b;
    border: unset;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    background-image: url("../images/icon/search.svg");
}
/* HEADER */

/* MAIN */
.main{
    width: 100%;
    height: auto;
    float: left;
    padding: 84px 0 0 0;
}
.main__row{
    width: 100%;
    height: auto;
    float: left;
    padding: 25px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / .12), 0 1px 2px rgb(0 0 0 / .24);
    box-sizing: border-box;
}
.main__item{
    width: 100%;
    height: auto;
    float: left;
}
.main__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: rgb(255, 90, 0);
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-size: 1.7em;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 15px;
}
.main__item-description{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-size: 17.6px;
    color: #212529;
    line-height: 1.6;
    margin: 22px 0 0 0;
}
.main__item-description::first-letter{
    font-family: georgia;
    color: #ff5a00;
    font-size: 20px;
    font-weight: 700;
}
.main__item-description a{
    color: #0269c3;
    text-decoration: underline;
}
.main__item-description a:hover{
    color: #ff5a00;
}
/* MAIN */

/* CATEGORY */
.category{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0 0 0;
}
.category__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.category__item{
    width: calc(50% - 15px);
    height: auto;
    background-color: #f9fafb;
    border-radius: 20px;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / .12), 0 1px 2px rgb(0 0 0 / .24);
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.category__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: rgb(255, 90, 0);
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: 1.7em;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 25px;
}
.category__item-more{
    width: fit-content;
    height: auto;
    color: #000;
    background-color: #ffffff;
    padding: 2px 25px 6px 10px;
    border-radius: 14px;
    box-shadow: 0 1px 1px 0 rgba(32, 35, 51, .1);
    position: absolute;
    right: 25px;
    top: 25px;
    line-height: normal;
    font-weight: 500;
    background-image: url("../images/icon/right.svg");
    background-position: calc(100% - 6px) center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.category__item .cat-btn{
    width: fit-content;
    height: auto;
    color: #212529;
    font-weight: 400;
    padding: 16px;
    border-radius: 10px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 17px;
    padding: 10px 15px 12px;
    transition: .2s;
    border: 1px solid #fff0;
    border-color: rgb(0 0 0 / .05);
}
.cl1 {
    background-color: #FFDDCA;
}

.cl2 {
    background-color: #bdeff1;
}

.cl3 {
    background-color: #FCD7F7;
}

.cl4 {
    background-color: #D8EEB6;
}

.cl5 {
    background-color: #E2E2F8;
}

.cl6 {
    background-color: #C5ECFC;
}

.cl7 {
    background-color: #FFE0B2;
}

.cl8 {
    background-color: #E0E4EF;
}
.category__item .cat-btn:hover{
    background-color: #be0026;
    color: #ffffff;
    transition: .2s;
}
/* CATEGORY */

/* BREADCRUMBD */
.breadcrumbs{
    width: 100%;
    height: auto;
    float: left;
    padding: 80px 0 0 0;
}
.breadcrumbs-list{
    width: 100%;
    height: auto;
    float: left;
}
.breadcrumbs li{
    width: fit-content;
    height: auto;
    float: left;
    font-weight: 400;
    font-style: normal;
    font-size: 17.6px;
    color: #212529;
    line-height: 1.6;
    margin: 0 10px 0 0;
}
.breadcrumbs li > a{
    width: fit-content;
    height: auto;
    float: left;
    color: #0269c3;
    font-size: 16px;
}
.breadcrumbs li > a:hover{
    color: rgb(255, 90, 0);
}
/* BREADCRUMBD */

/* ARTICLE */
.article{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 15px;
}
.article-title{
    width: 100%;
    height: auto;
    float: left;
    color: rgb(255, 90, 0);
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-size: 1.7em;
    font-family: "Montserrat", sans-serif;
}

.article__block {
  position: relative;
  cursor: pointer;
  user-select: text;
}

.copy-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: orange;
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  user-select: none; /* popup не выделяется */
}

.article__block.copied .copy-popup {
  opacity: 1;
}

.article__block.copied {
  background: #fff7e6;
}


.article-description{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 17.6px;
    color: #212529;
    line-height: 1.6;
    margin: 22px 0 0 0;
}
.article__row{
    width: 100%;
    height: auto;
    float: left;
}
.article__item{
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0 0 0;
}
.article__item-subject{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
}
.article__item-list{
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0 0 0;
}
.article__item-list li{
    width: calc(100% - 15px);
    height: auto;
    float: left;
    margin: 15px 0 0 15px;
    list-style: auto;
}
.article__item-list li > a{
    width: fit-content;
    height: auto;
    float: left;
    color: #0269c3;
    font-size: 16px;
}
.article__item-list li > a:hover{
    color: rgb(255, 90, 0);
}
.article__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: rgb(255, 90, 0);
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: 1.7em;
    font-family: "Montserrat", sans-serif;
}
.article__item-description{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-size: 17.6px;
    color: #212529;
    line-height: 1.6;
    margin: 22px 0 0 0;
}
.article__item-top{
    width: fit-content;
    height: auto;
    float: right;
    color: #0269c3;
    font-size: 15px;
    margin: 20px 0 0 0;
}
.article__item-top:hover{
    color: rgb(255, 90, 0);
}
.article__item-pagination{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 35px 0 0 0;
}
.article__item-pagination li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 7px;
}
.article__item-pagination li > a{
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 100px;
    color: #212529;
    border: 2px solid #212529;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: normal;
}
.article__item-pagination li > a:hover,
.article__item-pagination li > a.active{
    background-color: #ff5a00;
    border: 2px solid #ff5a00;
    color: #ffffff;
}
.article__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    margin: 40px 0 0 0;
}
.article__block{
    width: calc(33.3% - 10px);
    height: auto;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-size: 17.6px;
    color: #212529;
    line-height: 1.6;
}
.article__item-pageinfo{
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    font-weight: 400;
    font-style: normal;
    font-size: 17.6px;
    color: #212529;
    line-height: 1.6;
}
.article__item-pageinfo span{
    border: 1px solid #ff5a00;
    padding: 3px 7px;
    border-radius: 9px;
}
/* ARTICLE */

/* FOOTER */
footer{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 15px;
}
.footer__row{
    width: 100%;
    height: auto;
    float: left;
}
.footer__item{
    width: 100%;
    height: auto;
    float: left;
}
.footer__item ul{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer__item ul > li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 10px;
}
.footer__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    color: #00000080;
    letter-spacing: .05em;
    line-height: 1.2;
    font-size: .85em;
}
.footer__item-copyright{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #00000080;
    margin: 10px 0 0 0;
    line-height: 1.6;
    font-size: .9em;
}
.footer__item-description{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #00000080;
    margin: 5px 0 0 0;
    font-size: 0.75rem;
    line-height: 1.6;
}
/* FOOTER */

/* MENU */
.menu{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgb(11, 11, 11, 0.65);
    z-index: 1;
    display: none;
}
.menu__row{
    width: 300px;
    height: 100vh;
    background-color: rgb(247 247 247);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .5);
    padding: 30px 0;
    box-sizing: border-box;
    margin: 0 0 0 -100%;
    transition: .2s;
    overflow-x: scroll;
}
.menu.active .menu__row{
	margin: 0 0 0 0%;
    transition: .2s;
}
.menu__item{
    width: 100%;
    height: 100vh;
}
.menu__item ul{
    width: 100%;
    height: auto;
    float: left;
}
.menu__item ul > li{
    width: 100%;
    height: auto;
    float: left;
}
.menu__item ul > li > a{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(36, 36, 36, 0.85);
    padding: 17px 20px;
    box-sizing: border-box;
    border-top: 1px solid #ececec;
    font-size: 14px;
    color: hsl(0 0% 40% / .85);
    transition: .2s;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.menu__item ul > li > a > span{
	margin: 0 10px 0 0;
}
.menu__item ul > li > a:hover{
    color: hsl(0 0% 40% / 1);
    background-color: rgb(0 0 0 / .05);
    transition: .2s;
}
.menu__item ul > li > a > img{
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    object-fit: cover;
    object-position: center;
}
.menu__network{
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 2px;
}
.menu__network a{
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 5px;
    transition: .2s;
}
.menu__network a:hover{
    opacity: 0.8;
    transition: .2s;
}
.menu__network a:nth-child(1){
    background-color: #3a589d;
    background-image: url("../images/icon/facebook.svg");
}
.menu__network a:nth-child(2){
    background-color: #3b6994;
    background-image: url("../images/icon/instagram.svg");
}
.menu__network a:nth-child(3){
    background-color: #c33223;
    background-image: url("../images/icon/youtube.svg");
}
.menu-close{
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/close.svg");
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-color: unset;
    border: unset;
    padding: 0;
}
/* MENU */