@font-face {
    font-family: 'Cormorant Garamond';
    src: url('fonts/CormorantGaramond-SemiBold.woff2') format('woff2');
    font-weight: 600;
}


@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
}

html {}

 body {position: relative; margin: 0; padding: 0px 0 0 0; height: auto !important; font-family: 'Roboto';}
 html > body {padding: 0;}
 img {padding: 0; margin: 0; border: 0;}
 .cleaner {clear: both;}
 a:hover {text-decoration: none;}
input::-moz-placeholder {opacity: 1; color: #B6D0DE;}
input::-webkit-input-placeholder {opacity: 1; color: #B6D0DE;}
input.error::-moz-placeholder {opacity: 1; color: color: #A6A6A6;}
input.error::-webkit-input-placeholder {opacity: 1; color: #A6A6A6;}
input:focus::-moz-placeholder {opacity: 0!important;}
input:focus::-webkit-input-placeholder {opacity: 0!important;}
textarea::-moz-placeholder {opacity: 1; color: #A6A6A6;}
textarea::-webkit-input-placeholder {opacity: 1; color: #A6A6A6;}
textarea:focus::-moz-placeholder {opacity: 0;}
textarea:focus::-webkit-input-placeholder {opacity: 0;}
a {color: #ED8AA2;}
a:hover {color: #BA476C;}
* {outline: none; box-sizing: border-box; }
.all {width:100%; max-width: 1308px; margin: 0 auto; padding: 0 74px; box-sizing: border-box; position: relative;}
form {padding: 0; margin: 0; border: 0;}
form fieldset {padding: 0; margin: 0; border: 0;}
button, a {transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}



input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
 /* display: none; <- Crashes Chrome on hover */
 -webkit-appearance: none;
 margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


.container {position: relative; width:100%; overflow: hidden; margin: 0 auto; height: 100vh;height: 100dvh;}
.container.scrollable {-ms-overflow-style: none; scrollbar-width: none; overflow: auto;}
.container.scrollable::-webkit-scrollbar { display: none;}
.container.fullw {max-width:100%; height: auto; min-height: 100vh;height: 100dvh;}
.container.fullw .all {position: static; max-width: 1224px; margin: 0 auto; padding: 0 40px;}
.container.fullw header {margin: 0 0 60px; position: relative; height: 100px; background: url(img/header-bg.svg) top center/auto 100% repeat-x;}
.container.fullw header .logo {position: absolute; border-radius: 10px; background: #FFF; box-shadow: 0px 7px 10px 3px rgba(0, 0, 0, 0.06); width: 142px; height: 265px; left: 50%; top: 38px; transform: translateX(-50%); display: flex; align-items: center; justify-content: center;}
.container.fullw header .logo img {display: block;}

.container.fullw .txt {margin: 0 0 100px auto; width: calc(50% - 150px); color: #152B5E; font-size: 16px; line-height: 150%; }
.container.fullw .txt a {color: inherit; text-decoration: none;}

.container.fullw .blocks {align-items: flex-start; padding: 0 0 106px; display: flex; justify-content: space-between;}
.container.fullw .blocks .block {background: #152B5E; width: 300px; max-width: calc(100% / 3 - 30px); border-radius: 10px; overflow: hidden;}
.container.fullw .blocks .block .pic {margin: 0 0 22px; background-position: center center; background-size: cover;}
.container.fullw .blocks .block .pic:before {padding-top: 66%; content: ''; display: block;}
.container.fullw .blocks .block h2 {color: #FFF; text-align: center; font-family: 'Cormorant Garamond'; font-size: 28px; font-weight: 600;line-height: 110%; margin: 0 0 13px; padding: 0; }
.container.fullw .blocks .block .inf {padding: 0 17px 17px; text-align: center; color: #B6D0DE; font-size: 16px; line-height: 24px;}
.container.fullw .blocks .block .price {margin: 50px 0 0 0; color: #fff; font-size: 36px; font-weight: bold; line-height: 24px;}
.container.fullw .blocks .block .btn {margin: 22px 0 0 0; width:100%; line-height: 60px; text-align: center; display: table; text-decoration: none; color: #fff; border-radius: 10px; background: #BF3B1D; font-size: 18px;}
.container.fullw .blocks .block .free {margin: 50px auto 0; line-height: 27px; border-radius: 5px; background: #B6D0DE; width: 108px; text-align: center; display: table; font-size: 14px; color: #152B5E;}

.container.fullw .agreement {position:absolute; left: 0; width: 100%; bottom: 20px; text-align: center; }
.container.fullw .agreement a {font-size: 16px; color: #152B5E;}


p {padding: 0; margin: 0;}

.welcome-page {height: 100%; min-height: 740px;}
.welcome-page .toppic {position: relative; height: calc(50% - 0px); background: url(img/main-pic.webp) center center/cover no-repeat;}
.welcome-page .toppic .logo {position: absolute; border-radius: 10px; background: #FFF; box-shadow: 0px 7px 10px 3px rgba(0, 0, 0, 0.06); width: 142px; height: 265px; left: 50%; bottom: -133px; transform: translateX(-50%); display: flex; align-items: center; justify-content: center;}
.welcome-page .toppic .logo img {display: block;}
.welcome-page .txt {padding: 50px 0 0 0; justify-content: center; height: calc(50% + 0px); display: flex; align-items: center; text-align: center;}
.welcome-page .txt .t {width: 100%;}
.welcome-page .txt h1 {font-family: ''; color: #152B5E; font-size: 36px; font-weight: 600; line-height: 130%; margin: 0; padding: 0;}
.welcome-page .txt .btn-in {position: relative;}
.welcome-page .txt .btn-in:before {position: absolute; top: 50%; height: 2000px; left: 50%; width: 2000px; transform: translateX(-50%); content: ''; display: block; background: #152B5E;}
.welcome-page .txt .btn {position: relative; margin: 54px auto 0; display: table; width: calc(100% - 90px); text-align: center; border-radius: 10px; background: #BF3B1D; line-height: 60px; font-size: 18px; color: #fff; text-decoration: none;}


.btn.disabled {cursor: default;}

.popup.profile-block {padding: 22px 45px;}
.popup.profile-block h2 {color: #152B5E; text-align: center; font-family: 'Cormorant Garamond'; font-size: 36px; font-weight: 600; line-height: 110%;  margin: 0 0 43px;}
.popup.profile-block .form-item {padding: 0 0 35px; margin: 0 0 35px; border-bottom: 2px solid #B6D0DE;}
.popup.profile-block .form-item .title {margin: 0 0 4px; display: flex; align-items: center; font-size: 18px; line-height: 24px;}
.popup.profile-block .form-item .title .edit {width: 22px; height: 22px; margin: 0 0 0 20px; cursor: pointer; background: url(img/edit-ic.svg) center center/contain no-repeat;}
.popup.profile-block .form-item input {overflow: hidden; text-overflow: ellipsis; width:100%; height: 50px; border-radius: 10px; border: 1px solid #B6D0DE; font-family: inherit; font-size: 18px; color: #152B5E; padding: 0 20px; margin: 10px 0 0 0;}
.popup.profile-block .form-item input:read-only {border: 0; border-radius: 0; font-family: 'Cormorant Garamond'; padding: 0; color: #000; font-size: 36px; font-weight: 600; margin: 0;}
.popup.profile-block .form-item:last-child {border: 0;}
.popup.profile-block .btn {display: none; margin: 35px 0 0 0; width:100%; cursor: pointer; border-radius: 10px; background: #BF3B1D; line-height: 60px; text-align: center; color: #fff; font-size: 18px;}
.popup.profile-block .btn:active {background: #A8280C;}
.popup.profile-block .btn.disabled {border: 3px solid #B6D0DE; background: #FFF; color: #B6D0DE; line-height: 54px;}


.login-block {position: absolute; left: -9999999px; opacity: 0; transition: opacity 0.3s ease; color: #000; font-size: 18px; line-height: 24px; height: 100vh;height: 100dvh; display: flex; align-items: center;}
.login-block.shown {position: relative; left: auto; opacity: 1;}
.login-block .form {width: 100%; padding: 0 36px;}
.login-block p {padding: 0 0 14px; margin: 0;}
.login-block .form-item {display: block;}
.login-block .form-item.agree{
  margin:20px 0 -15px 0;
  font-size:.7em;
  line-height:1em;}
.login-block .form-item.agree a{
  color:#bf3b1d;}
.login-block .form-item .info{
  margin-top:30px;
  font-size:.7em;
  line-height:1em;
}
.login-block .form-item .err {position: absolute; margin: 2px 0 0 0; color: #BF3B1D; font-size: 14px; display: none;}
.login-block .form-item + p {padding-top: 35px;}
.login-block .form-item input {width:100%; font-size: 18px; color: rgba(0,0,0,0.5); font-family: inherit; padding: 0 20px; height: 50px; border-radius: 10px; border: 1px solid #B6D0DE;}
.login-block .form-item.error input {border-color: #BF3B1D;}
.login-block .error .err {display: block;}
.login-block .forgot-pass {display: table; margin: 22px 0 0 0; color: #152B5E; font-size: 14px; line-height: 24px;}
.login-block .btn {margin: 115px 0 0 0; width:100%; cursor: pointer; border-radius: 10px; background: #BF3B1D; line-height: 60px; text-align: center; color: #fff; font-size: 18px;}
.login-block .btn:active {background: #A8280C;}
.login-block .btn.disabled {border: 3px solid #B6D0DE; background: #FFF; color: #B6D0DE; line-height: 54px;}
.login-block.reg .btn {margin-top: 55px;}
.login-block .forgot-done {text-align: center; display: none; width: 100%; padding: 0 46px;}
.login-block .forgot-done .t {font-family: 'Cormorant Garamond'; font-size: 36px; font-weight: 600; color: #152B5E;}
.login-block .forgot-done .btn {margin-top: 48px;}

.login-block .user-error {text-align: center; display: none; width: 100%; padding: 0 46px;}
.login-block .user-error .t {font-family: 'Cormorant Garamond'; font-size: 36px; font-weight: 600; color: #152B5E;}
.login-block .user-error .btn {margin-top: 48px;}

.login-block a.reg-link {display: table; margin: 37px auto 0; font-size: 18px; color: #152B5E;}


body.overflow {max-height: 100vh;height: 100dvh; overflow: hidden;}

.route-selection {padding: 22px 0 75px 0;}
.route-selection h1 {color: #152B5E; text-align: center; font-family: 'Cormorant Garamond'; font-size: 36px; font-weight: 600;line-height: 130%; margin: 0 0 43px; padding: 0; }
.route-selection ul.routes-tabs {display: flex; justify-content: center; padding: 0; margin: 0 0 45px; list-style-type: none;}
.route-selection ul.routes-tabs li {margin: 0 12.5px;}
.route-selection ul.routes-tabs li a {font-size: 18px; color: #B6D0DE; text-decoration: none;}
.route-selection ul.routes-tabs li.active a {text-decoration: underline; font-weight: 600; color: #152B5E;}

.route-selection .route-block {cursor: pointer; width: 300px; margin: 0 auto 50px; border-radius: 10px; overflow: hidden;}
.route-selection .route-block.hidden {display: none;}
.route-selection .route-block .pic {background-position: center center; background-size: cover;}
.route-selection .route-block .pic:before {padding-top: 66%; content: ''; display: block;}
.route-selection .route-block h2 {color: #FFF; text-align: center; font-family: 'Cormorant Garamond'; font-size: 28px; font-weight: 600;line-height: 110%; margin: 0 0 13px; padding: 0; }
.route-selection .route-block .inf {background: #152B5E; padding: 22px 17px 17px; text-align: center; color: #B6D0DE; font-size: 16px; line-height: 24px;}
.route-selection .route-block .price {margin: 50px 0 0 0; color: #fff; font-size: 36px; font-weight: bold; line-height: 24px;}
.route-selection .route-block .btn {margin: 22px 0 0 0; width:100%; line-height: 60px; text-align: center; display: table; text-decoration: none; color: #fff; border-radius: 10px; background: #BF3B1D; font-size: 18px;}
.route-selection .route-block .free {margin: 50px auto 0; line-height: 27px; border-radius: 5px; background: #B6D0DE; width: 108px; text-align: center; display: table; font-size: 14px; color: #152B5E;}

.route-selection .route-future {position: relative; margin: 0 auto; width: 300px; min-height: 217px; border-radius: 10px; border: 2px solid #B6D0DE; padding: 28px 20px 70px; color: #152B5E; text-align: center; font-size: 16px; line-height: 150%; }
.route-selection .route-future:after {content: ''; display: block; position: absolute; bottom: 24px; width: 34px; height: 56px; left: 50%; transform: translateX(-50%); background: url(img/route-future-ic.png) top center/contain no-repeat;}

.popup {transition: opacity 0.3s ease; z-index: 99; position: fixed; top: 0; left: 0; width: 100%; background: #fff; height: 100vh;height: 100dvh; overflow: auto; -ms-overflow-style: none; scrollbar-width: none; padding: 0 0 75px;}
.popup .back-btn {z-index: 10; top: 102px; position: absolute; width: 35px; height: 35px; left: 0; background: #BF3B1D url(img/back-arr.svg) center center no-repeat; border-radius: 0 5px 5px 0; cursor: pointer;}
.popup.hidden {opacity: 0; left: -999999px;}
.popup::-webkit-scrollbar { display: none;}
.popup .inf {margin: 0 0 38px; color: #B6D0DE; text-align: center; font-size: 16px; line-height: 24px; background: #152B5E; padding: 28px 36px 23px;}
.popup .inf h2 {color: #FFF; text-align: center; font-family: 'Cormorant Garamond'; font-size: 36px; font-weight: 600; line-height: 110%;  margin: 0 0 14px; padding: 0;}


.settings-ic {z-index: 10; top: 102px; position: absolute; width: 35px; height: 35px; left: 0; background: #BF3B1D url(img/settings-ic.svg) center center no-repeat; border-radius: 0 5px 5px 0; cursor: pointer;}


.popup .gallery {position: relative; z-index: 2;}
.popup .gallery .item {height: 427px; background-position: center center; background-size: cover;}
.popup .gallery .owl-carousel .owl-nav {display: none;}
.popup .gallery .owl-carousel .owl-dots {display: flex; justify-content: center; left: 0; width: 100%; bottom: -13px; position: absolute; padding: 0 10px;}
.popup .gallery .owl-carousel .owl-dots.disabled {display: none;}
.popup .gallery .owl-carousel .owl-dots .owl-dot {margin: 0 2.5px; width: 26px; height: 3px; border-radius: 3px; background: #B6D0DE;}
.popup .gallery .owl-carousel .owl-dots .owl-dot.active {background: #BF3B1D;}
.popup .inf .type {margin: 0 0 36px;}
.popup .inf .icons {display: flex; align-items: center; justify-content: space-between;}
.popup .inf .icons .bl {font-size: 14px; color: #fff; display: flex; align-items: center;}
.popup .inf .icons .bl img {display: block;}
.popup .inf .icons .bl span {margin: 0 0 0 12px;}
.popup .descr {padding: 0 45px; margin: 0 0 80px; color: #152B5E; font-size: 16px; line-height: 150%;}
.popup .descr p + p {padding-top: 15px;}
.popup .descr h3 {margin: 0 0 23px; color: #152B5E; text-align: center; font-family: 'Cormorant Garamond'; font-size: 36px; font-weight: 600; line-height: 110%;}
.popup .descr .back-btn {position: absolute; top: auto; left: auto; margin: 23px 0 0 0;}
.popup .purchased {margin: 0px auto 24px; line-height: 27px; border-radius: 5px; background: #B6D0DE; width: 108px; text-align: center; display: table; font-size: 14px; color: #152B5E;}
.popup .btn {cursor: pointer; margin: 0px auto; width:calc(100% - 90px); line-height: 60px; text-align: center; display: table; text-decoration: none; color: #fff; border-radius: 10px; background: #BF3B1D; font-size: 18px;}
.popup .price {margin: 0 0 22px; color: #fff; font-size: 36px; font-weight: bold; line-height: 24px;}


.popup .descr .past-btn {width: 100%; margin: 0 0 23px; padding-left: 35px;}
.popup .descr .past-btn span {position: relative;}
.popup .descr .past-btn span:before {width: 24px; height: 24px; display: block; content: ''; background: url(img/past-ic.svg) center center no-repeat; position: absolute; left: -35px; top: 0; }


.route-detail.popup {padding-bottom: 0;}
.route-detail .map img {width:100%; display: block;}
.route-detail .pic img {width:100%; display: block;}
.route-detail .inf {margin-bottom: 0;}
.route-detail .inf .player {padding: 18px 0 0 0;}
.route-detail .inf .player .btns {display: flex; align-items: center; justify-content: center; margin: 0 0 34px;}
.route-detail .inf .player .btns div {border-radius: 50%; width: 60px; height: 60px; border: 2px solid #fff;}
.route-detail .inf .player .btns div.small {background: url(img/player-prev-arr.svg) center center no-repeat; width: 40px; height: 40px;}
.route-detail .inf .player .btns div.pause {background: #BF3B1D url(img/player-play-ic.svg) center center no-repeat; margin: 0 40px;}
.route-detail .inf .player .btns div.next {transform: scale(-1,1);}
.route-detail .inf .player .scale-line {margin: 0 0 5px; width: 100%; height: 17px; position: relative;}
.route-detail .inf .player .scale-line:before {height: 5px; width: 100%; content: ''; display: block; position: absolute; background: #B6D0DE; top: 50%; left: 0; margin-top: -3px;}
.route-detail .inf .player .scale-line .fill {height: 5px; width: 0; content: ''; display: block; position: absolute; background: #BF3B1D; top: 50%; left: 0; margin-top: -3px;}
.route-detail .inf .player .scale-line .fill:after {content: ''; width: 17px; height: 17px; display: block; position: absolute; border-radius: 50%; background: #BF3B1D; top: -6px; right: -6px;}
.route-detail .inf .player .time {text-align: center; color: #fff; font-size: 14px; line-height: 24px;}
/*.route-detail.tale .inf .player .btns div.pause {background-color: rgba(255,255,255,0);}*/

.route-detail .tale-toptitle {font-weight: 500; width: calc(100% - 80px); position: absolute; top: 0; left: 50%; transform: translateX(-50%); color: #fff; font-family: 'Cormorant Garamond'; font-size: 24px; line-height: normal; border-radius: 0px 0px 10px 10px; text-align: center; padding: 10px; background: #152B5E;}
.route-detail .tale-toptitle small {font-weight: normal; display: block; font-family: 'Roboto'; font-size: 16px;}

.route-detail .tracks-block {background: url(img/tracks-bg.svg) top -256px center no-repeat; background-attachment: fixed; padding: 50px 0px 0px 0px; margin: 0 auto;}
.route-detail .tracks-block .tracks-block-item {overflow: hidden; color: #152B5E; min-height: 128px; position: relative; margin: 0 0 0px; display: flex; align-items: flex-start; padding: 0 40px 10px 30px;}
.route-detail .tracks-block .tracks-block-item.disabled {color: #99BED2;}
.route-detail .tracks-block .tracks-block-item.disabled .play {border-color: #99BED2; background-image: url(img/track-play-disabled.svg);}
.route-detail .tracks-block .tracks-block-item.disabled .play:after {background: #99BED2;}
.route-detail .tracks-block .tracks-block-item .play {position: relative; width: 60px; height: 60px; background: #fff url(img/track-play-ic.svg) center left 18px no-repeat; border: 2px solid #152B5E; border-radius: 50%;}
.route-detail .tracks-block .tracks-block-item .play:after {position: absolute; content: ''; display: block; top: 100%; height: 182px;left: 50%; margin-left: -1px; width: 2px; background: #152B5E;}
.route-detail .tracks-block .tracks-block-item.active .play {border-color: #BF3B1D; background-color: #BF3B1D; background-image: url(img/player-play-ic.svg); background-position: center center;}
.route-detail .tracks-block .tracks-block-item.active .play:after {background: #BF3B1D;}
.route-detail .tracks-block .tracks-block-item:last-child .play:after {display: none;}
.route-detail .tracks-block .tracks-block-item .txt {padding: 10px 0 0 0; display: flex; align-items: flex-start; width: calc(100% - 60px);}
.route-detail .tracks-block .tracks-block-item .txt .num { font-family: 'Cormorant Garamond'; font-size: 30px; font-weight: 600; line-height: 110%; width: 50px; padding: 0 10px 0 0; text-align: right;}
.route-detail .tracks-block .tracks-block-item .txt .title {width: calc(100% - 45px); font-family: 'Cormorant Garamond'; font-size: 28px; font-weight: 600; line-height: 100%; }
.route-detail .tracks-block .tracks-block-item .txt .title small {line-height: 100%; display: block; margin: 10px 0 0 0; font-family: 'Roboto'; font-size: 14px; font-weight: normal;}

.route-detail .tracks-block .tracks-block-item .q-ic {color: #fff; text-align: center; font-family: 'Cormorant Garamond'; font-size: 32px; font-weight: 600; line-height: 110%; z-index: 10; top: 9px; position: absolute; width: 35px; height: 35px; line-height: 35px; background: #BF3B1D; border-radius: 5px 0 0 5px; cursor: pointer; left: -99999px; opacity: 0; transition: opacity 0.3s ease;}
.route-detail .tracks-block .tracks-block-item.active .q-ic {right: 0; opacity: 1; left: auto;}

/*.route-detail .tracks-block .tracks-block-item .q-ic {right: 0; opacity: 1; left: auto;}*/

.popup .blue-line {margin: 0 0 23px; height: 24px; background: #152B5E;}

.route-tale-game {
  overflow:hidden;transition: opacity 0.3s ease; margin: 0; background: #152B5E; width: 100%; left: 50%; transform: translateX(-50%); height: 100vh;height: 100dvh; min-height: 300px;}
.route-tale-game.hidden {position: absolute; left: -9999999999px; opacity: 0;}
.route-tale-game .title { position: absolute;
  right:0; color: #fff; padding: 5px 10px;
  border-radius: 0px 0px 0 5px; background: #152B5E;  text-align: center; font-size: 16px; line-height: normal;}
.route-tale-game-info {padding: 0 30px; line-height: 35px; background: #B6D0DE; font-size: 16px; color: #152B5E; top: 0; left: 0; position: absolute;}
.route-tale-game-info .q {color: #fff; text-align: center; font-family: 'Cormorant Garamond'; font-size: 32px; font-weight: 600; line-height: 110%; top: 0px; position: absolute; width: 35px; height: 35px; line-height: 35px; background: #BF3B1D; border-radius: 0 5px 5px 0; cursor: pointer; left: 100%;}

.route-tale-game-info-pop {transition: opacity 0.3s ease;  position: fixed; top: 0; left: 0; width:100%; bottom: 0; background: rgba(21, 43, 94, 0.8);}
.route-tale-game-info-pop-wrapper {width: 100%; max-width: 649px; border-radius: 10px; overflow: hidden; display: flex; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); position: relative;}
.route-tale-game-info-pop .pic {min-height: 218px; width: 218px; background-position: center center; background-size: cover;}
.route-tale-game-info-pop .txt {width: calc(100% - 218px); color: #152B5E; font-size: 16px; line-height: 24px; background: #fff; padding: 38px;}
.route-tale-game-info-pop .txt h3 {text-transform: uppercase; margin: 0 0 10px; padding: 0; color: #152B5E; font-family: 'Cormorant Garamond'; font-size: 30px; font-weight: 600; line-height: 110%;}
.route-tale-game-info-pop .game-close {width: 28px; height: 28px; position: absolute; top: 20px; right: 20px; background: url(img/game-close.svg) center center no-repeat;}


.popup.ar-photo { margin: 0;}
.popup.ar-photo.hidden {left: -999999px;}
.popup.ar-photo .back-btn {top: 100px;}
.popup.ar-photo .pic {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.popup.ar-photo .pic img {width: 100%; height: 100%;}
.popup.ar-photo .title {left: 50%; transform: translateX(-50%); position: absolute; top: 0; display: table; color: #fff; padding: 5px 20px; max-width: calc(100% - 40px); border-radius: 0 0 5px 5px; background: #152B5E;  text-align: center; font-size: 14px; line-height: normal;}

.payed-block h1 {color: #152B5E; text-align: center; font-family: 'Cormorant Garamond'; font-size: 36px; font-weight: 600;line-height: 130%; margin: 0 0 0px; padding: 0; }
.payed-block {height: 100vh;height: 100dvh; display: flex; align-items: center; text-align: center;}
.payed-block .btn {display: block; text-decoration: none; margin: 48px auto 0; width: 340px; max-width:calc(100% - 90px); cursor: pointer; border-radius: 10px; background: #BF3B1D; line-height: 60px; text-align: center; color: #fff; font-size: 18px;}
.payed-block .txt {width: 100%;}

.orientation {position: fixed; top: 0; bottom: 0; width: 100%; z-index: 100; background: #fff;}
.orientation.popup {width: 100%; height: 100vh;height: 100dvh; left: 50%; transform: translateX(-50%); margin: 0;}
.orientation .block {display:none; align-items: center; position: absolute; top: 0; bottom: 0; left: 0; width:100%; z-index: 5; }


.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@media all and (max-height:900px) {
.welcome-page .toppic {height: calc(50% - 100px);}
.welcome-page .txt {height: calc(50% + 100px);}

}


@media all and (max-height:870px) {

.login-block.reg .form-item + p {padding-top: 20px;}
.login-block.reg .btn {margin-top: 25px;}
}


@media all and (max-height:780px) {

.login-block.reg {align-items: flex-start; overflow: auto; padding-top: 40px; padding-bottom: 40px;}
}


@media all and (max-height:670px) {

.container.welc {height: auto;}
.welcome-page .txt .btn-in:before {height: 150px;}
.welcome-page {height: 600px;}
}

@media all and (max-width:1000px) {
.container.fullw .all {padding: 0 20px;}
.container.fullw header  {margin: 0 0 100px;}
.container.fullw header .logo {top: 10px; height: auto; padding: 10px;}
.container.fullw header .logo img {height: 140px;}
.container.fullw .txt {margin-bottom: 50px; max-width: 100%; width: auto; display: table; margin-left: auto; margin-right: auto;}
.container.fullw .blocks {display: block;}
.container.fullw .blocks .block {max-width: 100%; width: 360px; margin: 0 auto;}
.container.fullw .blocks .block + .block {margin-top: 40px;}
}





@media all and (max-width: 360px) {
.popup .descr {padding-left: 25px; padding-right: 25px;}
}

@media all and (min-width: 500px) {
.login-block {align-items: flex-start; overflow: auto; padding: 40px 0;}
}