body{
	font-family: "ALS Hauss Normal";
/*	font-family: "ALS Hauss";*/
	font-size: 18px;
	line-height: 1.5;
	min-height: 800px;
	color: #6E6E73;
	}
b, strong {
    font-weight: normal;
    font-family: "ALS Hauss Medium";
}
a{
	color: #B1040E;
}
a:hover {
    color: #e1000d;
}
a:hover {
    color: #96030c;
}
.mb35 {
    margin-bottom: 35px;
}
.mb0 {
    margin-bottom: 0;
}

.block {
    padding: 120px 0;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.flex {
    display: flex;
}
.red2{
  color: #CA003D;
}
body .mb0 {
    margin-bottom: 0;
}
.modal[class^="modal_xforms"], .modal[class*=" modal_xforms"] {
	background: rgba(0,0,0,.7);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.block_xfroms_modal {
	position: relative;
	background: #fff;
	/* padding: 1.5rem; */
	padding: 40px 0px 40px 0px;
	box-sizing: border-box;
	border-radius: 1rem;
	/* margin-right: 2rem; */
	max-height: 830px;
	max-width: 800px;
	width: 100%;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #1d1d1f;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}
.close {
	content: '';
	position: absolute;
	z-index: 1000;
	top: 21px;
	right: 21px;
	width: 30px;
	height: 30px;
	background: url(img/close.svg);
	transition: all .3s ease-out;
	background-repeat: no-repeat;
	background-size: 100%;
}
.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.content {
	/* overflow-y: auto; */
	height: 100%;
    padding: 0 40px;
}
.overflow {
	overflow-y: auto;
	height: 100%;
}
.title {
    font-size: 22px;
    line-height: normal;
}
#block0 .title.normal{
    font-family: "ALS Hauss Normal";
	}
.title.normal {
    font-size: 20px;
}
.smoll.title {
    font-size: 18px;
}
h1.title {
    font-size: 65px;
    max-width: 65%;
    margin-bottom: 42px;
    line-height: 120%;
}
h1, .h1 {
    font-family: "ALS Hauss Bold";
}
.animate-scale:hover {
/*	animation: none;*/
}
.animate-scale {
	animation: animate_scale 2s infinite;
}
.center {
    text-align: center;
}
@keyframes animate_scale {
	0% {
		transform: scale(.8, .8);
	}
	50% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(.8, .8);
	}
}
@font-face {
    font-family: 'ALS Hauss Thin';
    src: local('ALS Hauss Thin'), local('ALS-Hauss-Thin'),
        url('fonts/ALSHauss-Thin.woff2') format('woff2'),
        url('fonts/ALSHauss-Thin.woff') format('woff'),
        url('fonts/ALSHauss-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }

@font-face {
    font-family: 'ALS Hauss';
    src: local('ALS Hauss Light'), local('ALS-Hauss-Light'),
        url('fonts/ALSHauss-Light.woff2') format('woff2'),
        url('fonts/ALSHauss-Light.woff') format('woff'),
        url('fonts/ALSHauss-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

@font-face {
    font-family: 'ALS Hauss Bold';
    src: local('ALS Hauss Bold'), local('ALS-Hauss-Bold'),
        url('fonts/ALSHauss-Bold.woff2') format('woff2'),
        url('fonts/ALSHauss-Bold.woff') format('woff'),
        url('fonts/ALSHauss-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

@font-face {
    font-family: 'ALS Hauss Normal';
    src: local('ALS Hauss Normal'), local('ALS-Hauss-Normal'),
        url('fonts/ALSHauss-Regular.woff2') format('woff2'),
        url('fonts/ALSHauss-Regular.woff') format('woff'),
        url('fonts/ALSHauss-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: 'ALS Hauss Medium';
    src: local('ALS Hauss Medium'), local('ALS-Hauss-Medium'),
        url('fonts/ALSHauss-Medium.woff2') format('woff2'),
        url('fonts/ALSHauss-Medium.woff') format('woff'),
        url('fonts/ALSHauss-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }


.wrapper {
    padding: 0 50px;
    max-width: 1380px;
    margin: 0 auto;
}/*
#block0 .wrapper, .header .wrapper {
    padding: 0 50px;
}
*/
#block0.bl {
	padding: 0;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.absolute.full {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
h4, .h4 {
    font-size: 1.5rem;
    font-family: "ALS Hauss Medium";
}
.topban .pad {
    padding: 0;
}

.medium.title {
    font-size: 32px;
	font-family: "ALS Hauss Normal";
}
.bltext1 .list {
	padding-left: 0;
}
.topmenu .p {
    padding-left: 50px;
}
.btn {
    font-size: 30px;
    color: #FF7345;
    border: 1px solid #1d1d1f;
    border-radius: 100px;
    padding: 14px 53px;
    font-family: "ALS Hauss Medium";
	transition: all 0.3s ease 0s;
}
a:hover .btn {
    background-color: #e3e3e3;
}
.btn.register {
    margin-top: 35px;
}

/*  head  */ 
.topmenu a{
    color: #797681;
}
.topmenu a:hover{
	color: #b1040e;
}
.header {
    padding: 0;
}
.topmenu {
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.topmenu .p {
    padding-left: 25px;
}
.lk {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.lk a {
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.2);
    width: 38px;
    height: 38px;
    border-radius: 10px;
    padding: 4px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lk img {
    width: 16px;
    height: 20px;
}
div#block10 ul li:last-child {
    margin-bottom: 0;
}
.akkStyle1 {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 0 27px;
    cursor: pointer;
transition: all 0.25s;
}
.akk .akkTitle {
    padding: 27px 0;
}
.akkStyle1.open {
	padding-bottom: 10px;
}
.akk.open .akkBody {
    max-height: 4500px;
transition: all 0.25s ease-in;
}
.akkBody {
    max-height: 0;
    transition: all 0.35s ease-out;
    overflow: hidden;
    color: #1d1d1f;
    font-size: 15px;
}
.akkStyle1 .akkTitle {
    color: #1d1d1f;
    font-family: "ALS Hauss Medium";
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.akkStyle1 .akkTitle::before {
    display: block;
    content: " ";
    background: url(img/akkImg.svg);
    width: 27px;
    height: 22px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}
.akkBody ul li::before {
    width: 16px;
    height: 16px;
    background-size: 15px;
}
.akkBody ul li {
    padding-left: 30px;
}
.akkStyle1 .akkTitle.akkTitleImg2::before {
    background-position: 0px -49px;
}
.akkStyle1 .akkTitle.akkTitleImg3::before {
    background-position: 0px -105px;
}
.akkStyle1 .akkTitle::after {
    display: block;
    content: " ";
    background: url(img/arrow-right.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 3px 6px;
}
.akkStyle1 .akkTitle span {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}
.ztm.absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1d1d1f;
    opacity: 0.02;
}
.graycol {
    color: #6E6E73;
}
.blackcol{
	color: #1d1d1f;
}
div#block30 .wrapper {
    z-index: 1;
    position: relative;
}
.flex.tm {
    display: flex;
    justify-content: space-between;
}
.lk a:hover img{
    display: none;
}
.lk a:hover img.hover {
    display: inline-block !important;
}
.lk a:hover {
    background-color: #B1040E;
	border-color: #B1040E;
}
.vidButText {
    font-family: "ALS Hauss Medium" !important;
}
img.mainImg {
    width: 100%;
    height: auto;
    max-width: 1900px;
    margin: 0 auto;
}
.windImg {
    margin-bottom: 20px;
}
ol li {
    padding-left: 4px;
}
div#block0 {
    text-align: center;
}
.topban {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.topban {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: left;
}
.topban .wrapper {
    margin-top: 29%;
}
.topban .smoll.title {
    max-width: 589px;
}
.topbanBottom.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.vidBut {
    width: 120px;
    height: 120px;
}
.vidBut {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vidBut .dop {
    background-color: rgba(255, 255, 255, 0.16);
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.topbanBotL {
    margin-top: -18px;
    cursor: pointer;
}
.topbanBotL.flex {
    display: flex;
    align-items: center;
}
.vidButText {
    margin: 0 80px 0 20px;
    text-transform: uppercase;
}
.butWrap {
    margin-top: 54px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 0px 0px 0.0001875px;
    gap: 32px;
    max-width: 475px;
}
.btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 208px;
    height: 51px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    color: #1d1d1f;
    padding: 0;
    align-content: center;
    justify-content: center;
}
.btnListDocs {
    color: #fff;
    font-size: 16px;
    line-height: normal;
}
.btnListDocs img {
    margin: 0 10px 0 0;
}
.btn:hover {
    background: #B1040E;
	color: #fff;
}
a.btnListDocs:hover {
    color: #B1040E;
    text-decoration: none;
}
.blockRL {
    width: 50%;
}
.blockRL.left {
    padding-right: 40px;
}
.blockRL.right {
    padding-left: 40px;
}
h2, .h2 {
    font-size: 48px;
    font-family: "ALS Hauss Bold";
	color: #1d1d1f;
margin-bottom: 28px;
}
h3, .h3 {
    font-size: 32px;
    color: #1d1d1f;
    font-family: "ALS Hauss Medium";
	margin-bottom: 24px;
}
#block10 h2 {
    max-width: 484px;
}
ul li {
    list-style: none;
    padding: 0;
    padding-left: 40px;
    position: relative;
    margin-bottom: 25px;
}
ul li::before {
    background: url(img/li_before.svg);
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
top: 3px;
}
ol ul.short li {
    margin-bottom: 2px;
}
ol {
    margin-left: 0;
    padding-left: 20px;
}
ol ul li::before {
    width: 15px;
    height: 15px;
    left: 0;
    top: 8px;
    background-size: 100%;
}

.red{
	color: #B1040E;
}
#block30 {
    background: url(img/fon1.jpg);
    background-position: center;
    background-size: cover;
}
ul {
    margin: 0;
    padding: 0;
}
#block10 .mblock.first {
    margin: 0 0 22px;
}
.carousel li::before {
    display: none;
}
.carousel li {
    margin: 0;
    padding: 0;
}
.carousel img {
    width: auto;
}
.carousel, .carousel img {
    max-width: 600px;
}
figure {
    margin: 0;
}
.slick-list, .pict {
    border-radius: 20px;
}
.carousel img {
    height: 379px;
}
.slick-dots li button:before {
 font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•'; /* <-- Вот этот символ */
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
    background: url(img/arrow-right-circle.svg);
    display: inline-block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
	cursor: pointer;
}
.navibtn {
    display: flex;
    gap: 10px;
}
.prev.slick-arrow {
    transform: rotate(-180deg);
}
ul.slick-dots li button {
    display: none;
}
ul.slick-dots li {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ddd;
    border-radius: 100px;
    margin-right: 7px;
}
ul.slick-dots li.slick-active {
    background: #444;
}
.slick-slider {
    text-align: right;
}
ul.slick-dots {
    display: inline-block !important;
    text-align: right;
	margin: 10px 0 0 0;
}
.navi {
    position: absolute;
    bottom: -15px;
}
.mblock.first .blockRL p {
    padding: 20px 0 0 0;
}
.gray{
	background-color: #F5F5F7;
}
.toptext {
    margin: 0 0 58px 0;
}
.zag {
    max-width: 405px;
    margin: 0 auto;
}
.imag img {
    width: 100%;
    border-radius: 20px;
}
.oboch .flex.mblock {
    align-items: center;
}
ul.short li {
    margin-bottom: 0px;
}
.time .mblock {
    margin-bottom: 80px;
}
.time .mblock.last {
    margin-bottom: 0;
}
.time .blockRL.left {
    padding-right: 80px;
}
.time .blockRL.right {
    padding-left: 80px;
}
.circle {
    border: 3px solid rgba(0, 133, 128, 0.5);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle > div {
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background-color: #008580;
}
.line {
    width: 2px;
    height: 398px;
    background-color: #008580;
    margin: 15px auto;
}
.timeline {
    width: 30px;
    text-align: center;
}
.timeline {
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 77px;
}
.butWrap.butWrap2 {
    padding: 0;
    margin: 0 auto;
}
.butWrap2 .btn {
    background-color: #B1040E;
    color: #fff;
}
.butWrap.butWrap2 .btn:hover {
    background: #96030c;
}
.butWrap.butWrap2 .btnListDocs,  .btnListDocs.ver2{
    color: #1d1d1f;
}
.butWrap.butWrap2 .btnListDocs:hover, .btnListDocs.ver2:hover {
    color: #B1040E;
}
.header {
    font-family: "ALS Hauss Normal";
}
.white {
    background-color: #fff;
}
.roundBlock {
    border-radius: 20px;
    overflow: hidden;
}
div#block50 .imag img {
    border-radius: 0;
}
div#block50 .blockRL.right {
}
div#block50 .blockRL.left {
    padding: 48px 40px 48px 60px;
}
div#block50 .blockRL.left h3, div#block50 .blockRL.left .h3 {
    max-width: 400px;
    margin-bottom: 40px;
}
.reglament {
    font-size: 20px;
    color: #1d1d1f;
    cursor: pointer;
    margin-top: 40px;
    position: relative;
    padding-left: 29px;
    display: block;
}
.reglament:before {
    background: url(img/info.svg);
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
    background-size: 100%;
}
.reglament:hover{
	text-decoration: underline;
}
body .pt0 {
    padding-top: 0;
}
.like, .dislike {
    background: url(img/like.svg);
    display: inline-block;
    content: "";
    width: 70px;
    height: 30px;
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
    background-size: auto;
    background-position: top left;
	cursor: pointer;
}
.like:hover, .dislike:hover {
    opacity: 0.8;
}
.dislike {
    background-position: -72px 3px;
}
.likeBlock {
    display: flex;
    justify-content: center;
    align-items: center;
}
.liketext {
    margin-bottom: 43px;
}
div#footer {
    padding: 70px 0;
}
.loggo.flex {
    flex-direction: column;
}
.loggo {
    font-size: 12px;
}
.loggo .copyr {
    width: 250px;
    margin-top: 14px;
}
#footer .menu  {
    font-size: 14px;
    display: block;
    width: 100%;
    max-width: 690px;
}
#footer .menu a {
    color: #6E6E73;
}
#footer .flex {
    display: flex;
    justify-content: space-between;
}
.menu > div > div {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 20px;
}
#footer .menu .flex {
    display: flex;
    flex-wrap: wrap;
}
.btn.priem {
    background-color: #FAEDEE;
    color: #B1040E;
    width: auto;
    padding: 0 20px;
    margin-bottom: 15px;
}
a.btn.priem:hover {
/*    background-color: #B1040E;*/
    color: #96030c;
}
#footer .soci {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}
.btn.social {
    width: 49px;
    height: 49px;
}
.soci a{
    background: url(img/soc.svg);
    display: inline-block;
    content: "";
    width: 70px;
    height: 30px;
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
    background-size: auto;
    background-position: top left;
	cursor: pointer;
}
#footer .buttons.flex {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.social.vk {
    background-position: -64px 0;
}
.social.vk:hover {
    background-color: transparent;
    background-position: -64px -63px;
    background-image: url(img/soc.svg);
}
.social.tw:hover {
    background-color: transparent;
    background-position: 0px -63px;
    background-image: url(img/soc.svg);
}
div#block50 .blockRL.right .imag {
    background-image: url(img/contact.jpg);
    height: 100%;
    background-size: cover;
    background-position: center top;
}
.likeBlockAlert {
    text-align: center;
}
.likeBlockAlert > div {
    background: url(img/li_before.svg);
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto 20px;
}
#Video video {
    width: 100%;
    height: 100%;
}
div#Video {
    padding: 0;
    font-size: 0;
    overflow: hidden;
    position: relative;
    background-color: #1d1d1f;
}
#Video .content {
    margin: 0;
    padding: 0;
}
.pause {
    position: absolute;
    background-color: #1d1d1f;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
	opacity: 0;
	transition: all 0.35s ease-out;
}
div#Video:hover .pause, .pause.stopped {
    opacity: 0.3;
/*    display: block !important; */
}
.pause:after, .pause:before {
    content: " ";
    display: block;
    width: 19px;
    height: 66px;
    background-color: #fff;
    margin: 0 6px;
}
.pause.stopped:before {
	display: none;
}
div#Video .pause {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.pause.stopped:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    border: 42px solid transparent;
    border-left: 56px solid #fff;
    background-color: transparent;
    margin-left: 52px;
}
.close:hover {
    transform: rotate(90deg);
}
.btnListDocs {
    font-family: "ALS Hauss Medium";
}
ul.short li::before {
	background: transparent;
	background-color: #6E6E73;
	border-radius: 100px;
	width: 5px;
	height: 5px;
	top: 9px;
}
ul.short li {
    padding-left: 22px;
}
.reglament {
    font-family: "ALS Hauss Medium";
    text-decoration: underline;
}
#block0 .title.normal {
	font-family: "ALS Hauss Medium";
	opacity: 0.8;
}
ul.short li {
	padding-left: 15px;
}
div#block0 .mainImg {
    filter: brightness(80%);
}
.vidBut img {
    width: 80px;
    height: auto;
}
ol ul.short {
    margin-left: -14px;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
.mb32{
    margin-bottom: 32px;
	}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(177 4 14 / 25%);
}
div#Video {
    padding: 0;
    font-size: 0;
    overflow: visible;
    position: relative;
    background-color: transparent;
    border-radius: 0;
    max-width: 1000px;
	max-height: 100%;
}
#Video .content {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
}
.close.stopVideo {
    top: -44px;
    background-color: #fff;
    opacity: 1;
    padding: 20px;
    border-radius: 100px;
    right: -30px;
    background-size: 21px;
    background-position: 10px 9px;
	opacity: 0.4;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}










@media screen and (max-width: 1360px) {
h1.title {
    margin-bottom: 20px;
}
.butWrap {
    margin-top: 33px;
}
.topban .wrapper {
    margin-top: 26%;
}
.vidButText {
    margin: 0 40px 0 20px;
}
}
@media screen and (max-width: 1200px) {
.loggo .copyr {
    width: 200px;
}
}
@media screen and (max-width: 1073px) {
.close.stopVideo {
    right: 0px;
    top: -34px;
    background-size: 18px;
    padding: 16px;
    background-position: 7px 7px;
    opacity: 0.5;
}
div#Video {
    max-width: 100%;
}
}
@media screen and (max-width: 1024px) {
.vidBut img {
    width: 70px;
}
#block40 .blockRL.left {
    margin-bottom: 18px;
}
.akkStyle1.top {
    margin-top: 24px;
}
#block30 .blockRL.right {
    margin-bottom: 36px;
}
div#footer {
    padding: 20px 0;
}
.mainfoot {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.btn.priem {
    width: 220px;
}
#footer .buttons.flex {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
#footer .buttons.flex > div {
    width: 50%;
}
#footer .soci {
    display: flex;
    justify-content: flex-start;
}
#footer .menu {
    max-width: none;
}
.timeline {
    display: none;
}
.time .blockRL.left {
    padding-right: 0;
}
.time .blockRL.right {
    padding-left: 0;
}
.toptext {
    margin: 0 0 48px 0;
}
.time .mblock:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
}
.time .mblock {
    margin-bottom: 50px;
}
.time .imag {
    margin: 10px 0 0px;
}

.mblock.first .blockRL p {
    padding: 0;
}
.carousel, .carousel img {
    max-width: 100%;
}
#block10 .mblock.first {
    margin: 0 0 10px;
}
.carousel {
    margin: 0 0 45px 0;
}
.carousel.carouselNoMarginBottomMob{
    margin: 0;
}
ul li {
    margin-bottom: 20px;
}
.carousel img {
    height: 315px;
}
#block10 h2 {
    max-width: 397px;
}
h2, .h2 {
    font-size: 38px;
}
.blockRL.right {
    padding-left: 20px;
}
.blockRL.left {
    padding-right: 20px;
}
.block {
    padding: 80px 0;
}
.carousel img {
    height: 631px;
}
.topbanBotL.flex {
    display: flex;
    align-items: center;
    flex-direction: column;
	padding-right: 60px;
}
.vidButText {
    margin: 10px 0 0 0;
    width: 114px;
}
h1.title {
    font-size: 44px;
    max-width: 65%;
margin-bottom: 21px;
    line-height: 120%;
}
.blockRL {
    width: 100%;
}
#block30 .mblock {
    flex-direction: column-reverse;
}
.mblock {
    flex-direction: column;
}

.blockRL.left {
    padding-right: 0;
}
.blockRL.right {
    padding-left: 0;
}
#block10 h2 {
    max-width: 100%;
}
}
@media screen and (max-width: 900px) {
.carousel img {
    height: 514px;
}
}
@media screen and (max-width: 850px) {
.topmenu {
    transition: all .4s ease-in;
    display: block;
    position: absolute;
    top: 83px;
    background-color: #fff;
    z-index: 9999;
    padding: 0 22px 0;
    font-size: 18px;
    font-family: "ALS Hauss Normal";
    overflow: hidden;
    max-height: 0;
    border-radius: 0 0 10px 10px;
}
.topmenu.open {
    max-height: 800px;
}
.topmenu .p {
	padding: 0 10px 15px;
}
.topmenu .first {
    padding-top: 20px;
}
.topmenu .last {
    padding-bottom: 30px;
}
.topmenum{
	display: block !important;
}
.topmenum {
    width: 90%;
}
.mmenu img {
    width: 24px;
    height: 24px;
}
.mmenu {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-right: 12px;
	cursor: pointer;
}
}
@media screen and (max-width: 810px) {
.block {
    padding: 60px 0;
}
h1.title {
    font-size: 38px;
}
div#block50 .blockRL.left {
    padding: 35px 30px 35px 30px;
}
.smoll.title {
    font-size: 16px;
}
.vidButText {
    font-size: 18px;
}
.topban .smoll.title {
    padding-right: 20px;
}
.topbanBotL.flex {
    padding-right: 0;
}
.topban .wrapper {
    margin-top: 23%;
}
.vidBut {
    width: 100px;
    height: 100px;
}
.vidBut img {
    width: 60px;
    height: 60px;
}
}
@media screen and (max-width: 700px) {
.vidBut img {
    width: 55px;
}
body{
	font-family: "ALS Hauss Normal";
/*	font-family: "ALS Hauss";*/
}
.carousel img {
    height: 413px;
}
.wrapper {
    padding: 0 25px;
}
img.mainImg {
    opacity: 0;
}
.topban {
    background: url(img/main.jpg);
    background-size: auto 100%;
    background-color: rgba(0,0,0,.2);
    background-blend-mode: multiply;
}
#block0 {
    height: 600px;
}
.topban .wrapper {
    margin-top: 200px;
}
.topbanBottom.flex {
    flex-direction: column;
}
.vidButText {
    margin: 0 0 0 10px;
    width: auto;
}
.topbanBotL.flex {
    flex-direction: row;
    padding-right: 0;
    margin-top: 5px;
}
.vidBut .dop {
    width: 90%;
    height: 90%;
}
.topban .smoll.title {
    max-width: 589px;
}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 550px) {
.block_xfroms_modal {
    padding: 20px 0px 20px 0px;
}
.content {
    padding: 0 20px;
}
.akkStyle1 {
    padding: 0 19px 0 15px;
}
.akk .akkTitle {
    padding: 20px 0;
}
.akkStyle1 .akkTitle span {
    padding: 0 12px;
}
.akkStyle1 .akkTitle::before {
    background-position: -2px 3px;
}
.reglament {
    font-size: 18px;
}
.reglament:before {
    top: 2px;
}
h4, .h4 {
   font-size: 18px;
}
div#block50 .blockRL.left {
    padding: 25px 20px 25px 20px;
}
div#block50 .blockRL.left h3, div#block50 .blockRL.left .h3 {
    margin-bottom: 20px;
}
.butWrap.butWrap2 {
    text-align: center;
}
.butWrap.butWrap2 .btn.docs {
    margin: 0 auto;
}
.butWrap.butWrap2 .btn.docs {
    max-width: 216px;
}
.butWrap.butWrap2 {
    gap: 20px;
}
h3, .h3 {
    font-size: 24px;
    margin-bottom: 16px;
}
.time .imag {
    margin: 6px 0 0px;
}
.title.normal {
    font-size: 18px;
}
.toptext {
    margin: 0 0 30px 0;
}
.carousel img {
    height: 318px;
}
.topban {
    background-position: -90px 0;
}
#block0 {
    height: 700px;
}
.topban .wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    margin: 0 0 10px 0;
    display: flex;
    align-items: flex-end;
}
.butWrap {
    margin-top: 33px;
    flex-direction: column;
    /* text-align: center; */
    gap: 30px;
}
.butWrap > div {
    width: 100%;
}
a.btn.docs {
    width: 100%;
    max-width: 300px;
/*    margin: 0 auto;*/
}
.topbanBotL.flex {
    flex-direction: row;
    padding-right: 0;
    margin: 16px 0 0 0;
    position: relative;
    left: -10px;
}
h1.title {
    max-width: 100%;
}
body {
    font-size: 16px;
}
h2, .h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 520px) {
#footer .menu .flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#footer .buttons.flex {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
#footer .buttons.flex > div {
    width: 100%;
}
.menu > div > div {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
}
}
@media screen and (max-width: 400px) {
.topmenu {
    width: 100%;
    left: 0;
}
}
@media screen and (max-width: 350px) {
.btn.priem {
    width: auto;
}
#footer .soci {
    display: flex;
    justify-content: center;
}
}


@media screen and (max-height: 829px) {
div#window1 {
    height: 100%;
}
}





