*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Regular.eot);
    src: local('Proxima Nova Regular'),local('ProximaNova-Regular'),url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Regular.woff) format('woff'),url(../fonts/ProximaNova-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Bold.eot);
    src: local('Proxima Nova Bold'),local('ProximaNova-Bold'),url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Bold.woff) format('woff'),url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: local('Proxima Nova Semibold'),local('ProximaNova-Semibold'),url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Semibold.woff) format('woff'),url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Extrabld.eot);
    src: local('Proxima Nova Extrabld'),local('ProximaNova-Extrabld'),url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Extrabld.woff) format('woff'),url(../fonts/ProximaNova-Extrabld.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Light.eot);
    src: local('Proxima Nova Light'),local('ProximaNova-Light'),url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Light.woff) format('woff'),url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNovaT-Thin.eot);
    src: local('Proxima NovaT Thin'),local('ProximaNovaT-Thin'),url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNovaT-Thin.woff) format('woff'),url(../fonts/ProximaNovaT-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Proxima Nova",sans-serif;
    line-height: 1.1;
    margin: 0;
    overflow: hidden;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
}
.header img {
    max-width: 200px;
    margin-left: 10px;
}
.header #panelcontainer{}

.section {
    display: flex;
    width: 100vw;
    height: calc(100vh - 34px);
}
.section .left {
    background: #313439;
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative;
    padding: 40px 10px 10px 40px;
}
.section .left .logo {
    max-width: 270px;
    display: block;
    flex: 0 0 100%;
    margin-bottom: 60px;
}
.section .left .logo img {}

.section .left .toggle_menu {
	display:none;
}
.section .left .menu {
    flex: 0 0 100%;
}
.section .left .menu .link {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 12px 9px;
    border-radius: 3px;
}
.section .left .menu .link.active {
	background: #fff;
	color: #000;
}
.section .left .menu .link.red {
    color: red;
}
.section .left .menu .link img {
    margin-right: 15px;
}
.section .left .menu .link.active img {
	filter: invert(1);
}
.section .left .menu .link.red.active img {
	filter:none;
}
.section .left .copyright {
    position: absolute;
    bottom: 15px;
    left: 40px;
    color: #fff;
    font-size: 14px;
}
.section .left .copyright p {
	margin-bottom:5px;
}
.section .left .copyright p a {
	color:#fff;
}
.section .main {
    flex: 0 0 calc(100% - 400px);
	overflow:auto;
}
.section .main .screen {
	color: #313439;
	display:none;
}
.section .main .screen.active {
	display: flex;
	flex-wrap: wrap;
}
.section .main .screen .zero_head {
    background: url(../img/screens/main-p.jpg);
    padding: 40px;
    background-size: cover;
    border-bottom: 1px solid #dfdfdf;
    background-position-x: left;
    flex: 0 0 100%;
}
.section .main .screen .zero_head h1 {
    font-size: 48px;
    max-width: 825px;
    margin-bottom: 30px;
    font-weight: 600;
}
.section .main .screen .zero_head h1 span {
	color:red;
}
.section .main .screen .zero_head p {
    font-size: 20px;
    color: #484848;
    line-height: 1.5;
    max-width: 825px;
    font-weight: 300;
}
.section .main .screen .zero_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    gap: 30px;
}
.section .main .screen .zero_wrap .item {
    flex: 0 0 calc(33.3333% - 20px);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 40px;
    cursor: pointer;
}
.section .main .screen .zero_wrap .item .title {
    font-size: 27px;
}
.section .main .screen .zero_wrap .item .title span {
    color: red;
    font-weight: 600;
}
.section .main .screen .zero_wrap .item .chapter {
    display: flex;
    align-items: center;
    font-size: 22px;
}
.section .main .screen .zero_wrap .item .chapter img {
    margin-right: 20px;
}
.section .main .screen .zero_wrap .item .desc {
    font-size: 16px;
    margin-top: 20px;
    flex: 0 0 100%;
}

.section .main .screen .screen_left {
    flex: 0 0 300px;
    min-height: calc(100vh - 34px);
    background: #eeeeee;
}
.section .main .screen .screen_left .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px;
    padding: 20px;
}
.section .main .screen .screen_left .wrap {}
.section .main .screen .screen_left .wrap .item {
    padding: 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.section .main .screen .screen_left .wrap .item.active {}
.section .main .screen .screen_left .wrap .item .icon {
    margin-top: -4px;
}
.section .main .screen .screen_left .wrap .item .text {}
.section .main .screen .screen_left .wrap .item .text .name {
    font-weight: 700;
    margin-bottom: 10px;
}
.section .main .screen .screen_left .wrap .item .text .desc {
    font-size: 13px;
    color: #717171;
}
.section .main .screen .screen_right {
    flex: 0 0 calc(100% - 300px);
}
.section .main .screen .screen_right .screen_right_slide {
	display:none;
	flex-wrap: wrap;
}
.section .main .screen .screen_right .screen_right_slide.active {
	display:flex;
}
.section .main .screen .screen_right .screen_right_slide .img {
    position: relative;
    flex: 0 0 100%;
    height: 0px;
    padding-bottom: 42%;
    overflow: hidden;
    margin-bottom: 20px;
}
.section .main .screen .screen_right .screen_right_slide .img img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    top: -50px;
    left: 0;
}
.section .main .screen .screen_right .screen_right_slide .img .warning {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    background: rgb(241 54 29 / 90%);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 14px;
    text-align: center;
    align-content: center;
    right: 20px;
    bottom: 20px;
}
.section .main .screen .screen_right .screen_right_slide .img .warning .sign {
    flex: 0 0 100%;
    font-size: 47px;
    line-height: 0.8;
}
.section .main .screen .screen_right .screen_right_slide .img .warning .text {
    font-size: 12px;
}
.section .main .screen .screen_right .screen_right_slide .logo {
    margin: 10px 30px;
}
.section .main .screen .screen_right .screen_right_slide h3 {
    flex: 0 0 100%;
    padding: 0 30px;
    font-size: 24px;
    margin-top: 10px;
}
.section .main .screen .screen_right .screen_right_slide p {
    margin: 20px 30px;
}
.section .main .screen .screen_right .screen_right_slide .buttons {
    padding: 0 30px 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom:30px;
    flex: 0 0 100%;
}
.section .main .screen .screen_right .screen_right_slide .buttons .btn {
    display: flex;
    border: 1px solid;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    margin-bottom: 0;
    margin-top: 3px;
    font-size: 15px;
}
.section .main .screen .screen_right .screen_right_slide .buttons .btn:hover {margin-bottom: 3px;margin-top: 0;}
.section .main .screen .screen_right .screen_right_slide .buttons .btn.colored {
    background: #2f80ed;
    border-color: #2f80ed;
    color: #fff;
}
.section .main .screen .screen_right .screen_right_slide .buttons .btn.transparent {
    border-color: #000;
    color: #000;
}


@media (max-width:1470px) {
	.section .main .screen .zero_head h1 {
		font-size:32px;
	}
	.section .main .screen .zero_head p {
		font-size:18px;
	}
	.section .main .screen .zero_wrap .item {
		flex:0 0 calc(50% - 20px);
	}
	.section .main .screen .screen_right {
		overflow:auto;
	}
	.section .main .screen .screen_right .screen_right_slide .img {
		padding-top:20%;
	}
}
@media (max-width:1135px) {
	.section .left {
    width: 325px;
	padding:20px;
	}
	.section .left .menu .link {
	font-size:16px;
	}
	.section .left .copyright {
	left:20px;
	}
	.section .main {
		flex:0 0 calc(100% - 325px);
		overflow: auto;
	}
	.section .main .screen .zero_wrap .item {
		flex:0 0 100%;
	}
	.section .main .screen .screen_left {
		display:none;
	}
	.section .main .screen .screen_right {
		flex:0 0 100%;
	}
}
@media (max-width:768px) {
	body {
		overflow-y:auto;
	}
	.header {
		display:none;
	}
	.section {
		flex-wrap:wrap;
		height: auto;
		width: 100%;
	}
	.section .left {
		flex:0 0 100%;
		display: flex;
		justify-content: space-between;
		gap: 30px;
		align-items: center;
	}
	.section .left .logo {
    margin-bottom: 0;
    flex: 0 0 calc(100% - 70px);
}
	.section .left .toggle_menu {
    display: block;
    width: 30px;
    height: 23px;
    position: relative;
    cursor: pointer;
}
	.section .left .toggle_menu span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.2s;
}
	.section .left .toggle_menu span:nth-child(1) {
    top: 0;
}
	.section .left .toggle_menu span:nth-child(2) {
    top: 10px;
}
	.section .left .toggle_menu span:nth-child(3) {
    bottom: 0;
}
	.section .left .toggle_menu.open {}
	.section .left .toggle_menu.open span {
    top: 10px;
}
	.section .left .toggle_menu.open span:nth-child(1) {
    transform: rotate(45deg);
}
	.section .left .toggle_menu.open span:nth-child(2) {
    display: none;
}
	.section .left .toggle_menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}
	.section .left .menu {
    display: none;
}
	.section .left .menu.open {
    display: block;
}
	.section .left .menu .link {}
	.section .left .menu .link.active {}
	.section .left .menu .link.red {}
	.section .left .menu .link img {}
	.section .left .menu .link.active img {}
	.section .left .menu .link.red.active img {}
	
	
	
	.section .left .copyright {
		display:none;
	}
	.section .main {
		flex:0 0 100%;
	}
	.section .main .screen {
		display:flex;
		flex-wrap: wrap;
		margin-bottom:50px;
	}
	.section .main .screen .zero_head {
		padding:20px;
	}
	.section .main .screen .zero_head h1 {
		font-size:25px;
	}
	.section .main .screen .zero_head p {
		font-size:16px;
	}
	.section .main .screen .zero_wrap {
		padding:20px;
	}
	.section .main .screen .zero_wrap .item .title {
		font-size:20px;
	}
	.section .main .screen .screen_right .screen_right_slide .logo {
    margin: 10px 20px;
}
	.section .main .screen .screen_right .screen_right_slide h3 {
    padding: 0 20px;
}
	.section .main .screen .screen_right .screen_right_slide p {
    margin: 20px;
}
	.section .main .screen .screen_right .screen_right_slide .buttons {
    padding: 0 20px 30px;
}
}
@media (max-width:600px) {
	.section .main .screen .screen_right .screen_right_slide .buttons {
    flex-wrap:wrap;
}
.section .main .screen .screen_right .screen_right_slide .buttons .btn {
	flex:0 0 100%;
	justify-content:center;
}
}


.info_coockie {
    position: fixed;
    bottom: 16px;
    left: 50%;
    z-index: 100000;
    width: 100%;
    max-width: 480px;
    margin: 0 16px 0;
    padding: 12px 16px 16px;
    border-radius: 12px;
    outline: 4px solid rgba(255, 255, 255, 0.25);
    background: rgba(26, 24, 20, 0.82);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transform: translateX(-50%);
}

.info_coockie .content {
}

.info_coockie .content p {
    color: #fff;
    font-size: 15px;
}

.info_coockie .content p a {
    text-decoration: underline;
    color: #fff;
}

.info_coockie .content .coockie_close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 9px 16px;
    border-radius: 4px;
    background-color: #FAF8F5;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    margin-top: 15px;
}











/*
.section .container .forma_wrap {}
.section .container .forma_wrap .forma {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section .container .forma_wrap .forma h1 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 18px;
    color: #ffffff;
    flex: 0 0 100%;
    text-transform: uppercase;
    font-weight: 800;
}
.section .container .forma_wrap .forma h1 span {
  color:#DA0E17;
}
.section .container .forma_wrap .forma .pre {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    border-bottom: 2px dashed #ffffff20;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.section .container .forma_wrap .forma .subtitle {
    font-size: 17px;
    margin: 15px 0 20px;
}
.section .container .forma_wrap .forma label {
    flex: 0 0 calc(50% - 5px);
    margin-bottom: 18px;
    position: relative;
}
.section .container .forma_wrap .forma label input {
    width: 100%;
    border: 1px solid #fff;
    height: 45px;
    padding-left: 15px;
    border-radius: 8px;
    background: #ffffff30;
}
.section .container .forma_wrap .forma label input::placeholder {
  color:#c4c4c4
}
.section .container .forma_wrap .forma label input.error {
    border: 2px solid red;
}
.section .container .forma_wrap .forma label .warning {
    background: red;
    color: #fff;
    position: absolute;
    font-size: 13px;
    padding: 0 7px;
    bottom: -5px;
    right: 0;
}
.section .container .forma_wrap .forma label select {
    height: 50px;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    padding: 0 10px;
}
.section .container .forma_wrap .forma .btn {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFCB12;
    height: 45px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 8px;
    font-size: 21px;
}
.section .container .forma_wrap .forma .btn:hover {
  opacity:0.8
}
.section .container .forma_wrap .forma .notice {
    font-size: 12px;
    flex: 0 0 100%;
    color: #b1b1b1;
    margin-top: 10px;
    line-height: 1;
    text-align: center;
}
.section .container .forma_wrap .forma .notice a {
    color: #b1b1b1;
}
.section .container .forma_wrap div.success {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 335px;
    font-size: 25px;
    font-weight: 700;
    color:#ffffff;
    align-content: center;
}
.section .container .forma_wrap div.success h2 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 5px;
    color: #ffffff;
    flex: 0 0 100%;
    text-transform: uppercase;
    font-weight: 800;
}
.section .container .forma_wrap div.success p {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
.section .container .forma_wrap div.error {
	color:red;
}
@media all and (max-width:620px) {
  .section {
    max-width: 290px;
    max-height: 460px;
    overflow: hidden;
  }
  .section .container {
    padding: 20px;
  }
    .section .container .header {}
.section .container .header .logo {
    max-width: 125px;
}
.section .container .header .tel {
    font-size: 15px;
}
  .section .container .forma_wrap .forma {
    width: 100%;
  }
  .section .container .forma_wrap .forma h1 {
    font-size: 20px;
    line-height: 1.2;
  }
    .section .container .forma_wrap .forma .pre {
    font-size: 16px;
    font-weight: 600;
}
  .section .container .forma_wrap .forma .subtitle {
    font-size: 14px;
  }
  .section .container .forma_wrap .forma label {
    margin-bottom: 15px;
    flex: 0 0 100%;
  }
  .section .container .forma_wrap .forma label input {
    height: 40px;
  }
  .section .container .forma_wrap .forma .btn {
    height: 40px;
    font-size: 18px;
  }
  .section .container .forma_wrap div.success {
    font-size: 20px;
  }
}*/