@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

@font-face {
	font-family: 'AA Bebas Neue';
	src: url('fonts/AABebasNeue.eot');
	src: url('fonts/AABebasNeue.eot?#iefix') format('embedded-opentype'),
		url('fonts/AABebasNeue.woff2') format('woff2'),
		url('fonts/AABebasNeue.woff') format('woff'),
		url('fonts/AABebasNeue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family:'MuseoSansCyrl-100';
    src: url('fonts/MuseoSansCyrl-100.eot');
	src: url('fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MuseoSansCyrl-100.woff2') format('woff2'),
		 url('fonts/MuseoSansCyrl-100.woff') format('woff'),
		 url('fonts/MuseoSansCyrl-100.ttf') format('truetype'),
		 url('fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'MuseoSansCyrl-300';
    src: url('fonts/MuseoSansCyrl-300.eot');
	src: url('fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MuseoSansCyrl-300.woff2') format('woff2'),
		 url('fonts/MuseoSansCyrl-300.woff') format('woff'),
		 url('fonts/MuseoSansCyrl-300.ttf') format('truetype'),
		 url('fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'MuseoSansCyrl-500';
    src: url('fonts/MuseoSansCyrl-500.eot');
	src: url('fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MuseoSansCyrl-500.woff2') format('woff2'),
		 url('fonts/MuseoSansCyrl-500.woff') format('woff'),
		 url('fonts/MuseoSansCyrl-500.ttf') format('truetype'),
		 url('fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'MuseoSansCyrl-700';
    src: url('fonts/MuseoSansCyrl-700.eot');
	src: url('fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MuseoSansCyrl-700.woff2') format('woff2'),
		 url('fonts/MuseoSansCyrl-700.woff') format('woff'),
		 url('fonts/MuseoSansCyrl-700.ttf') format('truetype'),
		 url('fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'MuseoSansCyrl-900';
    src: url('fonts/MuseoSansCyrl-900.eot');
	src: url('fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MuseoSansCyrl-900.woff2') format('woff2'),
		 url('fonts/MuseoSansCyrl-900.woff') format('woff'),
		 url('fonts/MuseoSansCyrl-900.ttf') format('truetype'),
		 url('fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

.overquote h3{    text-align: center;    margin: 50px 0 -15px;    font-family: 'MuseoSansCyrl-500';    font-size: 18px;}
.overquote p{    text-align: center;    font-size: 16px;    color: #444;    font-family: 'MuseoSansCyrl-300';}
.overquote {
    margin-bottom: 20px;
}
body {
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.prog > div {
   max-width: 800px;
}
header {
    border-bottom: 2px solid rgba(107, 113, 118, 0.1);
    margin-bottom: 40px;
    margin-top: 50px;
}
header > div:nth-child(1) {
    font-family: 'MuseoSansCyrl-300', sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(33, 34, 35, 0.66);
    margin-bottom: 0px;
    background: #fff;
    width: fit-content;
    display: block;
    padding: 0 7px;
    float: left;
    margin-left: 18px;
    margin-top: -10px;
}
header > div:nth-child(2) {
    font-family: 'MuseoSansCyrl-500', sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.2px;
    color: rgba(33, 34, 35, 0.25);
    margin-bottom: 0px;
    background: #fff;
    width: fit-content;
    display: block;
    padding: 0 6px;
    float: right;
    text-align: right;
    margin-right: 14px;
    margin-top: -6px;
}
section {
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 10px;
    z-index: 100;
    margin-bottom: 30px;
}

section > div {
    border: 1px solid #E6DDD5;
    border-radius: 8px;
    padding: 25px 25px;
    
}

section:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 4px;
    width: 92%;
    background: #ECD9C6;
    border-radius: 0 0 8px 8px;
    margin-top: 11px;
}
section > div > div:nth-child(1) {
    position: absolute;
    text-align: center;
    font-size: 35px;
    line-height: 20px;
    font-family: 'MuseoSansCyrl-100', sans-serif;
    color: #AE9D8C;
    padding-top: 8px;padding-left: 4px;
}
section > div > div:nth-child(1) span{
    font-size: 11px;
    font-family: 'MuseoSansCyrl-500', sans-serif;
}

section > div > div:nth-child(n+2)  {
    padding-left: 65px;
}

section > div > div:nth-child(2) {
   font-family: 'MuseoSansCyrl-300', sans-serif;
   font-size: 24px;
   line-height: 30px;
   letter-spacing: 0.4px;
   color: #232221;
   padding-bottom: 12px;
}
section > div > div:nth-child(3) {
    font-family: 'MuseoSansCyrl-100', sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #232221;
    padding-bottom: 18px;
}
section > div > div:nth-child(4) {

}
section > div > div:nth-child(4) > div {
    display: inline-block;
    padding-left: 22px;
    padding-right: 23px;
    font-size: 12px;
    line-height: 28px;
    color: #5a5049;
}
section.d1 > div:after {
    content: "\f012";
    color: rgba(230, 211, 193, 0.13);
    font-size: 154px;
    padding-right: 5px;
    font-family: FontAwesome;
    line-height: 12px;
    position: absolute;
    right: 50px;
    z-index: 2;
    margin-top: -70px;
}
section.d2 > div:after,section.d3 > div:after,section.d4 > div:after,section.d5 > div:after,section.d6 > div:after,section.d7 > div:after {
    color: rgba(230, 211, 193, 0.13);
    font-size: 154px;
    padding-right: 5px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    line-height: 12px;
    position: absolute;
    right: 50px;
    z-index: 2;
    margin-top: -70px;
    
}
section.d2 > div:after {content: "\f5c0";}
section.d3 > div:after {content: "\f324";  font-weight: 500!important;}
section.d4 > div:after {content: "\f2b5";}
section.d5 > div:after {content: "\f0e7";}
section.d6 > div:after {content: "\f0ad";}
section.d7 > div:after {content: "\f670";}





section > div > div > div:before{
    color: #ceb8a3;
    font-size: 13px;
    padding-right: 7px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    line-height: 12px;
    position: absolute;
    margin-left: -21px;
    margin-top: 7.6px;
}
section > div > div > div:nth-child(1):before {
    content: "\f736";
}
section > div > div > div:nth-child(2):before {
    content: "\f017";
}
section > div > div > div:nth-child(3):before {
    content: "\f251";
}
section > div > div > div:nth-child(4):before {
    content: "\f0ae";
}

.vid_txt_2{
    font-size: 220% !important;    margin-top: 110px;
}
#bottom_footer{
    border-top: 1px solid #eeeeee;
}
#yt_vid{
    height: 26.3vw;
    width: 100%;
    border: 0;
}
.nowrap{white-space: nowrap;}
.clr-dark {
    color: #2C3437;
}
#term1_popup,#term2_popup{
    padding:20px 35px;
}
.owl-carousel{

}
.testimonial-subp{
    font-size: 17px;
    padding: 40px 10% 0px;
    text-align: center;
    color: #a9a9a9;
    font-family: 'MuseoSansCyrl-500';
    }
.prog_eplog {
    font-size: 18px;
    padding: 50px 0 0px;
    text-align: center;
    color: #777;
    font-family: 'MuseoSansCyrl-300', sans-serif;
}
.testimonial-about-small{
    font-size: 13px !important;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.testimonial-img {
	margin-top: 90px;
}
.testimonial-img img{}
.testimonial-wrapper {
	background: #f8f9fd;
	padding: 75px 54px 95px 60px;
	position: relative;
	margin-top: 30px;
}
.testimonial-wrapper::before {
	background-image: url("../img/testimonial/icon1.png");
	background-repeat: no-repeat;
	content: "";
	height: 65px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 74px;
	left: 60px;
	top: -27px;
}
.testimonial-text{}
.testimonial-text p {
	font-size: 21px;
	line-height: 34px;
	margin-bottom: 0;
	font-family: 'MuseoSansCyrl-300', sans-serif;
}
.testimonial-content {
	margin-top: 50px;
}
.testimonial2-img{float:left;margin-right:20px;}
.testimonial2-img img {
	box-shadow: 2px 3px 20px 0px rgba(95, 95, 95, 0.41);
	border-radius: 50%;
    width: 65px !important;
    border: 2px solid #fff;
}
.testimonial-name {
	padding-top: 7px;padding-left: 84px;
}
.testimonial-name h4 {
	font-size: 19px;
	font-weight: 300;
	margin-bottom: -4px;
	color: #333;
	font-family: 'MuseoSansCyrl-500';
}
.testimonial-name span {
	font-size: 13px;
	font-weight: 400;
	color: #7b8e9d;
}
.testimonial-name span a {
    color: #7b8e9d !important;
    white-space: nowrap;
}
.testimonial-name span a:hover{
    color: #455058 !important;
}
.testimonial-active .owl-nav div {
	color: #7b8e9d;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s ease 0s;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
	background: #eeeff3;
	border-radius: 50%;
}
.testimonial-active .owl-nav {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	text-align: center;
}
.testimonial-active .owl-nav div:hover{color:#fff;background:#ef491a;;}
.testimonial-active.owl-carousel .owl-item img {
	display: block;
	width: auto;
}
.testimonial-bg {
	padding: 0 80px;
}

.testimonial2-wrapper {
	background: #fffefe;
	padding: 75px 40px 50px 44px;
	position: relative;
	margin-top: 45px;
	border-radius: 8px;
}
.testimonial2-wrapper::before {
	background-image: url("../owl/icon.png");
	background-repeat: no-repeat;
	content: "";
	height: 65px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 74px;
	left: 37px;
	top: -27px;
}

.testimonial2-active .owl-nav div {
	color: #7b8e9d;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s ease 0s;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
	background: #eeeff3;
	border-radius: 50%;
}
.testimonial2-active .owl-nav {
	position: absolute;
	bottom: -57px;
	left: 0;
	right: 0;
	text-align: center;
}
.testimonial2-active .owl-nav div:hover{color:#fff;background:#fab522;}
.testimonial2-active.owl-carousel .owl-item img {
	display: block;
	width: auto;
}

.owl-nav{
    margin: 40px 20px 0px !important;
}
.owl-prev, .owl-next{
    color: #7b8e9d !important;
    font-size: 42px !important;
    transition: all 0.3s ease 0s;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 5px !important;
    margin-right: 10px !important;
    /*background: #eeeff3 !important;*/
    border-radius: 50% !important;
}
.owl-prev span,.owl-next span {
    position: relative;
    top: -5px;
}
.owl-prev span {
    left: -1px;
}

.owl-next span {
    right: -1px;
}


		.question-phone-box{
			font-size: 20px;
			text-align: center;
			margin: 0 0 40px 0;
		}
	
		.h4-caption, .sum-box{
			text-align: center;
		    margin-bottom: 15px;
		}
		
		.form-description{
		    text-align: center;
            margin: 5px 0 10px 0;
            font-size: 12px;
		}
		
		#showPaymentBox{
			display: none;
		}
		#showPaymentBox{
			/*width: 310px;
			margin: 0 auto;
			padding: 0 20px;*/
			/* width: 310px; */
			/* margin: 0 auto; */
			/* padding: 0 10px; */
		}
		
		#showPaymentBox h4{
			font-size: 30px;
			line-height: 36px;
            margin: 10px 0 5px 0;
			font-weight: normal;font-family: 'MuseoSansCyrl-700';
		}

		#showPaymentBox input{
			padding: 8px 14px;
			font-size: 15px;
			width: 100%;
			border: 1px solid #cbcbc6;
			margin: 5px 0;
		}

		#showPaymentBox .submit{
			margin: 10px 0;
			text-align: center;
		}
		#showPaymentBox .submit input{
    		background-color: rgb(72, 156, 72);
            color: white;
            border: none;
		}
		#showPaymentBox input.warning{
			border: 1px solid red;
		}
		
		
.card_header div {
    width: 50%;
    float: left;
    font-size: 24px;
    line-height: 22px;
    font-family: 'MuseoSansCyrl-500';
}

.card_header div:nth-child(2) {
    text-align: right;
}
.card_header div:nth-child(2):before {content: ' ';display: block;width: 72px;height: 0px;/* float: right; */right: 36px;margin-top: 9px;position: absolute;background: rgba(100, 110, 132, 0.71);}
.card ul {
    list-style-type: none;
    margin: 25px 0 15px;
    padding: 0;
}
li.underlined {
    border-bottom: 1px solid #E4E6E9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.card {
    padding: 32px 36px 20px;
    font-family: 'MuseoSansCyrl-500';
    border-radius: 8px;
    border: 2px solid rgba(149, 155, 168, 0.25);
    color: #1B1C1D;
    margin: 10px auto;
    max-width: 370px;
    float: none;
}

.card_button div{
    float: left;
    width: 50%;
    font-size: 18px;
    font-family: 'MuseoSansCyrl-500';
    line-height: 18px;
}
.card_button div:nth-child(2){
    text-align: right;
}
.card_button div span{
    font-size: 13px;
    color: rgba(37, 37, 37, 0.6);
	letter-spacing: 0.4px;
}

.card_button {
    background: linear-gradient(180deg, #F7F8FA 0%, #E7E9EC 100%);
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 14px 16px 10px;
    margin: 0px -8px 0;
    font-family: 'MuseoSansCyrl-500';
}

.card ul li {
    color: #1b1c1d;
    line-height: 35px;
    font-family: 'MuseoSansCyrl-500';
    font-size: 20px;
}

.card_header div span {
    font-size: 14px;
    color: #959BA8;
    letter-spacing: 0.4px;
}		
a.card_button {
    color: #111;
	}	
a.card_button:hover	{	
	background:linear-gradient(to bottom,#e7eaf0,#d9dce1);
	color: #111;
}		
		
a:hover {
    text-decoration: none;
    color: #2196F3;
}
.subtitle{
	text-align: center;
    font-size: 20px;
    line-height: 35px;
    color: #af1313;
    margin-top: -30px;
    margin-bottom: 34px;
}

.headerf {
    /* min-height: 95vw; */
    background: url(../img/desktop_h2.jpg), #101010;
    background-size: cover;
    background-position: 70% 50%;
    /* background-position: 5px 0; */
    background-repeat: no-repeat;
}
.headerf {
    /*min-height: 45vw;
    background: url(../img/alex.png), #000;
    background-size: contain;
    background-position: -50px 0;
    background-repeat: no-repeat;*/
}
.titles {
    min-height: 36vw;
}
.tit {
    /*font-size: 50px; */
    /* letter-spacing: 8px; */
    /* font-family: Courier New, monospace; */
    /* font-weight: 500; */
    /* color: #fff; */
    background: url(../img/focuse.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 9vw;
    display: block;
    width: 80%;
    height: 160px;
    margin-left: -5px;
}
.video{
        padding: 70px 0;
}

div#video {
    background: #1b1c1d;
}
.quote {
    max-width: 550px;
    margin: 90px auto 40px;
}
.quote h3 {
    margin: 20px 0 40px;
    font-size: 140%;
    line-height: 38px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-family: 'MuseoSansCyrl-300';
    text-transform: uppercase;
    /*text-transform: uppercase;*/
}
.quote:before, .quote:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-size: 45px;
    color: #333;
}

.quote:before{
	/* content: "\f10e"; */
	display: block;
	position: absolute;
	left: -80px;
}
.quote:after{
	/* content: '\f10d'; */
	display: block;
	position: absolute;
	right: -50px;
	bottom: 150px;
}


.quote h3 small{
    margin-top: 35px;
    display: block;
    font-size: 80%;
    font-weight: 500;
}


.video-play {
    position: relative;    max-width: 922px;
    margin: 0 auto;
}
.video-play:after {
    background: #1f2327 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    position: absolute;
    top: 0;
    width: 100%;border-radius: 10px;
}
.video-play span {
    /* display: none; */
    display: block;
    background: transparent;
    position: absolute;
    top: 56%;
    width: 100%;
    text-align: center;
    color: #cccccc;
    line-height: 1.2;
    font: 400 55px/1.2 'AA Bebas Neue', Arial, sans-serif;
    z-index: 2;
	/*font-family: 'MuseoSansCyrl-900';*/
    text-transform: uppercase;
}


ul.menu{
    top: 15px;
    display: block;
    position: absolute;
    /* padding-bottom: 10px; */
    /* margin-bottom: 0px; */
    margin-left: 35px;
}
.menu li {
	list-style: none;
    float: left;
    padding-right: 35px;
    font-size: 17px;
    color: white;
    font-family: Courier New, Courier, monospace;
    /* font-weight: 600; */
    font-family: 'MuseoSansCyrl-300';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu a {
    color: #c3c3c3;
}
.date {
    color: #c3c3c3;
    font-family: 'MuseoSansCyrl-100';
    /* letter-spacing: 1px; */
    font-size: 19px;
    position: absolute;
    left: 20vw;
    bottom: 12px;
}
.date span{
    font-size: 130%;
}


.program{
   background: #ffffff;
}
.schedule {
    max-width: 800px;
    margin: 60px auto 0;
}

.schedule_block {
    border-left: 3px solid rgba(255, 255, 255, 0.07);
    padding: 10px 20px 40px 40px;
    margin-left: 50px;
}
.schedule :last-child{
	border-left: none;
}

.schedule_box{
	margin-right:-100px;
}

.schedule_block .day {
	position: relative;
    margin-top: -35px;
    color: #ffffff;
    font-size: 32px;
    /* text-transform: uppercase; */
    font-weight: 400;
    letter-spacing: -0.5px;
	line-height: 110%;
	font-family: 'MuseoSansCyrl-500';
}
.schedule_block .day:before {
    content: ' ';
    position: absolute;
    font-size: 66px;
    color: #9a9a9a;
    margin-left: -50px;
    margin-top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /*background-color: #1BB17B;*/
	background-color: #e0e0e0;
    border: 4px solid #2b2c2d;
}

.schedule_block .title {
    font-size: 24px;
    line-height: 37px;
    margin-left: -2px;
    margin-bottom: 8px;
    margin-top: -24px;
    color: rgba(27, 28, 29, 0);
    font-weight: bold;
	position: inherit;
}

.schedule_block .title:before {
    content: 'Date';
    position: absolute;
    font-size: 21px;
	font-weight: 200;
    letter-spacing: 1px;
    color: #cecece;
    margin-left: -220px;
}
.schedule_block.day0 .title:before {content: '20 нояб 19:00' !important;}
.schedule_block.day1 .title:before {content: '27 нояб 19:00' !important;}
.schedule_block.day2 .title:before {content: '4 дек 19:00' !important;}
.schedule_block.day3 .title:before {content: '11 дек 19:00' !important;}

.schedule_block.day5 .title:before {content: '18 дек 19:00' !important;}
.schedule_block.day6 .title:before {content: '25 дек 19:00' !important;}
.schedule_block.day7 .title:before {content: '25 дек 19:00' !important;}

.schedule_block.day5 .day:before,.schedule_block.day6 .day:before,.schedule_block.day7 .day:before {
    content: ' ';
    position: absolute;
    font-size: 66px;
    color: #9a9a9a;
    margin-left: -50px;
    margin-top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /*background-color: #3875AD;*/
	background-color: #fff;
    border: 4px solid #2b2c2d;
}

.schedule_block .text {
    color: #cecece;
    font-size: 21px;
    line-height: initial;
    text-align: left;
    margin: 15px 0 50px;
	font-weight: 300;
}

.day3 .text {
    margin: 55px 0 -10px;
}
.day4 .day:before{
    /*content: "⮟";*/
    content: "\f103";
    position: absolute;
    font-size: 30px;
    color: rgb(49, 51, 52);
    margin-left: -52px;
    margin-top: -4px;
    font: normal normal normal 42px/1 FontAwesome;
    width: 0;
    height: 0;
    border: none;
}

.part_title{
    font: 400 150px/.9 'AA Bebas Neue', Arial, sans-serif;
    margin: 85px 0 40px;
    text-align: center;
    font-size: 36px;
    line-height: 66px;
    /* letter-spacing: 2.5px; */
    padding-bottom: 10px;
    font-family: 'MuseoSansCyrl-700';
    /* text-transform: uppercase; */
    color: #333;
}
.clr-white{
    color:white;
}
.task{
    font-size: 80%;
}
.task .ico {
    background: url(../img/task.png);
    background-size: contain;
    height: 30px;
    width: 22px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    margin: 15px 15px 0 0;
}

.task .txt {
    margin-top: 17px;
}


.price_card{
    display: block;
    max-width: 346px;
    margin: 35px auto;
    width: 100%;
    height: 530px;
    background: url(../img/pr_now.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 17px 6px rgba(50, 50, 50, 0.07);
    -moz-box-shadow: 0px 0px 17px 6px rgba(50, 50, 50, 0.07);
    box-shadow: 0px 0px 17px 6px rgba(50, 50, 50, 0.07);
}

.price_card h4 {
    padding-top: 155px;
    padding-left: 0px;
    font-size: 48px;
    letter-spacing: 1px;
    color: #1f2125;
    text-align: center;
}
.price_card h5 {
    padding-top: 0px;
    padding-left: 0px;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #666666;
    text-align: center;
}
.price_card p {
    padding: 20px 40px 0px;
    font-size: 18px;
    line-height: initial;
    letter-spacing: 0.4px;
    color: #666666;
}
.price_card .button_reg {
    padding: 14px;
    margin: 20px 37px 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    display: block;
    border-radius: 8px;
    text-transform: uppercase;
    width: 270px;
    background: linear-gradient(to bottom,#287CCA,#166AB9);
    border: 1px solid #2074c2a1;
}
.price_card .button_reg:hover {
	text-decoration:none;
    background: linear-gradient(to bottom,#3a94e8,#0e74d4);
    border: 1px solid #2074c200;
}
.about_alex {
    margin: 100px auto 0;
}

	
#online {
    background: url(../img/bg_monitors.jpg);
    background-color: #222327;
    background-size: cover;
    /*min-height: 30vw;
    padding: 3vw 0 2vw;*/
    background-position: 0% 0%;
    /* margin-top: 80px; */
}
#online .row{    padding: 3vw 0 2vw;
    }
#online div > div:nth-child(2) {
    padding: 100px 0 20px 20px;
}
#online div > div:nth-child(1) {
    background: url(../img/monitors.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    min-height: 400px;
}
#online a {
    clear: both;
    display: block;
    margin: 55px 0 0;
    color: #4AAEFF;
    font-family: 'MuseoSansCyrl-500', sans-serif;
    font-size: 18px;
    margin-left: 2vw;
}
#online i {
    margin-left: 7px;
    font-size: 14px;
}
#online img {
    margin-left: 2vw;
}



@media (max-width: 342px){
    ul.menu { margin-left: -35px !important;    }
    .video-play span {font-size: 25px !important;}
    .quote h3 {line-height: 28px !important;  font-size: 17px !important;}
    .price_card h4 {padding-top: 36vw !important;}
	
	.card ul li {
		line-height: 25px;
		font-size: 13px;
	}
	.card_header div {
		font-size: 22px;
		line-height: 20px;
	}
	.card_button div span {
		font-size: 11px;
		letter-spacing: 0.2px;
	}
	.footer_txt {text-align: center;}
	ul.contacts {
		font-size: 24px;
		padding: 0 13px 20px;
		max-width: 285px;
	}
	.contacts li:nth-child(1),.contacts li:nth-child(2) {
		line-height: 46px;
	}
	.contacts li:nth-child(1):before {
		content: '';
		display: inline-block;
		height: 32px;
		width: 57px;
		vertical-align: -12%;
		background-image: url(../img/call.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.contacts li:nth-child(2):before {
		content: '';
		display: inline-block;
		height: 32px;
		width: 57px;
		vertical-align: -17%;
		background-image: url(../img/email.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    
    #online a {
        clear: both;
        display: block;
        margin: 8vw 0 0;
        color: #4AAEFF;
        font-family: 'MuseoSansCyrl-500', sans-serif;
        font-size: 14px;
        margin-left: 2vw;
    }
    #online div > div:nth-child(2) {
        padding: 30px 0 50px 15vw;
    }
    #online div > div:nth-child(1) {
        background: url(../img/monitors.png);
        background-size: 94%;
        background-repeat: no-repeat;
        background-position: 7% 90%;
        min-height: 76vw;
    }  
    #online img {
        margin-left: 2vw;
        max-width: 70%;
    }  

    
    section:after {
        content: ' ';
        display: block;
        position: absolute;
        height: 4px;
        width: 84%;
        background: #ECD9C6;
        border-radius: 0 0 8px 8px;
        margin-top: 11px;
    }
    section > div > div:nth-child(1) {
        padding-top: 8px;
        margin-left: -10px;
    }
    section > div > div:nth-child(n+2)  {
        padding-left: 46px;
    }
    section > div > div:nth-child(2) {
       font-size: 22px;
       line-height: 27px;
       padding-bottom: 10px;
    }
    section > div > div:nth-child(3) {
        padding-bottom: 15px;
    }
    section > div > div:nth-child(4) > div {
        padding-right: 10px;
    }
    section > div > div > div:before{
        margin-left: -19px;
        margin-top: 8.3px;
    }
    
    
    
    .schedule_block {
        border-left: none!important;
        padding: 10px 20px 40px 40px;
        margin-left: 10px;
    }
    .schedule_block .day:before {
        display: none!important;
    }
    .task .ico {
        width: 17px!important;
        margin: 15px 12px 0 0!important;
    }
    .title span {
        color: #808080;
        padding-left: 10px;
        font-weight: 400;
    }
	.footer_txt {text-align: center;}
	ul.contacts {
		font-size: 24px;
		padding: 0 13px 20px;
		max-width: 285px;
	}
	.contacts li:nth-child(1),.contacts li:nth-child(2) {
		line-height: 46px;
	}
	.contacts li:nth-child(1):before {
		content: '';
		display: inline-block;
		height: 32px;
		width: 57px;
		vertical-align: -12%;
		background-image: url(../img/call.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.contacts li:nth-child(2):before {
		content: '';
		display: inline-block;
		height: 32px;
		width: 57px;
		vertical-align: -17%;
		background-image: url(../img/email.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.titles {
    min-height: 135vw;
	}
    .vid_txt_2{     font-size: 180%!important;margin-top: 56px;}
    #yt_vid { height: 53.5vw;}
    .testimonial-subp {
    font-size: 17px;
    padding: 30px 10px 0px;
    }
    .testimonial2-wrapper {
        padding: 65px 32px 55px 32px;
    }
    .testimonial-text p {
    font-size: 17px;
    line-height: 26px;
    }
	
	.card ul li {
		line-height: 20px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.card_header div {
		font-size: 22px;
		line-height: 20px;
	}
	.card_button div span {
		font-size: 11px;
		letter-spacing: 0.2px;
	}

	
    .quote:before, .quote:after{
    	display: inline-block;
    	font: normal normal normal 14px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	font-size: 42px;
    	color: #333;
    }
    .quote:before {
        /* content: "\f10e"; */
        display: block;
        position: absolute;
        left: 15px;
    }
    .quote:after {
        /* content: '\f10d'; */
        display: block;
        position: absolute;
        right: 15px;
        bottom: 0px;
    }
    /*  .quote h3:before, .quote h3:after{    display: none !important;} */
    
    
    .video-play span {font-size: 29px; top: 50%;}
    .quote h3 {
    margin: 70px 0 12px;
    line-height: 30px;
    font-size: 19px;
    }
    .quote {    max-width: 296px;margin: 10px auto 100px;}
    
    .part_title { font-size: 39px;    line-height: 50px;}
    .schedule_block .day {   font-size: 24px;}
    .subtitle {font-size: 18px;   line-height: 28px;}
    .price_card {  width: 90%;   }
	.schedule {
		max-width: 300px !important;
		margin: 0 auto;
	}
	.schedule_box {
		margin-right: -8px !important;
		margin-left: 18px !important;
	}
	.schedule_block {
		padding: 10px 30px 40px 0px !important;
	}	
	.schedule_block .day:before {
		margin-left: -30px !important;
		/*margin-top: -36px;*/
	}
	.day4 .day:before {
        margin-left: -32px !important;
        margin-top: -6px;
    }
		.schedule_block .title {margin-top: -34px;margin-bottom: 45px;font-size: 14px;color: #a2a2a2;margin-left: 2px;}
	.schedule_block .title:before {
	    display: none!important;
		content: 'Date';
		position: absolute;
		font-size: 12px !important;
		font-weight: bold;
		letter-spacing: 0px !important;
		color: #aaa;
		margin-left: -92px !important;
		width: 54px;
        line-height: 16px;
        text-align: right;    margin-top: 10px;
	}
	.schedule_block .text {
		font-size: 17px !important;
	}
		
    .menu li {    padding-right: 25px;    font-size: 16px;}
    ul.menu{
        margin: -2px auto 45px;
        width: 319px;
        display: block;
        position: relative;
    }
	.menu li:last-child{
		padding-right: 0;
	}
    .tit {
        /*background: url(../img/title_m.png);
        background-size: contain;
        background-repeat: no-repeat;*/
        margin-top: 96vw;
        display: block;
        width: 90%;
        margin-left: 6%;
        height: 135px;
    }
    .headerf {
        min-height: 95vw;
		background: url(../img/mobile_h.jpg), #101010;
		background-size: cover;
		background-position: 50% 0%;
		background-repeat: no-repeat;
    }
	
    .price_card .button_reg {margin: 0px auto 0px;  font-size: 15px; width: fit-content;}
    .price_card h4 {padding-top: 130px;  padding-left: 0px;    font-size: 40px;  }
    .price_card h5 {padding-left: 0px; font-size: 19px;margin-top: -5px;}
    .price_card p {     padding: 20px 30px 5px;    font-size: 15px;}
    .price_card { height: 455px;}
    
    #about{
        /* background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.85),rgba(255, 255, 255, 0.99), rgb(255, 255, 255)), url(../img/bg.jpg); */
        /* background-size: cover; */
        /* background-position: 40% 50%; */
    }
    .video {padding: 50px 0 50px 0;}

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    #online a {
        clear: both;
        display: block;
        margin: 7vw 0 0;
        color: #4AAEFF;
        font-family: 'MuseoSansCyrl-500', sans-serif;
        font-size: 14px;
        margin-left: 2vw;
    }
    #online div > div:nth-child(2) {
        padding: 26px 0 39px 15vw;
    }
    #online div > div:nth-child(1) {
        background: url(../img/monitors.png);
        background-size: 94%;
        background-repeat: no-repeat;
        background-position: 7% 90%;
        min-height: 76vw;
    }  
    #online img {
        margin-left: 2vw;
        max-width: 70%;
    }  
    
	.footer_txt {text-align: center;}
	ul.contacts {
		font-size: 24px;
		padding: 0 13px 20px;
		max-width: 285px;
	}
	.contacts li:nth-child(1),.contacts li:nth-child(2) {
		line-height: 46px;
	}
	.contacts li:nth-child(1):before {
		content: '';
		display: inline-block;
		height: 32px;
		width: 57px;
		vertical-align: -12%;
		background-image: url(../img/call.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.contacts li:nth-child(2):before {
		content: '';
		display: inline-block;
		height: 32px;
		width: 57px;
		vertical-align: -17%;
		background-image: url(../img/email.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
    #yt_vid { height: 53.5vw;}
	.schedule {	max-width: 380px !important;margin: 0 auto;	}
	.schedule_box {	margin-right: -30px !important;	margin-left: 20px !important;	}
	.schedule_block {	padding: 10px 20px 40px 30px !important;	}	
	.schedule_block .day:before {	margin-left: -45px !important;	}	
	.day4 .day:before {	margin-left: -42px !important;	}	
	.schedule_block .title:before {	content: 'Date';position: absolute;	font-size: 16px !important;	font-weight: bold;	letter-spacing: 1px;	color: #aaa;	margin-left: -170px !important;	}
    #about{
        /* background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.85),rgb(255, 255, 255), rgb(255, 255, 255)), url(../img/bg.jpg); */
        /* background-size: cover; */
        /* background-position: 40% 50%; */
    }

    
    .quote {
        max-width: 400px;
        margin: 60px auto 60px;
    }
    .quote h3 {
        margin: 10px 0 0;
		line-height: 33px;
		font-size: 20px;
    }
    
    ul.menu{    
		margin: 0px 0 35px;
		right: 2vw;
		width: 380px;
		display: block;
		position: absolute;
	}
    .menu li {font-size: 16px;}
    .tit {
        /*background: url(../img/title_m.png);*/
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 90vw;
        display: block;
        width: 90%;
        margin-left: 6%;
        height: 185px;
    }
    .header {
        min-height: 95vw;
        background: url(../img/alex_m.jpg), #000;
        background-size: contain;
        background-position: 5px 0;
        background-repeat: no-repeat;
    }
    .about_alex {
        margin: 100px auto 0;
    }
    .video-play span { font: 400 47px/1.2 'AA Bebas Neue', Arial, sans-serif;}
	
	
	#schedule .row:nth-child(2) img.watch{
		float: none;
		margin: 0 auto;
		width: 70%;
	}
	
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	ul.contacts {
		padding: 0 13px 20px;
		max-width: 345px;
	}
	.contacts li:nth-child(1),.contacts li:nth-child(2) {
		line-height: 64px;
	}
	.contacts li:nth-child(1):before {
		content: '';
		display: inline-block;
		height: 42px;
		width: 70px;
		vertical-align: -12%;
		background-image: url(../img/call.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.contacts li:nth-child(2):before {
		content: '';
		display: inline-block;
		height: 42px;
		width: 70px;
		vertical-align: -17%;
		background-image: url(../img/email.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	#online div > div:nth-child(1) {
        min-height: 340px!important;
    }
	#online div > div:nth-child(2) {
        padding: 100px 0 20px 20px!important;
    }
	#online a {
        margin: 35px 0 0!important;
        margin-left: 2vw!important;
    }
    #online img {
        max-width: 90%!important;
    }
    #yt_vid { height: 35.5vw;}
    .menu li{ padding-right: 35px;font-size: 12px;}
    ul.menu{margin-left: 10px;top: 15px;}
    .tit {}

    .schedule {max-width: 540px !important;	margin: 0 auto;	}
	.schedule_box {	margin-right: -80px !important;	}
    #about .row:first-child{
        /* background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.92), rgb(255, 255, 255)), url(../img/bg.jpg); */
        background-size: cover;
        background-position-y: 10%;
        /* padding-bottom: 60px; */
    }
    .video-play span { font: 400 39px/1.2 'AA Bebas Neue', Arial, sans-serif;}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .card_button {
        position: absolute !important;
        width: calc(100% - 2*32px) !important;
        bottom: 25px !important;
    }
    .card {
        min-height: 342px !important;
    }
	ul.contacts {
		padding: 0 13px 20px;
		max-width: 345px;
	}
	.contacts li:nth-child(1),.contacts li:nth-child(2) {
		line-height: 64px;
	}
	.contacts li:nth-child(1):before {
		content: '';
		display: inline-block;
		height: 42px;
		width: 70px;
		vertical-align: -12%;
		background-image: url(../img/call.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.contacts li:nth-child(2):before {
		content: '';
		display: inline-block;
		height: 42px;
		width: 70px;
		vertical-align: -17%;
		background-image: url(../img/email.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	
    ul.menu{margin-left: 3vw;}
    #about .row:first-child{
        /* background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.84), rgb(255, 255, 255)), url(../img/bg.jpg); */
        /* background-size: cover; */
        /* background-position-y: 10%; */
        /* padding-bottom: 60px; */
    }
    .video-play span { font: 400 39px/1.2 'AA Bebas Neue', Arial, sans-serif;}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .only_small{
        display:none;
    }
    /*.card_button {
        position: absolute !important;
        width: calc(100% - 2*32px) !important;
        bottom: 25px !important;
    }
    .card {
        min-height: 342px !important;
    }*/
    section > div > div:nth-child(2) {
       font-size: 28px;
       line-height: 35px;
    }
    section > div > div:nth-child(3) {
        font-size: 18px;
        line-height: 26px;
    }
    section > div > div:nth-child(4) > div {
        font-size: 14px;
    }
    section > div > div > div:before{
        color: #ceb8a3;
        font-size: 13px;
        padding-right: 7px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 700;
        line-height: 12px;
        position: absolute;
        margin-left: -21px;
        margin-top: 9.4px;
    }
    
    
	ul.contacts {
		padding: 0 13px 20px;
		max-width: 345px;
	}
	.contacts li:nth-child(1),.contacts li:nth-child(2) {
		line-height: 64px;
	}
	.contacts li:nth-child(1):before {
		content: '';
		display: inline-block;
		height: 42px;
		width: 70px;
		vertical-align: -12%;
		background-image: url(../img/call.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.contacts li:nth-child(2):before {
		content: '';
		display: inline-block;
		height: 42px;
		width: 70px;
		vertical-align: -17%;
		background-image: url(../img/email.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	
    ul.menu{    margin-left: 7vw;
    font-family: 'MuseoSansCyrl-100';
    text-transform: uppercase;}
    #about .row:first-child{
        /* background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.73), rgb(255, 255, 255)), url(../img/bg.jpg); */
        /* background-size: cover; */
        /* background-position-y: 30%; */
        /* padding-bottom: 100px; */
    }
    .video {/*margin: 30px 0;*/}
    .video-play span { font: 400 48px/1.2 'AA Bebas Neue', Arial, sans-serif;}
    
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:active, .owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fcf9f7;
    color: #ceb8a3!important;
    text-decoration: none;
}
.testimonial-pricep {
    font-size: 17px;
    padding: 0px 0 0px;
    text-align: center;
    color: #777;
}
.contacts{
    list-style-type: none;
    max-width: 345px;
    font-family: 'Roboto', sans-serif;
    color: #959BA8;
    font-size: 31px;
    font-weight: 300;
	margin: auto;
	padding: 0 13px 30px;
}
.contacts li{
    font-family: 'Roboto', sans-serif;
    color: #959BA8;
}
.contacts li a{
    font-family: 'Roboto', sans-serif;
    color: #959BA8;
}
/*.contacts li:nth-child(1){
	line-height: 64px;
}
.contacts li:nth-child(2){
	line-height: 64px;
}*/
/*
.contacts li:nth-child(1):before{
	content: '';
    display: inline-block;
    height: 42px;
	width: 70px;
    vertical-align: -12%;
    background-image: url(../img/call.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
.contacts li:nth-child(2):before{
	content: '';
    display: inline-block;
    height: 42px;
    width: 70px;
    vertical-align: -17%;
	background-image: url(../img/email.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
a.wa {
    background: url(../img/whatsapp.png);
    background-size: 70%;
    width: 60px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 25%;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 0.3px;
    color: #959BA8;
    text-decoration-style: dotted;
    padding-top: 60px;
    margin-bottom: 15px;
    text-align: center;
    margin: 0 auto;
}
a.tg {
    background: url(../img/telegram.png);
    background-size: 70%;
    width: 60px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 25%;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 0.3px;
    color: #959BA8;
    text-decoration-style: dotted;
    padding-top: 60px;
    margin-bottom: 15px;
    text-align: center;
    margin: 0 auto;
}
.messengers p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #959BA8;
    padding: 25px;
    margin-bottom: 10px;
    text-align: center;
}




.footer_txt {
    color: #b5b5b5;
    padding: 25px;
    margin: 0;
    font-size: 14px;
    text-align: center;
}



/* FAQ area Start */

.acordion-area-content {
    padding-right: 30px;
}

.acordion-area {
    height: auto;
    width: 100%;
    margin-bottom: 70px;
}

.acordion-area-content h3 {
    margin-bottom: 35px;
}

.single-acordion2 {
    border-bottom: 1px solid #e2e7eb;
    margin-bottom: 10px;
    margin-top: 3px;
}

.faqanswer2 {
    color: #fff;
    display: none;
    line-height: 28px;
    padding: 12px 20px 12px 30px;
    width: 100%;
}

.faqanswer2 p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 10px;
    font-family: 'MuseoSansCyrl-500';
}

.single-acordion2.display-block .faqanswer2 {
    display: block;
}

a.active {
    background: #333;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px;
}

.togglefaq2 {
    color: #666666;
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 2px;
    padding: 10px 28px 12px 22px;
    text-decoration: none;
    width: 100%;
    position: relative;
    font-family: 'MuseoSansCyrl-300';
}

.togglefaq2.active-item:focus {
    color: #666;
}

.togglefaq2:focus {
    color: #666;
    text-decoration: none;
}

.togglefaq2:hover {
    color: #666;
}

.togglefaq i {
    display: inline-block;
    float: left;
    font-size: 9px;
    left: -10px;
    position: relative;
    top: 10px;
}

.togglefaq2 i {
    left: 0;
    position: absolute;
    top: 12px;
    font-weight: 300;
    font-size: 24px;
}


form h4 {
    font-size: 34px;
    margin: -2px 0 10px;
}
form p {
    text-align: center;
    margin: 8px 0 20px 0;
    font-size: 12px;
    font-family: 'Roboto',serif;
    font-weight: 100;
}

form input {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	font-size: 14px;
	border-radius: 8px;
	border: 1px solid #dedede;
}

.sweet-modal-box.alert {
	border-radius: 8px;
}
.sweet-modal-box.alert .sweet-modal-content {
	text-align: center;
	font-size: 16px;
	padding-top: 42px;
	padding-bottom: 10px;
}

@media (min-width: 360px) {
.sweet-modal-buttons {
    padding: 0 5px 35px !important;
    border: none !important;
    margin: 0px auto -15px !important;
}
}
form#sender {
	margin-bottom: 5px;
}

a.button.bordered.flat {
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 10px;
	border-radius:8px;
	font-size: 14px;
    font-family: 'Roboto',serif;
    /* font-weight: 100; */
    letter-spacing: 0.5px;
}
.sweet-modal-box.alert .sweet-modal-content {
    text-align: center;
    font-size: 16px;
    padding: 36px 5px 10px !important;
}
	
	
	
	
#politics {
    float: left;
    width: 18px;
    height: 50px;
    display: inline-block;
    margin-top: -14px;
    margin-right: 10px;
    /* margin-left: 8px; */
}

.cond a {font-family: 'Roboto', Arial, Helvetica, sans-serif;color: #444;text-decoration: underline;}

.cond {
    font-size: 9px;
    text-align: justify;
    line-height: 14px;
    padding: 8px 4px 0px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #444;
}	




button.owl-prev {
    float: left;
    /*left: 55px;*/
    position: relative;
    margin-bottom: 50px;
    bottom: 20px;
}

button.owl-next {
    float: right;
    /*right: 55px;*/
    position: relative;
    margin-bottom: 50px;
    bottom: 20px;
}	
button.owl-next span, button.owl-prev span {
    color: rgba(255, 255, 255, 0);
}
button.owl-next span:before{
    content: "\f105";
    font-family: 'FontAwesome';
    /* display: inline-block; */
    color: #84939e;
    /* position: absolute; */
    font-size: 32px;
}	
button.owl-prev span:before{
    content: "\f104";
    font-family: 'FontAwesome';
    /* display: inline-block; */
    color: #84939e;
    /* position: absolute; */
    font-size: 32px;
}	
.owl-theme .owl-nav [class*=owl-]:hover span:before{
    color: #333333;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: transparent !important;
    text-decoration: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: none !important;
}	
.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    background: #84939e!important;
}	
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #394348!important;
}	
	

.card p {
    font-family: 'MuseoSansCyrl-500';
    color: #535e65;
    line-height: 22px;
    margin-bottom: 30px;
}

.card p span {
    color: #999999;
}@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

@font-face {
	font-family: 'AA Bebas Neue';
	src: url('fonts/AABebasNeue.eot');
	src: url('fonts/AABebasNeue.eot?#iefix') format('embedded-opentype'),
		url('fonts/AABebasNeue.woff2') format('woff2'),
		url('fonts/AABebasNeue.woff') format('woff'),
		url('fonts/AABebasNeue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family:'MuseoSansCyrl-100';
    src: url('fonts/MuseoSansCyrl-100.eot');
	src: url('fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MuseoSansCyrl-100.woff2') format('woff2'),
		 url('fonts/MuseoSansCyrl-100.woff') format('woff'),
		 url('fonts/MuseoSansCyrl-100.ttf') format('truetype'),
		 url('fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'MuseoSansCyrl-300';
    src: url('fonts/MuseoSansCyrl-300.eot');
	src: url('fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MuseoSansCyrl-300.woff2') format('woff2'),
		 url('fonts/MuseoSansCyrl-300.woff') format('woff'),
		 url('fonts/MuseoSansCyrl-300.ttf') format('truetype'),
		 url('fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'MuseoSansCyrl-500';
    src: url('fonts/MuseoSansCyrl-500.eot');
	src: url('fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MuseoSansCyrl-500.woff2') format('woff2'),
		 url('fonts/MuseoSansCyrl-500.woff') format('woff'),
		 url('fonts/MuseoSansCyrl-500.ttf') format('truetype'),
		 url('fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'MuseoSansCyrl-700';
    src: url('fonts/MuseoSansCyrl-700.eot');
	src: url('fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MuseoSansCyrl-700.woff2') format('woff2'),
		 url('fonts/MuseoSansCyrl-700.woff') format('woff'),
		 url('fonts/MuseoSansCyrl-700.ttf') format('truetype'),
		 url('fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'MuseoSansCyrl-900';
    src: url('fonts/MuseoSansCyrl-900.eot');
	src: url('fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MuseoSansCyrl-900.woff2') format('woff2'),
		 url('fonts/MuseoSansCyrl-900.woff') format('woff'),
		 url('fonts/MuseoSansCyrl-900.ttf') format('truetype'),
		 url('fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

.overquote h3{    text-align: center;    margin: 50px 0 -15px;    font-family: 'MuseoSansCyrl-500';    font-size: 18px;}
.overquote p{    text-align: center;    font-size: 16px;    color: #444;    font-family: 'MuseoSansCyrl-300';}
.overquote {
    margin-bottom: 20px;
}
body {
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.prog > div {
   max-width: 800px;
}
header {
    border-bottom: 2px solid rgba(107, 113, 118, 0.1);
    margin-bottom: 40px;
    margin-top: 50px;
}
header > div:nth-child(1) {
    font-family: 'MuseoSansCyrl-300', sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(33, 34, 35, 0.66);
    margin-bottom: 0px;
    background: #fff;
    width: fit-content;
    display: block;
    padding: 0 7px;
    float: left;
    margin-left: 18px;
    margin-top: -10px;
}
header > div:nth-child(2) {
    font-family: 'MuseoSansCyrl-500', sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.2px;
    color: rgba(33, 34, 35, 0.25);
    margin-bottom: 0px;
    background: #fff;
    width: fit-content;
    display: block;
    padding: 0 6px;
    float: right;
    text-align: right;
    margin-right: 14px;
    margin-top: -6px;
}
section {
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 10px;
    z-index: 100;
    margin-bottom: 30px;
}

section > div {
    border: 1px solid #E6DDD5;
    border-radius: 8px;
    padding: 25px 25px;
    
}

section:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 4px;
    width: 92%;
    background: #ECD9C6;
    border-radius: 0 0 8px 8px;
    margin-top: 11px;
}
section > div > div:nth-child(1) {
    position: absolute;
    text-align: center;
    font-size: 35px;
    line-height: 20px;
    font-family: 'MuseoSansCyrl-100', sans-serif;
    color: #AE9D8C;
    padding-top: 8px;padding-left: 4px;
}
section > div > div:nth-child(1) span{
    font-size: 11px;
    font-family: 'MuseoSansCyrl-500', sans-serif;
}

section > div > div:nth-child(n+2)  {
    padding-left: 65px;
}

section > div > div:nth-child(2) {
   font-family: 'MuseoSansCyrl-300', sans-serif;
   font-size: 24px;
   line-height: 30px;
   letter-spacing: 0.4px;
   color: #232221;
   padding-bottom: 12px;
}
section > div > div:nth-child(3) {
    font-family: 'MuseoSansCyrl-100', sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #232221;
    padding-bottom: 18px;
}
section > div > div:nth-child(4) {

}
section > div > div:nth-child(4) > div {
    display: inline-block;
    padding-left: 22px;
    padding-right: 23px;
    font-size: 12px;
    line-height: 28px;
    color: #5a5049;
}
section.d1 > div:after {
    content: "\f012";
    color: rgba(230, 211, 193, 0.13);
    font-size: 154px;
    padding-right: 5px;
    font-family: FontAwesome;
    line-height: 12px;
    position: absolute;
    right: 50px;
    z-index: 2;
    margin-top: -70px;
}
section.d2 > div:after,section.d3 > div:after,section.d4 > div:after,section.d5 > div:after,section.d6 > div:after,section.d7 > div:after {
    color: rgba(230, 211, 193, 0.13);
    font-size: 154px;
    padding-right: 5px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    line-height: 12px;
    position: absolute;
    right: 50px;
    z-index: 2;
    margin-top: -70px;
    
}
section.d2 > div:after {content: "\f5c0";}
section.d3 > div:after {content: "\f324";  font-weight: 500!important;}
section.d4 > div:after {content: "\f2b5";}
section.d5 > div:after {content: "\f0e7";}
section.d6 > div:after {content: "\f0ad";}
section.d7 > div:after {content: "\f670";}





section > div > div > div:before{
    color: #ceb8a3;
    font-size: 13px;
    padding-right: 7px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    line-height: 12px;
    position: absolute;
    margin-left: -21px;
    margin-top: 7.6px;
}
section > div > div > div:nth-child(1):before {
    content: "\f736";
}
section > div > div > div:nth-child(2):before {
    content: "\f017";
}
section > div > div > div:nth-child(3):before {
    content: "\f251";
}
section > div > div > div:nth-child(4):before {
    content: "\f0ae";
}

.vid_txt_2{
    font-size: 220% !important;    margin-top: 110px;
}
#bottom_footer{
    border-top: 1px solid #eeeeee;
}
#yt_vid{
    height: 26.3vw;
    width: 100%;
    border: 0;
}
.nowrap{white-space: nowrap;}
.clr-dark {
    color: #2C3437;
}
#term1_popup,#term2_popup{
    padding:20px 35px;
}
.owl-carousel{

}
.testimonial-subp{
    font-size: 17px;
    padding: 40px 10% 0px;
    text-align: center;
    color: #a9a9a9;
    font-family: 'MuseoSansCyrl-500';
    }
.prog_eplog {
    font-size: 18px;
    padding: 50px 0 0px;
    text-align: center;
    color: #777;
    font-family: 'MuseoSansCyrl-300', sans-serif;
}
.testimonial-about-small{
    font-size: 13px !important;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.testimonial-img {
	margin-top: 90px;
}
.testimonial-img img{}
.testimonial-wrapper {
	background: #f8f9fd;
	padding: 75px 54px 95px 60px;
	position: relative;
	margin-top: 30px;
}
.testimonial-wrapper::before {
	background-image: url("../img/testimonial/icon1.png");
	background-repeat: no-repeat;
	content: "";
	height: 65px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 74px;
	left: 60px;
	top: -27px;
}
.testimonial-text{}
.testimonial-text p {
	font-size: 21px;
	line-height: 34px;
	margin-bottom: 0;
	font-family: 'MuseoSansCyrl-300', sans-serif;
}
.testimonial-content {
	margin-top: 50px;
}
.testimonial2-img{float:left;margin-right:20px;}
.testimonial2-img img {
	box-shadow: 2px 3px 20px 0px rgba(95, 95, 95, 0.41);
	border-radius: 50%;
    width: 65px !important;
    border: 2px solid #fff;
}
.testimonial-name {
	padding-top: 7px;padding-left: 84px;
}
.testimonial-name h4 {
	font-size: 19px;
	font-weight: 300;
	margin-bottom: -4px;
	color: #333;
	font-family: 'MuseoSansCyrl-500';
}
.testimonial-name span {
	font-size: 13px;
	font-weight: 400;
	color: #7b8e9d;
}
.testimonial-name span a {
    color: #7b8e9d !important;
    white-space: nowrap;
}
.testimonial-name span a:hover{
    color: #455058 !important;
}
.testimonial-active .owl-nav div {
	color: #7b8e9d;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s ease 0s;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
	background: #eeeff3;
	border-radius: 50%;
}
.testimonial-active .owl-nav {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	text-align: center;
}
.testimonial-active .owl-nav div:hover{color:#fff;background:#ef491a;;}
.testimonial-active.owl-carousel .owl-item img {
	display: block;
	width: auto;
}
.testimonial-bg {
	padding: 0 80px;
}

.testimonial2-wrapper {
	background: #fffefe;
	padding: 75px 40px 50px 44px;
	position: relative;
	margin-top: 45px;
	border-radius: 8px;
}
.testimonial2-wrapper::before {
	background-image: url("../owl/icon.png");
	background-repeat: no-repeat;
	content: "";
	height: 65px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 74px;
	left: 37px;
	top: -27px;
}

.testimonial2-active .owl-nav div {
	color: #7b8e9d;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s ease 0s;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
	background: #eeeff3;
	border-radius: 50%;
}
.testimonial2-active .owl-nav {
	position: absolute;
	bottom: -57px;
	left: 0;
	right: 0;
	text-align: center;
}
.testimonial2-active .owl-nav div:hover{color:#fff;background:#fab522;}
.testimonial2-active.owl-carousel .owl-item img {
	display: block;
	width: auto;
}

.owl-nav{
    margin: 40px 20px 0px !important;
}
.owl-prev, .owl-next{
    color: #7b8e9d !important;
    font-size: 42px !important;
    transition: all 0.3s ease 0s;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 5px !important;
    margin-right: 10px !important;
    /*background: #eeeff3 !important;*/
    border-radius: 50% !important;
}
.owl-prev span,.owl-next span {
    position: relative;
    top: -5px;
}
.owl-prev span {
    left: -1px;
}

.owl-next span {
    right: -1px;
}


		.question-phone-box{
			font-size: 20px;
			text-align: center;
			margin: 0 0 40px 0;
		}
	
		.h4-caption, .sum-box{
			text-align: center;
		    margin-bottom: 15px;
		}
		
		.form-description{
		    text-align: center;
            margin: 5px 0 10px 0;
            font-size: 12px;
		}
		
		#showPaymentBox{
			display: none;
		}
		#showPaymentBox{
			/*width: 310px;
			margin: 0 auto;
			padding: 0 20px;*/
			/* width: 310px; */
			/* margin: 0 auto; */
			/* padding: 0 10px; */
		}
		
		#showPaymentBox h4{
			font-size: 30px;
			line-height: 36px;
            margin: 10px 0 5px 0;
			font-weight: normal;font-family: 'MuseoSansCyrl-700';
		}

		#showPaymentBox input{
			padding: 8px 14px;
			font-size: 15px;
			width: 100%;
			border: 1px solid #cbcbc6;
			margin: 5px 0;
		}

		#showPaymentBox .submit{
			margin: 10px 0;
			text-align: center;
		}
		#showPaymentBox .submit input{
    		background-color: rgb(72, 156, 72);
            color: white;
            border: none;
		}
		#showPaymentBox input.warning{
			border: 1px solid red;
		}
		
		
.card_header div {
    width: 50%;
    float: left;
    font-size: 24px;
    line-height: 22px;
    font-family: 'MuseoSansCyrl-500';
}

.card_header div:nth-child(2) {
    text-align: right;
}
.card_header div:nth-child(2):before {content: ' ';display: block;width: 72px;height: 0px;/* float: right; */right: 36px;margin-top: 9px;position: absolute;background: rgba(100, 110, 132, 0.71);}
.card ul {
    list-style-type: none;
    margin: 25px 0 15px;
    padding: 0;
}
li.underlined {
    border-bottom: 1px solid #E4E6E9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.card {
    padding: 32px 36px 20px;
    font-family: 'MuseoSansCyrl-500';
    border-radius: 8px;
    border: 2px solid rgba(149, 155, 168, 0.25);
    color: #1B1C1D;
    margin: 10px auto;
    max-width: 370px;
    float: none;
}

.card_button div{
    float: left;
    width: 50%;
    font-size: 18px;
    font-family: 'MuseoSansCyrl-500';
    line-height: 18px;
}
.card_button div:nth-child(2){
    text-align: right;
}
.card_button div span{
    font-size: 13px;
    color: rgba(37, 37, 37, 0.6);
	letter-spacing: 0.4px;
}

.card_button {
    background: linear-gradient(180deg, #F7F8FA 0%, #E7E9EC 100%);
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 14px 16px 10px;
    margin: 0px -8px 0;
    font-family: 'MuseoSansCyrl-500';
}

.card ul li {
    color: #1b1c1d;
    line-height: 35px;
    font-family: 'MuseoSansCyrl-500';
    font-size: 20px;
}

.card_header div span {
    font-size: 14px;
    color: #959BA8;
    letter-spacing: 0.4px;
}		
a.card_button {
    color: #111;
	}	
a.card_button:hover	{	
	background:linear-gradient(to bottom,#e7eaf0,#d9dce1);
	color: #111;
}		
		
a:hover {
    text-decoration: none;
    color: #2196F3;
}
.subtitle{
	text-align: center;
    font-size: 20px;
    line-height: 35px;
    color: #af1313;
    margin-top: -30px;
    margin-bottom: 34px;
}

.headerf {
    /* min-height: 95vw; */
    background: url(../img/desktop_h2.jpg), #101010;
    background-size: cover;
    background-position: 70% 50%;
    /* background-position: 5px 0; */
    background-repeat: no-repeat;
}
.headerf {
    /*min-height: 45vw;
    background: url(../img/alex.png), #000;
    background-size: contain;
    background-position: -50px 0;
    background-repeat: no-repeat;*/
}
.titles {
    min-height: 36vw;
}
.tit {
    /*font-size: 50px; */
    /* letter-spacing: 8px; */
    /* font-family: Courier New, monospace; */
    /* font-weight: 500; */
    /* color: #fff; */
    background: url(../img/focuse.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 9vw;
    display: block;
    width: 80%;
    height: 160px;
    margin-left: -5px;
}
.video{
        padding: 70px 0;
}

div#video {
    background: #1b1c1d;
}
.quote {
    max-width: 550px;
    margin: 90px auto 40px;
}
.quote h3 {
    margin: 20px 0 40px;
    font-size: 140%;
    line-height: 38px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-family: 'MuseoSansCyrl-300';
    text-transform: uppercase;
    /*text-transform: uppercase;*/
}
.quote:before, .quote:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-size: 45px;
    color: #333;
}

.quote:before{
	/* content: "\f10e"; */
	display: block;
	position: absolute;
	left: -80px;
}
.quote:after{
	/* content: '\f10d'; */
	display: block;
	position: absolute;
	right: -50px;
	bottom: 150px;
}


.quote h3 small{
    margin-top: 35px;
    display: block;
    font-size: 80%;
    font-weight: 500;
}


.video-play {
    position: relative;    max-width: 922px;
    margin: 0 auto;
}
.video-play:after {
    background: #1f2327 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    position: absolute;
    top: 0;
    width: 100%;border-radius: 10px;
}
.video-play span {
    /* display: none; */
    display: block;
    background: transparent;
    position: absolute;
    top: 56%;
    width: 100%;
    text-align: center;
    color: #cccccc;
    line-height: 1.2;
    font: 400 55px/1.2 'AA Bebas Neue', Arial, sans-serif;
    z-index: 2;
	/*font-family: 'MuseoSansCyrl-900';*/
    text-transform: uppercase;
}


ul.menu{
    top: 15px;
    display: block;
    position: absolute;
    /* padding-bottom: 10px; */
    /* margin-bottom: 0px; */
    margin-left: 35px;
}
.menu li {
	list-style: none;
    float: left;
    padding-right: 35px;
    font-size: 17px;
    color: white;
    font-family: Courier New, Courier, monospace;
    /* font-weight: 600; */
    font-family: 'MuseoSansCyrl-300';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu a {
    color: #c3c3c3;
}
.date {
    color: #c3c3c3;
    font-family: 'MuseoSansCyrl-100';
    /* letter-spacing: 1px; */
    font-size: 19px;
    position: absolute;
    left: 20vw;
    bottom: 12px;
}
.date span{
    font-size: 130%;
}


.program{
   background: #ffffff;
}
.schedule {
    max-width: 800px;
    margin: 60px auto 0;
}

.schedule_block {
    border-left: 3px solid rgba(255, 255, 255, 0.07);
    padding: 10px 20px 40px 40px;
    margin-left: 50px;
}
.schedule :last-child{
	border-left: none;
}

.schedule_box{
	margin-right:-100px;
}

.schedule_block .day {
	position: relative;
    margin-top: -35px;
    color: #ffffff;
    font-size: 32px;
    /* text-transform: uppercase; */
    font-weight: 400;
    letter-spacing: -0.5px;
	line-height: 110%;
	font-family: 'MuseoSansCyrl-500';
}
.schedule_block .day:before {
    content: ' ';
    position: absolute;
    font-size: 66px;
    color: #9a9a9a;
    margin-left: -50px;
    margin-top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /*background-color: #1BB17B;*/
	background-color: #e0e0e0;
    border: 4px solid #2b2c2d;
}

.schedule_block .title {
    font-size: 24px;
    line-height: 37px;
    margin-left: -2px;
    margin-bottom: 8px;
    margin-top: -24px;
    color: rgba(27, 28, 29, 0);
    font-weight: bold;
	position: inherit;
}

.schedule_block .title:before {
    content: 'Date';
    position: absolute;
    font-size: 21px;
	font-weight: 200;
    letter-spacing: 1px;
    color: #cecece;
    margin-left: -220px;
}
.schedule_block.day0 .title:before {content: '20 нояб 19:00' !important;}
.schedule_block.day1 .title:before {content: '27 нояб 19:00' !important;}
.schedule_block.day2 .title:before {content: '4 дек 19:00' !important;}
.schedule_block.day3 .title:before {content: '11 дек 19:00' !important;}

.schedule_block.day5 .title:before {content: '18 дек 19:00' !important;}
.schedule_block.day6 .title:before {content: '25 дек 19:00' !important;}
.schedule_block.day7 .title:before {content: '25 дек 19:00' !important;}

.schedule_block.day5 .day:before,.schedule_block.day6 .day:before,.schedule_block.day7 .day:before {
    content: ' ';
    position: absolute;
    font-size: 66px;
    color: #9a9a9a;
    margin-left: -50px;
    margin-top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /*background-color: #3875AD;*/
	background-color: #fff;
    border: 4px solid #2b2c2d;
}

.schedule_block .text {
    color: #cecece;
    font-size: 21px;
    line-height: initial;
    text-align: left;
    margin: 15px 0 50px;
	font-weight: 300;
}

.day3 .text {
    margin: 55px 0 -10px;
}
.day4 .day:before{
    /*content: "⮟";*/
    content: "\f103";
    position: absolute;
    font-size: 30px;
    color: rgb(49, 51, 52);
    margin-left: -52px;
    margin-top: -4px;
    font: normal normal normal 42px/1 FontAwesome;
    width: 0;
    height: 0;
    border: none;
}

.part_title{
    font: 400 150px/.9 'AA Bebas Neue', Arial, sans-serif;
    margin: 60px 0 40px;
    text-align: center;
    font-size: 36px;
    line-height: 66px;
    /* letter-spacing: 2.5px; */
    padding-bottom: 10px;
    font-family: 'MuseoSansCyrl-700';
    /* text-transform: uppercase; */
    color: #333;
}
.clr-white{
    color:white;
}
.task{
    font-size: 80%;
}
.task .ico {
    background: url(../img/task.png);
    background-size: contain;
    height: 30px;
    width: 22px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    margin: 15px 15px 0 0;
}

.task .txt {
    margin-top: 17px;
}


.price_card{
    display: block;
    max-width: 346px;
    margin: 35px auto;
    width: 100%;
    height: 530px;
    background: url(../img/pr_now.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 17px 6px rgba(50, 50, 50, 0.07);
    -moz-box-shadow: 0px 0px 17px 6px rgba(50, 50, 50, 0.07);
    box-shadow: 0px 0px 17px 6px rgba(50, 50, 50, 0.07);
}

.price_card h4 {
    padding-top: 155px;
    padding-left: 0px;
    font-size: 48px;
    letter-spacing: 1px;
    color: #1f2125;
    text-align: center;
}
.price_card h5 {
    padding-top: 0px;
    padding-left: 0px;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #666666;
    text-align: center;
}
.price_card p {
    padding: 20px 40px 0px;
    font-size: 18px;
    line-height: initial;
    letter-spacing: 0.4px;
    color: #666666;
}
.price_card .button_reg {
    padding: 14px;
    margin: 20px 37px 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    display: block;
    border-radius: 8px;
    text-transform: uppercase;
    width: 270px;
    background: linear-gradient(to bottom,#287CCA,#166AB9);
    border: 1px solid #2074c2a1;
}
.price_card .button_reg:hover {
	text-decoration:none;
    background: linear-gradient(to bottom,#3a94e8,#0e74d4);
    border: 1px solid #2074c200;
}
.about_alex {
    margin: 100px auto 0;
}

	
#online {
    background: url(../img/bg_monitors.jpg);
    background-color: #222327;
    background-size: cover;
    /*min-height: 30vw;
    padding: 3vw 0 2vw;*/
    background-position: 0% 0%;
    /* margin-top: 80px; */
}
#online .row{    padding: 3vw 0 2vw;
    }
#online div > div:nth-child(2) {
    padding: 100px 0 20px 20px;
}
#online div > div:nth-child(1) {
    background: url(../img/monitors.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    min-height: 400px;
}
#online a {
    clear: both;
    display: block;
    margin: 55px 0 0;
    color: #4AAEFF;
    font-family: 'MuseoSansCyrl-500', sans-serif;
    font-size: 18px;
    margin-left: 2vw;
}
#online i {
    margin-left: 7px;
    font-size: 14px;
}
#online img {
    margin-left: 2vw;
}



@media (max-width: 342px){
    ul.menu { margin-left: -35px !important;    }
    .video-play span {font-size: 25px !important;}
    .quote h3 {line-height: 28px !important;  font-size: 17px !important;}
    .price_card h4 {padding-top: 36vw !important;}
	
	.card ul li {
		line-height: 25px;
		font-size: 13px;
	}
	.card_header div {
		font-size: 22px;
		line-height: 20px;
	}
	.card_button div span {
		font-size: 11px;
		letter-spacing: 0.2px;
	}
	.footer_txt {text-align: center;}
	ul.contacts {
		font-size: 24px;
		padding: 0 13px 20px;
		max-width: 285px;
	}
	.contacts li:nth-child(1),.contacts li:nth-child(2) {
		line-height: 46px;
	}
	.contacts li:nth-child(1):before {
		content: '';
		display: inline-block;
		height: 32px;
		width: 57px;
		vertical-align: -12%;
		background-image: url(../img/call.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.contacts li:nth-child(2):before {
		content: '';
		display: inline-block;
		height: 32px;
		width: 57px;
		vertical-align: -17%;
		background-image: url(../img/email.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    
    #online a {
        clear: both;
        display: block;
        margin: 8vw 0 0;
        color: #4AAEFF;
        font-family: 'MuseoSansCyrl-500', sans-serif;
        font-size: 14px;
        margin-left: 2vw;
    }
    #online div > div:nth-child(2) {
        padding: 30px 0 50px 15vw;
    }
    #online div > div:nth-child(1) {
        background: url(../img/monitors.png);
        background-size: 94%;
        background-repeat: no-repeat;
        background-position: 7% 90%;
        min-height: 76vw;
    }  
    #online img {
        margin-left: 2vw;
        max-width: 70%;
    }  

    
    section:after {
        content: ' ';
        display: block;
        position: absolute;
        height: 4px;
        width: 84%;
        background: #ECD9C6;
        border-radius: 0 0 8px 8px;
        margin-top: 11px;
    }
    section > div > div:nth-child(1) {
        padding-top: 8px;
        margin-left: -10px;
    }
    section > div > div:nth-child(n+2)  {
        padding-left: 46px;
    }
    section > div > div:nth-child(2) {
       font-size: 22px;
       line-height: 27px;
       padding-bottom: 10px;
    }
    section > div > div:nth-child(3) {
        padding-bottom: 15px;
    }
    section > div > div:nth-child(4) > div {
        padding-right: 10px;
    }
    section > div > div > div:before{
        margin-left: -19px;
        margin-top: 8.3px;
    }
    
    
    
    .schedule_block {
        border-left: none!important;
        padding: 10px 20px 40px 40px;
        margin-left: 10px;
    }
    .schedule_block .day:before {
        display: none!important;
    }
    .task .ico {
        width: 17px!important;
        margin: 15px 12px 0 0!important;
    }
    .title span {
        color: #808080;
        padding-left: 10px;
        font-weight: 400;
    }
	.footer_txt {text-align: center;}
	ul.contacts {
		font-size: 24px;
		padding: 0 13px 20px;
		max-width: 285px;
	}
	.contacts li:nth-child(1),.contacts li:nth-child(2) {
		line-height: 46px;
	}
	.contacts li:nth-child(1):before {
		content: '';
		display: inline-block;
		height: 32px;
		width: 57px;
		vertical-align: -12%;
		background-image: url(../img/call.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.contacts li:nth-child(2):before {
		content: '';
		display: inline-block;
		height: 32px;
		width: 57px;
		vertical-align: -17%;
		background-image: url(../img/email.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.titles {
    min-height: 135vw;
	}
    .vid_txt_2{     font-size: 180%!important;margin-top: 56px;}
    #yt_vid { height: 53.5vw;}
    .testimonial-subp {
    font-size: 17px;
    padding: 30px 10px 0px;
    }
    .testimonial2-wrapper {
        padding: 65px 32px 55px 32px;
    }
    .testimonial-text p {
    font-size: 17px;
    line-height: 26px;
    }
	
	.card ul li {
		line-height: 20px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.card_header div {
		font-size: 22px;
		line-height: 20px;
	}
	.card_button div span {
		font-size: 11px;
		letter-spacing: 0.2px;
	}

	
    .quote:before, .quote:after{
    	display: inline-block;
    	font: normal normal normal 14px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	font-size: 42px;
    	color: #333;
    }
    .quote:before {
        /* content: "\f10e"; */
        display: block;
        position: absolute;
        left: 15px;
    }
    .quote:after {
        /* content: '\f10d'; */
        display: block;
        position: absolute;
        right: 15px;
        bottom: 0px;
    }
    /*  .quote h3:before, .quote h3:after{    display: none !important;} */
    
    
    .video-play span {font-size: 29px; top: 50%;}
    .quote h3 {
    margin: 70px 0 12px;
    line-height: 30px;
    font-size: 19px;
    }
    .quote {    max-width: 296px;margin: 10px auto 100px;}
    
    .part_title {font-size: 32px;line-height: 38px;}
    .schedule_block .day {   font-size: 24px;}
    .subtitle {font-size: 18px;   line-height: 28px;}
    .price_card {  width: 90%;   }
	.schedule {
		max-width: 300px !important;
		margin: 0 auto;
	}
	.schedule_box {
		margin-right: -8px !important;
		margin-left: 18px !important;
	}
	.schedule_block {
		padding: 10px 30px 40px 0px !important;
	}	
	.schedule_block .day:before {
		margin-left: -30px !important;
		/*margin-top: -36px;*/
	}
	.day4 .day:before {
        margin-left: -32px !important;
        margin-top: -6px;
    }
		.schedule_block .title {margin-top: -34px;margin-bottom: 45px;font-size: 14px;color: #a2a2a2;margin-left: 2px;}
	.schedule_block .title:before {
	    display: none!important;
		content: 'Date';
		position: absolute;
		font-size: 12px !important;
		font-weight: bold;
		letter-spacing: 0px !important;
		color: #aaa;
		margin-left: -92px !important;
		width: 54px;
        line-height: 16px;
        text-align: right;    margin-top: 10px;
	}
	.schedule_block .text {
		font-size: 17px !important;
	}
		
    .menu li {    padding-right: 25px;    font-size: 16px;}
    ul.menu{
        margin: -2px auto 45px;
        width: 319px;
        display: block;
        position: relative;
    }
	.menu li:last-child{
		padding-right: 0;
	}
    .tit {
        /*background: url(../img/title_m.png);
        background-size: contain;
        background-repeat: no-repeat;*/
        margin-top: 96vw;
        display: block;
        width: 90%;
        margin-left: 6%;
        height: 135px;
    }
    .headerf {
        min-height: 95vw;
		background: url(../img/mobile_h.jpg), #101010;
		background-size: cover;
		background-position: 50% 0%;
		background-repeat: no-repeat;
    }
	
    .price_card .button_reg {margin: 0px auto 0px;  font-size: 15px; width: fit-content;}
    .price_card h4 {padding-top: 130px;  padding-left: 0px;    font-size: 40px;  }
    .price_card h5 {padding-left: 0px; font-size: 19px;margin-top: -5px;}
    .price_card p {     padding: 20px 30px 5px;    font-size: 15px;}
    .price_card { height: 455px;}
    
    #about{
        /* background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.85),rgba(255, 255, 255, 0.99), rgb(255, 255, 255)), url(../img/bg.jpg); */
        /* background-size: cover; */
        /* background-position: 40% 50%; */
    }
    .video {padding: 50px 0 50px 0;}

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    #online a {
        clear: both;
        display: block;
        margin: 7vw 0 0;
        color: #4AAEFF;
        font-family: 'MuseoSansCyrl-500', sans-serif;
        font-size: 14px;
        margin-left: 2vw;
    }
    #online div > div:nth-child(2) {
        padding: 26px 0 39px 15vw;
    }
    #online div > div:nth-child(1) {
        background: url(../img/monitors.png);
        background-size: 94%;
        background-repeat: no-repeat;
        background-position: 7% 90%;
        min-height: 76vw;
    }  
    #online img {
        margin-left: 2vw;
        max-width: 70%;
    }  
    
	.footer_txt {text-align: center;}
	ul.contacts {
		font-size: 24px;
		padding: 0 13px 20px;
		max-width: 285px;
	}
	.contacts li:nth-child(1),.contacts li:nth-child(2) {
		line-height: 46px;
	}
	.contacts li:nth-child(1):before {
		content: '';
		display: inline-block;
		height: 32px;
		width: 57px;
		vertical-align: -12%;
		background-image: url(../img/call.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.contacts li:nth-child(2):before {
		content: '';
		display: inline-block;
		height: 32px;
		width: 57px;
		vertical-align: -17%;
		background-image: url(../img/email.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
    #yt_vid { height: 53.5vw;}
	.schedule {	max-width: 380px !important;margin: 0 auto;	}
	.schedule_box {	margin-right: -30px !important;	margin-left: 20px !important;	}
	.schedule_block {	padding: 10px 20px 40px 30px !important;	}	
	.schedule_block .day:before {	margin-left: -45px !important;	}	
	.day4 .day:before {	margin-left: -42px !important;	}	
	.schedule_block .title:before {	content: 'Date';position: absolute;	font-size: 16px !important;	font-weight: bold;	letter-spacing: 1px;	color: #aaa;	margin-left: -170px !important;	}
    #about{
        /* background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.85),rgb(255, 255, 255), rgb(255, 255, 255)), url(../img/bg.jpg); */
        /* background-size: cover; */
        /* background-position: 40% 50%; */
    }

    
    .quote {
        max-width: 400px;
        margin: 60px auto 60px;
    }
    .quote h3 {
        margin: 10px 0 0;
		line-height: 33px;
		font-size: 20px;
    }
    
    ul.menu{    
		margin: 0px 0 35px;
		right: 2vw;
		width: 380px;
		display: block;
		position: absolute;
	}
    .menu li {font-size: 16px;}
    .tit {
        /*background: url(../img/title_m.png);*/
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 90vw;
        display: block;
        width: 90%;
        margin-left: 6%;
        height: 185px;
    }
    .header {
        min-height: 95vw;
        background: url(../img/alex_m.jpg), #000;
        background-size: contain;
        background-position: 5px 0;
        background-repeat: no-repeat;
    }
    .about_alex {
        margin: 100px auto 0;
    }
    .video-play span { font: 400 47px/1.2 'AA Bebas Neue', Arial, sans-serif;}
	
	
	#schedule .row:nth-child(2) img.watch{
		float: none;
		margin: 0 auto;
		width: 70%;
	}
	
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	ul.contacts {
		padding: 0 13px 20px;
		max-width: 345px;
	}
	.contacts li:nth-child(1),.contacts li:nth-child(2) {
		line-height: 64px;
	}
	.contacts li:nth-child(1):before {
		content: '';
		display: inline-block;
		height: 42px;
		width: 70px;
		vertical-align: -12%;
		background-image: url(../img/call.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.contacts li:nth-child(2):before {
		content: '';
		display: inline-block;
		height: 42px;
		width: 70px;
		vertical-align: -17%;
		background-image: url(../img/email.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	#online div > div:nth-child(1) {
        min-height: 340px!important;
    }
	#online div > div:nth-child(2) {
        padding: 100px 0 20px 20px!important;
    }
	#online a {
        margin: 35px 0 0!important;
        margin-left: 2vw!important;
    }
    #online img {
        max-width: 90%!important;
    }
    #yt_vid { height: 35.5vw;}
    .menu li{ padding-right: 35px;font-size: 12px;}
    ul.menu{margin-left: 10px;top: 15px;}
    .tit {}

    .schedule {max-width: 540px !important;	margin: 0 auto;	}
	.schedule_box {	margin-right: -80px !important;	}
    #about .row:first-child{
        /* background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.92), rgb(255, 255, 255)), url(../img/bg.jpg); */
        background-size: cover;
        background-position-y: 10%;
        /* padding-bottom: 60px; */
    }
    .video-play span { font: 400 39px/1.2 'AA Bebas Neue', Arial, sans-serif;}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .card_button {
        position: absolute !important;
        width: calc(100% - 2*32px) !important;
        bottom: 25px !important;
    }
    .card {
        min-height: 342px !important;
    }
	ul.contacts {
		padding: 0 13px 20px;
		max-width: 345px;
	}
	.contacts li:nth-child(1),.contacts li:nth-child(2) {
		line-height: 64px;
	}
	.contacts li:nth-child(1):before {
		content: '';
		display: inline-block;
		height: 42px;
		width: 70px;
		vertical-align: -12%;
		background-image: url(../img/call.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.contacts li:nth-child(2):before {
		content: '';
		display: inline-block;
		height: 42px;
		width: 70px;
		vertical-align: -17%;
		background-image: url(../img/email.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	
    ul.menu{margin-left: 3vw;}
    #about .row:first-child{
        /* background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.84), rgb(255, 255, 255)), url(../img/bg.jpg); */
        /* background-size: cover; */
        /* background-position-y: 10%; */
        /* padding-bottom: 60px; */
    }
    .video-play span { font: 400 39px/1.2 'AA Bebas Neue', Arial, sans-serif;}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .only_small{
        display:none;
    }
    /*.card_button {
        position: absolute !important;
        width: calc(100% - 2*32px) !important;
        bottom: 25px !important;
    }
    .card {
        min-height: 342px !important;
    }*/
    section > div > div:nth-child(2) {
       font-size: 28px;
       line-height: 35px;
    }
    section > div > div:nth-child(3) {
        font-size: 18px;
        line-height: 26px;
    }
    section > div > div:nth-child(4) > div {
        font-size: 14px;
    }
    section > div > div > div:before{
        color: #ceb8a3;
        font-size: 13px;
        padding-right: 7px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 700;
        line-height: 12px;
        position: absolute;
        margin-left: -21px;
        margin-top: 9.4px;
    }
    
    
	ul.contacts {
		padding: 0 13px 20px;
		max-width: 345px;
	}
	.contacts li:nth-child(1),.contacts li:nth-child(2) {
		line-height: 64px;
	}
	.contacts li:nth-child(1):before {
		content: '';
		display: inline-block;
		height: 42px;
		width: 70px;
		vertical-align: -12%;
		background-image: url(../img/call.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.contacts li:nth-child(2):before {
		content: '';
		display: inline-block;
		height: 42px;
		width: 70px;
		vertical-align: -17%;
		background-image: url(../img/email.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	
    ul.menu{    margin-left: 7vw;
    font-family: 'MuseoSansCyrl-100';
    text-transform: uppercase;}
    #about .row:first-child{
        /* background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.73), rgb(255, 255, 255)), url(../img/bg.jpg); */
        /* background-size: cover; */
        /* background-position-y: 30%; */
        /* padding-bottom: 100px; */
    }
    .video {/*margin: 30px 0;*/}
    .video-play span { font: 400 48px/1.2 'AA Bebas Neue', Arial, sans-serif;}
    
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:active, .owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fcf9f7;
    color: #ceb8a3!important;
    text-decoration: none;
}
.testimonial-pricep {
    font-size: 17px;
    padding: 0px 0 0px;
    text-align: center;
    color: #777;
}
.contacts{
    list-style-type: none;
    max-width: 345px;
    font-family: 'Roboto', sans-serif;
    color: #959BA8;
    font-size: 31px;
    font-weight: 300;
	margin: auto;
	padding: 0 13px 30px;
}
.contacts li{
    font-family: 'Roboto', sans-serif;
    color: #959BA8;
}
.contacts li a{
    font-family: 'Roboto', sans-serif;
    color: #959BA8;
}
/*.contacts li:nth-child(1){
	line-height: 64px;
}
.contacts li:nth-child(2){
	line-height: 64px;
}*/
/*
.contacts li:nth-child(1):before{
	content: '';
    display: inline-block;
    height: 42px;
	width: 70px;
    vertical-align: -12%;
    background-image: url(../img/call.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
.contacts li:nth-child(2):before{
	content: '';
    display: inline-block;
    height: 42px;
    width: 70px;
    vertical-align: -17%;
	background-image: url(../img/email.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
a.wa {
    background: url(../img/whatsapp.png);
    background-size: 70%;
    width: 60px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 25%;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 0.3px;
    color: #959BA8;
    text-decoration-style: dotted;
    padding-top: 60px;
    margin-bottom: 15px;
    text-align: center;
    margin: 0 auto;
}
a.tg {
    background: url(../img/telegram.png);
    background-size: 70%;
    width: 60px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 25%;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 0.3px;
    color: #959BA8;
    text-decoration-style: dotted;
    padding-top: 60px;
    margin-bottom: 15px;
    text-align: center;
    margin: 0 auto;
}
.messengers p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #959BA8;
    padding: 25px;
    margin-bottom: 10px;
    text-align: center;
}




.footer_txt {
    color: #b5b5b5;
    padding: 25px;
    margin: 0;
    font-size: 14px;
    text-align: center;
}



/* FAQ area Start */

.acordion-area-content {
    padding-right: 30px;
}

.acordion-area {
    height: auto;
    width: 100%;
    margin-bottom: 70px;
}

.acordion-area-content h3 {
    margin-bottom: 35px;
}

.single-acordion2 {
    border-bottom: 1px solid #e2e7eb;
    margin-bottom: 10px;
    margin-top: 3px;
}

.faqanswer2 {
    color: #fff;
    display: none;
    line-height: 28px;
    padding: 12px 20px 12px 30px;
    width: 100%;
}

.faqanswer2 p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 10px;
    font-family: 'MuseoSansCyrl-500';
}

.single-acordion2.display-block .faqanswer2 {
    display: block;
}

a.active {
    background: #333;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px;
}

.togglefaq2 {
    color: #666666;
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 2px;
    padding: 10px 28px 12px 22px;
    text-decoration: none;
    width: 100%;
    position: relative;
    font-family: 'MuseoSansCyrl-300';
}

.togglefaq2.active-item:focus {
    color: #666;
}

.togglefaq2:focus {
    color: #666;
    text-decoration: none;
}

.togglefaq2:hover {
    color: #666;
}

.togglefaq i {
    display: inline-block;
    float: left;
    font-size: 9px;
    left: -10px;
    position: relative;
    top: 10px;
}

.togglefaq2 i {
    left: 0;
    position: absolute;
    top: 12px;
    font-weight: 300;
    font-size: 24px;
}


form h4 {
    font-size: 34px;
    margin: -2px 0 10px;
}
form p {
    text-align: center;
    margin: 8px 0 20px 0;
    font-size: 12px;
    font-family: 'Roboto',serif;
    font-weight: 100;
}

form input {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	font-size: 14px;
	border-radius: 8px;
	border: 1px solid #dedede;
}

.sweet-modal-box.alert {
	border-radius: 8px;
}
.sweet-modal-box.alert .sweet-modal-content {
	text-align: center;
	font-size: 16px;
	padding-top: 42px;
	padding-bottom: 10px;
}

@media (min-width: 360px) {
.sweet-modal-buttons {
    padding: 0 5px 35px !important;
    border: none !important;
    margin: 0px auto -15px !important;
}
}
form#sender {
	margin-bottom: 5px;
}

a.button.bordered.flat {
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 10px;
	border-radius:8px;
	font-size: 14px;
    font-family: 'Roboto',serif;
    /* font-weight: 100; */
    letter-spacing: 0.5px;
}
.sweet-modal-box.alert .sweet-modal-content {
    text-align: center;
    font-size: 16px;
    padding: 36px 5px 10px !important;
}
	
	
	
	
#politics {
    float: left;
    width: 18px;
    height: 50px;
    display: inline-block;
    margin-top: -14px;
    margin-right: 10px;
    /* margin-left: 8px; */
}

.cond a {font-family: 'Roboto', Arial, Helvetica, sans-serif;color: #444;text-decoration: underline;}

.cond {
    font-size: 9px;
    text-align: justify;
    line-height: 14px;
    padding: 8px 4px 0px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #444;
}	




button.owl-prev {
    float: left;
    /*left: 55px;*/
    position: relative;
    margin-bottom: 50px;
    bottom: 20px;
}

button.owl-next {
    float: right;
    /*right: 55px;*/
    position: relative;
    margin-bottom: 50px;
    bottom: 20px;
}	
button.owl-next span, button.owl-prev span {
    color: rgba(255, 255, 255, 0);
}
button.owl-next span:before{
    content: "\f105";
    font-family: 'FontAwesome';
    /* display: inline-block; */
    color: #84939e;
    /* position: absolute; */
    font-size: 32px;
}	
button.owl-prev span:before{
    content: "\f104";
    font-family: 'FontAwesome';
    /* display: inline-block; */
    color: #84939e;
    /* position: absolute; */
    font-size: 32px;
}	
.owl-theme .owl-nav [class*=owl-]:hover span:before{
    color: #333333;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: transparent !important;
    text-decoration: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: none !important;
}	
.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    background: #84939e!important;
}	
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #394348!important;
}	
	

.card p {
    font-family: 'MuseoSansCyrl-500';
    color: #535e65;
    line-height: 22px;
    margin-bottom: 30px;
}

.card p span {
    color: #999999;
}