/* == Framework "Lanc 9" by German Bodunov (v 1.1 - 20.09.2017) == */

body {margin: 0; padding: 0; font: normal 14pt/19pt 'Manrope', sans-serif; background: rgb(255 240 252);}

/*``````````````Text``````````````````````````*/
h1 {font: 800 52pt/52pt 'Montserrat', sans-serif; margin: 0.2em 0;}
h2 {font: normal 20pt/22pt 'Manrope', sans-serif;}
h3 {font: 600 20pt/24pt 'Manrope', sans-serif;}
p {font: normal 14pt/19pt 'Manrope', sans-serif;}
a {font: normal 14pt/19pt 'Manrope', sans-serif;}
ul {padding: 0; list-style-type: none;}
li {font: normal 14pt/19pt 'Manrope', sans-serif;}
span {font: normal 14pt/19pt 'Manrope', sans-serif;}

/*```````````Main Blocks``````````````````````*/
header {width: 100%; height: 60px; background: black; position: absolute; top: 540px;}
.head_wrap {width: 1200px; margin: 0 auto; height: 100%; position: relative;}
.logotype {height: 135px; position: absolute; top: -60%;}
.logotype img {height: 100%;}
nav.menu {display: flex; justify-content: flex-end; align-items: center; height: 100%;}
nav.menu p {color: white; margin: 0 0 0 50px; font: 800 18pt/22pt 'Manrope', sans-serif;}
footer {width: 100%; background: rgb(27 24 26);}
.foot_top {width: 1200px; height: 300px; margin: 0 auto; padding: 60px 0; display: flex; justify-content: space-between;}
.foot_left {width: 30%; height: 100%; display: flex; justify-content: center; align-items: center;}
.foot_left img {width: 225px;}
.foot_right {width: 50%; display: flex; justify-content: space-between; align-items: center; color: white;}
.foot_menu {width: 50%;}
.foot_menu p {font: 600 22pt/22pt 'Manrope', sans-serif; margin: 0.6em 0;}
.foot_bottom {background: rgb(54 48 53);}
.fb_wrap {width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; color: white;}
.screen_area {width: 100%; height: auto; display: flex; justify-content: center; align-items: center;}
.content_area {width: 1200px; min-height: 450px; height: auto;}

/*```````````Modificators`````````````````````*/
.flex_row {display: flex; flex-direction: row;}
.flex_column {display: flex; flex-direction: column;}

/*````````````Graphics```````````````````````````*/
.back_img-1 {background: url(/images/back-1.jpg) no-repeat; background-size: cover;}

/*```````````Materials```````````````````````````*/
.screen_area.start_screen {height: 540px; margin-bottom: 100px; text-align: right; color: white;}
.screen_area.start_screen .content_area {display: flex; flex-direction: column; justify-content: center;}
.screen_area.screen2 {padding: 60px 0;}
.content_area.col_2 {display: flex; justify-content: space-between;}
.left_col {width: 800px;}
.game_block {width: 100%; height: 335px; background: white; display: flex; margin-bottom: 60px; box-shadow: rgb(0 0 0 / 10%) 5px 5px 10px; outline: 1px solid rgb(201 156 201 / 20%);}
.game_block_cont {padding: 30px; display: flex; flex-direction: column; justify-content: space-between;}
.game_block_cont h4 {font: 800 26pt/26pt 'Manrope', sans-serif; margin: 0.6em 0;}
.right_col {width: 340px;}
.news_lenta {background: white; min-height: 670px; padding: 30px; box-shadow: rgb(0 0 0 / 10%) 5px 5px 10px; outline: 1px solid rgb(201 156 201 / 20%);}
.news_block {outline: 1px solid lightgray; padding: 5px 20px;}

/*```````````Responsive`````````````````````````*/
@media only screen and (min-width : 320px) and (max-width : 1200px) and (orientation: portrait) {
header {width: calc(100% - 40px); padding: 0 20px; height: 100px;}
.head_wrap {width: 100%;}
.foot_top {width: 100%; flex-direction: column; width: calc(100% - 40px); padding: 0 20px;}
.foot_bottom {width: calc(100% - 40px); padding: 0 20px;}
.fb_wrap {width: 100%; flex-direction: column;}
.content_area {width: 100%;}
.left_col {width: 100%;}
.right_col {width: 100%;}
.content_area.col_2 {flex-direction: column;}
.game_block {flex-direction: column; height: auto;}
.screen_area {width: calc(100% - 40px); padding: 0 20px;}
.screen_area.screen2 {width: calc(100% - 40px); padding: 0 20px;}
nav.menu {flex-direction: column; align-items: flex-end; justify-content: center;}
.news_lenta {min-height: auto; margin-bottom: 60px;}
.foot_right {width: 100%; margin-bottom: 40px;}
h1 {font: 800 42pt/42pt 'Montserrat', sans-serif;}
h2 {font: normal 16pt/20pt 'Manrope', sans-serif;}
}

@media only screen and (min-width : 480px) and (max-width : 860px) and (orientation: landscape) {
/* стили */
}

@media only screen and (min-width : 861px) and (max-width : 1340px) and (orientation: landscape) {
/* стили */
}

@media only screen and (min-width : 1341px) and (max-width : 1600px) and (orientation: landscape) {

}