*,
*::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;
}
section {
    padding: 100px 0;
}

h2 {}
@media all and (max-width:830px) {
	section {
    padding: 70px 0;
	}
}
@media all and (max-width:600px) {
	section {
    padding: 50px 0;
	}
}
section .container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.btn {
    background: #ffa31a;
    color:#fff;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
}
.btn:hover {}
h2 {
	font-size: 42px;
	margin-bottom: 50px;
	color: #80a2b1;
	text-align: center;
}
@media all and (max-width:830px) {
	h2 {
	font-size: 28px;
	}	
}
@media all and (max-width:600px) {
	h2 {
	font-size: 24px;
	}	
}
form label {
	position:relative;
}
form label .warning {
	position:absolute;
	background:red;
	font-size:12px;
	padding:0 10px;
	bottom:0;
	right:0;
}

.hero {
    background: url(https://premia.gd.ru/img/action-ofice.jpg) center no-repeat, #ffffffcf;
    background-size: cover;
    background-blend-mode: color;
}
.hero .container {}
.hero .container .logos {
    margin-bottom: 100px;
}
.hero .container .logos a {}
.hero .container .logos a img {}
.hero .container .pre {
    text-transform: uppercase;
    font-size: 30px;
}
.hero .container h1 {
    font-size: 50px;
    position: relative;
    width: fit-content;
    font-weight: 800;
    margin-bottom: 20px;
}
.hero .container h1 span {
    font-size: 18px;
    position: absolute;
    display: block;
    right: -185px;
    top: 0;
    color: #11719a;
}
.hero .container .post {
    font-size: 24px;
    color: #11719a;
}
.hero .container .format {
    font-size: 20px;
    margin: 20px 0 0;
    background: #11719a;
    color: #fff;
    width: fit-content;
    padding: 6px 13px;
}
.hero .container .forma_wrap {
    background: #11719a;
    padding: 20px;
    margin: 100px 0 0;
}
.hero .container .forma_wrap .forma {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.hero .container .forma_wrap .forma label {
    color: #fff;
    flex: 1 0 calc(20% - 10px);
}
.hero .container .forma_wrap .forma label[for=lgota] {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
}
.hero .container .forma_wrap .forma label input {
    width: 100%;
    height: 50px;
    border: 0;
    padding-left: 10px;
}
.hero .container .forma_wrap .forma label input::placeholder {}
.hero .container .forma_wrap .forma label input.error {}
.hero .container .forma_wrap .forma label .warning {}
.hero .container .forma_wrap .forma label[for=lgota] input {
    width: 20px;
    height: 20px;
    border: 0;
    margin-right: 10px;
}
.hero .container .forma_wrap .forma .btn {
}
.hero .container .forma_wrap .forma .btn:hover {}
.hero .container .forma_wrap .forma .notice {
    color: #fff;
    font-size: 12px;
    flex: 0 0 100%;
    text-align: right;
}
.hero .container .forma_wrap .forma .notice a {
    color: #fff;
}
.hero .container .forma_wrap div.success {
    color: #fff;
}
.hero .container .forma_wrap div.error {
    color: red;
}

.program {}
.program .container {}
.program .container h2 {}
.program .container .wrap {
    max-width: 800px;
    margin: 0 auto;
}
.program .container .wrap .line {
    display: flex;
    margin-bottom: 30px;
}
.program .container .wrap .line .time {
    flex: 0 0 200px;
    font-size: 20px;
}
.program .container .wrap .line .theme {
}
.program .container .wrap .line .theme .title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #11719a;
}
.program .container .wrap .line .theme .speaker_name {
    font-size: 18px;
    font-weight: 600;
}
.program .container .wrap .line .theme .speaker_job {
    font-size: 14px;
    color: #938d8d;
}
.program .container .btn {
    margin: 100px auto 0;
}

.speakers {
    background: #fafafa;
}
.speakers .container {}
.speakers .container h2 {}
.speakers .container .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.speakers .container .wrap .item {
    flex: 0 0 calc(33.333% - 15px);
    text-align: center;
}
.speakers .container .wrap .item .img {margin-bottom: 15px;}
.speakers .container .wrap .item .img img {
    margin: 0 auto;
}
.speakers .container .wrap .item .text {}
.speakers .container .wrap .item .text .name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #11719a;
}
.speakers .container .wrap .item .text .name .job {}

.reg {
    background: #11719a;
    color: #fff;
}
.reg .container {}
.reg .container h2 {
    color: #fff;
}
.reg .container .forma_wrap {}
.reg .container .forma_wrap .forma {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.reg .container .forma_wrap .forma label {
    color: #fff;
    flex: 1 0 calc(20% - 10px);
}
.reg .container .forma_wrap .forma label[for=lgota] {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
}
.reg .container .forma_wrap .forma label input {
    width: 100%;
    height: 50px;
    border: 0;
    padding-left: 10px;
}
.reg .container .forma_wrap .forma label input::placeholder {}
.reg .container .forma_wrap .forma label input.error {}
.reg .container .forma_wrap .forma label .warning {}
.reg .container .forma_wrap .forma label[for=lgota] input {
    width: 20px;
    height: 20px;
    border: 0;
    margin-right: 10px;
}
.reg .container .forma_wrap .forma .btn {
}
.reg .container .forma_wrap .forma .btn:hover {}
.reg .container .forma_wrap .forma .notice {
    color: #fff;
    font-size: 12px;
    flex: 0 0 100%;
    text-align: right;
}
.reg .container .forma_wrap .forma .notice a {
    color: #fff;
}
.reg .container .forma_wrap div.success {
    color: #fff;
}
.reg .container .forma_wrap div.error {
    color: red;
}

.why_learn {
    background: url(../img/lekcia_2.jpg) center no-repeat, #ffffffcf;
    background-size: cover;
    background-blend-mode: color;
}
.why_learn .container {}
.why_learn .container h2 {
    color: #11719a;
}
.why_learn .container p {
    font-size: 20px;
    margin-bottom: 30px;
}
.why_learn .container .btn {
    margin: 0 auto;
}

.why_we {
    background: #11719a;
    color: #fff;
}
.why_we .container {}
.why_we .container h2 {
    color: #ffffff;
}
.why_we .container .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.why_we .container .wrap .item {
    flex: 0 0 40%;
    text-align: center;
}
.why_we .container .wrap .item .img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why_we .container .wrap .item .img img {
}
.why_we .container .wrap .item .text {
    font-size: 20px;
}
.why_we .container h3 {
    font-size: 31px;
    text-align: center;
    margin-bottom: 50px;
}
.why_we .container .forma_wrap {
    margin-bottom: 50px;
    border: 2px solid #fff;
    padding: 20px;
    background: #f5f7f8;
}
.why_we .container .forma_wrap .forma {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.why_we .container .forma_wrap .forma label {
    color: #fff;
    flex: 0 0 calc(25% - 10px);
}
.why_we .container .forma_wrap .forma label[for=lgota] {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
}
.why_we .container .forma_wrap .forma label input {
    width: 100%;
    height: 50px;
    border: 1px solid #d9d3d3;
    padding-left: 10px;
}
.why_we .container .forma_wrap .forma label input::placeholder {}
.why_we .container .forma_wrap .forma label input.error {}
.why_we .container .forma_wrap .forma label .warning {}
.why_we .container .forma_wrap .forma label[for=lgota] input {
    width: 20px;
    height: 20px;
    border: 0;
    margin-right: 10px;
}
.why_we .container .forma_wrap .forma .btn {
}
.why_we .container .forma_wrap .forma .btn:hover {}
.why_we .container .forma_wrap .forma .notice {
    color: #adadad;
    font-size: 12px;
    flex: 0 0 100%;
    text-align: right;
}
.why_we .container .forma_wrap .forma .notice a {
    color: #adadad;
}
.why_we .container .forma_wrap div.success {
    color: #fff;
}
.why_we .container .forma_wrap div.error {
    color: red;
}
.why_we .container .lic {
    font-size: 12px;
}

.footer {
    background-color: #11719a;
    border-top: 2px solid #7a90a1;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #8d8d8d;
}
.footer .container .left {
    flex: 0 0 285px;
}
.footer .container .left p {
    color: #fff;
}
.footer .container .left p a {
    color: #fff;
    font-size: 12px;
}
.footer .container .right {
    display: flex;
    flex-wrap: wrap;
    text-align: right;
}
.footer .container .right p {
    flex: 0 0 100%;
    text-align: right;
    color: #fff;
}
.footer .container .right a {
    flex: 0 0 100%;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}
@media all and (max-width:900px) {
	.hero .container .forma_wrap .forma label, .reg .container .forma_wrap .forma label {
    flex: 0 0 calc(50% - 5px);
	}
	.hero .container .forma_wrap .forma label[for=lgota], .reg .container .forma_wrap .forma label[for=lgota] {
    flex: 0 0 calc(50% - 5px);
	}
	.hero .container .forma_wrap .forma .btn, .reg .container .forma_wrap .forma .btn {
    margin: 0 auto;
    flex: 0 0 100%;
	}
	.hero .container .forma_wrap .forma .notice, .reg .container .forma_wrap .forma .notice {
    text-align: center;
	}
	.why_we .container .forma_wrap .forma label {
    flex: 0 0 calc(50% - 5px);
	}
	.why_we .container .forma_wrap .forma .btn {
    margin: 0 auto;
    flex: 0 0 calc(50% - 5px);
	}
	.why_we .container .forma_wrap .forma .notice {
    text-align: center;
	}
}
@media all and (max-width:700px) {
	.hero {}
	.hero .container {}
	.hero .container .logos {
    margin-bottom: 30px;
}
	.hero .container .logos a {}
	.hero .container .logos a img {}
	.hero .container .pre {
    font-size: 23px;
}
	.hero .container h1 {
    font-size: 33px;
}
	.hero .container h1 span {
    position: relative;
    right: auto;
}
	.hero .container .post {}
	.hero .container .format {}
	.program {}
	.program .container {}
	.program .container h2 {}
	.program .container .wrap {}
	.program .container .wrap .line {
    flex-wrap: wrap;
}
	.program .container .wrap .line .time {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
	.program .container .wrap .line .theme {
    margin-left: 30px;
}
	.program .container .wrap .line .theme .title {
    font-size: 20px;
}
	.program .container .wrap .line .theme .speaker_name {}
	.program .container .wrap .line .theme .speaker_job {}
	.program .container .btn {
    margin-top: 70px;
}
	
	.speakers {}
	.speakers .container {}
	.speakers .container h2 {}
	.speakers .container .wrap {
    justify-content: center;
}
	.speakers .container .wrap .item {
    flex: 0 0 100%;
    max-width: 400px;
}
	.speakers .container .wrap .item .img {}
	.speakers .container .wrap .item .img img {}
	.speakers .container .wrap .item .text {}
	.speakers .container .wrap .item .text .name {}
	.speakers .container .wrap .item .text .name .job {}
	
	.reg {}
	.reg .container {}
	.reg .container h2 {}
	
	.why_learn {}
	.why_learn .container {}
	.why_learn .container h2 {}
	.why_learn .container p {}
	.why_learn .container .btn {}
	
	.why_we {}
	.why_we .container {}
	.why_we .container h2 {}
	.why_we .container .wrap {}
	.why_we .container .wrap .item {
    flex: 0 0 100%;
    max-width: 400px;
}
	.why_we .container .wrap .item .img {}
	.why_we .container .wrap .item .img img {}
	.why_we .container .wrap .item .text {}
	.why_we .container h3 {}
	.why_we .container .lic {}
	.hero .container .forma_wrap .forma label, .reg .container .forma_wrap .forma label {
    flex: 0 0 100%;
	}
	.hero .container .forma_wrap .forma label[for=lgota], .reg .container .forma_wrap .forma label[for=lgota] {
    flex: 0 0 100%;
	}
	.why_we .container .forma_wrap .forma label {
    flex: 0 0 100%;
	}
	.why_we .container .forma_wrap .forma .btn {
    flex: 0 0 100%;
	}
}
@media all and (max-width:600px) {
	.footer {}
	.footer .container {
    flex-wrap: wrap;
}
	.footer .container .left {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 50px;
}
	.footer .container .right {
    flex: 0 0 100%;
    text-align: center;
}
	.footer .container .right a {}
	.footer .container .right p {
		text-align:center;
	}
}


