@charset "UTF-8";
/*
Theme Name: Seminar
Theme URI:  
Author URI: 
Description:  АНО ПО «Университет науки в городе Москве»
Version: 1.0
*/
@font-face {
	font-family: 'Gotham Pro';
	src: url('./fonts/GothamPro.eot');
	src: local('Gotham Pro'), local('GothamPro'),
		url('./fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('./fonts/GothamPro.woff') format('woff'),
		url('./fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('./fonts/GothamPro-Medium.eot');
	src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
		url('./fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('./fonts/GothamPro-Medium.woff') format('woff'),
		url('./fonts/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('./fonts/GothamPro-Bold.eot');
	src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
		url('./fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/GothamPro-Bold.woff') format('woff'),
		url('./fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
body{
	font-family: 'Gotham Pro';
	color: #363636;
	overflow-x:hidden;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	position:relative;
	background:#ffffff;
	margin:0;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent;
	min-height: 100%
}
html {height: 100%} 
*{min-width:0;min-height:0;}
*,::after,::before{
	box-sizing:border-box;
}
[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}
hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}
*{-webkit-transition:  all 0.3s;-moz-transition:  all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}

.slick-slider div, .dm-modal, .slick-lightbox, .slick-lightbox-slick-img, .show_select, .show_select_ul, .panel-collapse,.btn-hamburger { -webkit-transition:none;-moz-transition: none;-o-transition:none;transition: none; }
button, button:active, button:focus, a, a:active, a:focus, a:hover,
div:focus, input:focus{
	outline: none;
	text-decoration:none;
}
a{
	color:#363636;
	text-decoration:none;
}
a:hover,a:focus{
	color:#363636;
	text-decoration:none;
}
p{margin-top:0;margin-bottom:1rem}
button::-moz-focus-inner, a::-moz-focus-inner {
	border: 0;
}
iframe{
	border:0;
	box-shadow:none;
	margin:0;
	padding:0;
	margin-bottom: -10px;
}
input, textarea, select{
	-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;appearance: none;
	outline: 0;box-shadow: none;border: 0;
	background-image: none;
	padding-left:30px;
	padding-right:30px;
}
br{
	font-size:1px;
	line-height:1px;
}
.bodycontent {
	position:relative;
	background:#fff;
}




.container{
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}
@media (min-width:576px){
	.container{max-width:540px}
}
@media (min-width:768px){
	.container{max-width:720px}
}
@media (min-width:992px){
	.container{max-width:960px}
}
@media (min-width:1300px){
	.container{max-width:1280px}
}
/*@media (min-width:1400px){
	.container{max-width:1560px}
}*/
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex:1 0 100%;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}

.rh-flex{
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
}
.rh-flex-center{
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.rh-flex-justify-center{
	-webkit-box-pack: center;-ms-flex-pack: center;	justify-content: center;
}
.rh-flex-justify{
	-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;
}
.rh-flex-start{
	-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start
}


/*ШАПКА*/
.header{
	background:#e8e7f2 url('/wp-content/themes/seminar/img/bg.jpg') no-repeat center top;
	background-size:cover;
	width:100%;
	height:814px;	
	overflow:hidden;
	position:relative;
	-webkit-border-bottom-right-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-bottomright: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}
.header-top{
	padding:28px 0px 15px;
	min-height:110px;
}
.header-top-logo{
	width:340px;
}
.logo{
	display:block;
	position:relative;
	width:300px;
	height:62px;
	position:relative;
}
.logo-img{
	width:52px;
	height:62px;
}
.logo-title{
	display:block;
	width:248px;
	height:62px;
	text-align:left;
	color:#6900c6;
	font-size:15px;
	line-height:22px;
	position:absolute;
	top:8px;
	left:65px;
	font-weight:500;
}


.header-top-menu{
	max-width:830px;
	width:calc(100% - 340px);
}
.mainmenu{
	padding:0;margin:0;
	list-style:none;
}
.mainmenu li a{
	display:inline-block;
	height:26px;
	white-space:nowrap;
	line-height:26px;
	color:#282828;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
}
.mainmenu li a:hover,
.mainmenu li a.active{
	color:#6900c6;
}
.popupmenu{
	
	
}
.popupmenu .mainmenu,
.popupmenu .mainmenu .mainmenu-item{
	display:block;
	width:100%;
}
.popupmenu .mainmenu{
	margin-bottom:120px;
}
.popupmenu .mainmenu .mainmenu-item{
	text-align:center;
	height:auto;
}
.popupmenu .mainmenu .mainmenu-item a{
	display:inline-block;
	color:#fff;
	font-size:18px;
	height:auto;
	line-height:20px;
	margin-bottom:35px;
	padding:9px 0;
	font-weight:400;
	text-transform:none;
}
.popupmenu .mainmenu .mainmenu-item a:hover,
.popupmenu .mainmenu .mainmenu-item a.active{
	color:#6900c6;
}
.popupmenu .header-top-menu {
	width:100%;
	margin:0 auto;
}
.popupmenu .btn-red{
	margin:10px auto;
}


.header-info{
	min-height:704px;
	padding-top:95px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.header-info-coach{
	position:absolute;
	bottom:0px;
	left:calc(50% + 120px);
}
.header-info-coach-photo{
	position:relative;
	z-index:3;
	pointer-events: none;
}
.header-info-coach-caption{
	position:absolute;
	width:268px;
	bottom:253px;
	right:100%;
	z-index:4;
	text-align:left;
}
.header-info-coach-name{
	font-size:25px;
	line-height:32px;
	font-weight:500;
	margin-bottom:12px;
}
.header-info-coach-duty{
	font-size:13px;	
}
.header-info-coach-duty a{
	color:#6900c6;
	font-weight:500;
}
.header-info-text-date{
	font-size:16px;
	line-height:18px;
	min-height:18px;
	color:#282828;
	padding-left:23px;
	background:url('/wp-content/themes/seminar/img/time1.svg') no-repeat 0 0;
	background-size:17px 18px;
	margin-bottom:31px;
}
.seminar-date{
	font-weight:500;
}
.header-info-text-title{
	margin:0;padding:0;
	text-transform:uppercase;
	margin-bottom:50px;
}
.info-text-title-text1{
	display:block;
	width:100%;
	color:#6900c6;
	font-weight:bold;	
	font-size:51px;
	line-height:51px;
	margin-bottom:23px;
}
.info-text-title-text2{
	display:block;
	width:100%;
	font-size:32px;
	line-height:45px;
	color:#282828;
	font-weight:500;
}
.info-text-title-text2 span{
	font-size:40px;
	font-weight:bold;
}
.header-info-btns{
	margin-bottom:70px;
}



.btn{
	display:block;
	max-width:292px;
	width:100%;
	height:88px;
	color:#fff;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
	-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; 
	text-align:center;
	font-size:17px;
	line-height:17px;
	font-weight:500;
	-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px; 
	border:none;
	box-shadow:0;
	cursor:pointer;
	box-shadow: inset 0px 0 13px rgba(144,138,240,0.99);
	background: rgb(105,0,198);
	background: -moz-linear-gradient(90deg, rgba(105,0,198,1) 34%, rgba(127,86,233,1) 81%);
	background: -webkit-linear-gradient(90deg, rgba(105,0,198,1) 34%, rgba(127,86,233,1) 81%);
	background: linear-gradient(90deg, rgba(105,0,198,1) 34%, rgba(127,86,233,1) 81%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6900c6",endColorstr="#7f56e9",GradientType=1); 
}
.btn:hover{
	color:#fff;
	border:0;
	box-shadow: inset 0px 0 20px #fff, 0px 0 30px #fff;
}
.btn:focus{
	color:#fff;
}
.btn i{
	display:inline-block;
	margin-left:10px;
	width:6px;
	height:18px;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAnCAMAAADTjiM/AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAACFQTFRFR3BM+vj7+vj7+vj7+vj7+vj7+vj7+vj7+vj7+vj7+vj7dH0O2gAAAAp0Uk5TAAcKFiRPdp6+5ddut14AAABISURBVHja7ZO7DQAxCMW4H1y8/8AZILhIH0qMEBLPETmoO5b6AP4VFD1IevAMAe8B++ASkO37oGze9ss9p+159vy7L+6X+DgBk9oLx74nJ+UAAAAASUVORK5CYII=') no-repeat 0 6px;
	background-size:5px 9px;
}
.header-info-btns{
	position: relative;
	z-index: 2;
}
.header-info-texts-ul{
	margin:0;padding:0;
	max-width:781px;
	width:100%;
	position:relative;
	z-index:4;
}
.header-info-texts-ul li{
	background:#fff;
	font-size:14px;
	line-height:20px;
	color:#282828;
	min-height:107px;
	max-width:240px;
	width:32%;
	padding:10px 10px 10px 72px;
	position:relative;
	-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
}
.header-info-texts-ul li:after,
.prices-list li:after{
	content:'';
	display:block;
	width:34px;
	height:34px;
	-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
	background:#ffe244 url('/wp-content/themes/seminar/img/check1.svg') no-repeat center center;
	background-size:10px 8px;
	position:absolute;
	top:28px;
	left:20px;
}
.header-info-texts-ul li a{
	font-size:12px;
	line-height:16px;
}
a.a-brd{
	display:inline-block;
	color:#6900c6;
	border-bottom:2px dotted #6900c6;
}

.btn-hamburger{
	position:fixed;
	right: 52px;
	top: 38px;
}
.hamburger{
	display:none;
	width:43px;
	height:43px;
	background:#f2f0fc;
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	border:0;
	box-shadow: 0 0 38px rgba(166,166,166,0.18);
	z-index:999999;
}
.hamburger span{
	display:block;
	position:absolute;
	width:20px;
	height:2px;
	background: #6900c6;
	top:14px;
	right:12px;
}
.hamburger span:nth-child(2){
	top:21px;
}
.hamburger span:nth-child(3){
	top:28px;
}
.hamburger.opened{
	z-index:99999999999999;
}
.hamburger.opened span:nth-child(2){
	display:none;
}
.hamburger.opened span:nth-child(1),
.hamburger.opened span:nth-child(3){
	width: 20px;
	height: 3px;
	top: 21px;
	left: 11px;
	border-radius:3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger.opened span:nth-child(3){
	left: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.section{
	padding:75px 0 75px; 
	position:relative;
	z-index:5;
}
.section.nopadtop,
.nopadtop{
	padding-top:0;
}
.section-title{
	margin:0;padding:0;
	font-size:36px;
	line-height:42px;
	font-weight:400;
	color:#282828;
	margin-bottom:20px;
	text-align:center;
}
.section-title span{
	font-weight:500;
}

.forwhom-row{
	margin-top:40px;
}
.forwhom-item{
	padding:30px;
	text-align:center;
	height:100%;
	box-shadow:0 0 38px rgba(166,166,166,0.18);
	-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px; 
}
.forwhom-item-title,
.results-item-title{
	margin:0;padding:0;
	font-size:15px;
	line-height:20px;
	color:#4d4993;
	font-weight:bold;	
	margin-bottom:4px;	
}
.forwhom-item-title{
	min-height:40px;
	color:#4d4993;
}
.forwhom-item p{
	font-size:15px;
	line-height:24px;
	margin:0;	
}
.forwhom-item-img{
	display:block;
	width:137px;
	height:137px;
	position:relative;
	margin:0 auto 20px;
	background:#d2d0de;
	-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; 
}
.forwhom-item-img:after{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
}
.forwhom-item-img1:after{
	width:110px;
	height:127px;
	left:calc(50% - 55px);
	background:url('/wp-content/themes/seminar/img/whom1.png') no-repeat center center;
}
.forwhom-item-img2:after{
	width:99px;
	height:123px;
	left:17px;
	background:url('/wp-content/themes/seminar/img/whom2.png') no-repeat center center;
}
.forwhom-item-img3:after{
	width:131px;
	height:126px;
	left:20px;
	background:url('/wp-content/themes/seminar/img/whom3.png') no-repeat center center;
}

.resultsblock{
	margin-top:80px;
	background:#f9f8fb url('/wp-content/themes/seminar/img/gbbg.png') no-repeat right bottom;
	padding:75px 50px 70px;
	-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px; 
}
.results-item{
	padding-top:80px;
	position:relative;
}
.results-item:after,.results-item:before{
	content:'';
	display:block;
	position:absolute;
	width:45px;
	height:45px;
	top:20px;
	left:0;
	-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; 
}
.results-item:before{
	background: rgb(105,0,198);
	background: -moz-linear-gradient(90deg, rgba(105,0,198,1) 34%, rgba(127,86,233,1) 81%);
	background: -webkit-linear-gradient(90deg, rgba(105,0,198,1) 34%, rgba(127,86,233,1) 81%);
	background: linear-gradient(90deg, rgba(105,0,198,1) 34%, rgba(127,86,233,1) 81%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6900c6",endColorstr="#7f56e9",GradientType=1);
}
.results-item:after{
	background:url('/wp-content/themes/seminar/img/check1.svg') no-repeat center center;
	filter: brightness(0) invert(1);
	background-size: 13px 11px;
}
.results-item-title{
	color:#282828;	
	margin-bottom:8px;
}
.results-item p{
	max-width:230px;
	color:#282828;
	font-size:14px;
	line-height:20px;
	margin:0;
}
.results-item2{
	margin-left:10px;
}
.results-item3{
	margin-left:20px;
}
.results-item4{
	margin-left:30px;
}

.program-times{
	margin-top:36px;
	color:#282828;
	font-size:15px;
	line-height:25px;
	font-weight:500;
}
.program-time-item{
	padding:0 15px;
}
.program-time-item span{
	color:#6900c6;
}
.program-table{
	width:100%;
	margin-top:15px;
	margin-bottom:20px;
}
.program-table-scrollable{
	max-height:960px;
	height:90vh;
	padding-right:15px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color:  #9c8edc #e7e7f0;
}
.program-table-scrollable::-webkit-scrollbar {
    width: 9px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.program-table-scrollable::-webkit-scrollbar-track {
    background-color: #e7e7f0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.program-table-scrollable::-webkit-scrollbar-thumb {
    box-shadow: #9c8edc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.program-time-block{
	background:#f9f8fb;
	position:relative;
	padding:28px 90px 23px 190px;
	margin-bottom:11px;
	color:#282828;
	-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}
.program-time-block-break{
	background:#f2f0fc;
	text-align:center;
	font-size:15px;line-height:15px;
	font-weight:500;
	padding:30px 0 28px;
}
.program-time-block-time{
	width:140px;
	height:70px;
	font-size:14px;
	line-height:14px;
	color:#282828;
	font-weight:500;
	position:absolute;
	top:30px;
	left:20px;
	text-align:center;
	background:#ffe244;
	-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
	-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; 
}
.program-time-theme-title,
.program-time-name{
	color:#282828;
	font-size:17px;
	line-height:23px;
	min-height:23px;
	font-weight:500;
	padding-left:40px;
	margin-bottom:5px;
}
.noprevcont .program-time-theme-title{
	margin-top:0;
}
.program-time-name{
	background:url('/wp-content/themes/seminar/img/speak.svg') no-repeat 0 3px;
	background-size:19px;
}
.program-time-duty{
	padding-left:40px;
	font-size:14px;
	line-height:24px;
	font-weight:400;
}
.program-time-theme-title{
	margin-top:25px;
	background:url('/wp-content/themes/seminar/img/theme.svg') no-repeat 0 3px;
	background-size:18px;
}
.program-time-theme-text{
	font-size:15px;
	line-height:24px;
	padding-left:40px;
}
.program-time-theme-text ul,
.program-time-theme-text ol{
	width:100%;
	margin:0;padding:0;
	margin-left:15px;
	margin-top:4px;
}
.program-time-theme-text ol li,
.program-time-theme-text ul li{
	margin-bottom:5px;
}
.program-time-theme-text ol li::marker,
.program-time-theme-text ul li::marker {
	font-family:Arial;
	list-style-type: disc;
	color:#634dc9;
	font-size:14px;
	font-weight:bold;
}
p.snoska1{
	font-size:14px;
	color:#282828;
	margin-bottom:25px;
}
.snoska2{
	width:100%;
	padding:26px 20px 29px;
	text-align:center;
	color:#671dff;
	font-size:21px;
	line-height:23px;
	font-weight:500;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23D8D7D7FF' stroke-width='2' stroke-dasharray='4%2c 6' stroke-dashoffset='6' stroke-linecap='square'/%3e%3c/svg%3e");
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
.btn.btn-big{
	margin:0 auto;
}

.section-author{
	padding:90px 0 100px;
	background:url('/wp-content/themes/seminar/img/authorbg.jpg') no-repeat center center;
	background-size:cover;
	position:relative;
	-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;
}
.author-block-image{
	position:absolute;
	bottom:0;
	left:calc(50% - 305px);
	display:block;
	width:497px;
	height:664px;
	z-index:1;
}
.contacts-block-photo img,
.author-block-image img{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	max-width:100%;
	max-height:100%;
}
.author-blocks{
	
}
.author-block{
	max-width:417px;
	width:50%;
	position:relative;
	z-index:2;
}
.author-block2{
	padding-top:35px;
}
.author-section-uptitle{
	color:#282828;
	font-size:22px;
	margin-bottom:10px;
}
.author-section-title,
.author-section-title2{	
	margin:0;padding:0;
	color:#282828;
	font-size:34px;
	line-height:44px;
	font-weight:500;
	margin-bottom:27px;
}
.author-section-title2{
	color:#6900c6;
}
ul.author-section-about,
.author-section-about{
	margin:0;padding:0;
	width:381px;
	color:#fff;
	background: rgb(105,0,198);
	background: -moz-linear-gradient(31deg, rgba(105,0,198,1) 34%, rgba(127,86,233,1) 81%);
	background: -webkit-linear-gradient(31deg, rgba(105,0,198,1) 34%, rgba(127,86,233,1) 81%);
	background: linear-gradient(31deg, rgba(105,0,198,1) 34%, rgba(127,86,233,1) 81%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6900c6",endColorstr="#7f56e9",GradientType=1); 
	-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}
li.author-section-about-item,
.author-section-about-item{
	width:100%;
	height:120px;
	color:#fff;
	padding-left:88px;
	background:url('/wp-content/themes/seminar/img/badge.png') no-repeat 31px center;
	background-size:35px 39px;
	font-size:15px;line-height:24px;
	border-bottom:1px solid #8671dd;
	padding-right:40px;
}
li.author-section-about-item:last-child,
.author-section-about-item:last-child{
	border:0;
}
.author-section-about-item span{

}
.author-section-text{
	padding-top:9px;
}
.author-section-text p{
	color:#282828;
	font-size:15px;
	line-height:28px;
	margin-bottom:9px;
}
.author-section-text span,.author-section-text b, .author-section-text strong{
	font-weight:500;
}


.prices-wrap{
	max-width:1081px;
	margin:0 auto;
}
.seminar-timer-block{
	margin-top:30px;
	padding:40px 20px 85px;
	color:#fff;
	background:#604bc5 url('/wp-content/themes/seminar/img/timebg.png') no-repeat center center;
	background-size:cover;
	-webkit-border-radius:20px;-moz-border-radius:20px;	border-radius:20px; 
}
.seminar-timer-title{
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:29px;
}


.contacts-block-wrap{
	margin-bottom:80px;
	width:100%;
	height:642px;
	position:relative;
	background:url('/wp-content/themes/seminar/img/cbg.jpg') no-repeat center center;
	background-size:cover;
	padding-top:130px;
	padding-right:65px;
	-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
}
.contacts-block-photo{
	width:460px;
	height:656px;
	position:absolute;
	bottom:0;
	left:164px;
}
.contacts-block{
	width:530px;
	margin-left:auto;
	text-align:center;
}
.contacts-block-title{
	margin:0;padding:0;
	color:#282828;
	font-size:31px;
	line-height:42px;
	font-weight:500;
	margin-bottom:16px;
}
.contacts-block-subtitle{
	font-size:16px;
	line-height:18px;
	margin-bottom:40px;
}
.contacts-a-wrap{
	width:256px;
	margin:0 auto;
}
.contacts-a{
	color:#fff;
	width:100%;
	height:60px;
	font-size:14px;
	line-height:21px;
	margin-bottom:20px;
	background:#634dc9;
	text-align:center;
	-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;
	-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; 
}
.contacts-a:hover,.contacts-a:focus{
	color:#fff;
	box-shadow: inset 0px 0 15px #fff, 0px 0 10px #fff;
}
.contacts-a-wa{
	background:#38cb59;
}
.contacts-a-tg{
	background:#3db3e8;
}
.contacts-a i{
	width:21px;
	height:21px;
	display:inline-block;
	margin-right:10px;
	filter: brightness(0) invert(1);
}

.contacts-a-wa i{
	background:url('/wp-content/themes/seminar/img/wa.svg') no-repeat center center;
	background-size:20px;
}
.contacts-a-tg i{
	background:url('/wp-content/themes/seminar/img/tg.svg') no-repeat center center;
	background-size:23px auto;
}
.contacts-a-em i{
	background:url('/wp-content/themes/seminar/img/mail.svg') no-repeat center center;
	background-size:21px;
}

.section-faq{
	padding-bottom:60px;
}
.section-faq .section-title{
	font-size:31px;
}
.questions-answers{
	margin-top:37px;
}
.panel{
	-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px; 
	padding:0px;
	margin-bottom:20px;
	min-height:80px;
	color:#282828;
	background:#f9f8fb;
}
.panel-heading{
	padding:5px 60px 5px 30px;
	min-height:80px;
	cursor:pointer;
	position:relative;
}
.panel-collapse{
	display:none;
}
.question-text{
	font-weight:500;
	font-size:16px;
	line-height:24px;
}
.panel-body{
	padding:0px 30px 30px 30px;
	font-size:14px;
	line-height:24px;
}
.panel-heading:after{
	content:'+';
	text-align:center;
	line-height:31px;
	color:#fff;
	font-size:17px;
	display:block;
	width:31px;
	height:31px;
	font-weight:500;
	background:#6900c6;
	position:absolute;
	top:24px;
	right:30px;
	padding-left:1px;
	-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
}
.panel-heading.in:after{
	color:#6900c6;
	background:#fff;
	padding-left:0;
	transform:rotate(45deg);
}
.panel-heading:hover:after{
	color:#fff;
	background:#8700ff;
}

.address-content{
	margin-top:20px;
}
.address-content-uptitle{
	color:#868686;
	font-size:15px;
	line-height:18px;
	margin-bottom:12px;
}
.address-content-title{
	min-height:70px;
	margin-bottom:5px;
	color:#282828;
	font-weight:bold;
	font-size:20px;
	line-height:28px;
}
.address-content-adr{
	color:#282828;
	padding-left:50px;
	min-height:35px;
	margin-bottom:28px;
	background:url('/wp-content/themes/seminar/img/adr.png') no-repeat 0 3px;
	background-size:31px 35px;
	font-size:16px;
}
.address-content-adr-title{
	font-weight:bold;	
	margin-bottom:8px;
}
.address-content-adr-text{
	min-height:35px;
	margin-bottom:5px;
}
.go-yandex{
	font-size:14px;
	font-weight:400;
}
.map{
	display:block;
	width:100%;
	height:330px;
	border:5px solid #fff;
	background:#f8f8f8;
	overflow:hidden;
	-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px; 
	box-shadow: 0 0 38px rgba(166,166,166,0.18);
}
#map1, #map2{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}


.prices{
	margin-top:22px;
	margin-bottom:30px;
	box-shadow: 0 0 38px rgba(166,166,166,0.18);
	-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px; 
}
.prices-title{
	margin:0;padding:0;
	height:90px;
	background:#6900c6;
	color:#fff;
	font-size:20px;
	line-height:20px;
	font-weight:500;
	text-align:center;
	-webkit-border-top-left-radius: 20px;-webkit-border-top-right-radius: 20px;-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;	
}
.prices-text{
	padding:30px 40px 40px;
	color:#282828;
}
.prices-subtitle{
	font-size:16px;
	line-height:18px;
	font-weight:500;
	margin-bottom:15px;
}
.prices-list{
	margin:0;padding:0;
	list-style:none;
	border-top:1px solid #ece9f2;
	margin-bottom:30px;
}
.prices-list li{
	width:100%;
	position:relative;
	min-height:60px;
	font-size:15px;
	line-height:22px;
	padding:5px 0px 5px 43px;
	border-bottom:1px solid #ece9f2;
	display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-align-items: center;-ms-flex-align: center;align-items: center;
}
.prices-list li:after{
	width:29px;
	height:29px;
	top:calc(50% - 15px);
	left:0;
	background-size: 11px 9px;
}



.footer{
	padding-top:35px;
	background:#f9f8fb;
}
.footer-subfooter{
	margin-top:8px;
	border-top:1px solid #dbe6ee;
	padding:15px 0 18px;
	color:#9bb8cc;
	font-size:13px;
	line-height:18px;
}
.footer-subfooter a{
	color:#9bb8cc;
}
.footer-part1{
	width:32%;
}
.footer-part2{
	width:calc(68% - 330px);
}
.footer-part3{
	width:330px;
}
.copyright{
	text-align:center;
}
a.y-a{
	display:inline-block;
	font-size:13px;
	line-height:18px;
	padding:3px 0;
}
a.y-a:hover,a.y-a:focus,
.footer-menu a:hover{
	color:#6900c6;
}
.footer-logo{
	margin-bottom:12px;
	
}
.footer-logo .logo-title{
	color:#282828;
	font-weight:400;
}
.footer-logo .logo-title span{
	font-weight:500;
}
.footer-title{
	color:#282828;
	text-transform:uppercase;
	font-size:15px;
	line-height:15px;
	font-weight:500;
	margin-top:13px;
	margin-bottom:21px;
}
.footer-adr,.footer-phone,.footer-email{
	width:100%;
	color:#282828;
	font-size:15px;
	line-height:20px;
	min-height:20px;
	margin-bottom:17px;
}
.footer-email a{
	color:#6900c6;
}
.footer-mail-a, .footer-phone-a, .footer-adr{
	position:relative;
	padding-left:28px;	
	display:inline-block;
}
.footer-mail-a:before, .footer-phone-a:before, .footer-adr:before{
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:0;
	top:0;
}
.footer-mail-a:before{
	top:2px;
	background:url('/wp-content/themes/seminar/img/mail.png') no-repeat center center;
	background-size:18px 14px;
}
.footer-phone-a:before{
	top:1px;
	background:url('/wp-content/themes/seminar/img/phone.png') no-repeat center center;
	background-size:16px 16px;
}
.footer-adr:before{
	top:1px;
	background:url('/wp-content/themes/seminar/img/adr.png') no-repeat center center;
	background-size:18px 20px;
}
.footer-menu{
	margin:0;padding:0;
	list-style:none;
}
.footer-menu a{
	font-size:14px;
	color:#282828;
}
.footer-menu li{
	margin-bottom:10px;
}



.form-inputs {
	max-width: 796px;
	width: 100%;
}
.buy-form .form-inputs .form-inputs-item,
.buy-form .form-inputs .form-input,
.buy-form .form-inputs {
	max-width:100%;
	width: 100%;	
}
.buy-form .agreement,
.buy-form .form-inputs{
	max-width:350px;
	margin:0 auto;
}
.buy-form .agreement{
	text-align:left;
}
.buy-form .btn.btn-submit{
	margin:10px auto;
}
.buy-form-title{
	margin-bottom:10px;
}
.buy-form-subtitle{
	font-size:18px;
	line-height:20px;
	text-align:center;
	padding:0;margin:0;
	margin-bottom:25px;	
	font-weight:400;
}
.yookassa-logo{
	display:block;
	width:auto;height:30px;
	margin:10px auto;
}
.form-inputs-phone {
	max-width: 229px;
	margin-right: 20px;
}
.form-inputs-way {
	width: 261px;
	margin-right: 18px;
}
.btn-submit {
	max-width: 266px;
	height: 84px;
	border: 0;
}
.form-input {
	display: inline-block;
	max-width: 300px;
	width:100%;
	height: 84px;
	color: #7C7C7C;
	background: #fff;
	margin-bottom: 9px;
	border: 1px solid #E9E9E9;
	border-radius: 8px;
	font-size: 15px;
}
.select_wrap{
	width:100%;
	height:84px;
	position: relative;
	user-select: none;
}
.select_wrap .default_option,
.select_wrap .select_ul{
	background: #fff;
	list-style:none;
	margin:0;
	padding:0;
	white-space:nowrap;
}
.select_wrap .default_option{
	height:84px;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
	padding:31px;
	border: 1px solid #E9E9E9;
}
.select_wrap .default_option li,
.select_wrap .select_ul li{
	padding-right:31px;
	color:#7C7C7C;
	font-size:15px;
	cursor: pointer;
}
.select_wrap .select_ul li{
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left:31px;
}
.select_wrap .default_option:before{
	content: "";
	position: absolute;
	top:36px;
	right: 28px;
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: transparent transparent #6f6d6d #6f6d6d;
	transform: rotate(-45deg);
}
.select_wrap .select_ul{
	background: #ededed;
	position: absolute;
	top: 84px;
	left: 0;
	width: 100%;
	border-radius:8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: none;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	z-index:8;
}
.select_wrap .select_ul li:first-child:hover{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.select_wrap .select_ul li:last-child:hover{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.select_wrap .select_ul li:hover{
	background: #B99F59;
	color:#363636;
}
.select_wrap .option{
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
	text-align:left;
}
.select_wrap .option span{
	display:block;
	width:100%;
}
.select_wrap.active .select_ul{
	display: block;
}

.agreement,.soglasie{
	display:block;
	width:100%;
}
input.mcheckbox {
    display: none;
}
.mcheckbox-c, .mlabel {
    display: inline-block;
    vertical-align: top;
}
.mcheckbox-c {
    position: relative;
    width:26px;
	height:26px;
	border:1px solid #6a03c7;
    background:#fff;
	margin-top: 0;
	margin-right:7px;
    cursor: pointer;
	border-radius:3px;
}
.mlabel {
	padding:0;
	max-width: calc(100% - 40px);
    width: auto;
	color:#282828;
	font-size:11px;
	line-height:16px;
}
 input.mcheckbox:checked + .mcheckbox-c{
	 background:#6a03c7;
}
input.mcheckbox:checked + .mcheckbox-c:before {
	content:'';
	display:block;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACuSURBVHgBxZNhDYMwEEY/CUiYhDnaHGwOVgdI2BwgAQlIqIRJOA64H3DQlmub8JL+udD30oYCFSGiG6+eFhxqInJPWxxqEJDPoJSYnOlQAgvuEfnAq0EuIv9fIf/u5Dx4y1G76U5L5EcbnPrIhyI8f5rksukIryMiD9EicuQ+FUnIP0jcaew/nuYuW64iA9k4J19FGkPEJjdG8uQnI2VyFfop+Qu1YWlLy8N6IJMR9duhCIjGGQgAAAAASUVORK5CYII=") no-repeat center center;
	background-size:8px 6px;
	position:absolute;
	top:0px;
	left:0px;
	width:24px;
	height:24px;
}
.mlabel a{
	color:#6a03c7;
	text-decoration:underline;
}

.show_select{
	margin:0;padding:0;
	width:100%;
	display:inline-block;
	vertical-align:middle;
	cursor: pointer;
	width:100%;
	position: relative;
	font-weight:500;
}
.show_select:after {
    content: '';
    display: block;
    width:10px;
	height:5px;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAtCAMAAAAdpFx0AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAB5QTFRFR3BMa0zOa0zOa0zOa0zOa0zOa0zOa0zOa0zOa0zOHMdMEAAAAAl0Uk5TABMtTXGUt9TqD/aw4wAAARRJREFUeNqtlVEOwjAMQ52uaeP7X5gPhGDRJIPH+5+3Ln4NgJibrBz4AyOL3DMAYBSfTNxm8kkNIIovEjdJvqhA8s3CLRbfJIofrIBNLH5Q4Ikddu7mCRRP1IDF6DlIimQrl4koNg78zMFGRXuZV+jJi2OLZDO3DdRTJdnY0SpoFFo8q5KNXHEexfVf1BNQXM9dJx8QHCK3tVyqoh/QBzPqK5J1oVPkqiEbWli19Iu/rr5En2w56g80hvhjzrSt61CrorUwmu95pFWx7xQ9Hj1a/z4MoYV7g5v7QKsitPC3pNDC3utWfXWh/frq5aMXl6GKpYVWxdZCq+Jr4W8VnxT19UmR6zOlFn6hRX1tIje58+uxPQDyES1yrPfJFgAAAABJRU5ErkJggg==') no-repeat center center;
	background-size:contain;
	position:absolute;
	top: calc(50% - 3px);
	right: 30px;
}
.show_select_ul {
    display: none;
	padding: 0px;
	margin: 0px;
	min-width:100%;
	width:100%;
    position: absolute;
	top:60px;
	padding:22px 29px;
    background: #faf9fc;	
	z-index:99;
	list-style: none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px; 
	box-shadow: 0 3px 8px 0px rgba(166,166, 166, 1);
}
.show_select_ul li {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
	margin:0;
	font-weight:400;
	text-align:left;
    list-style: none;
	width:100%;
	border-radius:10px;
    cursor: pointer;
    height: 35px;   
    padding:0px;
	color:#282828;
	font-size: 18px;
	line-height: 18px;
	position:relative;
	white-space:nowrap;
}
.show_select_ul li:hover,
.show_select_ul li.select-selected{
	color:#6900c6;
}
.show_select input{
	font-size: 18px;
	width:100%;
	padding-right:40px;
	padding-left:29px;
	height:60px;
	font-weight:400;
	background:#faf9fc;
	cursor: pointer;
	box-shadow:none;
	border:1px solid #ece9f2;
	-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px; 
}

.btn.btn-buy{
	margin:20px auto 0;
}
.btn.btn-buy i{
	width:21px;
	height:21px;
	background:url('/wp-content/themes/seminar/img/wallet.svg') no-repeat center center;
	background-size:contain;
	filter: brightness(0) invert(1);
}
.price-and-sale{
	padding-top:32px;
	padding-bottom:15px;
}
.price-and-sale-title{
	width:120px;
	padding-top:20px;
	font-size:16px;
	line-height:16px;
	color:#282828;
	font-weight:500;
}
.price-and-sale-price{
	padding-bottom:20px;
	position:relative;
	color:#6900c6;
}
.current-price-till{
	position:absolute;
	right:0;
	bottom:0;
	font-size:15px;
	font-weight:500;
	min-width:130px;
	text-align:right;
}
.withsale .price-and-sale-price{
	padding-right:120px;
}
.withsale  .current-price-till{
	right:120px;
}
.current-price{
	font-size:39px;
	line-height:39px;
	font-weight:bold;
}
.rub{
	font-family:Arial;
	font-size:38px;
}
.price-and-sale-oldprice{
	width:90px;
	white-space:nowrap;
	color:#282828;
	font-size:20px;
	font-weight:400;
	position:absolute;
	top: 16px;
	right:0;
}
.price-and-sale-oldprice:after{
	content: '';
	display: block;
	width: 85px;
	height: 1px;
	background: #282828;
	position: absolute;
	left: -1px;
	top: 11px;
	transform: rotate(-6deg);
}
.price-and-sale-oldprice .rub{
	font-size:18px;
	font-weight:300;
}


.sale-timer{
	padding-bottom:26px;
}
.timer{	
	width:550px;
	margin:0 auto;
}
.countdown {  
	display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-align-items: center;-ms-flex-align: center;align-items: center;
	width:100%;
	text-align: center;
	margin:0;
	white-space:nowrap;
}
.countdown-number{
	padding: 0;
	margin:0;
	width:100px;
	height:116px;
	display: block;
	position:relative;
	margin-right:47px;
}
.countdown-number:last-child{
	margin-right:0;
}
.countdown-time{
	width:100px;
	height:116px;
	display: block;
}
.countdown-number span{
	display: inline-block;
	position:relative;
}
.countdown-number:before,
.countdown-number:after{
	content:'';
	width:6px;
	height:6px;
	border-radius:2px;
	background:#f4ca61;
	position:absolute;
	right: -27px;
	top:45px;
}
.countdown-number:before{
	top:62px;
}
.countdown-number:last-child:before,
.countdown-number:last-child:after  {
	display:none;
}
.countdown-nums{
	width:100px;
	height:116px;
	background: #fff;
	display: inline-block;
	position:relative;
	border-radius:8px;
}
.countdown-nums:before{
	content:'';
	display:block;
	width:100%;
	border-top:1px solid #eae8f5;
	position:absolute;
	top:50%;
	z-index:1;
}
.countdown-time .countdown-nums{
	font-weight: bold;
	font-size:60px;
	line-height:116px;
	color:#7257dd;
	position:relative;
	z-index:4;
}
.countdown-number .countdown-text {
	position:absolute;
	top:100%;
	left:50%;
	transform: translateX(-50%);
	display: block;
	padding-top: 10px;
	font-size: 14px;
	line-height:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
}
.disabled,.disabled:hover,.disabled:focus,
.sale-timer .btn-buy.disabled,
.sale-timer .btn-buy.disabled:hover,
.sale-timer .btn-buy.disabled:focus{
	background:#dcdcdc;
	color:#7c7c7c;
	box-shadow:none;
	border:0;
	cursor:default;
}


.slick-dots{
	
}
.slick-dots li {
	opacity:1;
	margin:0 2px;
}
.slick-dots li button {
	padding:0;	
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before{
	width: 7px;
	height: 7px;
}
.slick-dots li button:before {
	content:'';
	background:#fff;
	opacity:1;
	-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; 
}
.slick-dots li.slick-active,
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before{
	width: 19px;
}
.slick-dots li.slick-active button:before {
	opacity:1;
	-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px; 
}




textarea:focus,
input:focus {
	color:#222228;
}

.slick-arrow{
	width:65px;
	height:65px;
	z-index:5;
	-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; 
}
.slick-arrow:before{
	content:'';
	display:block;
	width:17px;
	height:17px;
	background:url('/wp-content/themes/seminar/img/ar.png') no-repeat center center;
	background-size:auto 17px;
	position:absolute;
	top:24px;left: 22px;
}
.slick-arrow.slick-next:before{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	left: 25px;
}
.slick-prev{
	left:-27px;
}
.slick-next{
	right:-27px;
}




::-webkit-input-placeholder { color: #604bc5;}
:-moz-placeholder { color: #604bc5; opacity: 1;}
::-moz-placeholder { color: #604bc5; opacity: 1;}
:-ms-input-placeholder { color: #604bc5;}
::-ms-input-placeholder { color: #604bc5;}
::placeholder { color: #604bc5;}

.buy-form-send,
.sendform{
	position:relative;
}
.loader{
	position:absolute;
	top:-5px;right:-5px;bottom:-5px;left:-5px;
	/*background:rgba(255,255,255,0.5);*/
	background: rgb(255,255,255);
	background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 67%, rgba(255,255,255,0) 100%);
	background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 67%, rgba(255,255,255,0) 100%);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 67%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
	z-index:999;
	display:none;
}
.buy-form-send.sending .loader,
.sendform.sending .loader{
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
}
.loadericon{
	width:100px;
	height:100px;
}
.lds-form {
	display: inline-block;
	position: absolute;
	top:calc(50% - 40px);
	left:calc(50% - 40px);
	width: 80px;
	height: 80px;
}
.lds-form div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #604bc5;
	animation: lds-form 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-form div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-form div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-form div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-form {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/* feedback */
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.91);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
.dm-modal {
    display: inline-block;
	display:none;
	max-width: 1270px;
	width:100%;   
    color: #000;
	background:transparent;
    text-align: left;
    -webkit-animation: fade .8s;
    -moz-animation: fade .8s;
    animation: fade .8s;
	position:relative;
	padding: 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

}
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 } 
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
.closeme {
	display:block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	opacity: 1;
	z-index:9999;
	background:transparent;
	box-shadow:none;
	border:0;
}
.closeme:hover {
	opacity: 0.9;
	cursor:pointer;
}
.closeme:before, .closeme:after {
	position: absolute;
	top: 15px;
	right:35px;
	content: ' ';
	height: 28px;
	width: 1px;
	background-color: #000;
}
.closeme:before {
	transform: rotate(45deg);
}
.closeme:after {
	transform: rotate(-45deg);
}



.dm-modal.response{
	max-width:600px;
	background:#fff;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px; 
}
.dm-modal.response .modal-content{
	padding:45px 35px;
	text-align:center;
	font-size:16px;
	line-height:32px;
}


.showonmob{
	display:none;
}

.clearfix:after{display:block;clear:both;content:''}
.screen-reader-text{display:none;}

@keyframes glowing {
  0% { background-color: #ffbdc7;}
  50% { background-color: transparent;}
  100% { background-color: #ffbdc7;}
} 
.glow{
	background:#ffbdc7;
	animation: glowing 500ms infinite; 
}



@media (max-width: 1299.9px) {
	.header {
		height:720px;
	}
	.header-info {
		min-height: 600px;
		padding-top: 22px;
	}
	.info-text-title-text1 {
		font-size: 48px;
		line-height: 48px;	
	}
	.info-text-title-text2 {
		font-size: 28px;
		line-height: 41px;
	}
	.info-text-title-text2 span {
		font-size: 37px;
	}
	.header-info-coach {
		left: calc(50% + 200px);
	}
	.header-info-coach-caption {
		bottom: 232px;
	}
	.header-info-coach-photo {
		width:510px;
		height:auto;
	}
	.header .mainmenu{
		-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; 
	}
	.header .mainmenu .mainmenu-item{
		margin:0 35px;
	}
	
	
	.section{
		padding:60px 0 60px;
	}
	.resultsblock {
		margin-top: 60px;
		padding:60px 30px 50px;
	}
	.section-title {
		font-size: 34px;
		line-height: 40px;
	}
	.forwhom-item {
		padding: 30px 10px;
	}
	.results-item{
		padding-top:70px;
		margin-left:10px;
	}
	.results-item:after, .results-item:before {
		top:10px;
	}
	
	.section-author{
		padding-bottom:40px;
		min-height:590px;
	}
	ul.author-section-about,
	.author-section-about{
		width:320px;
		margin-top:30px;
	}
	li.author-section-about-item, .author-section-about-item {
		font-size: 13px;
		line-height: 20px;
		height:100px;
	}
	.author-block-image{
		width: 444px;
		height: 425px;
		left: calc(50% - 325px);
	}
	.author-block-image img{
		
	}
	.author-section-title, .author-section-title2 {
		font-size: 32px;
		line-height: 42px;
	}
	.author-block2 {
		max-width: 340px;
	}
	.author-section-text p{
		font-size: 14px;
		line-height: 21px;
	}
	
	.footer-part1{
		width:32%;
	}
	.footer-part2{
		width:calc(60% - 300px);
	}
	.footer-part3{
		width:300px;
	}
	
	
	.contacts-block-photo{
		left:-10px;
	}
	.contacts-block-wrap {
		padding-right:35px;
	}
	
	.prices-text {
		padding: 30px 20px 40px;
	}
	
}
@media (max-width: 991.9px) {
	.btn-hamburger {
		top: 32px;
		right:20px;
		display:block !important;
	}
	.mainmenu{
		display:none;
	}	
	.popupmenu .mainmenu {
		margin-bottom: 16px;
	}
	.header-info-coach {
		left: 50%;
	}
	 .header-info-coach-caption {
		bottom: 332px;
		width:170px;
		bottom: 341px;
		right: calc(100% - 80px);
	}
	.header-info-coach-name{
		font-size:15px;
		line-height:24px;
		margin-bottom:2px;
	}
	.header-info-coach-duty{
		font-size:12px;
		line-height:19px;
	}
	
	.header-info-text-date {
		font-size: 13px;
		background-size: 14px 13px;
		line-height:13px;
		min-height:13px;
		margin-bottom: 18px;
		padding-left:22px;
	}
	.info-text-title-text1 {
		font-size: 26px;
		line-height: 26px;
		margin-bottom:10px;
	}
	.info-text-title-text2 {
		font-size: 17px;
		line-height: 28px;
	}
	.info-text-title-text2 span{
		font-size: 22px;
	}
	.header-info-text-title{
		margin-bottom:30px;
	}
	.btn{
		max-width:220px;
		height:60px;
		font-size:14px;
		line-height:14px;
	}
	.btn i{
		height:14px;
		background-position:0 5px;
		background-size: 4px 7px;
	}
	.header-info-btns {
		margin-bottom: 43px;
	}
	.header-info-texts-ul {
		max-width:360px;
		width:100%;
		-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
	}
	.header-info-texts-ul li{
		max-width:360px;
		width:100%;
		font-size:13px;
		line-height:20px;
		margin-bottom:10px;
		border-radius:10px;
		min-height:86px;
	}
	.header-info-texts-ul li br:first-child{
		display:none;
	}
	.header-info-texts-ul li:after {
		top:25px;
	}
	
	.section{
		padding:50px 0;
	}
	.section-title{
		font-size:24px;
		line-height:30px;
		margin-bottom:20px;
	}
	
	.forwhom-row{
		margin-top:20px;
	}
	.forwhom-col{
		margin-bottom:20px;
	}
	.forwhom-item {
		padding: 30px;
		border-radius:10px;
	}
	.forwhom-item-title{
		min-height:auto;
		margin-bottom:8px;
	}
	.forwhom-item p {
		font-size: 13px;
		line-height: 22px;
	}
	.resultsblock{
		padding:45px 20px 25px;
		margin-top:30px;
		border-radius:20px;
	}
	.results-item{
		padding:10px 0 0 45px;
		margin-bottom:20px;
	}
	.results-item:after, .results-item:before {
		top:5px;left:0;
		width: 34px;
		height: 34px;
	}
	.results-item-title{
		font-size:14px;
		margin-bottom:5px;
	}
	.results-item p {
		font-size: 13px;
	}
	
	.section-author{
		padding:50px 0 40px;
		border-radius:0;
	}
	.author-blocks,
	.footer-parts,
	.footer-subfooter{
		-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
	}
	.author-block{
		max-width:100%;
		width:100%;
	}
	.author-section-uptitle{
		font-size:15px;
		line-height:20px;
		text-align:center;
	}
	.author-section-title{
		font-size:21px;
		line-height:32px;
		text-align:center;
	}
	.author-block-image{
		width:324px;
		height:433px;
		bottom:auto;
		top:170px;
		left:calc(50% - 162px);
	}
	ul.author-section-about,
	.author-section-about{
		margin:455px auto 0;
		width:340px;
	}
	li.author-section-about-item, .author-section-about-item {
		height: 120px;
	}
	.author-block2 .author-section-uptitle{
		text-align:left;
		margin-bottom:0px;
	}
	.author-section-title2{
		font-size:30px;
		line-height:42px;
		margin:0;
	}
	.author-section-text p{
		font-size:13px;
		line-height:20px;
		margin-bottom:7px;
	}
	
	
	.footer-part1{
		width:48%;
	}
	.footer-part2{
		width:50%;
	}
	.footer-part3{
		max-width:340px;
		width:100%;
	}
	.copyright {
		max-width:260px;
	}
	
	.contacts-block-wrap{
		padding:50px 35px;
		height: auto;
		padding-bottom:400px;
		margin-bottom:40px;
	}
	.contacts-block{
		margin:0 auto;
	}
	.contacts-block-photo{
		height:400px;
	}
	
	.section-faq .section-title {
		font-size: 24px;
	}
	
	.address-content-title {
		min-height:auto;
		margin-bottom:20px;
	}
	.address-content2{
		margin-top:40px;
	}
	
	.prices-text {
		padding: 30px 40px 40px;
	}
	
}
@media (max-width: 767.9px) {
	.header .logo {
		width:240px;
		height:36px;
	}
	.header .logo-img {
		width: 31px;
		height: 36px;
	}
	.header .logo-title {
		left: 43px;
		top: 1px;
		width: 185px;
		height: 30px;
		font-size: 12px;
		line-height: 17px;	
	}
	.header{
		border-radius:0px;
	}
	.header-top {
		min-height:49px;
	}
	.header-info-text-date {
		margin-bottom:17px;
	}
	.header-info-btns {
		margin-bottom:380px;
	}
	.container {
		padding-left:10px;
		padding-right:10px;
	}
	.header-info {
		position:static;
		padding-bottom:40px;
	}
	.header-info-btns  .btn{
		margin:0 auto;
	}
	.header-info-coach{
		bottom:326px;
		left:calc(50% - 90px);
	}
	.header-info-coach-caption {
		bottom: 237px;
		right: calc(100% - 100px);
	}
	.header-info-coach-photo{
		width:282px;
	}
	.header-info-texts-ul{
		margin:0 auto;
	}
	.hamburger {
		 width:36px;
		 height:36px;
	}
	.hamburger span {
		top:10px;
		left:8px;
	}
	.hamburger span:nth-child(2) {
		top: 17px;
	}
	.hamburger span:nth-child(3) {
		top: 24px;
	}
	.hamburger.opened span:nth-child(1), .hamburger.opened span:nth-child(3) {
		top: 17px;
		left: 8px;
	}
	.header, .header-info{
		min-height:auto;
		height:auto;
		left:auto;right:auto;
		bottom:auto;top:auto;
	}
	
	.resultsblock{
		padding-bottom:20px;
		background-position:center bottom;
	}
	.forwhom-item{
		max-width:320px;
		margin:0 auto;
	}
	
	.program-table {
		margin-bottom:16px;
	}
	.program-times{
		margin-top:20px;
	}
	.program-time-item{
		width:100%;
		font-size:13px;
	}
	.program-time-block{
		padding:85px 20px 25px;
	}
	.program-time-block-time{
		width:113px;
		height:40px;
		font-size:11px;
		top:30px;
		left:19px;
	}
	.program-time-theme-title,
	.program-time-name{
		font-size:15px;
		line-height:20px;
	}
	.program-time-duty{
		font-size:13px;
		line-height:20px;
	}
	.program-time-theme-text {
		font-size: 13px;
		line-height: 20px;
	}
	.program-time-name,
	.program-time-theme-title,
	.program-time-duty,
	.program-time-theme-text {
		 padding-left: 36px;
	}
	.program-time-theme-title{
		margin-top:20px;
	}
	.program-time-theme-text ol li,
	.program-time-theme-text ul li{
		
	}
	.program-time-theme-text ol,
	.program-time-theme-text ul{
		margin-left: 10px;
	}
	.program-time-block.program-time-block-break{
		font-size:13px;
		line-height:13px;
		padding:22px 0 19px;
	}
	p.snoska1{
		font-size:13px;
		margin-bottom:22px;
	}
	.btn.btn-big{
		max-width:240px;
	}
	
	.footer{
		padding-top:48px;
	}
	.footer-part1, .footer-part3{
		max-width:100%;
		width:100%;
		text-align:center;
	}
	.footer-logo{
		width:300px;
		margin:0 auto 10px;
		text-align:left;
	}
	.footer-logo .logo-title{
		color:#6900c6;
	}
	a.y-a{
		padding: 4px 0;
	}
	.footer-adr{
		text-align:left;
		max-width:353px;
		margin:0 auto 20px;
	}
	.footer-title{
		margin:30px auto 15px;
		text-align:center;
	}
	.footer-part2{
		width:100%;
		text-align:center;
		font-size:13px;
	}
	.footer-adr, .footer-phone, .footer-email {
		font-size: 13px;
		line-height: 22px;
		margin-bottom:15px;
	}
	.footer-part3 .footer-title{
		margin-top:13px;
	}
	.footer-menu-wrap{
		max-width:360px;
		margin:0 auto;
		text-align:left;
	}
	.footer-subfooter{
		margin-top:20px;
		padding:23px 0;
		font-size:12px;
		line-height:18px;
		text-align:center;
	}
	.copyright{
		max-width:100%;
		width:100%;
		margin:25px auto;
	}
	.site-a{
		font-size:13px;
	}
	
	.subfooter-items{
		-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
		-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; 
	}
	.contacts-block,
	.section-contact .container{
		max-width:100%;
		padding:0;
	}
	.contacts-block-wrap{
		border-radius:0;
		margin-bottom:0;
		padding:43px 20px 470px;
	}
	.contacts-block-photo{
		width:311px;
		height:444px;
		transform:scaleX(-1);
		left:calc(50% - 156px);
	}
	.contacts-block-title{
		max-width:290px;
		margin:0 auto 2px;
		font-size:20px;
		line-height:32px;
	}
	.contacts-block-title br{
		display:none;
	}
	.contacts-block-subtitle{
		font-size:15px;
		line-height:24px;
		margin-bottom:20px;
	}
	.questions-answers {
	  margin-top: 27px;
	}
	.question-text {
		font-size: 14px;
	}
	.panel {
		margin-bottom:10px;
	}
	.panel-heading {
		padding: 5px 60px 5px 20px;
	}
	.panel-body{
		padding: 0px 20px 20px 25px;
		font-size: 13px;
		line-height: 20px;
	}
	
	.address-content{
		margin-top:0;
	}
	.address-content2{
		margin-top:32px;
	}
	.address-content-uptitle {
		font-size:14px;
		margin-bottom:1px;
	}
	.address-content-title{
		font-size:15px;
		line-height:24px;
		margin-bottom:25px;
	}
	.address-content-adr{
		padding-top:4px;
		background-position:0 0;
		background-size:22px 24px;
		padding-left:30px;
		margin-bottom:20px;
	}
	.address-content-adr-title{
		font-size:15px;
	}
	.address-content-adr-text{
		font-size:13px;
		line-height:20px;
		min-height:auto;
		margin-bottom:10px;
	}
	.go-yandex{
		font-size:13px;
	}
	.section-address{
		padding-bottom:43px;
	}
	
	.prices-text {
		padding: 30px 20px 40px;
	}
	
	.section-prices{
		padding-top:40px;
	}
	.prices{
		margin-top:10px;
		margin-bottom:10px;
		-webkit-border-radius: 10px; -moz-border-radius: 10px;  border-radius: 10px;
	}
	.prices-title {
		height: 63px;
		font-size: 16px;
		line-height: 16px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.prices-text {
		padding: 28px 20px 40px;
	}
	.prices-subtitle{
		text-align:center;
		font-size:14px;
	}
	.prices-list li {
		font-size:13px;
		line-height:20px;
		padding-top:10px;padding-bottom:10px;
	}
	.show_select_ul li,
	.show_select input {
		font-size: 16px;
  
	}
	.price-and-sale{
		-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
	}
	
	.price-and-sale-price{
		margin:0 auto;
	}
	.price-and-sale-title{
		padding:0;
		width:100%;
		font-size: 16px;
		text-align:center;
		padding-bottom:12px;
	}
	.current-price{
		font-size:28px;
		line-height:30px;
	}
	.rub{
		font-size:27px;
	}
	.price-and-sale-oldprice{
		top: 6px;
	}
	.btn.btn-buy {
		margin-top:10px;
	}
	.withsale .price-and-sale-price{
		padding-right:100px;
	}
	.withsale  .current-price-till{
		right:100px;
	}
	.snoska2{
		font-size:14px;
		line-height:23px;
		margin-top:10px;
		padding:20px 40px;
	}
	
	.seminar-timer-block{
		margin-top:20px;
		padding:38px 0 52px;
		-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	}
	.seminar-timer-title{
		font-size:19px;
		line-height:19px;
		margin-bottom:11px;
	}
	.timer{
		width:292px;
	}
	.countdown-number {		
		margin-right: 27px;
	}
	.countdown-nums,
	.countdown-number,
	.countdown-time {
		width: 53px;
		height: 62px;
	}
	.countdown-time .countdown-nums {
		font-size: 31px;
		line-height: 62px;
	}
	.countdown-number:before, .countdown-number:after {
	  width: 3px;
	  height: 3px;
	  right: -15px;
	  top: 25px;
	}
	.countdown-number:before {
		top: 33px;
	}
	.countdown-number .countdown-text{
		padding-top:5px;
		font-size:8px;
	}
	.panel .panel-heading:after {
		padding:0;
		padding-top:1px;
	}
}
@media (max-width: 400px) {
	.header-info-coach {
		left: calc(50% - 102px);
	}
	.footer-menu-wrap{
		-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
		-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; 
	}
	.footer-menu-wrap,
	.footer-menu{
		width:100%;
		text-align:center;
	}
	.footer-adr{
		margin-left:12px;
	}
	.address-content-title{
		max-width:300px;
	}
	.seminar-timer-block{	
		background: #604bc5 url('/wp-content/themes/seminar/img/timerbg_m.png') no-repeat center top;
		background-size: cover;
	}
}

.slick-lightbox {
	z-index:9999999999;
}


.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.333333%}.col-2{flex:0 0 auto;width:16.666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.333333%}.col-5{flex:0 0 auto;width:41.666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.333333%}.col-8{flex:0 0 auto;width:66.666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.333333%}.col-11{flex:0 0 auto;width:91.666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:575.9px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.333333%}.col-sm-2{flex:0 0 auto;width:16.666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.333333%}.col-sm-5{flex:0 0 auto;width:41.666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.333333%}.col-sm-8{flex:0 0 auto;width:66.666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.333333%}.col-sm-11{flex:0 0 auto;width:91.666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:767.9px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.333333%}.col-md-2{flex:0 0 auto;width:16.666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.333333%}.col-md-5{flex:0 0 auto;width:41.666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.333333%}.col-md-8{flex:0 0 auto;width:66.666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.333333%}.col-md-11{flex:0 0 auto;width:91.666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:991.9px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.333333%}.col-lg-2{flex:0 0 auto;width:16.666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.333333%}.col-lg-5{flex:0 0 auto;width:41.666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.333333%}.col-lg-8{flex:0 0 auto;width:66.666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.333333%}.col-lg-11{flex:0 0 auto;width:91.666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1299.9px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.333333%}.col-xl-2{flex:0 0 auto;width:16.666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.333333%}.col-xl-5{flex:0 0 auto;width:41.666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.333333%}.col-xl-8{flex:0 0 auto;width:66.666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.333333%}.col-xl-11{flex:0 0 auto;width:91.666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}@media (min-width:1399.9px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.333333%}.col-xxl-2{flex:0 0 auto;width:16.666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.333333%}.col-xxl-5{flex:0 0 auto;width:41.666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.333333%}.col-xxl-8{flex:0 0 auto;width:66.666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.333333%}.col-xxl-11{flex:0 0 auto;width:91.666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.333333%}.offset-xxl-2{margin-left:16.666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.333333%}.offset-xxl-5{margin-left:41.666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.333333%}.offset-xxl-8{margin-left:66.666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.333333%}.offset-xxl-11{margin-left:91.666667%}}

abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ul{padding-left:2rem}dl,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em;-ms-overflow-style:scrollbar}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit;white-space:normal}@media (min-width:1280px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}

.entry-content img{margin:0 0 1.5em}.alignleft,img.alignleft{margin-right:1.5em;display:inline;float:left}.alignright,img.alignright{margin-left:1.5em;display:inline;float:right}.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both}.wp-caption{margin-bottom:1.5em;text-align:center;padding-top:5px}.wp-caption img{border:0 none;padding:0;margin:0}.wp-caption p.wp-caption-text{line-height:1.5;font-size:10px;margin:0}.wp-smiley{margin:0!important;max-height:1em}blockquote.left{margin-right:20px;text-align:right;margin-left:0;width:33%;float:left}blockquote.right{margin-left:20px;text-align:left;margin-right:0;width:33%;float:right}

.pickmeup{z-index:999999999999;background:#d9ebff;border:1px solid #4da2f8;border-radius:.4em;-moz-box-sizing:content-box;box-sizing:content-box;display:inline-block;position:absolute;touch-action:manipulation}.pickmeup *{-moz-box-sizing:border-box;box-sizing:border-box}.pickmeup.pmu-flat{position:relative}.pickmeup.pmu-hidden{display:none}.pickmeup .pmu-instance{display:inline-block;height:13.8em;padding:.5em;text-align:center;width:15em}.pickmeup .pmu-instance .pmu-button{color:#000;cursor:pointer;outline:none;text-decoration:none}.pickmeup .pmu-instance .pmu-today{background:#17384d;color:#fff}.pickmeup .pmu-instance .pmu-button:hover{background:transparent;color:#db0a12}.pickmeup .pmu-instance .pmu-not-in-month{color:#666}.pickmeup .pmu-instance .pmu-disabled,.pickmeup .pmu-instance .pmu-disabled:hover{color:#fff;cursor:default}.pickmeup .pmu-instance .pmu-selected{background:#db0a12;color:#fff}.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected{background:#17384d}.pickmeup .pmu-instance nav{color:#000;display:-ms-flexbox;display:-webkit-flex;display:flex;line-height:2em}.pickmeup .pmu-instance nav *:first-child :hover{color:#db0a12}.pickmeup .pmu-instance nav .pmu-prev,.pickmeup .pmu-instance nav .pmu-next{display:none;height:2em;width:1em}.pickmeup .pmu-instance nav .pmu-month{width:14em}.pickmeup .pmu-instance .pmu-years *,.pickmeup .pmu-instance .pmu-months *{display:inline-block;line-height:3.6em;width:3.5em}.pickmeup .pmu-instance .pmu-day-of-week{color:#db0a12;cursor:default}.pickmeup .pmu-instance .pmu-day-of-week *,.pickmeup .pmu-instance .pmu-days *{display:inline-block;line-height:1.5em;width:2em}.pickmeup .pmu-instance .pmu-day-of-week *{line-height:1.8em}.pickmeup .pmu-instance:first-child .pmu-prev,.pickmeup .pmu-instance:last-child .pmu-next{display:block}.pickmeup .pmu-instance:first-child .pmu-month,.pickmeup .pmu-instance:last-child .pmu-month{width:13em}.pickmeup .pmu-instance:first-child:last-child .pmu-month{width:12em}.pickmeup:not(.pmu-view-days) .pmu-days,.pickmeup:not(.pmu-view-days) .pmu-day-of-week,.pickmeup:not(.pmu-view-months) .pmu-months,.pickmeup:not(.pmu-view-years) .pmu-years{display:none}


[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

.simplebar-track.simplebar-vertical{
	width:8px;background:#e7e7f0;opacity:1;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; 
}
.simplebar-scrollbar::before {
	width:8px;opacity:1;left:0;right:0;background: #9c8edc;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; 
}
.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}
@media (max-width: 575.9px) {
	.simplebar-track.simplebar-vertical{
		width:6px;
		-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; 
	}
	.simplebar-scrollbar::before {
		width:6px;
		-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; 
	}
	
}