* {
    box-sizing: border-box;
}
body {
    font-size: 14px;
    font-family: Rubik, serif;
    width: 100%;
    min-width: 850px;
    padding: 0;
    margin: 0;
}

div {
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.wrap-block {
    width: 100%;
}

.content-block {
    width: 100%;
    max-width: 1500px;
    min-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#header-logo {
    margin-top: 16px;
}

#header-menu {
    height: 100px;
}

.kr-small-logo {
    display: block;
    width: 65px;
    height: 65px;
    border: none;
}

.kr-medium-logo {
    display: block;
    width: 87px;
    height: 87px;
    border: none;
}

.width-limiter {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    height: 811px;
    background-image: url("../images/header-background.jpg");
}

.right-side {
    float: right;
}

.left-side {
    float: left;
}

#our-radios
{
    margin: 60px 0;
}

#our-radios-title {
    font-size: 44px;
    margin-bottom: 20px;
}

#our-radios .radio-link {
    height: 57px;
    border: double 1px transparent;
    border-radius: 8px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #1b3a79ff,#3c8bc5ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin: 0 10px 10px 0;
    display: inline-block;
}

#our-radios .radio-link span {
    line-height: 57px;
    margin: 0 10px;
}

#footer {
    height: fit-content;
    background-color: #4F5155;
    padding-top: 55px;
    padding-bottom: 55px;
}

#footer-logo {
    margin-left: auto;
    margin-right: auto;
}

#footer-menu {
    width: fit-content;
    height: 100%;
    margin: 50px auto 0;
}

#footer #contacts {
    width: fit-content;
    height: 20px;
    margin: 40px auto 10px;
    font-size: 20px;
    color: white;
    font-weight: bolder;
}

#footer #address {
    width: fit-content;
    height: 20px;
    margin: 0 auto;
    font-size: 16px;
    color: #DCE2E6;
}

.page-dialog {
    height: 90%;
    width: 90%;
    border-width: 1px;
    border-radius: 8px;
}
.page-dialog::backdrop{
    background-color: rgba(0, 0, 0, 0.6);
}

.page-dialog .dialog-caption{
    width: 100%;
    padding: 10px;
    height: fit-content;
}


.page-dialog .dialog-caption .dialog-title {
    float: left;
    font-size: 24px;
    font-weight: bolder;
    height: fit-content;
    width: calc(100% - 35px)

}
.page-dialog .dialog-caption .dialog-close{
    float: right;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.page-dialog .dialog-content{
    width: 100%;
    height: calc(100% - 50px);
}
