* {
    outline: none;
    border: none;
    text-decoration: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
    font-family: 'Proxima Nova';
}



@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('Proxima Nova'), local('ProximaNova'),
		url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: 'Proxima Nova Bold';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: local('Proxima Nova'), local('ProximaNova'),
		url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
}

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

a {
    /*font-size: 14px;
    line-height: 17px; 
    color: #B00E1E; */
    color:  #b70037;
    cursor: pointer;
}

a.not-link {
    cursor: default;
}

/*a:visited {
    color: #272727;
}*/

a:hover {
    color:  #990032;
}

h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}

h2 {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 120%;
    color: #272727;
}

h3 {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #272727;
}

textarea {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}


.news-detail__content ul li {
    padding-left: 20px;
    list-style: none;
    position: relative;
}

.news-detail__content ul li:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0px;
    top: 11px;
    background-color: #B00E1E;
}


.red {
    color: #B00E1E;
}

.header-wrapper {
    margin-bottom: 25px;
}

.btn {
    display: flex;
    justify-content: center;
    padding: 18px 20px;
    border-radius: 4px;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    border: 2px solid transparent
}

.btn.filled {
    color: #FFFFFF;
    background-color:  #b70037;
    border-color:  #b70037;
}

.btn.hollow {
    color: #5558AF;
    background-color: #FFF;
    border: 1px solid #5558AF;
    box-sizing: border-box;
}

.btn.border:hover {
    border-color: #990032;
    background-color: #990032;
    color: #FAB2B9;
}

.btn.border:active {
    color: #D99AA0;
    background-color: #590710;
    border-color: #590710;
}

.btn.border {
    border-color: #B00E1E;
}

.btn.filled:hover {
    color: #FAB2B9;
    background-color:  #990032;
    border-color:  #990032;
}

.btn.filled:active {
    color: #D99AA0;
    background-color: #590710;
    border-color: #590710;
}

.btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.btn span {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.btn.gray {
    display: inline-flex;
    border: 1px solid #E0E0E0;
    border-radius: 200px;
}

.btn.add {
    padding: 12px 20px;
    color: #B00E1E;
}

.btn > .add {
    font-size: 45px;
    margin-right: 10px;
}


img {
    display: block;
    width:auto;
    max-width: 100%;
}

.breadcrumbs {
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 15px 25px 40px;
    overflow: hidden;
    border-bottom: 1px solid #E0E0E0;
}

.breadcrumbs-items {
    flex-wrap: wrap;
    display: flex;
    max-width: 1305px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

li.breadcrumb-item {
    display: flex;
    align-items: center;
    margin: 0px;
    white-space: nowrap;
}

li.breadcrumb-item a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

li.breadcrumb-item:after {
    content: '';
    display: block;
    width: 9px;
    height: 16px;
    margin: 0 9px;
    background-image: url(../img/ui/to-right.svg);
}

li.breadcrumb-item:last-child a {
    color: #272727;
}

li.breadcrumb-item:last-child:after {
    content: none;
}



.page-menu {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    align-items: center;
    background-color: #fff;
}

.page-menu__wrapper {
    display: flex;
    max-width: 1350px;
}

.page-menu .page-menu__item {
    display: flex;
    align-items: center;
    color: #000;
    margin-right: 15px;
}

.page-menu__item .page-menu__name {
    display: block;
    padding: 15px 30px;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    color: #000;
}

.page-menu__item.active .page-menu__name {
    color: #B00E1E;
    border-color: #B00E1E;
}

.page-menu__item .counter {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F8F8F9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.page-search {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 5px 20px 5px 55px;
    border: 1px solid #E7E7E7;
    background-color: #FFFFFF;
    background-image: url(../img/ui/search-black.svg);
    background-position: 20px 17px;
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.search-filter-item {
    display: flex;
    margin-right: 20px;
    padding: 13px 15px 12px 20px;
    align-items: center;
    background-color: #F4F4F4;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
}

.close-search-item {
    margin-left: 5px;
    cursor: pointer;
}

.page-search input {
    display: block;
    width: 100%;
    max-width: 235px; 
    padding: 15px 5px 15px 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    color: #BFBFBF;
}

.block-heading {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.applicaton-item .img {
    width: 40px;
    margin-right: 30px;
    flex-shrink: 0;
}


.modal a.close-modal {
    top: -45px;
    right: -45px;
    background-image: url(../img/ui/modal-close.svg);
}

.chars-wrapper {
    display: flex;
    align-items: center;
}

.chars-filter {
    display: block;
    padding: 11px 14px 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #272727;
    border-radius: 200px;
}

.chars-filter:visited {
    color: #272727;
}

.chars-filter:hover {
    background-color: #fff;
}

.chars-filter.active {
    background-color: #fff;
    font-weight: bold;
}

.white-block {
    margin: 30px 0px;
    padding: 20px;
    background-color: #fff;

}

.filter-wrapper {
    display: flex;
    align-items: center;
}

.btn-filter {
    display: inline-flex;
    padding: 10px 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    border-radius: 200px;
    color: #272727;
}

.btn-filter:visited {
    color: #272727;
}

.btn-filter:hover {
    color: #990032;
}

.btn-filter.active {
    font-weight: bold;
    background-color: #F8F8F9;
}

.btn-filter.active:hover {
    color: #272727;
}


.header-filter {
    margin-left: auto;
}

.header-filter .btn-filter.active {
    background-color: #fff;
}

.header-filter .btn-filter:hover {
    color: #990032;
}








.pagination-component {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.pagination {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    list-style: none;
}

.pagination li {
    width: 50px;
    height: 50px;
    margin: 0px 5px;
    background-color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    color: #B00E1E;
}

.pagination li a {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #B00E1E;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    border: 1px solid #E9E9E9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.pagination li:hover a {
    font-weight: bold;
    border-color: #990032;
}

.pagination li .active {
    background-color: #B00E1E;
    border-color: #B00E1E;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.pagination li:hover .active {
    font-weight: normal;
}


.pagination li:hover a {
    font-weight: bold;
}

.pagination .pagination-separator:hover, .pagination .pagination-move:hover {
    background-color: transparent;
    box-shadow: none;
}

.pagination-separator:after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #272727;
}

.pagination li.pagination-move {
    width: auto;
    background-color: transparent;
}

.pagination li.pagination-move a {
    border-color: transparent;
    background-color: transparent;
}

.pagination-move svg {
    stroke: #272727;
}

.pagination .pagination-separator {
    width:24px;
    border-color: transparent;
    background-color: transparent;
}


.pagination .pagination-move.next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.pagination-component .btn.more {
    display: block;
    width: 250px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #B00E1E;
    box-sizing: border-box;
    border-radius: 4px;

}

.pagination-component .btn.more span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #B00E1E;
    text-decoration: none;
    border: none;
}

.pagination-move:hover svg {
    opacity: 0.6;
} 

.pagination-component .btn.more:hover {
    background-color: #990032;
    border-color: #990032;
}

.pagination-component .btn.more:hover span {
    color: #FAB2B9;;
}

.pagination-component .btn.more:active {
    background-color: #590710;
    border-color:#590710;
}

.pagination-component .btn.more:active span {
    color: #D99AA0;
}


.input-wrapper input {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}

.bg-white {
    background-color: #fff;
}

footer {
    display: flex;
    align-items: center;
    padding: 45px 40px;
    background-color: #fff;
}

.footer-logos {
    display: flex;
    align-items: center;
}

.footer-logos a {
    display: block;
}

.footer-logo__main {
    margin-right: 20px;
}

.footer-menu {
    margin-left: auto;
}

.footer-menu ul {
    display: flex;
    align-items: center;
    padding: 0px;
    list-style: none;

}

.footer-menu ul a {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #272727;
}

.footer-menu ul a:hover {
    color: #B00E1E;
}

.footer-menu ul li {
    margin-left: 40px;
}