/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0; 
	font-size: 100%;
	font: inherit; 
	vertical-align: baseline;
}
.clearfix {
    clear: both;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: "lba";
	src: url("fonts/Lato-Black.eot");
	src: url("fonts/Lato-Black.eot?#iefix")format("embedded-opentype"),
	url("fonts/Lato-Black.woff") format("woff"),
	url("fonts/Lato-Black.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "lbo";
	src: url("fonts/Lato-Bold.eot");
	src: url("fonts/Lato-Bold.eot?#iefix")format("embedded-opentype"),
	url("fonts/Lato-Bold.woff") format("woff"),
	url("fonts/Lato-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "lh";
	src: url("fonts/Lato-Heavy.eot");
	src: url("fonts/Lato-Heavy.eot?#iefix")format("embedded-opentype"),
	url("fonts/Lato-Heavy.woff") format("woff"),
	url("fonts/Lato-Heavy.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "ll";
	src: url("fonts/Lato-Light.eot");
	src: url("fonts/Lato-Light.eot?#iefix")format("embedded-opentype"),
    url("fonts/Lato-Light.woff") format("woff"),
	url("fonts/Lato-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "lr";
	src: url("fonts/Lato-Regular.eot");
	src: url("fonts/Lato-Regular.eot?#iefix")format("embedded-opentype"),
	url("fonts/Lato-Regular.woff") format("woff"),
	url("fonts/Lato-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "lm";
	src: url("fonts/Lato-Medium.eot");
	src: url("fonts/Lato-Medium.eot?#iefix")format("embedded-opentype"),
	url("fonts/Lato-Medium.woff") format("woff"),
	url("fonts/Lato-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "lsb";
	src: url("fonts/Lato-Semibold.eot");
	src: url("fonts/Lato-Semibold.eot?#iefix")format("embedded-opentype"),
	url("fonts/Lato-Semibold.woff") format("woff"),
	url("fonts/Lato-Semibold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "li";
	src: url("fonts/Lato-Italic.eot");
	src: url("fonts/Lato-Italic.eot?#iefix")format("embedded-opentype"),
	url("fonts/Lato-Italic.woff") format("woff"),
	url("fonts/Lato-Italic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* Main CSS Styles */
.page-wrapper {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;

}
.flex_container__between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.flex_container__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-justify-content: space-between;
	-flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_container__row_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.dn_320 {
    display: block;
}
.db_320 {
		display: none;
	}
h1 {
    font-family: "LH";
    font-size: 24px;
    text-transform: uppercase;
    color: #404043;
    margin-top: 42px;
	line-height: 1.2;
}
h2 {
    font-family: "LR";
    font-size: 29px;
    text-transform: uppercase;
    padding-top: 50px;
    margin-bottom: 24px;
	color: #023662;
}
.container {
    width: 1110px;
	height: 100%;
    margin: 0 auto;
	padding: 0 30px;
    position: relative;
}
header {
    background: url(img/bgr_header.jpg) center 0 no-repeat;
    height: 581px;
    /*max-width: 1440px;*/
    margin: 0 auto;
}
header img {
	width: 100%;
}
.wrk_title_wrapp {
	height: 100%;
	width: 504px;
}
.wrk_title {
	width: 433px;
	margin-top: 139px;
}
.lower_layer {
	height: 100%;
	width: 100%;
	background-color: rgba(17,17,17,0.6);
}
.logo_area_wrapp {
	margin-top: 51px;
}
.sciton_logo {
	width: 150px;
	margin-bottom: 51px;
}
.uma_logo {
	width: 157px;
}
.under_head {
	background-color: #0fa1d6;
	width: 100%;
	height: 84px;
}
ul.tags {
    display: table;
    width: 100%;
	margin-top: -7px;
}
ul.tags li {
    display: table-cell;
    font-family: "ll";
    color: #fff;
    font-size: 30px;
}
ul.tags li:last-child {
    text-align: right;
}
ul.tags li:first-child::before{
    display: inline-block;
    content: "";
    background: url(img/icon_set.png) 0 0 no-repeat;
    width: 25px;
    height: 28px; 
    margin-right: 14px;
    position: relative;
    top: 3px;
}
ul.tags li:nth-child(2)::before{
    display: inline-block;
    content: "";
    background: url(img/icon_set.png) 0px -33px no-repeat;
    width: 25px;
    height: 28px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
ul.tags li:last-child::before{
    display: inline-block;
    content: "";
    background: url(img/icon_set.png) 0px -67px no-repeat;
    width: 25px;
    height: 20px;
    margin-right: 5px;
}
.middle .wrapp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 37px 0 69px;
}
.middle {
    font-size: 18px;
    font-family: lm;
    color: #404043;
}
.middle ul {
    line-height: 27px;
}
.middle .city ul {
    padding-left: 70px;
    margin-left: 11px;
    position: relative;
}
.middle .addres ul {
    padding-left: 72px;
    position: relative;
}
.middle .city ul::before {
    content: "";
    display: inline-block;
    background: url(img/icon_set.png) 0 -162px no-repeat;
    width: 67px;
    height: 67px;
    position: absolute;
    top: 9px;
    left: -11px;
}
.middle .addres ul::before {
    content: "";
    display: inline-block;
    background: url(img/icon_set.png) 0 -236px no-repeat;
    width: 67px;
    height: 68px;
    position: absolute;
    top: 9px;
    left: 3px;
}
.middle .phone_open {
    position: absolute;
    right: 0;
    top: 0;
}
.middle .wrapp {
    width: 980px;
}
.sb_warning {
    position: relative;
    padding-left: 48px;
    font-size: 18px;
    font-family: lm;
    color: #404043;
    margin: 0px 0 41px 0;
}
.sb_warning::before {
    content: "";
    display: inline-block;
    background: url(img/warning.png) 0 0px no-repeat;
    width: 62px;
    height: 62px;
    position: absolute;
    top: -7px;
    left: 6px;
    background-size: 50%;
}
.sb_registration {
    background-color: #ebebeb;
    /*margin-top: 30px;*/
    padding: 30px 0 45px;
}
.inner_reg {
    width: 50%;
    text-align: center;
}
.sb_registration .title {
    font-family: lbo;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
}
.sb_registration .price_text {   
    font-family: lm;
    font-size: 18px;
    color: #404043;
    margin: 20px 0;
}
.sb_registration .price_eur {
    font-family: lbo;
    font-size: 48px;
    color: #0fa1d6;
    margin-bottom: 35px;
}
.sb_registr_btn {
    background-color: #1066af;
    padding: 20px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: lm;
    font-size: 14px;
    color: #fff;
    border-radius: 12px;
    width: 166px;
    left: 50%;
    position: relative;
    margin-left: -103px;
    transition: background-color .1s;
}
.sb_registr_btn:hover {
    background-color: #ca0639;
}
.mc_programm .training {
    font-size: 16px;
    font-family: ll;
    color: #2b2b2b;
}
.hor_line {
    background-color: #023662;
    height: 1px;
    width: 100%;
    margin: 16px 0 26px;
}
h2.small {
    font-size: 25px;
    text-align: center;
    margin-bottom: 80px;
}
.sb_time {
    color: #1066af;
    font-family: lr;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}
.sb_text_b_title {
    font-family: lbo;
    font-size: 20px;
    color: #011323;
    text-align: center;
}
.mc_left {
    width: calc(50% - 41px);
    padding-right: 40px;
    text-align: right;
}
.mc_right {
    width: calc(50% - 40px);
    padding-left: 40px;
    text-align: left;
}
.ver_line {
    width: 1px;
    background-color: #023662;
    align-self: stretch;
}
.prgramm_container {
    margin: 15px 0 75px;
}
.sb_text_b {
    font-family: lbo;
    font-size: 20px;
    color: #011323;
    line-height: 24px;
}
.sb_margin {
    height: 85px;
}
.prgramm_container p {
    margin-bottom: 18px;
}
.prgramm_container ul {
    font-family: lbo;
    font-size: 20px;
    color: #011323;
}
.prgramm_container li {
    margin-bottom: 18px;
}
.prgramm_container li:last-child {
    margin: 0;
}
.sbl_left,
.sbl_right {
    text-align: center;
    width: 50%;
}
.reg {
    font-family: lr;
}

.sbl_left p:last-child,
.sbl_right p:last-child,
.mc_left p:last-child,
.mc_right p:last-child {
    margin: 0;
}
.coffi {
    margin-left: -70px;
    left: 50%;
    position: relative;

}
.wp_lunch {
    margin-left: -44px;
    left: 50%;
    position: relative;

}
.wp_discussion {
    margin-left: -41px;
    left: 50%;
    position: relative;

}









.price {
	position: relative;
	margin-top: 51px;
	padding-left: 82px;
}
.price p {
	line-height: 1.36;
}
.price p::before {
	content: "";
    display: inline-block;
    background: url(img/icon_set.png) 0 -309px no-repeat;
    width: 65px;
    height: 62px;
    position: absolute;
    top: -10px;
    left: 3px;
}
.pay_block {
    width: 361px;
    height: 93px;
}
.pay_block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 381px;
}
.pay_block_middle {
	margin-right: 15px;
}
.phone_open {
    background: url(img/icon_set.png) 0 -383px no-repeat;
    width: 93px;
    height: 93px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.phone_open:hover {
    opacity: 0.8;
}
.phone_open:active {
    background-position: 0 -486px;
}
.pay_block_middle .phone_open {
    margin-bottom: 48px;
}
.button {
    background-color: #ed0743;
    height: 45px;
    width: 186px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    font-family: "LM";
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0;
    outline: none;
}
.open_bye.button{
	height: 51px;
	line-height: 51px;
}
.button:hover {
    opacity: 0.8;
}
.button:active {
    background-color: #ca0639;
}
.pay_block_middle .button {
	margin-left: 0;
}
.reminder {
	font-family: lbo;
	font-size: 18px;
	color: #023662;
	text-transform: uppercase;
	line-height: 1.72;
	max-width: 915px;
}
.programm {
	background: #ebebeb url(img/bgr_programm.jpg) center 0 no-repeat;
	margin-top: 34px;
	padding-bottom: 40px;
}
.programm_wrapper {
	font-size: 16px;
	font-family: ll;
	color: #2b2b2b;
}
.training h2 {
	position: relative;
}
/*.training h2::after {
	content: "(ПО\00A0ЖЕЛАНИЮ)";
	display: inline-block;
	position: absolute;
	font-size: 18px;
	font-family: li;
	top: 84px;
	right: 0;
}*/
.subject {
    width: calc(50% - 40px);
    padding-left: 40px;
}
.subject ul {
	line-height: 1.15;
}
.v_line {
	height: 217px;
	width: 1px;
	background-color: #023662;
	margin-top: 38px;
	position: relative;
	right: 23px;
}
.training span,
.programm_price {
	color: #023662;
	font-family: lsb;
}
.programm_price span {
	color: #2b2b2b;
}
.training p {
	line-height: 1.7;
}
.speaker h4 {
	color: #023662;
	font-family: lba;
	font-size: 12px;
	text-transform: uppercase;
	margin: 11px 0 5px;
}
.speaker p {
	font-family: lm;
	color: #383737;
	font-size: 12px;
}
.pay_inner {
    margin: 0 auto;
    background-color: #023662;
    height: 138px;
} 
.pay_inner .container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;`
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.advantages {
    max-width: 1440px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}
.advantages .container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 48px;
}

.advantages p {
    font-size: 18px;
    font-family: "LM";
    color: #031375;
    font-weight: 600;
}
.paper .img {
    background: url(img/paper.png) 0 0 no-repeat;
    height: 244px;
    width: 244px;
}
.paper p {
    margin-top: 30px;
}
.hands .img {
    background: url(img/hands.png) 0 0 no-repeat;
    height: 249px;
    width: 236px;
    display: inline-block;
}
.hands p {
    margin-top: 22px;
}
.fireworks .img {
    background: url(img/fireworks.png) 0 0 no-repeat;
    height: 279px;
    width: 247px;
}
.fireworks p {
    margin-top: -5px;
}
.contacts {
    max-width: 1440px;
    height: 90px;
    margin: 0 auto;
}
.contacts .container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 42px;
}
.contacts p {
    color: #031375;
    font-size: 23px;
    font-family: "LM";
}
.contacts span {
    text-transform: uppercase;
    font-weight: 600;
}
.contacts b {
    font-family: "LH";
}
.social {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 124px;
}
.social li {
    width: 49px;
    text-align: center;
    font-size: 36px;
    color: white;
    background-color: #031375;
    padding: 6px 0;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: relative;
}
.social li:hover {
    background-color: #75035c;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.social li a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
footer {
    height: 309px;
    margin: 0 auto;
    background: url(img/bgr_footer.jpg) center 0 no-repeat;
}
.blackout {
	background-color: rgba(17,17,17,0.6);
	height: calc(100% - 50px);
	padding-top: 50px;
}
footer .container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
footer img {
	width: 100%;
}
footer ul {
    font-family: "LR";
    font-size: 30px;
    color: #fff;
    line-height: 48px;
}
footer .wrk_title {
	margin: 0;
	width: 345px;
}
footer .wrk_title_wrapp {
	width: 346px;
}
footer .logo_area_wrapp {
	margin: 0;
}
footer .sciton_logo {
	margin-bottom: 84px;
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(7,16,33,0.75);
    z-index: 20;
    top: 0;
    left: 0;
    cursor: pointer;
    -transition: all ease-in-out 1s;
}
.input_text, .textarea:focus {
   color: black;
}
.input_text, .textarea {
    width: 225px; 
    height: 48px;
    padding: 0 25px 0 25px;
    background-color: white;
    outline: 0;
    line-height: 48px;
    font-size: 15px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    font-family: lm;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    letter-spacing: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #bec2c8;
}
.form_button {
    border-width: 0;
    width: 280px;
    height: 50px;
    display: block;
    background-color: #0fa1d6;
    position: relative;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-family: ll;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 0;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    outline: none;
    padding: 0;
}
.form_button:active,
.close:active {
    background-color: #0ec199;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
} 
.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(7,16,33,0.75);
	z-index: 20;
	top: 0;
	left: 0;
    cursor: pointer;
    -transition: all ease-in-out 1s;
}
.popup {
	display: none;
	position: fixed;
	width: 400px;
	left: 50%;
	top: 50%;
	margin: -280px 0 0 -200px;
	z-index: 30;
	background-color: white;
	padding: 50px 0px 40px;
    -transition: all ease-in-out 1s;
}
.header_req {
    width: 280px;
    margin: 0 auto; 
}
.popup_header {
	font-size: 20px;
	color: black;
	font-family: lbo;
	margin: 0 0 35px 0;
	text-align: left;
    width: 280px;
}
.close {
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	top: 0;
	right: -50px;
	background-color: #0fa1d6;
	-webkit-transition: background-color 0.2s linear 0s;
	-o-transition: background-color 0.2s linear 0s;
	transition: background-color 0.2s linear 0s;
}
.close:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url('img/close.png') 0 0 no-repeat;
	top: 16px;
	left: 16px;
	position: absolute;
}
.close:hover {
	background-color: #0ae0b0;
}
.popup .input_text {
	margin: 0 0 14px 0;
}
.popup_note {
	font-family: pxr;
	font-size: 14px;
	line-height: 20px;
	color: #252525;
	margin: 0 0 20px 0;
}
.popup p {
    margin-bottom: 12px;
    font-family: Lm;
    font-size: 15px;
    margin-left: 7px;
}
.popup p > a::after {
    content: "\f08e";
    font-family: FontAwesome;
    text-decoration: none;
    display: inline-block;
    margin-left: 4px;
    font-size: 13px;
}
.popup_bye {
	font-size: 18px;
	font-family: lm;
	color: #404043;
	line-height: 21px;
	padding: 0px 8px 48px 41px;
}
.popup_bye h3 {
	font-family: "LR";
	font-size: 17px;
	text-transform: uppercase;
	padding-top: 32px;
	margin-bottom: 11px;
	color: #023662;
}
.popup_bye .pay.button{
	position: relative;
	left: 50%;
	margin-left: -107px;
	margin-top: 17px;
}
.popup_bye .title_popup_bye {
	font-family: "LH";
	font-size: 20px;
	text-transform: uppercase;
	color: #404043;
	margin: 42px 0 0 0;
	line-height: 1.2;
}
.advaced_summit {
	margin-top: 18px;
}













