.finish_game {
    background-image: url(https://gosp1nord.ru/mak_game/fon_finish_game.jpg);
    width: 560px;
    height: 300px;
}
.finish_game_btn {
    position: absolute;
    top: 180px;
    right: 210px;
}
.finish_info {
    position: absolute;
    right: 140px;
    top: 80px;
    font-size: 28px;
    font-weight: 600;
}

a.button10.hide {
    display: none;
}
a.button10 {
    display: inline-block;
    color: white !important;
    font-size: 16px;
    text-decoration: none;
    user-select: none;
    padding: .25em .5em;
    outline: none;
    border: 1px solid rgb(158,251,255);
    border-radius: 7px;
    background: rgb(30 106 228) linear-gradient(rgb(117,215,255), rgb(53 127 249));
    box-shadow: inset 0 -2px 1px rgb(0 0 0 / 0%), inset 0 1px 2px rgb(0 0 0 / 0%), inset 0 0 0 60px rgb(255 255 0 / 0%);
    transition: box-shadow .2s, border-color .2s;
    font-family: 'OrchideaPro',Arial,sans-serif;
}
a.button10:hover {
  box-shadow: inset 0 -1px 1px rgba(0,0,0,0), inset 0 1px 2px rgba(0,0,0,0), inset 0 0 0 60px rgba(214,255,255,.8);
  color: black !important;
}
a.button10:active {
  padding: calc(.25em + 1px) .5em calc(.25em - 1px);
  border-color: rgba(0,123,255,1);
  box-shadow: inset 0 -1px 1px rgba(0,0,0,.1), inset 0 1px 2px rgba(0,0,0,.3), inset 0 0 0 60px rgba(0,106,255,.45);
}




/*///////////////////////////////// Настройка мини игры Чет или Нечет ///////////////////////////////////////////////////////////////////////////////////*/
.div_chtncht_first {
    width: 100%;
    height: 450px;
    background-image: url(https://gosp1nord.ru/mak_game/fon_korol_4.jpg);
}
.div_chtncht_cube {
    width: 150px;
    height: 150px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}
.div_chtncht_ress {
    width: 333px;
    height: 150px;
    border: 1px solid #d4c382;
    text-align: center;
    margin-left: 7px;
    border-radius: 4px;

}
.res_title {
    margin-top: 2px;
}
.chtncht_user_name {
    margin-top: 2px;
}
.div_chtncht_game {
    width: 350px;
    height: 230px;
    text-align: center;
    margin-left: 20px;
}
.div_chtn_title {
    height: 20px;
    padding-top: 10px;
}
.div_chnt_bank {
    border: 1px solid #d4c382;
    width: 95%;
    margin: 5px auto;
    border-radius: 4px;
}
.chtncht_user_name {
    font-size: 18px;
    font-family: 'OrchideaPro',Arial,sans-serif;
}
.chtncht_icons_res {
    height: 110px;
    text-align: left;
    border: 2px ridge #f3ce4d;
    margin: 5px;
    background-image: url(https://gosp1nord.ru/mak_game/fon_korol_m.png);
}
.img_game_res {
	width: 30px;
	height: 30px;
}
.img_game_res_draggable {
	width: 30px;
	height: 30px;
	border: 1px solid white;
	box-shadow: 0 0 2px 0px white inset;
}
.icons_res_game {
    height: 105px;
    text-align: left;
    padding: 0 5px;
    border: 2px ridge #f3ce4d;
    margin: 5px;
    background-image: url(https://gosp1nord.ru/mak_game/fon_korol_m.png);
}
.div_radio {
    height: 55px;
    width: 50%;
    margin: 0 auto;
    text-align: left;
    padding-top: 5px;
}
.div_game_title {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'OrchideaPro',Arial,sans-serif;
    font-size: 20px;
}

.output_game_info {
    right: 22px;
    top: 110px;
    width: 250px;
    height: 150px;
    display: flex;
    position: absolute;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
/*  //////////////////////////////////////////////////////////////  НАСТРОЙКИ ИГРЫ МАК ////////////////////////////////////////////////////////////////////////////////////////  */

/* ////// Поле canvas /////// */
.canvas_pole {
    background-image: url(https://static.tildacdn.com/tild6638-3435-4636-a439-653637346563/_1980.jpg);
    background-size: 100% auto;
    position: absolute;
    left: 0; 
    top: 0;
    z-index: 0;
}
.canvas_user_1 {
    position: absolute;
    left: 0; 
    top: 0;
    z-index: 1;
}
.canvas_user_2 {
    position: absolute;
    left: 0; 
    top: 0;
    z-index: 2;
}
.canvas_user_3 {
    position: absolute;
    left: 0; 
    top: 0;
    z-index: 3;
}
.canvas_user_4 {
    position: absolute;
    left: 0; 
    top: 0;
    z-index: 4;
}
.canvas_flm {
    position: absolute;
    left: 0; 
    top: 0;
    z-index: 10;
}
.img_flm_div {
    position: absolute;
    z-index: 10;
}
.img_flm_up {
    position: absolute;
    z-index: 10;
    left: 680px; 
    top: 310px;
}

/* Прямоугольник, закрывающий кубик в начале игры*/
.rect_cube_off {
    display: table;
}

/*Поле вывода информации по ходу игры*/
.output_info {
    width: 280px;
    height: 150px;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'OrchideaPro',Arial,sans-serif;
    font-size: 20px;
    justify-content: center;
}


/* //////// Блоки МАК и ресурсов игроков /////////// */
.user_mak_activ {
    width: 145px;
    height: 205px;
    border: 1px outset #5c5c5c;
    background-color: #b3d7ed;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    text-align: center;
    overflow: hidden;
}
.user_name_activ {
    font-size: 18px;
    color: black;
    font-family: 'OrchideaPro',Arial,sans-serif;
    font-weight: 600;
}
.user_res_activ {
    width: 221px;
    height: 110px;
    border: 1px outset #5c5c5c;
    background-color: #b3d7ed;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    text-align: center;
}
.user_res_sum_activ {
    font-size: 14px;
    color: black;
    font-family: 'OrchideaPro',Arial,sans-serif;
    font-weight: 600;
}

.user_name {
    font-size: 18px;
    color: #635d5d;
    font-family: 'OrchideaPro',Arial,sans-serif;
}

.user_mak {
    width: 145px;
    height: 205px;
    background-color: #b3d7ed;
    text-align: center;
    overflow: hidden;
}
.card_mini {
    width: 145px;
}
.img_mini {
    position: absolute;
    width: 100%;
}
.text_mini {
    position: absolute;
    width: 70%;
    font-size: 11px;
    margin-top: 45px;
    margin-left: 23px;
}
.user_res {
    width: 221px;
    height: 110px;
    background-color: #b3d7ed;
    text-align: center;
}
.user_res_sum {
    font-size: 14px;
    color: #635d5d;
    font-family: 'OrchideaPro',Arial,sans-serif;
}
/* Иконки ресурсов */
.img_res {
	width: 30px;
	height: 30px;
}
.img_res_draggable {
	width: 30px;
	height: 30px;
	border: 1px solid white;
	box-shadow: 0 0 2px 0px white inset;
}
.icons_res_sum {
    height: 65px;
    text-align: left;
    padding: 0 2px;
}
.icons_res_not {
    height: 65px;
    text-align: left;
    padding: 0 2px;
}
.icon_res {
    width: 30px;
    height: 30px;
    display: inline-block;
}

/* нужно для работы механизма перетаскивания ресурсов*/
.hide {
	display: none;
}
.hovered {
	background-color: #abe6ff;
}

/* Изменение вида ресурса при перетаскивании*/
.icon_res_move {
    cursor: pointer;
}
.selected {
  border: 1px solid #ffeb3b;
}

/* //// Блок управляющих кнопок ///// */
.botton_creator {
    text-align: center;
    border-top: 1px solid #1e6ae4;
    padding-top: 5px;
}
.botton_control {
    text-align: center;
    margin-top: 10px;
}

/* ////////// Это кнопка СТАРТ   //////////*/
.btn_start.hide {
    display: none;
}
.btn_start {
    position: relative;
    display: inline-block;
    padding: 7px 35px;
    font-family: 'OrchideaPro',Arial,sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    overflow: hidden;
}
.btn_start:hover{
    background: #2ec0ff;  /* #6960ea */
    color: #fff;
    box-shadow: 0 0 5px #2ec0ff,
                0 0 10px #2ec0ff,
                0 0 15px #2ec0ff,
                0 0 20px #2ec0ff;
    /*Ниже строка - это отражение под кнопкой*/
    /* -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);*/
}

.btn_start span{
    position: absolute;
    display: block;
}
.btn_start span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#fff);
    animation: animate1 1s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
.btn_start span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#fff);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
.btn_start span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#fff);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}


.btn_start span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#fff);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}



/* ////////// Анимация кубика при броске   //////////*/
.pole {
  height: 150px;
  width: 150px;
}

.container {
  position: relative;
  height: 80px;
  width: 80px;
  margin: 0 auto !important;
  padding: 20%;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

/*этот контейнер для кубика в чет-нечет*/
.container_1 {
  position: relative;
  height: 80px;
  width: 80px;
  margin: 0 auto !important;
  padding: 10%;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}


.dice {
  cursor: pointer;
  /*position: absolute;*/
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  transform: translateZ( -50px) rotateX( 0deg) rotateY( 0deg);
  -webkit-transform: translateZ( -50px) rotateX( 0deg) rotateY( 0deg);
}

.dice > div {
  backface-visibility: hidden;
  height: 80px;
  width: 80px;
  position: absolute;
  background: #fff;
  filter: brightness(150%);
  border-radius: 15px;
}

.dice > div > span { /*die dot styling */
  position: absolute;
  /*background: #3366cc;*/
  background: black;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
}

.one {
  transform: rotateY( 0deg) translateZ( 45px);
  -webkit-transform: rotateY( 0deg) translateZ( 45px);
}

.two {
  transform: rotateX( 180deg) translateZ( 45px);
  -webkit-transform: rotateX( 180deg) translateZ( 45px);
}

.three {
  transform: rotateY( 90deg) translateZ( 45px);
  -webkit-transform: rotateY( 90deg) translateZ( 45px);
}

.four {
  transform: rotateY( -90deg) translateZ( 45px);
  -webkit-transform: rotateY( -90deg) translateZ( 45px);
}

.five {
  transform: rotateX( 90deg) translateZ( 45px);
  -webkit-transform: rotateX( 90deg) translateZ( 45px);
}

.six {
  transform: rotateX( -90deg) translateZ( 45px);
  -webkit-transform: rotateX( -90deg) translateZ( 45px);
}

.one span, .three span:nth-child(2), .five span:nth-child(5) {
  top: 50%;
  left: 50%;
}

.two span:nth-child(1), .three span:nth-child(1), .four span:nth-child(1), .five span:nth-child(1), .six span:nth-child(1) {
  top: 25%;
  left: 25%;
}

.two span:nth-child(2), .three span:nth-child(3), .four span:nth-child(4), .five span:nth-child(4), .six span:nth-child(6) {
  top: 75%;
  left: 75%;
}

.four span:nth-child(2), .five span:nth-child(2), .six span:nth-child(2) {
  top: 25%;
  left: 75%;
}

.four span:nth-child(3), .five span:nth-child(3), .six span:nth-child(5)  {
  top: 75%;
  left: 25%;
}

.six span:nth-child(3) {
  top: 50%;
  left: 25%;
}   

.six span:nth-child(4) {
  top: 50%;
  left: 75%;
}   


.dice.roll-1 {
  animation: roll-one 2s 1 linear forwards;
  -webkit-animation: roll-one 2s 1 linear forwards;
}

.dice.roll-2 {
  animation: roll-two 2s 1 linear forwards;
  -webkit-animation: roll-two 2s 1 linear forwards;
}

.dice.roll-3 {
  animation: roll-three 2s 1 linear forwards;
  -webkit-animation: roll-three 2s 1 linear forwards;
}

.dice.roll-4 {
  animation: roll-four 2s 1 linear forwards;
  -webkit-animation: roll-four 2s 1 linear forwards;
}

.dice.roll-5 {
  animation: roll-five 2s 1 linear forwards;
  -webkit-animation: roll-five 2s 1 linear forwards;
}

.dice.roll-6 {
  animation: roll-six 2s 1 linear forwards;
  -webkit-animation: roll-six 2s 1 linear forwards;
}

@keyframes roll-one {
  0% {
    transform: translateZ( -50px) rotateX( -10deg) rotateY( -10deg);
  }
  100% {
    transform: translateZ( -50px) rotateX( -180deg) rotateY( -540deg);
  }
}

@keyframes roll-two {
  0% {
    transform: translateZ( -50px) rotateX( -10deg) rotateY( -10deg);
  }
  100% {
    transform: translateZ( -50px) rotateX( -360deg) rotateY( -540deg);
  }
}

@keyframes roll-three {
  0% {
    transform: translateZ( -50px) rotateX( -10deg) rotateY( -10deg);
  }
  100% {
    transform: translateZ( -50px) rotateX( -360deg) rotateY( -450deg);
  }
}

@keyframes roll-four {
  0% {
    transform: translateZ( -50px) rotateX( -10deg) rotateY( -10deg);
  }
  100% {
    transform: translateZ( -50px) rotateX( -360deg) rotateY( -630deg);
  }
}

@keyframes roll-five {
  0% {
    -webkit-transform: translateZ( -50px) rotateX( -10deg) rotateY( -10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translateZ( -50px) rotateX( -450deg) rotateY( -360deg) rotateZ(0deg);
  }
}

@keyframes roll-six {
  0% {
    -webkit-transform: translateZ( -50px) rotateX( -10deg) rotateY( -10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translateZ( -50px) rotateX( -450deg) rotateY( 0deg) rotateZ(-180deg);
  }
}

@-webkit-keyframes roll-one {
  0% {
    -webkit-transform: translateZ( -50px) rotateX( -10deg) rotateY( -10deg);
  }
  100% {
    -webkit-transform: translateZ( -50px) rotateX( -180deg) rotateY( -540deg);
  }
}

@-webkit-keyframes roll-two {
  0% {
    -webkit-transform: translateZ( -50px) rotateX( -10deg) rotateY( -10deg);
  }
  100% {
    -webkit-transform: translateZ( -50px) rotateX( -360deg) rotateY( -540deg);
  }
}

@-webkit-keyframes roll-three {
  0% {
    -webkit-transform: translateZ( -50px) rotateX( -10deg) rotateY( -10deg);
  }
  100% {
    -webkit-transform: translateZ( -50px) rotateX( -360deg) rotateY( -450deg);
  }
}

@-webkit-keyframes roll-four {
  0% {
    -webkit-transform: translateZ( -50px) rotateX( -10deg) rotateY( -10deg);
  }
  100% {
    -webkit-transform: translateZ( -50px) rotateX( -360deg) rotateY( -630deg);
  }
}

@-webkit-keyframes roll-five {
  0% {
    -webkit-transform: translateZ( -50px) rotateX( -10deg) rotateY( -10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translateZ( -50px) rotateX( -460deg) rotateY( -360deg) rotateZ(-10deg);
  }
}

@-webkit-keyframes roll-six {
  0% {
    -webkit-transform: translateZ( -50px) rotateX( 0deg) rotateY( -10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translateZ( -50px) rotateX( -450deg) rotateY( 0deg) rotateZ(-180deg);
  }
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */




.hide_modules {display: none;}
.show_modules {display: inline;}

/*настройки окна видео*/
.full_v {
    width: 100%;
    text-align: center;
}
.vid_uno_mega {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.frame_vid_mega {
    text-align: center;
    width: 100%;
    height: 175px;
    border: 0;
}


.navigator_knopki {
    text-align: center;
}
.navigator_knopki_urokov {
    text-align: center;
    vertical-align: middle;
}


/*настройка кнопок переключения модулей*/
.button_modul_navigator {
    display: inline-block;
    width: 130px;
    height: 30px;
    color: #ffffff;
    font-size: 20px;
    font-family: 'OpinionPro',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 20px;
    background-color: #28c7c7;
    background-position: center center;
    border-color: #9e9898;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(84 81 81);
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    }
.button_modul_navigator:active {
    top: .1em;
    left: .1em;
    box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
    }


/*настройка кнопок переключения видео в выбраном модуле*/
.knopka_video {
    display: inline-block;
    width: 80px;
    height: 22px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'OpinionPro',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 5px;
    background-color: #28c7c7;
    background-position: center center;
    border-color: #9e9898;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(84 81 81);
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.knopka_video:active {
    top: .1em;
    left: .1em;
    box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
    }
   
.title_module {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 14px;
    margin: 20px;
    color: black;
    line-height: 1.0;
}

.title_video {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 12px;
    margin: 20px;
    color: black;
    line-height: 1.0;
}
.title_video_svoe_mesto {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 14px;
    margin: 20px;
    color: black;
}
.frame_vid_svoe_mesto {
    height: 400px;
    border: 0;
}

/*настройка "солнечного блика" на одном из заголовков Денежного моделирования*/
#kupasen-ugakimev>span{
			color: black; 
			font-family: OrchideaPro;
			font-size: 10pt;
			font-weight: bold;
			text-align: center;
			text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
		}
#kupasen-ugakimev>span:after {
			content: "";
			position: absolute; 
			top: 0; 
			left: 0em;
			width: 90%;
			height: 30%;
			background: linear-gradient(to left, rgba(121, 117, 117, 0), rgba(255,255,255,.8), rgba(121, 117, 117, 0)) no-repeat -2em 0%;
			background-size: 1em 70%;
			-moz-transform: skewX(-50deg);
			-o-transform: skewX(-50deg);
			-webkit-transform: skewX(-50deg);
			transform: skewX(-50deg);
		}
#kupasen-ugakimev>span.blink_on:after{
			transition: 0.7s linear;
			background-position: 130% 0%;
		}


@media screen and (min-width: 479px) {
    .title_module {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 18px;
    margin: 20px;
    color: black;
    line-height: 1.0;
    }
    
    .title_video {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 12px;
    margin: 20px;
    color: black;
    line-height: 1.0;
    }
    .title_video_svoe_mesto {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 14px;
    margin: 20px;
    color: black;
    }
    .navigator_knopki {
    text-align: center;
    }
    
    /*настройка кнопок переключения модулей*/
    .button_modul_navigator {
    display: inline-block;
    width: 120px;
    height: 28px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'OpinionPro',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 18px;
    background-color: #28c7c7;
    background-position: center center;
    border-color: #9e9898;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(84 81 81);
    margin-left: 3px;
    margin-right: 3px;
    }
    .button_modul_navigator:active {
    top: .1em;
    left: .1em;
    box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
    }
    
    /*настройка кнопок переключения видео в выбраном модуле*/
    .knopka_video {
    display: inline-block;
    width: 80px;
    height: 22px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'OpinionPro',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 5px;
    background-color: #28c7c7;
    background-position: center center;
    border-color: #9e9898;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(84 81 81);
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    }
    
    
    /*настройки окна видео*/
    .full_v {
        width: 100%;
        height: 560px;
        text-align: center;
    }
    .vid_uno_mega {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        display: inline-block;
    }
    .frame_vid_svoe_mesto {
    height: 450px;
    border: 0;
    }
    .frame_vid_mega {
        text-align: center;
        width: 100%;
        height: 270px;
        border: 0;
    }
    
    .navigator_knopki_urokov {
    text-align: center;
    vertical-align: middle;
    }
    #kupasen-ugakimev>span{
		color: black; 
		font-family: OrchideaPro;
		font-size: 15pt;
		font-weight: bold;
		text-align: center;
		text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	}
	#kupasen-ugakimev>span:after {
		content: "";
		position: absolute; 
		top: 0; 
		left: 0em;
		width: 90%;
		height: 40%;
		background: linear-gradient(to left, rgba(121, 117, 117, 0), rgba(255,255,255,.8), rgba(121, 117, 117, 0)) no-repeat -2em 0%;
		background-size: 1em 70%;
		-moz-transform: skewX(-50deg);
		-o-transform: skewX(-50deg);
		-webkit-transform: skewX(-50deg);
		transform: skewX(-50deg);
	}
    #kupasen-ugakimev>span.blink_on:after{
		transition: 0.7s linear;
		background-position: 130% 0%;
	}
    
}

@media screen and (min-width: 639px) {
    .title_module {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 20px;
    margin: 20px;
    color: black;
    line-height: 1.0;
    }
    
    .title_video {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 14px;
    margin: 20px;
    color: black;
    line-height: 1.0;
    }
    .title_video_svoe_mesto {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 16px;
    margin: 20px;
    color: black;
    }
    
    .navigator_knopki {
    text-align: center;
    }
    
    /*настройка кнопок переключения видео в выбраном модуле*/
    .knopka_video {
    display: inline-block;
    width: 85px;
    height: 23px;
    color: #ffffff;
    font-size: 17px;
    font-family: 'OpinionPro',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 7px;
    background-color: #28c7c7;
    background-position: center center;
    border-color: #9e9898;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(84 81 81);
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    }
    
    
    /*настройка кнопок переключения модулей*/
    .button_modul_navigator {
    display: inline-block;
    width: 130px;
    height: 30px;
    color: #ffffff;
    font-size: 20px;
    font-family: 'OpinionPro',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 20px;
    background-color: #28c7c7;
    background-position: center center;
    border-color: #9e9898;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(84 81 81);
    margin-left: 3px;
    margin-right: 3px;
    }
    .button_modul_navigator:active {
    top: .1em;
    left: .1em;
    box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
    }
    
    
    /*настройки окна видео*/
    .full_v {
        width: 100%;
        height: 560px;
        text-align: center;
    }
    .vid_uno_mega {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        display: inline-block;
    }
    .frame_vid_mega {
        text-align: center;
        width: 100%;
        height: 360px;
        border: 0;
    }
    .frame_vid_svoe_mesto {
    height: 500px;
    border: 0;
    }
    
    .navigator_knopki_urokov {
    text-align: center;
    vertical-align: middle;
    }
    #kupasen-ugakimev>span{
		color: black; 
		font-family: OrchideaPro;
		font-size: 21pt;
		font-weight: bold;
		text-align: center;
		text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	}
	#kupasen-ugakimev>span:after {
		content: "";
		position: absolute; 
		top: 5px; 
		left: 0em;
		width: 90%;
		height: 50%;
		background: linear-gradient(to left, rgba(121, 117, 117, 0), rgba(255,255,255,.8), rgba(121, 117, 117, 0)) no-repeat -2em 0%;
		background-size: 1em 70%;
		-moz-transform: skewX(-50deg);
		-o-transform: skewX(-50deg);
		-webkit-transform: skewX(-50deg);
		transform: skewX(-50deg);
	}
    #kupasen-ugakimev>span.blink_on:after{
		transition: 0.7s linear;
		background-position: 130% 0%;
	}
}

@media screen and (min-width: 959px) {
    .title_module {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 22px;
    margin: 20px;
    color: black;
    line-height: 1.0;
    }
    
    .title_video {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 17px;
    margin: 20px;
    color: black;
    line-height: 1.0;
    }
    .title_video_svoe_mesto {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 19px;
    margin: 20px;
    color: black;
    }
    
    .navigator_knopki {
    text-align: center;
    }
    
    
    /*настройка кнопок переключения видео в выбраном модуле*/
    .knopka_video {
    display: inline-block;
    width: 90px;
    height: 25px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'OpinionPro',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 7px;
    background-color: #28c7c7;
    background-position: center center;
    border-color: #9e9898;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(84 81 81);
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    }
    
    
    /*настройка кнопок переключения модулей*/
    .button_modul_navigator {
    display: inline-block;
    width: 130px;
    height: 30px;
    color: #ffffff;
    font-size: 20px;
    font-family: 'OpinionPro',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 20px;
    background-color: #28c7c7;
    background-position: center center;
    border-color: #9e9898;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(84 81 81);
    margin-left: 3px;
    margin-right: 3px;
    }
    .button_modul_navigator:active {
    top: .1em;
    left: .1em;
    box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
    }
    
    
    /*настройки окна видео*/
    .full_v {
        width: 100%;
        height: 560px;
        text-align: center;
    }
    .vid_uno_mega {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        display: inline-block;
    }
    .frame_vid_svoe_mesto {
    height: 520px;
    border: 0;
    }
    .frame_vid_mega {
        text-align: center;
        width: 100%;
        height: 540px;
        border: 0;
    }
    
    .navigator_knopki_urokov {
    text-align: center;
    vertical-align: middle;
    }
    #kupasen-ugakimev>span{
		color: black; 
		font-family: OrchideaPro;
		font-size: 30pt;
		font-weight: bold;
		text-align: center;
		text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	}
	#kupasen-ugakimev>span:after {
		content: "";
		position: absolute; 
		top: 5px; 
		left: 0em;
		width: 90%;
		height: 70%;
		background: linear-gradient(to left, rgba(121, 117, 117, 0), rgba(255,255,255,.8), rgba(121, 117, 117, 0)) no-repeat -2em 0%;
		background-size: 1em 70%;
		-moz-transform: skewX(-50deg);
		-o-transform: skewX(-50deg);
		-webkit-transform: skewX(-50deg);
		transform: skewX(-50deg);
	}
    #kupasen-ugakimev>span.blink_on:after{
		transition: 0.7s linear;
		background-position: 130% 0%;
	}
}

@media screen and (min-width: 1199px) {
    .title_module {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 27px;
    margin: 20px;
    color: black;
    line-height: 1.0;
    }
    .title_video {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 20px;
    margin: 20px;
    color: black;
    line-height: 1.0;
    }
    .title_video_svoe_mesto {
    font-family: 'OpinionPro',Arial,sans-serif;
    text-align: center;
    font-size: 20px;
    margin: 20px;
    color: black;
    }
    
    .navigator_knopki {
    text-align: center;
    }
    
    
    /*настройка кнопок переключения видео в выбраном модуле*/
    .knopka_video {
    display: inline-block;
    width: 90px;
    height: 25px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'OpinionPro',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 7px;
    background-color: #28c7c7;
    background-position: center center;
    border-color: #9e9898;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(84 81 81);
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    }
    
    
    /*настройка кнопок переключения модулей*/
    .button_modul_navigator {
    display: inline-block;
    width: 130px;
    height: 30px;
    color: #ffffff;
    font-size: 20px;
    font-family: 'OpinionPro',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 20px;
    background-color: #28c7c7;
    background-position: center center;
    border-color: #9e9898;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(84 81 81);
    margin-left: 3px;
    margin-right: 3px;
    }
    .button_modul_navigator:active {
    top: .1em;
    left: .1em;
    box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
    }
    
    
    /*настройки окна видео*/
    .full_v {
        width: 100%;
        height: 560px;
        text-align: center;
    }
    .vid_uno_mega {
        text-align: center;
        width: 1140px;
        margin: 0 auto;
        display: inline-block;
    }
    .frame_vid_svoe_mesto {
    height: 550px;
    border: 0;
    }
    .frame_vid_mega {
        text-align: center;
        width: 100%;
        height: 645px;
        border: 0;
    }
    
    .navigator_knopki_urokov {
    text-align: center;
    vertical-align: middle;
    }
    #kupasen-ugakimev>span{
			color: black; 
			font-family: OrchideaPro;
			font-size: 34pt;
			font-weight: bold;
			text-align: center;
			text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	}
	#kupasen-ugakimev>span:after {
		content: "";
		position: absolute; 
		top: 0; 
		left: 0em;
		width: 90%;
		height: 80%;
		background: linear-gradient(to left, rgba(121, 117, 117, 0), rgba(255,255,255,.8), rgba(121, 117, 117, 0)) no-repeat -2em 0%;
		background-size: 1em 70%;
		-moz-transform: skewX(-50deg);
		-o-transform: skewX(-50deg);
		-webkit-transform: skewX(-50deg);
		transform: skewX(-50deg);
	}
    #kupasen-ugakimev>span.blink_on:after{
		transition: 0.7s linear;
		background-position: 130% 0%;
	}

}

/* Блок игры "Ресурсы на кон" */
.hide_res_na_kon {
    display: none;
}

.res_na_kon{
    background-color: green;
    width: 280px;
    height: 200px;
    text-align: center;
    font-family: 'OrchideaPro',Arial,sans-serif;
}

.res_na_kon_output {
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}


/* небольшая правка кнопки Рассрочка на посадочной записи на Спираль финансового развития */
.btn_tink_spiral {
    cursor: pointer;
}

