/*
Theme Name: Ramsay 2024
Description: NEW Ramsay theme
*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited,
a:hover {
    text-decoration: none;
    color: inherit;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #e9e9e9;
}

::-webkit-scrollbar-thumb {
    background: #a8b3b9;
    border-radius: 4px;
}

html {
  scroll-behavior: smooth;
}

body {
	color: #222;
}

ul.firstch {
    font-size: 16px;
}

ul.child {
    top: 44px;
}

.content-page {
    padding: 5px 30px 30px;
}

.article__text {
	letter-spacing: -.3px;
}

.article-content__text, .article-content p {
	letter-spacing: -0.25px;
}

.leaf-button {
	margin: 60px 15px 50px;
}

.article-page.article-page table td:first-child, .article-page.article-page table th:first-child, .article-page table td:first-child, .article-page table th:first-child, .clear-table td:first-child, .clear-table th:first-child {
	vertical-align: top;
}

.article-page table li {
	font-family: PT Sans,Arial,sans-serif;
	font-size: 16px;
	line-height: 16px;
}

p {
	line-height: 1.4;
}

a {
    color: inherit;
}

.wide-illustration__title {
	padding: 30px 480px 30px 30px;
	backdrop-filter: blur(5px);
}

.content-box__left, .content-box__right {
	margin-top: 30px;
}

.article-content ol, .article-content ul, .numbered-list, .unnumbered-list {
	line-height: 1.4;
	margin-top: 10px;
}

.article-content figure, .article-page__text__image {
	margin: 20px 0 26px;
}

.wp-block-image figcaption {
	text-align: left;
}

.article-content__h2, .article-content h2, .similiar-article__title {
	color: #222;
}

.article-list__item {
	margin-bottom: 30px;
}

.article-meta {
	font: 16px PT Sans,Arial,sans-serif;
}

.main-menu__item a:hover {
    cursor: pointer;
    color: #2b92d0;
    -webkit-transition: color .3s;
	transition: color .3s;
}

.tags__item {
	padding-bottom: 1px;
}

.tags__item:hover {
	text-decoration: none;
}

.tags .tags__item {
	text-decoration: none;
}

.tags .tags__item:hover {
	border-bottom: 1px solid #1C3D6F;
	color: #1C3D6F;
}

.article-content__link, .article-content a {
	text-decoration: none;
	border-bottom: 1px solid #3b9fd8;
}

.article-content__link:hover, .article-content a:hover {
	border-bottom: none;
}

.info-social a,
.leaf-button a {
	border-bottom: none;
}

.article-meta .tags__item {
	line-height: 16px;
}

.ib {
	display: inline-block;
}
.safe-vert-margin {
	margin-top: 40px;
	margin-bottom: 20px;
}
.center-block {
	display: block;
	text-align: center;
}
.tags-list {
	margin-top: 20px;
}

@media (max-width: 1203px) {
	.non-desktop_hide {
		display: none;
	}
}

.spotlight {
	background-color: #f2f2f2;
	padding: 5px 10px 10px 20px;
}

.article-page.article-page table td, .article-page.article-page table th, .article-page table td, .article-page table th, .clear-table td, .clear-table th {
	white-space: normal;
}

.wide-illustration__title {
    padding: 30px 48px 30px 30px;
    backdrop-filter: blur(5px);
}
.coupe__column.coupe__column_narrow:nth-child(4n + 1) {border-left: 0;padding-left: 0;margin-left: 0;}.coupe__column.coupe__column_narrow:nth-child(n+5) {padding-top: 25px;}

.ms-telegram {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(/local/templates/ramsay/img/telegram.svg);
    background-position: center center;
    background-size: contain;
    margin-left: 10px;
    margin-top: 2px;
}


.ms-icon--social.ms-youtube {
    width: 25px;
    height: 18px;
    display: inline-block;
    background-image: url(/local/templates/ramsay/img/youtube.svg);
    background-position: center center;
    background-size: 150%;
    margin-left: 10px;
    margin-top: 2px;
}

.offcanvas-nav__item {
    position: relative;
}

.offcanvas-nav__item > ul {
    list-style: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s cubic-bezier(0.47, 0, 0.75, 0.72);
}

.offcanvas-nav__item input:checked ~ ul {
    max-height: 1000px;
}

.offcanvas-nav__item input {
    display: none;
}

.offcanvas-nav__item label {
    position: absolute;
    margin: 0;
    right: 20px;
    top: -1px;
}

.offcanvas-nav__item label:after {
    content: url(/local/templates/ramsay/dist/assets/img/arrow-right-white.png);
    transition: all .3s cubic-bezier(0.47, 0, 0.75, 0.72);
    position: absolute;
    width: 20px;
    height: 20px;
}

.offcanvas-nav__item input:checked + label:after {
    -webkit-transform: rotate(0.25turn);
    -ms-transform: rotate(0.25turn);
    transform: rotate(0.25turn);
}

.offcanvas-nav__item > ul > li:last-child {
    margin-bottom: 0;
}

.offcanvas-nav__item > ul > li:first-child {
    margin-top: 30px;
}

@media (max-width: 1200px) {
    
    .bvi-body .lk-link {
        display: flex !important;
    }
    
}

@media (max-width: 767px) {
    
    ul.child {
        top: auto;
    }
    
    .content-page {
        padding: 5px 15px 15px;
    }
    
    .bvi-body .content-page {
        padding-top: 150px;
    }
    
	.footer {
		padding-bottom: 60px;
	}
}

a.sitemap {
    color: #fcfcfc;
    text-decoration: underline;
}
