@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500&display=swap');
/* reset style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, header, hgroup, menu, nav, section, div {
	display: block;
}
body {
	line-height: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #F1F0F0;
}
footer{
    margin-top: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, span {
word-wrap: break-word;    
}

p + p {
    margin-top: 12px;
}

/* our style */
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    height:68px;
    z-index: 1020;
}

.nav{
	display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background-color: #202E21;
    box-shadow: 0px 10px 30px rgba(32, 46, 33, 0.2);
}

.menu-logo{
width: 70px;
height: 29px;

font-family: 'Cormorant', serif;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
color: #F1F0F0;
padding: 20px;
}

/* .menu-burger{
margin: auto 20px;
} */

.container-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;    
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}    
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}    
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}    
}
@media (min-width: 1200px) {
	.container {
		max-width: 1240px;
	}
}
@media (min-width: 1400px){
    .container {
    max-width: 1320px; 
	}
}

.dictionary-cover{
background-color: #001731;
width: 100%;
height: 100vh;
}

.cover-title{
display:block;
margin: -10px auto 100px auto;
}
/*
.cover-emblem{
margin: 60px auto 0 auto;
}
*/
.cover-emblem{
position: absolute;
top: 132;
left: 0;
right: 0;
margin: 0 auto 0 auto;
}

.cover-country-year {
display: block;
text-align:center;
color: #fff;
margin: 0 auto 20px auto;
font-family: 'Cormorant', serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
}


.color-lines{
margin-top: 120px;
margin-bottom: 140px;
}
.yellow-line-div{
widht: 100%;
height: 11px;
background-color: #F2E32F;
}
.green-line-div{
widht: 100%;
height: 11px;
background-color: #2B7243;
}
.red-line-div{
widht: 100%;
height: 22px;
background-color: #B80035;
}

/*
.cover-country-year {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 16px;
color: #fff;
text-align:center;
margin: 150px auto 80px auto;
align-items: end;

font-family: 'Cormorant';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
}
*/
.ukrainian-words{
font-family: 'Cormorant', serif;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 34px;
text-align: center;
color: #202E21;
margin-top: 70px;
padding: 0 20px;
}

.transcr-div{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 2px;
margin: 30px 20px 10px 20px;
height: 68px;
    
background-color: rgba(255, 255, 255, 0.2);
border-radius: 8px;
}

.transcription{
font-family: 'Cormorant', serif;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.08em;
color: #202E21;
}

.translation{
font-family: 'Cormorant', serif;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 34px;
text-align: center;
color: #202E21;
}

.translation{
text-align: center;
padding: 10px 20px;
}

.explan-div{
margin-bottom: 20px
}

.explanation{
padding: 0px 20px;
font-family: 'Cormorant', serif;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #202E21;
}

.separator-icon{
   margin: 24px auto 24px auto;
   text-align:center;
}

.blue-line-div{
background-color: #001731;
box-shadow: 0px -10px 30px rgba(0, 23, 49, 0.28);
height: 23px;
}

.control-div{
display: flex;
align-items: center;
justify-content: right;
-webkit-justify-content:right;
background-color: #C01F34;
height: 45px;

font-family: 'Cormorant', serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
text-align: right;
color: #F1F0F0;
}

.control-buttons{
float: right;
margin: auto 10px auto 0;

display: flex;
align-items: center;
justify-content: right;
-webkit-justify-content:right;
}

/* .control-button{
margin: 0 10px;
text-decoration: none;
cursor: pointer;
} */

.f-buttons{
text-decoration: none;
color: #fff;
margin: 0 10px;
cursor: pointer;
justify-content: right;
-webkit-justify-content:right;
}
.f-buttons:hover{
color: #F2E32F;
}

.hr-v{
border: 1px solid #C01F34;
transform: rotate(90deg);
width: 20px;
margin: 0 10px;
}

.emblem{
position: absolute;
width: 36px;
height: 56px;
left: 14px;
}

.legal-info{
margin: 100px 20px;
}

.legal-info p {
font-family: 'Cormorant', serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: #202E21;
}

.dev-container{
    text-align: right;
}

.developer{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px;
text-align: right;
margin: 0 20px;
color: rgba(0, 23, 49, 0.4);
}

.qr-shark{
display: block;
margin:10px auto 5px auto;
text-align: center;
}