html
{
	overflow-x: hidden;
	overflow-y: overlay;
}
body
{
	min-height: 100vh;
	background: linear-gradient(0deg, rgba(28, 35, 41, 1) 0%,
		rgba(31, 41, 51, 1) 50%, rgba(34, 45, 56, 1) 100%);
	color: #e6e6e6;
	font-size: 16px;
	font-family: 'Roboto';
	overflow: hidden;
	position: relative;
	left: 0;
	right: 0;
	hyphens: auto;
}
p
{
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 5px;
}
.qq-default-container
{
	padding: 15px 20px;
}
.qq-defailt-containers-inside > *
{
	padding: 15px 20px;
}
.basic-text,
.basic-text p
{
	line-height: 20px;
	font-size: 15px;
	color: #fff;
	margin-bottom: 5px;	
}
.basic-text span
{
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 5px;	
}
.mini-text
{
	font-size: 13px;
	line-height: 15px;
	color: #fff;
}
.qq-card-skin
{
	background: #34424f;
    border: 1px solid #54616e;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 5px #0000004f;
    margin: 10px;
    padding: 3px;
}
.qq-popup-arrowed
{
	position: absolute;
	top: 0;
	left: 0;

}
.qq-popup-arrowed.bottom:after
{
	content: "";
	display: block;
	width: 34px;
	height: 27px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/QQ_Blogs_Icons.png) no-repeat;
	background-position: -370px -280px;
}
header
{
	background-color: #13181c;
	border-bottom: 1px solid #3b4a59;
	padding: 0px 15px 0px 60px; 
    margin-bottom: 20px;
    position: relative;
    box-shadow: inset -2px 0px 1px 0px #3b4a59
}
.header-content-wrapper
{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0px auto;
    width: 100%; 	
}
input
{
	background: #384654;
	margin-bottom: 1px;
	border: none;
	padding: 12px 14px;
	color: #fff;
	font-size: 17px;
	font-family: 'MyriadPro-Italic';
}
textarea
{
	background: #384654;
	margin-bottom: 1px;
	border: none;
	padding: 12px 14px;
	color: #fff;
	font-size: 17px;
	font-family: 'MyriadPro-Italic';
	border: none;	
}
a
{
	color: #ffffff;
}

a:hover
{
	color: #7dbeff;
}
.link
{
	font-size: 13px;
	color: #82d3ff;
	text-decoration: underline;
	display: inline-block;
	white-space: nowrap;
}
.link:hover
{
	text-decoration: none;
}
.link.basic-text
{
	font-size: 15px;
	margin-bottom: 0;
}
.fat-text
{
	font-weight: 600;
}

input::-webkit-input-placeholder 
{
	font-family: 'Roboto';
	font-style: italic;
	color: #cccccc;
	font-size: 16px;
}
input::-moz-placeholder 
{
	font-family: 'Roboto';
	font-style: italic;
	color: #cccccc;
	font-size: 16px;
}

input:-ms-input-placeholder 
{
	font-family: 'Roboto';
	font-style: italic;
	color: #cccccc;
	font-size: 16px;
}

input::-ms-input-placeholder
{
	font-family: 'Roboto';
	font-style: italic;
	color: #cccccc;
	font-size: 16px;
}
.slick-initialized .slick-slide
{
	display: inline-flex;
}
.primary-qq-btn
{
	width: 126px;
	height: 37px;
	display: inline-block;
	background-image: url('../images/QQ_icons.png');
	background-position: 0px -98px;	
	border-radius: 12px;
	text-align: center; 
	text-decoration: none;
	padding: 10px 5px;
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
}
.primary-qq-btn:hover
{
	background-position: 0px -140px;
	color: #fff;
}
.arabian-text
{
	direction: rtl;
	text-align: left;
	text-decoration: none;
}
.green-qq-btn 
{
	width: 126px;
	height: 37px;
	display: inline-block;
	background-image: url('../images/QQ_icons.png');
	background-position: -131px -98px;	
	border-radius: 12px; 
	text-align: center;
	padding: 10px 5px;
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
}
.green-qq-btn:hover
{
	background-position: -131px -140px;	 
}
.blue-btn
{
	padding: 5px 5px 5px 5px; 
	background-color: #4699e6;
	border: 1px solid #86bef0;
	border-radius: 5px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
.blue-btn:hover
{
	background-color: #4a7296;
}

.lighten-dark-blue-bg
{
	background-color: #33404d;
}

.dark-blue-bg
{
	background-color: #2a3540;
}
.bordered-line-bot-top
{
	border-bottom: 1px solid #506378;
	border-top: 1px solid #506378;
}
.bordered-line-bot
{
	border-bottom: 1px solid #506378;
}
.bordered-line-top
{
	border-top: 1px solid #506378;
}
.bordered-line-left-right
{
	border-left: 1px solid #506378;
	border-right: 1px solid #506378;
}
.bordered-line-left
{
	border-left: 1px solid #506378;
}
.bordered-line-right
{
	border-right: 1px solid #506378;
}

.dotted-line-right
{
	position: relative;
}

.dotted-line-right:before
{
	content: "";
	position: absolute;
	top: 0px;
	right: -2px;
	width: 4px;
	height: 36px;
	background-image: url('../images/QQ_icons.png');
	background-position: -249px 0px;
}

.download-demo-project
{
	width: 285px;
	height: 94px;
	display: inline-block;
	background-image: url('../images/QQ_icons.png');
	background-position: -258px 0px;
	padding: 21px 15px 15px 70px;
	text-align: center;
	text-shadow: 0px 0px 3px #000000f5;
	font-size: 21px;
	line-height: 1.2;
	color: #e6e6e6;
	font-family: 'Roboto';
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
}

.download-demo-project:hover
{
	background-position: -258px 0px;
	color: #fff;
}
#download-qq-mock
{
	background: url(../images/QQ_Mock_icons.png);
	background-position: -258px 0px;
	color: #363300;
	text-shadow: none;
	font-family: 'MyriadPro-Bold';
	padding: 21px 15px 15px 75px !important;
	margin-bottom: 20px;
	margin-top: 17px;
}
#download-qq-mock:hover
{
	background-position: -262px -99px; 
}

.qq-title
{
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 25px;
	display: block;
	padding-left: 6px;
	/*color: #82d3ff;*/
	color: #FFC882;
}
.qq-title.white
{
	color: #f2f2f2;
}

/*Header Styles*/
	/*Related Projects Menu Styles*/

ul.related-projects-menu
{
	display: inline-flex;
	flex-direction: row;
}

.related-projects-item
{
	width: 84px;
	padding: 6px 0px 1px;
	text-align: center;
	position: relative;
}

.related-projects-item:before
{
	content: "";
	position: absolute;
	top: 14px;
	right: 0;
	width: 1px;
	height: 35px;
	border-right: 2px dotted #394c5e;
}

.related-projects-item:last-child:before
{
	border: none;
}

.related-projects-item a
{
	width: 57px;
	height: 50px;
	display: inline-block;
	position: relative;
	z-index: 1;
	background-image: url('../images/QQ_icons.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	outline: none;
}

.related-projects-item.active
{
	z-index: 0;
}
.related-projects-item.active:before
{
	display: none;
}
.related-projects-item.active:after
{
	content: "";
	width: 100%;
	height: 75px;
	position: absolute;
    top: -10px;
    left: 0;
    z-index: 0;
    background: #222d38;
}
.related-projects-item.active a:before
{
    content: "";
    display: block;
    width: 25px;
    height: 85px;
    position: absolute;
    top: -23px;
    left: -31px;
    background: url(../images/active-menu-header-large.png) no-repeat left top / contain;
    background-size: 166px 110px;
    z-index: -1;
}
.related-projects-item.active a:after
{
	content: "";
    width: 25px;
    height: 85px;
    position: absolute;
    top: -23px;
    right: -28px;
    background: url(../images/active-menu-header-large.png) no-repeat right top / contain;
    background-size: 166px 110px;
    z-index: -1;
}

#qq-project:hover
{
	background-position: 0 -48px;
}

#qq_mock-project
{
	background-position: -58px 0px;
}

#qq_mock-project:hover
{
	background-position: -58px -48px;
}

#qq_mobile-project
{
	background-position: -122px 3px;
}

#qq_mobile-project:hover
{
	background-position: -122px -45px;
}

#qq_tv
{
	background-position: -187px 3px;
}

#qq_tv:hover
{
	background-position: -187px -45px;
}

#qq_code
{
	width: 44px;
	height: 50px;
	display: inline-block;
	position: relative;
	z-index: 1;
	background-image: url('../images/QQ_VersionsChangelog_icons.png');
	background-repeat: no-repeat;
	background-position: -265px -274px;
	outline: none;
}

/*.related-projects-item.active:after
{
	content: "";
    width: 110px;
    height: 85px;
    position: absolute;
    bottom: -25.9px;
    left: -15px;
    background-repeat: no-repeat;
    background: url(../images/active-menu-header-large.png) no-repeat center bottom / cover;
}
*/
.qq_tv-wrapper.active:after, .qq_mobile-project-wrapper.active:after
{
	left: -9px;
}

.qq_mock-project-wrapper.active:after
{
	left: -9px;
}

/* Menu with options*/
.options-menu
{
	display: inline-flex;
	flex-direction: row;
}
.options-menu-item
{
	position: relative;
}
.options-menu-item:before
{
	top: -7px;
}
.options-menu-item
{
	margin-right: 9px;
}
.options-menu-item.active
{
	z-index: 0;
}
.options-menu-item.active:before
{
	display: none;
}
.options-menu-item.active:after
{
	content: "";
	width: 100%;
	height: 75px;
	position: absolute;
    top: -30px;
    left: 0;
    z-index: 0;
    background: #222d38;
}
.options-menu-item.active a:before
{
	content: "";
	display: block;
	width: 40px;
	height: 85px;
	position: absolute;
	top: -31px;
	left: -28px;
	background: url(../images/active-menu-header-large.png) no-repeat left top / contain;
	background-size: 166px 110px;
	z-index: -1;
}
.options-menu-item.active a:after
{
	content: "";
	width: 40px;
	height: 85px;
	position: absolute;
	top: -31px;
	right: -28px;
	background: url(../images/active-menu-header-large.png) no-repeat right top / contain;
	background-size: 166px 110px;
	z-index: -1;
}

.options-menu a
{
	text-decoration: none;
	outline: none;
	padding: 5px 7.5px;
	margin: 0px 7.5px;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}
.options-menu a:hover
{
	text-decoration: underline;
	color: #fff;
}
.options-menu .active a
{
	color: #FFC882;
    font-weight: 500;
}
/* End Menu with options*/

/*Burger Menu */
.burger-menu 
{
	display: none;
	position: relative;
	-webkit-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
	z-index: 1000;
}
.burger-nav-list 
{
	min-width: 200px;
    min-height: 270px;
	text-align: center;
	background: #34424f;
	padding: 35px 25px 5px 25px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 20px;
	border: 1px solid #54616e;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	-webkit-transform: translate3d(100px, -25px, 0px);
	        transform: translate3d(100px, -25px, 0px);
	-webkit-box-shadow: 0px 1px 8px -4px #000;
	        box-shadow: 0px 1px 8px -4px #000;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	z-index: 200;
}
.burger-nav-list .burger-menu-item {
	margin-bottom: 35px;
	z-index: 1;
}
.burger-nav-list .burger-menu-item a {
	padding: 7px;
	text-decoration: none;
	outline: none;
}
/*.burger-nav-list .burger-menu-item a:hover {
	color: #5bb56d;
}*/

.buger-menu-icon-wrapper 
{
	cursor: pointer;
	/*padding: 10px 0px;*/
	margin-top: 3px;
}
.buger-menu-icon 
{
	display: block;
	height: 25px;
	width: 46px;
	/*border-radius: 30px;*/
	/*background: #415669;*/
	position: relative;
	/*border: 1px solid #506a82;*/
	background: url(../images/QQ_icons.png) no-repeat;
	background-position: -184px -249px;
	cursor: pointer;
}
/*.buger-menu-icon:before 
{
	display: block;
	content: '';
	height: 3px;
	width: 44px;
	border-radius: 30px;
	bottom: 9px;
	left: -1px;
	background: #415669;
	position: absolute;
	border: 1px solid #506a82;
}
.buger-menu-icon:after 
{
	display: block;
	content: '';
	height: 3px;
	width: 44px;
	border-radius: 30px;
	top: 9px;
	left: -1px;
	background: #415669;
	position: absolute;
	border: 1px solid #506a82;
}*/

.opened + .burger-nav-list {
	-webkit-transform: translate3d(-145px, -25px, 0px);
	        transform: translate3d(-145px, -25px, 0px);
	opacity: 1;
}
.buger-menu-icon-wrapper.opened {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	z-index: -1
}

.burger-menu .close-icon 
{
	position: absolute;
	right: 17px;
	top: 17px;
	cursor: pointer;
	z-index: 500;
}
/*End Burger Menu*/

/* Pre-content section*/
.project-pre_content
{
	padding: 5px 20px 5px 35px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	cursor: default;
	user-select: none;
	max-width: 1350px;
    margin: 0px auto;
    min-height: 128px;
}
.project-pre_content a:hover
{
	color: #f2f2f2;
}
.project-pre_content .qq-logo
{
	display: inline-flex;
	flex-direction: column;
	min-height: 128px;
	justify-content: flex-end;
}
.project-pre_content .qq-logo-text
{
	color: #bccdd6;
	font-family: 'AsapBold-Italic', cursive;
	font-size: 18px;
	margin-left: 2px;
}
.project-pre_content .qq-short-descript
{
	margin-top: 6px;	
}

.project-pre_content .qq-descript-text
{
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}

	/*QQ-project pre-content*/
	.qq-logo-qq
	{
		width: 125px;
		height: 106px;
		background-image: url('../images/QQ_icons.png');
		background-repeat: no-repeat;
		background-position: 0px -183px;
		margin-bottom: 4px;
		display: inline-block;
	}
	.qq-logo-qq.small
	{
		width: 57px;
	    height: 50px;
	    display: inline-block;
	    position: relative;
	    z-index: 1;
	    background-image: url(../images/QQ_icons.png);
	    background-repeat: no-repeat;
	    background-position: 0 0;
	    outline: none;
	}
	.qq-logo-qq.middle
	{
		width: 72px;
		height: 62px;
		display: inline-block;
		background-image: url(../images/QQ_icons.png);
		background-size: 317px 414px;
		background-position: 0px -107px;
	}
	
	.project-pre_content .qq-descript-btns
	{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	/*End QQ project pre-content*/

	/*QQ-mock pre-content*/
	#pre_content-qq-mock .qq-descript-text
	{
		line-height: 1.4;
		margin-top: 10px;
	}

	.qq-logo-mock
	{
		width: 130px;
	    height: 60px;
	    background-image: url(../images/QQ_icons.png);
	    background-repeat: no-repeat;
	    background-position: -129px -182px;
	    margin-bottom: 4px;
	}
	#pre_content-qq-mock .qq-logo-text
	{
		color: #d4c44c;
		font-family: 'AsapBold-Italic', cursive;
		font-size: 18px;
		text-align: left;
	}
	/*End QQ-mock pre-content*/
/*End pre-content section*/


/*  of content section*/
.header-content
{
	padding: 18px 17px 0px 8px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.content-nav-menu
{
	display: inline-flex;
	flex-direction: row;
	margin-bottom: 14px;
	flex-wrap: wrap;
}
.content-nav-menu li 
{
	display: flex;
	margin-bottom: 6px;
}
.content-nav-menu a
{
	padding: 9px 7.5px;
	margin: 0px 7.5px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	white-space: nowrap;
	color: #ffffff;
}
.content-nav-menu a:hover
{
	text-decoration: underline;
}
.content-nav-menu .active a
{
	/*background: #42596e;
    border-radius: 5px;
    color: #f2f2f2;*/
	color: #FFC882;
    font-weight: 500;
}
/*End header of content section*/


/*Search module*/
.search
{
	position: relative;
	margin-bottom: 15px;
}
.search-input
{
	width: 340px;
	height: 40px;
	max-width: 96%;
	padding: 9px 50px 9px 20px;
	background-color: #252e38;
	font-size: 16px;
	font-family: 'Roboto';
	font-style: italic;
	color: #cccccc;
	border: 1px solid #3d464f;
	border-radius: 15px;
	box-sizing: border-box;
	position: relative;
	margin-left: 10px;
}
.search.large .search-input
{
	width: 455px;
}
.search-icon
{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('../images/QQ_icons.png');
	background-repeat: no-repeat;
	background-position: -194px -392px;
	cursor: pointer;
	border: none;
    background-color: #fff0;
}
.search-icon:hover
{
	background-position: -194px -437px;
}
/*End Search Module*/

/*QQ-input module*/
.qq-input-module
{
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	margin-top: 21px;
	max-width: 387px;
}
.qq-input
{
	width: 340px;
	height: 40px;
	max-width: 96%;
	padding: 9px 50px 9px 20px;
	background-color: #252e38;
	font-size: 17px;
	font-family: 'MyriadPro-Italic';
	color: #e6e6e6;
	border: 1px solid #3d464f;
	border-radius: 14px;
	box-sizing: border-box;
	position: relative;
	margin-left: 10px;
}
.qq-input.border-type-1
{
	border: 1px solid #3d464f;
}
.qq-input.border-type-2
{
	border: 1px solid #516170;
}
.qq-input-arrow
{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 1px;
	background-image: url('../images/QQ_About_icons.png');
	background-repeat: no-repeat;
	background-position: -239px -392px;
	cursor: pointer;
	border: none;
	background-color: #ff000000;
}
.qq-input-arrow:hover
{
	background-position: -239px -437px;
}
.qq-input-eye
{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 1px;
	background-image: url('../images/QQ_Login_icons.png');
	background-repeat: no-repeat;
	background-position: -68px -47px;
	cursor: pointer;
	border: none;
	background-color: #ff000000;
}
.qq-input-eye:hover
{
	background-position: -113px -47px;
}
/*End QQ-input module*/



/* Vertical styled list module*/
.vertical-list-module
{
 
}
.vertical-list-module .vertical-list-title
{
	/*font-size: 20px;
	font-family: 'MyriadPro-Bold';
	margin-bottom: 25px;
	display: inline-block;
	padding-left: 6px;
	color: #7cc8f2;*/
}
.vertical-list-module .vertical-styled-list
{
	display: flex;
	flex-direction: column;
}
.vertical-list-module .styled-list-item
{
	margin: 7.5px 7px;
	position: relative;
}
.vertical-list-module .styled-list-item:active
{

}
.vertical-list-module .styled-list-item:before
{
	content: "";
	width: 13px;
	height: 13px;
	background-image: url('../images/QQ_icons.png');
	background-repeat: no-repeat;
	background-position: -143px -459px;
	display: inline-block;
	position: relative;
	top: 2px;
}
.vertical-list-module .styled-list-item:hover:before
{
	background-position: -123px -459px;
}
.vertical-list-module a
{

}
.vertical-list-module .styled-list-item > a:hover
{
	text-decoration-color: #888e93;
	color: #e6e6e6;
}
.vertical-list-module .styled-list-item a:active
{
	color: #7dbeff;
	text-decoration: none;
}
/*Large space*/
.vertical-list-module_indented-large .styled-list-item a
{
	margin-left: 5px;
}
.vertical-list-module_indented-large .styled-list-item
{
	margin: 12.5px 7px;
}

/*List with decimals*/
.decimal-list
{
	list-style: decimal;
}
/* End Vertical styled list module*/

/* Vertical styled list module - squared pre-item's icon*/
.vertical-list-module .vertical-styled-list.squeared-items .styled-list-item:before
{
	background: none;
	width: 10px;
	height: 10px;
	background-color: #415669;
	box-shadow: inset 1px 1px 1px 1px #496076;
	border-radius: 2px;
	border: 1px solid #000;
	box-sizing: border-box;
	margin-right: 4px;
	position: absolute;
    left: 0px;
    top: 9%;
}
.vertical-list-module .vertical-styled-list.squeared-items .styled-list-item
{
	padding-left: 17px;
	font-size: 13px;
}
/* End ertical styled list module - squared pre-item's icon*/

/*Horizontal List item*/
.horizontal-list-module
{
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.horizontal-list-module .horizontal-list-item
{
	margin-right: 30px;
	font-size: 18px;
	text-decoration: underline;
}
/*End horizontal list otem*/

/*Description card module*/
.description-project-cart
{
	text-align: center;
}
.description-project-cart .description-cart-img
{
	background-image: url('../images/QQ_icons.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	margin: 30px auto 14px auto;
}
.description-project-cart .description-cart-text-wrap
{

}
.description-project-cart .description-cart-title
{
	color: #f0cc8b;
	font-family: 'MyriadPro-Semibold';
    font-size: 25px;
	margin-bottom: 12px;
}
.description-project-cart .description-cart-text
{	
	font-size: 14px;
	line-height: 1.1;
}
/*End Description card module*/

/*Other Related Projects*/
.related-projects-module
{

}
.related-projects-module .related-projects-list
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.related-projects-module .related-projects-title
{

}
.related-projects-module .related-projects-links-item
{

}
.related-projects-module .related-projects-links-item a
{

}
.link-to-mock-server
{
	width: 240px;
	height: 52px;
	display: block;
	margin-bottom: 21px;
	background-image: url('../images/QQ_icons.png');
	background-repeat: no-repeat;
	background-position: -245px -331px;
	border-radius: 10px;
}
.link-to-mock-server:hover
{
	background-position: -245px -388px;
}
.link-to-qq-mobile
{
	width: 240px;
	height: 52px;
	display: block;
	margin-bottom: 21px;
	background-image: url('../images/QQ_icons.png');
	background-repeat: no-repeat;
	background-position: -245px -445px;
	margin-bottom: 26px;
}
.link-to-qq-mobile:hover
{
	background-position: -245px -502px;
}
.link-to-qq-tv
{
	width: 240px;
	height: 52px;
	display: block;
	margin-bottom: 21px;
	background-image: url('../images/QQ_icons.png');
	background-repeat: no-repeat;
	background-position: 0 -482px;
}
.link-to-qq-tv:hover
{
	background-position: 0 -539px;
}
.link-to-qq
{
	width: 240px;
	height: 52px;
	display: block;
	margin-bottom: 21px;
	background-image: url('../images/QQ_icons.png');
	background-repeat: no-repeat;
	background-position: 0 -596px;
}
.link-to-qq:hover
{
	background-position: 0 -653px;
}
/*End Other Related Projects*/

.events-wrapper 
{
	display: flex;
	flex-direction: row;
	/*padding-left: 45px;*/
	justify-content: center;
}
/*Event module*/
.event
{
	display: flex;
	width: 367px;
	height: 73px;
	min-width: fit-content;
	position: relative;
	background: #415669; 
	border: 1px solid #000;
	border-radius: 8px;
	text-decoration: none;
	text-align: left;
	margin: 5px 35px;
	box-shadow: inset 0px 0px 0px 1px #506a82;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding-right: 30px;
}

.event:hover
{
	color: #fff;
	background-color: #506b82;
	box-shadow: inset 0px 0px 0px 1px #6789a8;
}

.event .event-date
{
	display: inline-block;
	width: 70px;
	height: 67px;
	margin: 3px;
	background: #506a82;
	border-radius: 6px;
	text-align: center;
	font-size: 17px;
    padding-top: 14px;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 1.1;
    font-family: 'MyriadPro-Bold';
}
.event:hover .event-date
{
	background: #61819e;
}

.event .event-info
{
	margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px 0px;
    font-size: 14px;
    color: #e6e6e6;
}

.event .event-arrow
{
	width: 10px;
    height: 10px;
    position: absolute;
    top: -1px;
    right: 17px;
}
.event .event-arrow:after
{
	content: "";
	background: url(../images/QQ_Mock_icons.png);
	width: 30px;
	height: 76px;
	display: block;
	background-position: -324px -796px;
}
.event:hover .event-arrow:after
{
	background-position: -451px -797px;
}
.course-bg-image
{

}
/*End Event module*/
.course-title
{
	color: #f1f2f3;
	font-size: 19px;
    font-family: 'MyriadPro-Bold';
    text-decoration: none;
    cursor: pointer;
    line-height: 1.15;
}
.course-title a
{
	text-decoration: none;
}
.course-title:hover a
{
	text-decoration: underline;
}

.course-card-small .course-title
{
	margin-bottom: 7px;
	color: #f1f2f3;
	font-size: 16px;
    font-family: 'MyriadPro';
}
.course-card-small:hover .course-title
{
	text-decoration: underline;
}

.course-img {
	border-radius: 2px;
}
.course-owner
{
	color: #b8babb;
	font-size: 13px;
	margin-bottom: 15px;
}

.star-empty
{
	display: inline-block;
	height: 16px;
	width: 16px;
	background-image: url(../images/QQ_Tutorials_icons.png);
	background-repeat: no-repeat;
	background-position: -262px -470px;
}
.star-0_1
{
	display: inline-block;
	height: 16px;
	width: 16px;
	background-image: url(../images/QQ_Tutorials_icons.png);
	background-repeat: no-repeat;
	background-position: -241px -470px;
}
.star-0_2
{
	display: inline-block;
	height: 16px;
	width: 16px;
	background-image: url(../images/QQ_Tutorials_icons.png);
	background-repeat: no-repeat;
	background-position: -367px -449px;
}
.star-0_3
{
	display: inline-block;
	height: 16px;
	width: 16px;
	background-image: url(../images/QQ_Tutorials_icons.png);
	background-repeat: no-repeat;
	background-position: -346px -449px;
}
.star-half
{
	display: inline-block;
	height: 16px;
	width: 16px;
	background-image: url(../images/QQ_Tutorials_icons.png);
	background-repeat: no-repeat;
	background-position: -325px -449px;
}
.star-0_7
{
	display: inline-block;
	height: 16px;
	width: 17px;
	background-image: url(../images/QQ_Tutorials_icons.png);
	background-repeat: no-repeat;
	background-position: -304px -449px;
}
.star-0_8
{
	display: inline-block;
	height: 16px;
	width: 17px;
	background-image: url(../images/QQ_Tutorials_icons.png);
	background-repeat: no-repeat;
	background-position: -283px -449px;
}
.star-0_9
{
	display: inline-block;
	height: 16px;
	width: 17px;
	background-image: url(../images/QQ_Tutorials_icons.png);
	background-repeat: no-repeat;
	background-position: -262px -449px;
}
.star {
	display: inline-block;
	height: 16px;
	width: 17px;
	background-image: url(../images/QQ_Tutorials_icons.png);
	background-repeat: no-repeat;
	background-position: -241px -449px;
}
.course-last-update
{
	margin-bottom: 25px;
	font-size: 14px;
}
.course-detailed-info
{
	margin-bottom: 20px;
	font-size: 13px;
}

.course-quantity-lectures
{
	margin: 0 10px 0 13px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
.course-quantity-lectures:before
{
	content: "";
	width: 15px;
	height: 17px;
	background: url("../images/QQ_Tutorials_icons.png") no-repeat;
	background-position: -455px -273px;
	position: absolute;
    left: -14px;
    top: -2px;
}
.carbon-copy
{
	position: relative;
	display: inline-block;
	margin: 0 5px 0 0;
}
.carbon-copy:before
{
	content: "";
	display: inline-block;
	width: 17px;
	height: 13px;
	background: url("../images/QQ_Tutorials_icons.png") no-repeat;
	background-position: -454px -311px;
	position: relative;
	top: 1px;
	left: 0;
}
.course-description
{
	margin-bottom: 5px;
	font-size: 15px;
    line-height: 1.3;
    padding-right: 30px;
}
.course-duration
{
	margin: 0 9px 5px 17px;
	position: relative;
	white-space: nowrap;
	display: inline-block;
}
.course-duration:before
{
	content: "";
	width: 15px;
	height: 15px;
	background: url("../images/QQ_Tutorials_icons.png") no-repeat;
	background-position: -454px -329px;
	position: absolute;
    left: -17px;
    top: -1px;
}

.course-level
{
	margin: 0 7px 0 15px;
	position: relative;
	white-space: nowrap;
	display: inline-block;
}
.course-level:before
{
	content: "";
	width: 15px;
	height: 13px;
	background: url("../images/QQ_Tutorials_icons.png") no-repeat;
	background-position: -455px -293px;
	position: absolute;
    left: -15px;
    top: 0px;
}

.course-more_detailed-info
{
	width: 280px;
	min-height: 200px;
	background: #405061;
	/*border: 1px solid #6c7b8c;*/
	/*border-radius: 5px;*/
	/*box-shadow: 0px 0px 0px 1px #181f27, 0px 0px 0px 4px #2d3841;*/
	padding: 13px 13px 40px 10px;
/*	position: absolute;
	right: -547%;
	top: 7px;*/
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	transform: translateZ(0);
	z-index: 1000;
	opacity: 1;
}
.course-more_detailed-info.qq-popup-module_tailed__body
{
	padding: 13px 13px 40px 10px;
}

.course-more_detailed-info a
{
	display: inline-block;
	margin-bottom: 5px;
	text-decoration: none;
}

.course-more_detailed-info a:hover
{
	text-decoration: underline;
}

.course-more_detailed-info .course-description
{
	font-size: 16px;
	margin-bottom: 15px;
}
/*Modules from tutorial page*/

.course-slider-sm
{
	position: initial;
	padding: 0px 0px;
}
.course-slider-sm .qq-popup-module_tailed__inner
{
	flex-grow: 1;
}

.course-slider-large 
{
	position: initial
}
.course-slider-large .slick-prev
{
	left: 1px;
	top: 173px;
}
.course-slider-large .slick-next
{
	right: 2px;
	top: 172px;
}

.course-slider-sm .slick-prev
{
	left: 1px;
	top: 173px;
}
.course-slider-sm .slick-next
{
	right: 2px;
	top: 172px;
}


/*Small course card module*/
.course-card-small
{
	display: inline-flex;
	flex-direction: column;	
	align-items: center;
	width: 235px;
	height: 266px;
	padding: 3px 2px 15px 2px;
	margin: 0 10px;
	border: 1px solid #54616e;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 4px #242d36;
	position: relative;
	background-color: #34424f;
	text-decoration: none;
	box-sizing: border-box;
	overflow: hidden;
}
.course-card-small:hover
{
	background-color: #405061;
	color: #fff;
}

.course-card-small .course-img
{ 
	width: 100%;
	height: 129px;
}
.course-card-small .course-info
{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
    padding: 14px 5px 5px 8px;
}
.course-card-small .course-owner
{
	margin: auto 0px 16px 0px;
}
.course-card-small .course-last-update
{
	margin: 0px;
}

/*End small course card module*/

.course-more_detailed-info .course-title
{
	margin: 20px 0;
}

/*Large course card module*/
.course-card-large
{	
	min-height: 265px;
	padding: 5px;
	border: 1px solid #54616e;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 4px #242d36;
	overflow: hidden;
	display: flex;
    flex-direction: row;
    align-items: stretch;
	box-sizing: border-box;
	margin: 0 10px;
	background-color: #34424f;
}
.course-card-large .course-img
{
	margin-right: 25px;
	display: inline-block;
	max-height: 256px;
	width: 359px;
    height: 254px;
    align-self: center;
}
.course-card-large .course-title
{
	margin-bottom: 7px;
	padding-right: 10px;
}

.course-card-large .course-info
{
	padding: 19px 13px 0px 0px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.course-info__header
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    align-items: flex-start;	
}
.course-card-large .course-description
{
	margin-bottom: 20px;
}
.course-card-large .explore-course-btn
{
	margin: auto 0px 13px 0px;
}
.course-title-wrapper
{
	display: inline-block;
}
/*Large big course card module*/


/*Default course card module*/
.course-card-default
{
	display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #54616e;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 4px #242d36;
    overflow: hidden;
    padding: 3px;
    margin: 0px 10px;
    box-sizing: border-box;
    min-height: 135px;
	background-color: #34424f;
	text-decoration: none;
}
.course-card-default:hover
{
	background-color: #405061;
	color: #fff;
}

.course-card-default .course-title
{
	display: inline-block;
	margin-bottom: 10px;
	padding-right: 10px;
}
.course-card-default:hover .course-title
{
	text-decoration: underline;
}
.course-card-default .course-info
{
	flex-grow: 1;
	padding: 5px 6px 0px 0px;
	align-self: flex-start;
}
.course-card-default .course-img
{
	margin-right: 15px;
	width: 229px;
	height: 129px;
}
.course-card-default .course-detailed-info
{
	margin-bottom: 5px;
}
.course-card-default .course-last-update
{
	margin-bottom: 5px
}


.default-card-course_more_detailed-info.qq-popup-module_tailed__body
{
	padding: 22px 5px 4px 6px;
}
.default-card-course_more_detailed-info .vertical-styled-list.squeared-items .styled-list-item:before
{
	top: 5px;
}
.default-card-course_more_detailed-info .styled-list-item
{
	margin: 7px 7px;
}
.more-info-title
{
    color: #f1f2f3;
    font-size: 19px;
    font-family: 'MyriadPro-Bold';
    padding-left: 24px;
}
/*End default course card module*/

.course-rating
{
	white-space: nowrap;
	font-size: 17px;
	display: inline-block;
}
/*End modules from tutoroal page*/

/*QQ-checkbox module*/
.qq-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 19px;
  margin-bottom: 19px;
  margin-top: 4px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qq-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.qq-checkbox
{
	position: relative;
    width: 1px;
    height: 1px;
    margin: 7px 24px 20px 3px;
}
.qq-checkbox:after
{
	content: "";
	width: 19px;
	height: 19px;
	background: url(../images/QQ_Tutorials_icons.png) no-repeat;
	background-position: -355px -272px;
	position: absolute;
	left: -3px;
	top: -3px;
}
.qq-checkbox:hover:after
{
	background-position: -379px -272px;

}
.qq-checkbox:checked:after
{
	background-position: -355px -296px;
}
.qq-checkbox:checked:hover:after
{
	background-position: -379px -296px;
}
/*End QQ-checkbox module*/

/*Custom qq-scrollbar*/
.qq-scrollbar::-webkit-scrollbar 
{
    width: 13px; 
    height: 13px;	 
}
.qq-scrollbar::-webkit-scrollbar-track
{
    background: #1f272e;
}
.qq-scrollbar::-webkit-scrollbar-thumb
{
  background-color: #445669;
  border: 2px solid transparent;
  background-clip: content-box;	
  box-shadow: inset 0px 0 0 1px #657485;	
	-webkit-box-shadow: inset 0px 0 0 1px #657485;
}

.qq-scrollbar::-webkit-scrollbar-track:vertical
{
    box-shadow: inset 6px 0 1px -5px #405569, inset -6px 0 1px -5px #405569;
    	-webkit-box-shadow: inset 6px 0 1px -5px #405569, inset -6px 0 1px -5px #405569;
}

/*Vertical Buttons */
.qq-scrollbar::-webkit-scrollbar-button:single-button:vertical
{
  display: block;
  height: 13px;
  width: 13px;
  position: relative;
  background: url(../images/QQ_Tutorials_icons.png) no-repeat;
  cursor: pointer;
}
/* Up */
.qq-scrollbar::-webkit-scrollbar-button:single-button:vertical:decrement 
{
	background-position: -385px -320px;
}
.qq-scrollbar::-webkit-scrollbar-button:single-button:vertical:decrement:hover 
{
	background-position: -385px -384px;
}
/* Down */
.qq-scrollbar::-webkit-scrollbar-button:single-button:vertical:increment 
{
	background-position: -385px -366px;
}
.qq-scrollbar::-webkit-scrollbar-button:vertical:single-button:increment:hover 
{
	background-position: -385px -430px;
}

/*Horizontal Buttons*/
.qq-scrollbar::-webkit-scrollbar-track:horizontal
{
    box-shadow: inset 0px 6px 1px -5px #405569, inset 0px -6px 1px -5px #405569;
    	-webkit-box-shadow: inset 0px 6px 1px -5px #405569, inset 0px -6px 1px -5px #405569;;
}
.qq-scrollbar::-webkit-scrollbar-button:single-button:horizontal
{
  display: block;
  height: 13px;
  width: 12px;
  background: url(../images/QQ_Docs_icons.png) no-repeat;
  cursor: pointer;
}
.qq-scrollbar::-webkit-scrollbar-button:single-button:horizontal:decrement
{
	background-position: -239px -435px;
}
.qq-scrollbar::-webkit-scrollbar-button:single-button:horizontal:increment
{
	background-position: -286px -435px;
}

/*End custom qq-scrollbar*/

/*Main content*/
#content-section
{
	max-width: 1460px;
	margin: 0px auto;
}

.project-content
{
	min-height: 200px;
	border: 6px solid #1c252e;
	border-radius: 20px;
	max-width: 1428px;
	margin: 14px auto !important;
	overflow: visible;
	padding: 1px;
	box-shadow: inset 0px 0px 0px 1px #3d464f;
	position: relative;
}
.project-content .qq-specification
{
	display: flex;
	flex-direction: column;
	padding: 30px 25px 15px 25px;
}
.project-content .specification-first-line
{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.project-content .description-cards
{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
}
.project-content #light.description-project-cart .description-cart-img
{
	width: 152px;
	height: 130px;
	background-position: -264px -198px;	
	margin: 45px auto 0px auto;
}
.project-content #isomorphic.description-project-cart .description-cart-img
{
	width: 132px;
	height: 130px;
	background-position: -419px -199px;	
}
.project-content #high-performance.description-project-cart .description-cart-img
{
	background-position: -246px -562px;	
	width: 82px;
	height: 130px;
}
.project-content #boost-dev.description-project-cart .description-cart-img
{
	width: 127px;
	height: 127px;
	background-image: url(../images/QQ_Mock_icons.png);
	background-position: -408px -197px;
}
.project-content #record-play.description-project-cart .description-cart-img
{
	width: 113px;
    height: 114px;
	background-image: url(../images/QQ_Mock_icons.png);
	background-position: -284px -205px;
}
.project-content #auto-testing.description-project-cart .description-cart-img
{
	width: 107px;
    height: 129px;
	background-image: url(../images/QQ_Mock_icons.png);
	background-position: -246px -563px;
}

.project-content .other-links-block
{
	padding-top: 40px; 
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.project-content .other-links-block .vertical-styled-list
{
	font-size: 17px;
}

.project-content .darken-footer
{
	height: 58px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.project-content .qq-events
{
	padding: 20px 20px 55px 20px;
	text-align: center;
}


#qq-project-content .specification-first-line .empty-space
{
	width: 9%;
	height: 30px;
	display: block;
}
#qq-project-content .brief-qq-look
{
}
#qq-project-content .brief-qq-look .qq-title
{
	margin-left: 110px;
	margin-bottom: 20px;
}
#qq-project-content .brief-qq-look .brief-qq-look-header
{
	padding: 40px 15px 13px 35px;
}
#qq-project-content .brief-look-steps
{
	padding: 20px 15px 25px 35px;
}


#qq-mock-project-content.project-content .qq-specification
{
	padding: 4px 30px 20px 25px;
	flex-direction: row-reverse;
    justify-content: space-between;
}

#qq-mock-project-content.project-content
{
	margin: 15px 4px 15px 0px;
}

#qq-mock-project-content .specification-first-line
{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.project-content .other-links-block
{
	padding: 40px 170px 10px 120px;
}
#qq-mock-project-content.project-content .darken-footer
{
	height: 36px;
}

#qq-project-tutorials-content .content-wrapper
{
	/*padding: 0px 61px;*/
	overflow: hidden;
}

#qq-project-tutorials-content .content-wrapper.course-page-content-wrapper
{
	padding: 23px 15px 27px 15px;
}

.tutorials-list-title
{
	padding-left: 13px;
}

.get-start-courses
{
	margin-bottom: 40px;
	position: relative;
	z-index: 5;
	padding: 0px 50px;
	margin: 25px 0 40px 0;
}

.featured-courses
{
	padding: 0px 50px;
	position: relative;
}


.all-courses 
{
	margin-top: 40px;
	padding: 0px 50px;
}

.all-courses-list
{

}
.all-courses-list__item
{
	color: #fff;
}
.all-courses-list__item:hover
{
	color: #fff;
}
.all-courses-list__item .qq-popup-module_tailed__inner
{
	display: flex;
}
.all-courses-list__item .qq-popup-module_tailed__trigger
{
	width: 100%;
	margin-bottom: 25px;
}
.all-courses-list__item .course-more_detailed-info.qq-popup-module_tailed__body
{
	width: 250px;
}

/*Slick SLider*/
.slick-prev
{
	z-index: 2;
	top: 40%;
	left: -24px;
	opacity: 1;
	overflow: visible;
	width: 52px;
	height: 52px;
}
.slick-prev:before
{
	content: "";
	display: inline-block;
	width: 52px;
	height: 52px;
	background: url(../images/QQ_Tutorials_icons.png) no-repeat;
	background-position: -506px 0px;
	opacity: 1 !important;
}
.slick-prev:hover:before
{
	background-position: -506px -56px;
}

.slick-next
{
	z-index: 2;
	right: -24px;
	top: calc(40% + -1px);
	opacity: 1;
	overflow: visible;
	width: 52px;
	height: 52px;
}
.slick-next:before
{
	content: "";
	display: inline-block;
	width: 52px;
	height: 52px;
	background: url(../images/QQ_Tutorials_icons.png) no-repeat;
	background-position: -506px -111px;
	opacity: 1 !important;
}
.slick-next:hover:before
{
	background-position: -506px -167px;
}

.slick-list
{
	overflow: visible;
}

.slick-slider .slick-slide
{
	opacity: 0;
	-webkit-transition: all 0.8s ease-in-out, margin 0.1s;
	-o-transition: all 0.8s ease-in-out, margin 0.1s;
	transition: all 0.8s ease-in-out, margin 0.1s;
	transform: translateZ(0);
}
.slick-slider .slick-slide.slick-active
{
	opacity: 1;
}

.course-player
{
	position: relative;
}
.course-curriculum-wrapper.without-curriculum .course-video
{
	width: 100%;
}
.course-curriculum-wrapper.without-curriculum .course-video .video-frame
{
	width: 100%;
}
.open-sidebar
{
	position: absolute;
	right: -135px;
	top: 25%;
	padding: 10px 20px;
	background: #2a3540;
	border-radius: 4px;
	border: 1px solid #3d464f;
	font-size: 17px;
	display: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.course-curriculum-wrapper.without-curriculum .open-sidebar
{
	display: block;
}
.open-sidebar:hover
{
	right: -3px;
}

/*Tutorial Video Page' Modules*/
.course-page-content-wrapper 
{

}
#qq-project-tutorials-content .course-page-content-wrapper .qq-title
{
	margin-left: 48px;
}

.course-dashboard
{
	margin-bottom: 19px;
}
.dashboard-content
{
	font-size: 15px;
	text-align: justify;
	line-height: 1.2;
	letter-spacing: 0.3px;
}
.dashboard-content .content-title
{
	margin-bottom: 20px;
	font-size: 18px;
	text-align: left;
	line-height: 1;
}

.course-curriculum-wrapper
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	overflow: hidden;
}
.curriculum-header
{
	padding: 15px;
	background: #384757;
	border: 1px solid #4d5a69;
	font-size: 17px;
    font-family: 'MyriadPro-Bold';
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.course-curriculum
{
	-webkit-transition: all 0.5s, opacity 0.2s;
	-o-transition: all 0.5s, opacity 0.2s;
	transition: all 0.5s, opacity 0.2s;
	margin-left: 3px;
	flex-grow: 1;
	opacity: 1;
}
.without-curriculum .course-curriculum
{
	display: none;
	opacity: 0;
}
.curriculum-sections-list
{
	max-height: 688px;
	overflow: auto;
	border-bottom: 1px solid #4d5a69;
}
.curriculum-section
{
	padding: 7px 30px 10px 17px;
	background: #384757;
	border: 1px solid #4d5a69;
	display: block;
	cursor: pointer;
	position: relative;
}
.curriculum-section:after
{
	content:"";
	width: 12px;
	height: 18px;
	display: block;
	position: absolute;
	right: 10px;
	top: 14px;
	background: url(../images/QQ_Tutorials_icons.png) no-repeat;
	background-position: -255px -349px;	

}
.curriculum-section:hover:after
{
	background-position: -255px -370px;

}
.curriculum-section.opened:after
{
	width: 18px;
	height: 12px;
	background-position: -228px -351px;

}
.curriculum-section.opened:hover:after
{
	background-position: -228px -370px;
}
.curriculum-lecture-item
{
	border: 1px solid #4d5a69;
	padding: 7px 8px 7px 10px;
	background: #232c36;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	cursor: pointer;
}
.curriculum-lecture-item .lecture-info-text
{
	display: flex;
	flex-direction: column;
	margin-left: 5px;
}
.curriculum-lecture-item .curriculum-lecture-item-link
{
	cursor: pointer;
}
.curriculum-lecture-item .lecture-info
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 1;
	position: relative;
}
.curriculum-item-duration
{
	font-size: 13px
}
.section-completed-lections
{
	font-size: 13px;
}
.lecture-title
{
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: capitalize;
}
.section-title
{
	margin-bottom: 5px;
	text-transform: capitalize;
}
.curriculum-section-lectures
{

}
.curriculum-section + .curriculum-section-lectures
{
	display: none;
}

.curriculum-section.opened + .curriculum-section-lectures
{
	display: block;
}

.play-icon:after
{
	content: "";
	display: inline-block;
	width: 25px;
	height: 20px;
	background: url(../images/QQ_Tutorials_icons.png) no-repeat;
	background-position: -403px -271px;
	margin: 3px 0 0 3px;
	cursor: pointer;
}
.play-icon:hover:after
{
	background-position: -428px -271px;
}
.close-icon
{
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/QQ_Tutorials_icons.png) no-repeat;
	background-position:-252px -393px;
	cursor: pointer;
}
.close-icon:hover
{
	background-position:-252px -413px;
}
.prev-icon
{
	width: 12px;
	height: 17px;
	display: inline-block;
	background: url(../images/QQ_About_icons.png) no-repeat;
	background-position: -271px -351px;
	cursor: pointer;	
}
.prev-icon:hover
{
	background-position: -271px -370px;
}

.resources
{
	margin-left: auto;
	position: relative;
}
.rescources-btn
{
	display: inline-block;
	width: 105px;
	height: 23px;
	background: url(../images/QQ_Tutorials_icons.png) no-repeat;
	background-position: -274px -333px; 
	border-radius: 6px;
	cursor: pointer;
}	
.rescources-btn:hover
{
	background-position: -274px -361px; 
}
.rescources-btn.opened
{
	background-position: -274px -389px; 
}
.rescources-btn.opened:hover
{
	background-position: -274px -417px; 
}

.resources .resources-info
{
	display: none;
	flex-direction: column;
	align-items: flex-start;
	background-color: #415669;
	box-shadow: 0 0 1px 1px #5b7998;
	padding: 10px;
	font-size: 14px;
	border-radius: 2px;
	position: absolute;
	top: 100%;
	right: 0;
	white-space: nowrap;
	z-index: 2;
	cursor: default;
}
.rescources-btn.opened + .resources-info
{
	display: inline-flex;
}

.qq_about_preview-image
{
	width: 97%;	
	height: 355px;
	display: block;
	margin: 20px auto 25px auto;
	padding: 0 24px 0 26px;
	box-sizing: border-box;
	background: url(../images/QQ_About_1366_pic.png) no-repeat center top / contain;
}
.we-do-block
{
	padding: 0 30px 0px 30px;
}
.what-we-do-block
{
	margin-bottom: 10px;
}
.what-we-do-block .qq-title
{
	padding-left: 0px;
	margin-bottom: 19px;
}

/*Darken-white module*/
.darkened-white-module
{
	text-align: center;
	border: 1px solid #a9b8bf;
	border-radius: 8px;
	max-width: 1270px;
	width: 92.5%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.darkened-white-module .dw-module-text
{
	padding: 15px 75px 40px 75px;
	background: #3c4f61;
}
.darkened-white-module .dw-module-list
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 26px 28px 36px 28px;
	background: #e1f0ff;
	color: #3d464f;
}
.darkened-white-module .dw-module-list > *
{
	margin: 11px 1px;
	max-width: 100%;
}
.darkened-white-module .qq-title
{
	margin-bottom: 17px;
	font-size: 24px;
}
.darkened-white-module.crosses-bottom {
	position: relative;
	bottom: -33px;
}
.darkened-white-module.crosses-top {
	position: relative;
	top: -33px;
}

.darkened-white-module.color-reversed .dw-module-text
{
	background: #e1f0ff;
	color: #2b4554;
	font-family: 'MyriadPro-Bold';
	font-size: 20.3px;
}
.darkened-white-module.color-reversed .dw-module-list
{
	background: #3c4f61;
}

.community-block 
{
	text-align: center;
	padding: 0px 0px 50px 0px;
}
.community-block .title
{
	font-size: 25px;
	margin-bottom: 5px;
}
.community-block .darkened-white-module
{
	margin-bottom: 24px;
}
.community-block .dw-module-text
{
	padding: 32px 75px 35px 75px;
}
.community-block .dw-module-list
{
	justify-content: space-around;
	padding: 38px 26px 35px 26px;
}

.contact-us-btn
{
	width: 206px;
	height: 70px;
	display: inline-block;
	background: url(../images/QQ_About_icons.png) no-repeat;
	background-position: 0px -581px;
}
.contact-us-btn:hover
{
	background-position: -211px -581px;
}

#qq-project-about-content .content-wrapper
{
	padding: 0px;
}

.our-team-block
{
	padding: 76px 0px 75px 0px;
	text-align: center;
}
.our-team-block .qq-title
{
	margin-bottom: 36px;
}

.team-list
{
 	margin: 0px auto;
 	padding: 0px 100px;
 	display: flex;
 	flex-direction: row;
 	flex-wrap: wrap;
 	align-items: center;
 	justify-content: space-around;
}

/*Team-member card bodule*/
.team-member-card
{
	display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 20px 25px 20px;
}
.team-member-card .team-member-photo
{
	border: 1px solid #455b6f;
	border-radius: 8px;
	margin-bottom: 10px;
	width: 284px;
	height: 187px;
}
.team-member-card .team-member-name
{
	color: #fff;
	font-size: 22px;
	margin-bottom: 0px;
}
.team-member-card .team-member-role
{
	color: #7d9cba;
}
.pyramidical-lists-block
{
	text-align: center;
	padding: 36px 0px;
	border-bottom: none;
}
.pyramidical-lists-block .qq-logo-qq
{
	margin-left: 30px;
	margin-bottom: 27px;
}

.pyramidical-lists
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	font-size: 20px;
}
.pyramidical-list-left
{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
}
.pyramidical-list-center
{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	margin: 0px 108px;
}
.pyramidical-list-right
{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
}
.pyramidical-lists .pyramidical-item
{
	margin-bottom: 16px;
}


/*Popup window on about page*/
.qq-popup	
{
	position: absolute;
	right: 19px;
	bottom: 34px;
}
.qq-popup-btn
{
	display: block;
    width: 80px;
    height: 80px;
    background: url(../images/QQ_About_icons.png) no-repeat;
    background-position: -340px -316px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.qq-popup-btn:hover
{
	background-position: -423px -316px; 
}
.qq-popup.opened .qq-popup-btn
{
	background-position: -340px -399px;
}
.qq-popup.opened .qq-popup-btn:hover
{
	background-position: -423px -399px;

}
.qq-popup-window
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    width: 333px;
    position: absolute;
    left: 342px;
    bottom: 90px;
    background: #405061;
    border-radius: 8px;
    border: 1px solid #6c7b8c;
    box-shadow: 0px 0px 0px 1px #181f27, 0px 0px 0px 4px #2b3642;
    -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    padding: 15px 0px 13px 0px;
    transform: translateZ(0);
    overflow: hidden;
}
.qq-popup-window .close-icon
{
	position: absolute;
	right: 19px;
	top: 19px;
}
.qq-popup-window .prev-icon
{
	position: absolute;
	left: 19px;
	top: 19px;
}
.popup-window-element
{
	padding: 13px 15px 17px 21px;
	margin: 7px 0px;
}
.popup-window-element.news-subscribe-miniblock
{
	padding-left: 13px;
}
.popup-window-element span
{
	font-size: 15px;
}
.popup-window-element .qq-input
{
	margin-left: 0;
}
.qq-popup.opened .qq-popup-window
{
	left: -257px;
}
.popup-window-header
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0px 20px 29px 25px;
}
.send-message-block
{
	display: none;
}
.send-message-block .popup-window-header
{
	padding: 0px 20px 5px 55px;
}
.send-message-block  .popup-window-element
{
	padding: 3px 15px 11px 21px;
}
.qq-popup-title
{
	font-size: 23px;
}
.popup-element-title
{
	font-size: 18px;
	margin-bottom: 5px;
}
.popup-window-element.news-subscribe-miniblock .popup-element-title
{
	padding-left: 8px;
}
.qq-popup-window input, .qq-popup-window textarea
{
	color: #e6e6e6;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
	max-height: 248px;
	resize: none;
}
.succes-text
{
	display: none; 
	color: #97b9d6;
	font-size: 15px;
	padding-left: 8px;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.error-text
{
	display: none; 
	color: #ff6c6c;
	font-size: 15px;
	padding-left: 8px;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.show-succes-text .succes-text
{
	display: block;
	opacity: 1;
}
.show-error-text .error-text
{
	display: block;
	opacity: 1;
}
.qq-popup-window input::-webkit-input-placeholder, .qq-popup-window textarea::-webkit-input-placeholder, .qq-input-module input::-webkit-input-placeholder

{
	color: #b3b3b3;
}
.qq-popup-window input::-moz-placeholder, .qq-popup-window textarea::-moz-placeholder, .qq-input-module input::-moz-placeholder
{
	color: #b3b3b3;
}
.qq-popup-window input:-ms-input-placeholder, .qq-popup-window textarea:-ms-input-placeholder, .qq-input-module input:-ms-input-placeholder
{
	color: #b3b3b3;
}
.qq-popup-window input::-ms-input-placeholder, .qq-popup-window textarea::-ms-input-placeholder, .qq-input-module input::-ms-input-placeholder
{
	color: #b3b3b3;
}

.new-message-btn
{
	display: block;
	width: 148px;
	height: 37px;
	background: url(../images/QQ_About_icons.png) no-repeat;
	background-position: 0px -497px;
	margin: 10px 10px 1px 10px;
}
.new-message-btn:hover
{
	background-position: 0px -539px;
}
.request-demo-btn
{
	display: block;
	width: 148px;
	height: 37px;
	background: url(../images/QQ_About_icons.png) no-repeat;
	background-position: -153px -497px;
	margin: 10px 10px 1px 10px;
}
.request-demo-btn: hover
{
	background-position: -153px -539px;
}
.margin-centered-btn
{
	margin-left: auto;
	margin-right: auto;
}
.support-member-card
{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
	flex-wrap: nowrap;
}
.support-member-img
{
	display: inline-block;
	width: 50px;
	height: 50px;
	/*background: #e6e6e6;*/
	border-radius: 50%;
	margin-right: 10px;
	overflow: hidden;
}
.support-member-img_middle
{
	display: inline-block;
	width: 70px;
	height: 70px;
	/*background: #e6e6e6;*/
	border-radius: 50%;
	margin-right: 5px;
	overflow: hidden;
}
.support-member-img img,
.support-member-img_middle img
{
	width: 100%
}

.support-message-form
{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.submit-form-icon
{
	width: 22px;
	height: 20px;
	display: block;
	background: url(../images/QQ_About_icons.png) no-repeat;
	background-color: none;
	background-position: -449px -265px;
	border: none;
	margin-right: 17px;
	margin-top: 8px;
}
.submit-form-icon:hover
{
	background-position: -449px -291px;
}

.versions-block
{
	padding: 46px 40px 55px 31px;
}
.version-changelog-block
{
	padding: 39px 40px 55px 35px;
}
.versions-block .qq-title
{
	font-size: 30px;
	margin-bottom: 45px;
}
.versions-list
{
	padding-left: 65px;
}
.versions-lists-item
{
	margin-bottom: 44px;
}
.version-title
{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

.version-links-list
{
	padding-left: 25px;
	display: inline-block;
}
.version-links-item
{
	margin-bottom: 7px;
}
.version-links-list a, .version-link
{
	color: #82d3ff;
}

.version-links-list a:hover, .version-link:hover
{
	color: #6eb4da;
}
.version-changelog-block .vertical-list-module
{
	padding-left: 50px;
}
.version-changelog-block .vertical-list-module .vertical-styled-list.squeared-items .styled-list-item
{
	font-size: 16px;
	margin: 10px 7px;
	padding-left: 20px;
}

/*Bredcrumbs*/
.qq-breadcrumbs
{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 35px;
}
.qq-breadcrumb-item
{
	color: #bccdd6;
	text-decoration: none;
	font-size: 16px;
	padding: 5px 15px 5px 9px;
	margin: 5px 8px;
	position: relative;
	display: inline-block;
}
.qq-breadcrumb-item:after
{
	content: "";
	width: 12px;
	height: 18px;
	display: inline-block;
	background: url('../images/QQ_VersionsChangelog_icons.png') no-repeat;
	background-position: -288px -2px;
	position: absolute;
	right: -10px;
}
.qq-breadcrumbs > :last-child:after
{
	content: none;
}
/*End Breadcrumbs*/

.footer-nav-lists
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-list
{
	margin-bottom: 28px;
	margin-right: 5px;

}
.footer-list-title
{
	font-size: 17px;
	margin-bottom: 32px;	
	color: #e4e4e5;
}
.footer-list-item
{
	margin-bottom: 6px;
}
.footer-list-item .link, .footer-list-item a
{
	color: #b1c2cb;
	text-decoration: none;
	font-size: 16px;
}
.footer-news-subsribtion-block
{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 27px 0px 50px 0px;
}
.footer-news-subsribtion-block .qq-input-module
{
	margin-top: 17px;
}
#footer
{
	max-width: 1430px;
	margin: 0px auto;
	padding: 0px 25px;
}

.languages-list-block .qq-title
{
	padding-left: 0px;
	margin-bottom: 29px;
}
.languages-list
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-left: 40px;
}
.language-module
{
	margin: 50px 0px 30px 0px;
	display: inline-flex;
	flex-direction: column;
	width: calc(100% / 4 - 32px);
	min-width: fit-content;
}
.english-language-name
{
	font-size: 17px;
	margin-bottom: 10px;
	display: inline-block;
}
.national-language-name
{
	font-family: 'MyriadPro-Bold';
	font-size: 21px;
	margin-bottom: 14px;
	display: inline-block;
}
.contribute-language
{
	color: #698cb0;
	font-size: 15px;
}
.languages-list-block
{
	padding: 44px 30px 70px 28px;
}

/*Browser support page*/
.book
{
	max-width: 360px;
	width: auto;
	margin: 11px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.book-description
{
	margin-top: 14px;
	font-size: 14px;
}
.title-block
{
	font-size: 30px;
}
.browser-support-block
{
	padding: 46px 0px 30px 0px;
}
.browser-support-block .title-block
{
	padding-left: 38px;
	margin-bottom: 25px
}
.browser-support-paragraph
{
	padding: 29px 30px 27px 36px;
}
.browser-support-paragraph-title
{
	font-size: 19px;
	margin-bottom: 28px;
}
.browser-support-paragraph-text
{
	padding: 0px 0px 0px 38px;
}
.support-version-lists
{
	margin-bottom: 26px;
}
.browser-support-block .darkened-white-module
{
	width: 95%;
	margin: 54px auto 0px auto;
}
.browser-support-block .dw-module-list
{
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
	padding: 16px 18px 15px 18px;
}
.browser-support-block .dw-module-text
{
	padding: 11px 75px 2px 75px;
}
.browser-support-paragraph.bordered-line-bot-top
{
	padding: 29px 30px 13px 36px;
	margin-bottom: 30px;
}
.browser-support-block .support-version-lists .vertical-styled-list
{
	margin-left: 5px;
}


/*Download page css*/
.downloads-block-body
{
	padding: 0px 19px 65px 19px;
}
.downloads-block .title-block
{
	padding-left: 42px;
	margin-bottom: 26px;
	margin-top: 51px;
}
.large-download-card
{
	display: flex;
	flex-direction: row;
	padding: 25px 25px 25px 35px;
}
.download-card-description
{
	margin-bottom: 20px;
}
.free-trial-card-list
{
	display: flex;
	flex-direction: row;
}
.free-trial-card
{
	width: auto;
	width: 290px;
	height: 328px;
	background: #34424f;
	border: 1px solid #54616e;
	border-radius: 5px;
	margin: 5px 10px;
	padding: 34px 10px 14px 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0px 0px 0px 5px #0000004f;
}
.free-trial-card .link
{
	margin-left: 17px;
}
.free-trial-card_title
{
	padding: 0;
	margin-bottom: 19px;
}

.download-card-header
{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 36px;
	padding-left: 5px;
}
.download-card-image
{
	margin-right: 23px;
}
.download-card-title
{
	margin-bottom: 6px;
}
.download-card-version
{
	margin-bottom: 13px;
	font-size: 13px;
}

.download-project-card-list
{
	margin: 31px 0px 45px 0px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.download-project-card
{
	background: #34424f;
	border: 1px solid #54616e;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px #0000004f;
	width: 48%;
	padding: 20px 20px 21px 11px;
	margin: 10px;
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-around;
	max-width: 667px;
}
.download-project-card .download-card-header
{
	margin-bottom: 26px;
}
.download-project-card .mini-text
{
	display: block;
	margin-top: 18px;
}
.download-project-card .download-project-card-button
{
	margin-bottom: 0;
	margin-top: 23px;
}


.search-downloads
{
	width: 455px;
	margin-bottom: 70px;
	margin-top: 20px;
}
.search-downloads .search-input
{
	width: 425px;
}

.all-downloads
{
	margin: 35px 10px 96px 10px;
}
.all-downloads .qq-title
{
	padding-left: 4px;
	margin-bottom: 2px;
}


.download-icon
{
	width: 17px;
	height: 20px;
	display: inline-block;
	background: url('../images/QQ_Downloads_icons.png') no-repeat;
	background-position: -225px -487px;
	position: relative;
	bottom: -5px;
	margin: 0px 2px;
}
.arrow-icon
{
	width: 13px;
	height: 17px;
	display: inline-block;
	background: url('../images/QQ_Downloads_icons.png') no-repeat;
	background-position: -285px -555px;
	position: relative;
	bottom: -6px;
	margin: 0px 5px;
}
.free-download-btn
{
	width: 240px;
	height: 49px;
	background: url('../images/QQ_Downloads_icons.png') no-repeat;
	background-position: -262px -196px;	
	display: inline-block;
	margin-bottom: 10px;
	border: none;
}
.free-download-btn.centered
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.free-download-btn:hover
{
	background-position: -262px -304px;
}
.free-download-btn.arrow
{
	background-position: -262px -88px;	
}
.free-download-btn.arrow:hover
{
	background-position: -262px -142px;	
}
.free-trial-btn
{
	width: 240px;
	height: 49px;
	background: url('../images/QQ_Downloads_icons.png') no-repeat;
	background-position: -262px -250px;	
	display: inline-block;
	margin-bottom: 10px;
	border: none;
}
.free-trial-btn.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.free-trial-btn:hover
{
	background-position: -262px -358px;
}
.older-downloads-btn
{
	width: 240px;
    height: 40px;
    background: url(../images/QQ_Downloads_icons.png) no-repeat;
    background-position: -262px 0px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 15px;
    border: none;
    cursor: pointer;
}	


/*Logotypes*/

.qq-logotype
{
	width: 72px;
    height: 60px;
    display: inline-block;
    background: url(../images/QQ_Downloads_icons.png) no-repeat;
    background-position: 0px -105px;
    background-size: 289px 431px;
}
.qq-logotype_w39-h31
{
	width: 39px;
    height: 31px;
    display: inline-block;
    background: url(../images/QQ_Downloads_icons.png) no-repeat;
    background-position: 1px -52px;
    background-size:  152px 216px;
}
.qq-mock-logotype
{
	width: 84px;
    height: 39px;
    display: inline-block;
    background: url(../images/QQ_Downloads_icons.png) no-repeat;
	background-position: -87px -122px;
	background-size: 334px 498px;
}
.qq-mobile-logotype
{
	width: 69px;
    height: 59px;
    display: inline-block;
    background: url(../images/QQ_Downloads_icons.png) no-repeat;
	background-position: -61px -190px;
    background-size: 322px 485px;
}
.qq-tv-logotype
{

}
.qq-code-logotype
{

}
.qq-page-title
{
	font-size: 30px;
	font-family: 'Roboto';
	font-weight: 400;
	color: #FFC882;
	margin-bottom: 15px;
}
.qq-page-2_title
{
	font-size: 22px;
	font-weight: 500;
	font-family: 'Roboto';
	color: #fff;
	line-height: 1.1;
}

/* Dropdown module list */
.dropdown-list
{
	border-radius: 5px;
	margin-top: 20px;
}
.dropdown-list-item
{

}
.dropdown-list-item.opened
{
	border: 1px solid #a7c0d1;
}
.dropdown-list-item-header
{
	padding: 16px 30px 16px 17px;
    background: #3A4A59;
    border: 0.5px solid #4F6073;
    display: block;
    cursor: pointer;
    position: relative;
}
.dropdown-list-item-header:after
{
	content: "";
    width: 12px;
    height: 18px;
    display: block;
    position: absolute;
    right: 10px;
    top: 14px;
    background: url(../images/QQ_Tutorials_icons.png) no-repeat;
    background-position: -255px -349px;
}
.dropdown-list-item-header:hover:after
{
	background-position: -255px -370px;
}
.dropdown-list-item.opened .dropdown-list-item-header:after
{
	width: 18px;
    height: 12px;
    background-position: -228px -351px;
} 
.dropdown-list-item.opened .dropdown-list-item-header:hover:after
{
    background-position: -228px -370px;
}	
.dropdown-list-item-title
{

}
.inner-list-item
{
	border-bottom: 1px solid #4d5a69;
    padding: 9px 19px 9px 17px;
    background: #1f272e;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.dropdown-list-item_inner-list
{
	display: none;
}

.dropdown-list-item.opened .dropdown-list-item_inner-list
{
	display: block;
}
.download-btn
{
	width: 166px;
	height: 31px;
	display: inline-block;
	background: url('../images/QQ_Downloads_icons.png') no-repeat;
	background-position: -260px -480px;
	border: none;
	margin: 0px 5px;
}

.downloads-list-item
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.downloads-list-item .title
{
	flex-basis: 200px;
}
.downloads-list-item .description
{
	flex-basis: 650px;
}
.downloads-list-item .select-version
{
	flex-basis: 130px;
}
.downloads-list-item .download-buttons
{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}


.qq-dropdown
{	
	background: url(../images/QQ_Downloads_icons.png) no-repeat;
  background-position: -261px -412px;
  background-color: #1f272e;
  width: 164px;
  height: 29px;
  font-size: 15px;
  font-family: 'Roboto';
  font-weight: 400;
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 0px 5px 0px 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  margin: 0px 5px 10px 5px;
}
.qq-dropdown:focus
{
	background-position: -261px -446px;
}



.lighten-bg-block
{
	display: block;
	padding: 20px 10px 5px 42px;
	background: #e1f0ff;
	border-radius: 5px;
	margin: 35px 10px 0px 10px;
	color: #48515b;
}


.qq-radio {
  display: block;
  position: relative;
  padding: 3px 0px 2px 31px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.qq-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: url('../images/QQ_Downloads_icons.png') no-repeat;
  background-position: -430px -411px;
}

.qq-radio:hover .checkmark
{
	background-position: -455px -411px;
}

/* When the radio button is checked, add a blue background */
.qq-radio input:checked ~ .checkmark {
  background-position: -430px -436px;
}

.qq-radio:hover input:checked ~ .checkmark
{
	background-position: -455px -436px;
}


/*Blogs page*/
.blogs-block
{
	padding: 0px 13px 65px 15px;
}
.blogs-block .title-block
{
	padding-left: 12px;
	margin-bottom: 8px;
}
.articles-types-list
{
	display: flex;
	flex-direction: row;
	margin: 0px 0px 32px 2px;
}
.articles-types-list .types-list-type
{
	margin: 0px 10px;
}
.medium-articles-list
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 2px;
}

/*Default preview card*/
.article-preview-card
{
	display: inline-flex;
	flex-direction: column;
	width: calc(100% / 3 - 20px);
	max-width: 415px;
	min-height: 440px;
	box-sizing: border-box;
}
.article-preview-card .article-preview-info
{
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin: 14px 20px 10px 12px;
}
.article-preview-card__image
{
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.default-article-preview-card__image
{
	width: 100%;
	height: 193px;
	min-width: 100%;
	min-height: 193px;
    background-position: 85% top;
}
.article-preview-card .article-preview-title
{
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 18px;
	line-height: 1.1;
	text-decoration: none;
}
.article-preview-card .article-author
{
	margin-top: auto;
	margin-bottom: 0px;
}
.article-preview-card .article-preview-info > *:last-child
{
	margin-top: auto;
}

/*Large preview card*/
.large-article-preview-card
{
	display: flex;
	flex-direction: row;
	min-height: 300px;
	box-sizing: border-box;
}
.large-article-preview-card__image
{
	width: 727px;
	height: 292px;
	min-width: 727px;
	min-height: 292px;
}

.large-article-preview-card .article-preview-info
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	margin: 10px 20px 15px 15px;
}
.large-article-preview-card .article-preview-description
{
	padding-bottom: 18px;
}
.large-article-preview-card .article-preview-title
{
	margin-bottom: 25px;
	text-decoration: none;
}
.large-article-preview-card .article-author
{
	margin-top: auto;
	margin-bottom: 0px;
}
.large-article-preview-card .article-preview-info > *:last-child
{
	margin-top: auto
}
.large-article-preview-card .qq-popup-module_tailed
{
	display: inline-block;
}

.article-author
{
	position: relative;
}
.article-author-name
{
	font-size: 17px;
	margin-bottom: 10px;
}

/*Blogs Article Page*/
.blog-article-block
{
	padding: 18px 0px 39px 0px;
}
.article-wrapper
{
	margin: 0px 0px 26px 0px;
}
.menu-sidebar
{
	width: 246px;
	max-width: 100%;
	display: inline-flex;
	flex-direction: column;
	padding: 0px 10px;
	box-sizing: border-box;
}
.menu-sidebar + *
{
	width: calc(100% - 250px);
	display: inline-flex;
	flex-direction: column;
	box-sizing: border-box;
}
.article-wrapper
{
	display: flex;
	flex-direction: row;
}

/*Dropdown menu list module*/
.dropdown-menu-list
{
	font-size: 15px;
	margin: 0px 0px 0px 5.3px;
}
.dropdown-menu-list .dropdown-menu-list-header
{
	display: inline-block;
    margin: 7px 7px 7px 0px;
	position: relative;
	padding-left: 24px;
	font-size: 15px;
}
.dropdown-menu-submenu .dropdown-menu-list-header
{
	font-size: 14px;
}
.dropdown-menu-list .dropdown-menu-list-item .dropdown-menu-list-header
{
	cursor: pointer;
	position: relative;	
}
.dropdown-menu-list .dropdown-menu-list-header:hover
{
	text-decoration: underline;	
}
.dropdown-menu-list .dropdown-menu-list-item > .dropdown-menu-list-header:before
{
	content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/QQ_Blogs_Icons.png) no-repeat;
    background-position: -403px -271px;
    position: absolute;
    left: 1px;
    top: -1px;
}
.dropdown-menu-list .dropdown-menu-list-item > .dropdown-menu-list-header:hover:before
{
	background-position: -422px -271px;
}

.dropdown-menu-list .dropdown-menu-list-item.opened > .dropdown-menu-list-header:before
{
	background-position: -441px -271px;
}
.dropdown-menu-list .dropdown-menu-list-item.opened > .dropdown-menu-list-header:hover:before
{
	background-position: -460px -271px;
}

.dropdown-menu-submenu
{
	padding-left: 24px;
	margin: 0px;
	font-size: 14px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.dropdown-menu-list-item > .dropdown-menu-submenu
{
	display: none;
}
.dropdown-menu-list-item.opened > .dropdown-menu-submenu
{
	display: flex;
}
.dropdown-menu-submenu .dropdown-menu-submenu-item
{
	padding-left: 25px;
	margin: 7px 0px;
	display: inline-block;
}
.dropdown-menu-submenu-item a:hover
{
	color: inherit;
}

.content-plan-list
{
	font-size: 14px;
	color: #fff;
}
.article_content-plan-list
{
	margin-bottom: 42px;
}
.article_content-plan-list--type1
{

}
.article_content-plan-list--type2
{

}
.article_mobile-content-plan-list
{
	display: none;
	flex-direction: column;
}
.content-plan-list a 
{
	text-decoration: none;
}
.content-plan-list a:hover
{
	text-decoration: underline;
}
.menu-sidebar .active > a
{
	font-size: 15px;
	font-weight: 500;
	color: #FFC882;
}
.content-plan-list .vertical-list-module a 
{
    margin-left: 5px;
}
.content-plan-list .dropdown-menu-submenu .active a
{
	font-size: 14px;
	font-weight: 400;
}
.content-plan-list .dropdown-menu-list
{
	margin: 0px;
}
.content-plan-list .vertical-list-module .styled-list-item
{
	margin: 7.5px 7px 7.5px 2px;
	font-size: 15px;
}
.content-plan-list-title
{
	padding-left: 22px;
	padding: 0px 27px 0px 22px;
	margin-bottom: 8px;
	font-size: 14px;
}
.article_mobile-content-plan-list .content-plan-list-title
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
}

.icon-wrapper
{
	cursor: pointer;
}
.follow-btn
{
	display: inline-block;
	width: 88px;
	height: 29px;
	margin: 5px;
	background: url('../images/QQ_Blogs_Icons.png') no-repeat;
	background-position: -272px -331px;
	cursor: pointer;
}
.follow-btn:hover, 
.icon-wrapper:hover .follow-btn
{
	background-position: -272px -365px;
}
.like-icon
{
    width: 25px;
    height: 24px;
    display: inline-block;
    background: url(../images/QQ_Blogs_Icons.png) no-repeat;
    background-position: -308px -399px;
    margin-right: 5px;
}
.like-icon:hover,
.icon-wrapper:hover .like-icon
{
	background-position: -335px -399px;
}

.bookmark-icon
{
	width: 14px;
	height: 20px;
	display: inline-block;
	background: url('../images/QQ_Blogs_Icons.png') no-repeat;
	background-position: -274px -408px;
	cursor: pointer;
}
.bookmark-icon:hover,
.icon-wrapper:hover .bookmark-icon 
{
	background-position: -291px -408px;
}

.tag-icon
{
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url(../images/QQ_Docs_icons.png) no-repeat;
    background-position: -459px -266px;
    cursor: pointer;
}
.tag-icon:hover,
.icon-wrapper:hover .tag-icon
{
	background-position: -459px -295px;
}

.facebook-icon
{
    width: 16px;
    height: 26px;
    display: inline-block;
    background: url(../images/QQ_Blogs_Icons.png) no-repeat;
    background-position: -247px -437px;
}
.facebook-icon:hover
{
	background-position: -267px -437px;
}

.google-plus-icon
{
	width: 30px;
	height: 23px;
	display: inline-block;
	background: url(../images/QQ_Blogs_Icons.png) no-repeat;
	background-position: -288px -439px;
}
.google-plus-icon:hover
{
	background-position: -320px -439px;
}

.twitter-icon
{
	width: 26px;
	height: 23px;
	display: inline-block;
	background: url(../images/QQ_Blogs_Icons.png) no-repeat;
	background-position: -354px -440px;
}
.twitter-icon:hover
{
	background-position: -382px -440px;
}

.instagram-icon
{
	 width: 24px;
	 height: 24px;
	 display: inline-block;
	 background: url(../images/QQ_Blogs_Icons.png) no-repeat;
	 background-position: -413px -438px;
}
.instagram-icon:hover
{
	background-position: -439px -438px;
}

.article-author-line .follow-btn 
{
	margin-left: 16px;
	align-self: center;
}
.under-sidebar-info-buttons .follow-btn
{
	margin: 7px 5px 12px 0px;	
}
.under-sidebar-info-buttons .article-likes
{
	margin-bottom: 13px;
}
.under-sidebar-info
{
	padding: 0px 20px 0px 9px;
}
.under-sidebar-info-buttons
{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.collapse-icon
{
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url('../images/QQ_Blogs_Icons.png') no-repeat;
	background-position: -465px -351px;
	cursor: pointer;
}
.collapse-icon:hover
{
	background-position: -465px -416px;
}

/*Article*/

.article
{
	padding: 0px 27px 0px 0px;
	display: inline-flex;
	flex-direction: column;
}
.article-title
{
	margin-bottom: 10px;
}
.short-about-article
{
	margin: 10px 0px 15px 0px;
}

.article .article-author
{
	margin: 0px 0px 0px 0px;
}
.article-author-line
{
	margin: 10px 0px 29px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
	align-items: center;
}
.article-author-line-left
{
	display: flex;
	flex-direction: row;
}
.article-image
{
	width: 100%;
	min-height: 324px;
	padding: 0px 6px 0px 0px;
	margin: 0px 0px 14px 0px;
	box-sizing: border-box;
}
.article-text
{
	margin: 0px 12px 18px 0px;
	text-indent: 38px;
}
.article-tags
{
	margin: 10px 0px 12px 0px;
}

.article-likes
{
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}
.article-likes .like-number
{
	margin-top: 5px;
}
.article-tag
{
	display: inline-block;
	background: #3c4b5c;
	color: #999999;
	padding: 3px 7px 3px 8px;
	margin: 0px 14px 0px 0px;
	cursor: pointer;
}
.article-tag__link
{
	color: #999999;
	text-decoration: none;
}
.article-tag__link:hover
{
 color: #999999;
}
.under-article-icons
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.article-author-line .soc-icons-list
{
	white-space: nowrap;
	margin-left: auto;
}

.qq-icon
{
	margin: 0px 2.5px;
}
.soc-icons-list .qq-icon:first-child
{
	margin-right: 22px;
}
.soc-icons-list .qq-icon:nth-child(2)
{
	margin-right: 13px;
}
.soc-icons-list .qq-icon:nth-child(3)
{
	margin-right: 5px;
}

.medium-articles-list-wrapper
{
	padding: 0px 17px 0px 12px;
}
.medium-articles-list-wrapper .qq-page-title
{
	padding-left: 12px;
	margin-bottom: 18px;
}
.blog-article-block-reference .article-preview-card 
{
	min-height: 420px;
}



/*QQ popup module*/
.qq-popup-module
{
	position: relative;
}
.qq-popup-module .qq-popup-module__trigger
{

}
.close-qq-popup-module
{
    position: absolute;
    right: 11px;
    top: 12px;
}
.qq-popup-module .qq-popup-module__window
{
	display: none;
	flex-direction: column;
	align-items: flex-start;
	width: 81%;
	max-width: 365px;
	max-height: 400px;
	padding: 27px 11px 12px 4px;
	box-sizing: border-box;
	background: #405061;
	border: 1px solid #6c7b8c;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 5px #0000004f;
	position: absolute;
	top: 44px;
	left: 9%;
	z-index: 1;
	overflow: auto;
}
.qq-popup-module .qq-popup-module__window_squared
{
	box-shadow: 0px 0px 0px 1px #1c252e;
	border-radius: 0;
}
.qq-popup-module .qq-popup-module__scroll-wrapper
{
	min-height: 100px;
	max-height: 351px;	
	overflow: auto;
	width: 100%;
}
.qq-popup-module.opened .qq-popup-module__window
{
	display: flex;
}


/*QQ Seelct*/
.qq-custom-select
{
	width: 90%;
    height: 40px;
    display: block;
    max-width: 470px;
    padding: 7px 35px 7px 20px;
    background-color: #252e38;
    font-size: 20px;
    font-family: 'Roboto';
    border: 1px solid #3d464f;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
    /*min-width: fit-content;*/
    overflow: hidden;
}
.qq-custom-select_margin-centered
{
	margin: 0px auto;
}
.qq-custom-select:after
{
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	right: 15px;
	width: 18px;
    height: 12px;	
    background: url('../images/QQ_Blogs_Icons.png');
    background-position: -228px -351px;
}
.qq-custom-select:focus:after
{
	background-position: -228px -370px;
}
.qq-custom-select__link
{
}
.qq-select__holder
{
	font-size: inherit;
	cursor: pointer;
	max-width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.qq-select-value
{
	cursor: pointer;
}

/*Styles for collapsed menu*/
.article_qq-popup-module_collapsed
{
	display: none;
	z-index: 1000;
}
.collapsed-btn
{
	position: fixed;
	top: 60px;
	left: 5px;
	-webkit-transition: top 1s ease-in-out;
	-o-transition: top 1s ease-in-out;
	transition: top 1s ease-in-out;
}
.article_qq-popup-module_collapsed .qq-popup-module__window
{
	position: fixed;
	left: 6px;
	right: 6px;
	top: 10px;
	width: auto;
	max-width: 500px;
	z-index: 1000;
}
.article_qq-popup-module_collapsed .qq-popup-module__window_squared
{
	border-radius: 0;
}
.article_qq-popup-module_collapsed .qq-popup-module__scroll-wrapper
{
	max-height: 569px;
}

/*Tailed Popup*/
.qq-popup-module_tailed
{
	position: relative;
}
.qq-popup-module_tailed:hover
{
	/*overflow: visible;*/
}

.qq-popup-module_tailed__inner
{
	position: relative;
	display: inline-flex;
	justify-content: center;
}
.qq-popup-module_tailed__trigger
{
	display: inline-block;
}
.qq-popup-module_tailed__body
{
	position: absolute;
	left: 110%;
	top:  calc(-100% * 1.2);
	z-index: -5;
	width: 312px;
	padding: 6px 7px 10px 9px;
	opacity: 0;
	background-color: #405061;
    border: 1.2px solid #576575;
	/*display: none;*/
	box-sizing: border-box;
	-webkit-transition: all 0.3s, width 0.1s;
	-o-transition: all 0.3s, width 0.1s;
	transition: all 0.3s, width 0.1s;
}
.qq-popup-module_tailed__trigger:hover + .qq-popup-module_tailed__body,
.qq-popup-module_tailed__body:hover
{
	opacity: 1;
	z-index: 5;
}
.qq-popup-module_tailed__body.always-position-right
{
	right: 0 !important;
	margin-right: 0 !important;
}
.qq-popup-module_tailed__body.always-position-left
{
	left: 0 !important;
	margin-left: 0 !important;
}
.qq-popup-module_tailed.click-event .qq-popup-module_tailed__trigger:hover + .qq-popup-module_tailed__body,
.qq-popup-module_tailed.click-event .qq-popup-module_tailed__body:hover,
.qq-popup-module_tailed.disable-hover-view .qq-popup-module_tailed__trigger:hover + .qq-popup-module_tailed__body,
.qq-popup-module_tailed.disable-hover-view .qq-popup-module_tailed__body:hover
{
	z-index: -5;
	opacity: 0;
}
.qq-popup-module_tailed.opened .qq-popup-module_tailed__body,
.qq-popup-module_tailed.opened .qq-popup-module_tailed__trigger:hover + .qq-popup-module_tailed__body,
.qq-popup-module_tailed.opened .qq-popup-module_tailed__body:hover
{
	z-index: 5;
	opacity: 1;
}


.qq-card-skin.tail-top
{
    box-shadow: 0px 5px 10px rgba(0,0,0, 1), -1px 1.5px 0px -0.3px #000000bf;
}
.qq-card-skin.tail-top:before,
.qq-popup-module_tailed__body:before
{
	content: "";
    width: 31px;
    height: 25px;
    position: absolute;
    top: initial;
    bottom: -22px;
    left: calc(100% / 2 - 16px);
    right: initial;
    background: url(../images/QQ_icons2.png) no-repeat;
    background-position: -208px -553px;
}
.qq-card-skin.tail-right
{
    box-shadow: 0px 5px 10px rgba(0,0,0, 1), -1.5px 0px 0px -0.3px #000000bf;
}
.qq-card-skin.tail-right:before
{
	content: "";
    width: 25px;
    height: 31px;
    position: absolute;
    top: calc(100% / 2 - 15px);
    bottom: initial;
    right: initial;
    left: -21.5px;
    background: url(../images/QQ_icons2.png) no-repeat;
    background-position: -100px -545px;
}
.qq-card-skin.tail-bottom
{
    box-shadow: 0px 5px 10px rgba(0,0,0, 1), -1px -1.5px 0px -0.3px #000000bf;
}
.qq-card-skin.tail-bottom:before
{
	content: "";
    width: 31px;
    height: 25px;
    position: absolute;
    top: -22px;
    bottom: initial;
    right: initial;
    left: calc(100% / 2 - 16px);
    background: url(../images/QQ_icons2.png) no-repeat;
    background-position: -172px -544px;
}
.qq-card-skin.tail-left
{
    box-shadow: 0px 5px 10px rgba(0,0,0, 1), 1.5px 0px 0px -0.3px #000000bf;
}
.qq-card-skin.tail-left:before
{
	content: "";
    width: 25px;
    height: 31px;
    position: absolute;
    top: calc(100% / 2 - 15px);
    bottom: initial;
    right: -22.5px;
    left: initial;
    background: url(../images/QQ_icons2.png) no-repeat;
    background-position: -143px -545px;
}

.article-author-more-info
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.article-author-more-info__about
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.article-author-more-info__follow
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.grey-text
{
	color: #b3b3b3;
}
.article-author-more-info__text
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 75%;	
}

.article-author-more-info__name
{
	margin-bottom: 4px;
}

.medium-member-duration
{
	font-size: 12px;
}
.article-author-more-info__description
{
	margin-bottom: 18px;
}

/*Icons from QQ Loged in Page*/
.card-icon-wrapper
{

}
.user-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -268px 1px;
}
.user-card-icon:hover,
.card-icon-wrapper:hover .user-card-icon
{
	background-position: -642px 1px;
}
.question-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -393px 1px;
}
.question-card-icon:hover,
.card-icon-wrapper:hover .question-card-icon
{
	background-position: -767px 1px;
}
.users-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -268px -124px;
}
.users-card-icon:hover,
.card-icon-wrapper:hover .users-card-icon
{
	background-position: -642px -124px;
}
.certificate-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -393px -124px;
}
.certificate-card-icon:hover,
.card-icon-wrapper:hover .certificate-card-icon
{
	background-position: -767px -124px;
}
.file-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -517px 1px;
}
.file-card-icon:hover,
.card-icon-wrapper:hover .file-card-icon
{
	background-position: -891px 1px;
}
.qq-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -267px -249px;
}
.qq-card-icon:hover,
.card-icon-wrapper:hover .qq-card-icon
{
	background-position: -641px -249px;
}
.qq-mock-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -392px -249px;
}
.qq-mock-card-icon:hover,
.card-icon-wrapper:hover .qq-mock-card-icon
{
	background-position: -766px -249px;
}
.qq-mobile-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -267px -374px;
}
.qq-mobile-card-icon:hover,
.card-icon-wrapper:hover .qq-mobile-card-icon
{
	background-position: -641px -374px;
}
.qq-desktop-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -392px -374px;
}
.qq-desktop-card-icon:hover,
.card-icon-wrapper:hover .qq-desktop-card-icon
{
	background-position: -766px -374px;
}
.qq-vision-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -267px -499px;
}
.qq-vision-card-icon:hover,
.card-icon-wrapper:hover .qq-vision-card-icon
{
	background-position: -641px -499px;
}
.qq-code-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -392px -499px;
}
.qq-code-card-icon:hover,
.card-icon-wrapper:hover .qq-code-card-icon
{
	background-position: -766px -499px;
}
.qq-docs-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -517px -124px;
}
.qq-docs-card-icon:hover,
.card-icon-wrapper:hover .qq-docs-card-icon
{
	background-position: -891px -124px;
}
.qq-instance-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -517px -249px;
}
.qq-instance-card-icon:hover,
.card-icon-wrapper:hover .qq-instance-card-icon
{
	background-position: -891px -249px;
}
.qq-project-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -517px -373px;
}
.qq-project-card-icon:hover,
.card-icon-wrapper:hover .qq-project-card-icon
{
	background-position: -891px -373px;
}
.qq-cms-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_LoggedIn_icons.png') no-repeat;
	background-position: -517px -499px;
}
.qq-cms-card-icon:hover,
.card-icon-wrapper:hover .qq-cms-card-icon
{
	background-position: -891px -499px;
}


/*QQ Loggedin Page*/
.logged-in-block
{
	text-align: center;
	padding: 80px 3px 40px 3px;
}
.logged-in-block_reference .qq-page-title
{
	margin-bottom: 26px;
}
.logged-in-block__first-line
{

}
.logged-in-block__second-line
{
	margin-top: 25px;	
}

.iconed-cards-list
{
	display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.iconed-card
{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #f2f2f2;
	text-decoration: none;
	max-width: 123px;
	margin: 5px 4px 50px 3px;
}
.iconed-card__icon
{
	margin: 0px 0px 8px 0px;
}
.iconed-card__title
{
	font-size: 14px;
	margin: 7px 0px 9px 0px;
}
.iconed-card__link
{
	margin: 9px 0px 0px 0px;
}

.helpful-links-list
{

}
.our-products-links-list
{
	margin: 0px auto;
}
.helpful-links-list .iconed-card
{
	margin: 5px 8px 50px 11px;
}



.smile-card-icon
{
	width: 123px;
	height: 123px;
	display: inline-block;
	background: url('../images/QQ_ManageProfile_icons.png') no-repeat;
	background-position: -285px 0px;	
}
.smile-card-icon:hover,
.card-icon-wrapper:hover .smile-card-icon
{
	background-position: -285px -125px;
}
/*Manage Profile Page*/
.qq-border
{
	border: 1px solid #506a82;
}
.manage-profile-block
{
	padding: 45px 5px 75px 13px;
}
.large-padding-left
{
	padding-left: 40px
}
.middle-padding-left
{
	padding-left: 15px
}

.menu-sidebar_manage-section
{
	width: 277px;
}
.menu-sidebar_manage-section + .manage-section
{
	width: calc(100% - 282px);
}

.manage-section__title
{
	margin: 0px 0px 39px 0px;
}
.manage-section__description
{
	margin: 0px 0px 70px 0px; 
}

.profile-settings-type
{
	margin: 0px 0px 40px 0px;
	padding-right: 21px
}
.profile-settings-type__title
{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 24px;
}
.profile-settings-type__description
{
	/*font-size: 15px;*/
	line-height: 29px;
}
/*.profile-settings-type__description .link
{
	font-size: 15px;
}*/


.profile-setting
{
	margin: 10px 0px 61px 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 745px;
}
.profile-settings-type .profile-setting:last-child
{
	margin-bottom: 20px;
}
.profile-setting__title
{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
}
.profile-setting__description
{
	font-size: 15px;
}
.profile-setting__description .link
{
	font-size: 15px;
}
.profile-setting__control-wrapper
{
	flex-grow: 1;
}
.profile-setting__changeVisibility
{
	margin-left: 28px;
}
.profile-setting__control
{
	font-size: 17px;
	font-style: initial;
}

.manage-profile-input-wrapper
{
	position: relative;
	margin-right: 10px;
	max-width: 470px;
}
.manage-profile-input
{
	max-width: 470px;
	width: 100%;
	font-family: 'Roboto';
	background: none;
	padding-left: 0;
	padding: 4px 5px 7px 11px;
	margin: 0px 0px 0px -11px;
	border-radius: 5px;
	border: 1px solid #506a82;
	box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.manage-profile-placeholder-styles::-webkit-input-placeholder 
{
  color: #fff;
  font-style: normal;
}
.manage-profile-placeholder-styles::-moz-placeholder 
{
  color: #fff;
  font-style: normal;
}
.manage-profile-placeholder-styles:-ms-input-placeholder 
{
  color: #fff;
  font-style: normal;
}
.manage-profile-inputv:-moz-placeholder 
{
  color: #fff;
  font-style: normal;
}
.manage-profile-input.disabled
{
	border: none;
}

.manage-profile-input__buttons
{
    display: inline-flex;
    flex-direction: row;
    position: absolute;
    bottom: -33px;
    right: 10px;
}
.manage-profile-input.disabled + .manage-profile-input__buttons
{
	display: none;
	opacity: 0;
}
.save-input-btn
{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url('../images/QQ_ManageProfile_icons.png') no-repeat;
	background-position: -286px -258px;
	border: none;
}
.save-input-btn:hover
{
	background-position: -286px -295px;
}
.cancel-input-btn
{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url('../images/QQ_ManageProfile_icons.png') no-repeat;
	background-position: -323px -258px;
	border: none;
}
.cancel-input-btn:hover
{
	background-position: -323px -295px;
}


.update-user-photo
{
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.update-user-photo__icon
{

}
.update-user-photo__link
{
	margin-left: 17px;
}
.update-user-photo input
{
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/*QQ simple select module*/
.qq-simple-select
{
	width: 233px;
	height: 33px;
	border: 1px solid #506a82;
	border-radius: 5px;
	padding: 1px 5px 1px 7px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.qq-simple-select:after
{
    content: "";
    width: 18px;
    height: 12px;
    display: block;
    position: absolute;
	right: 8px;
    top: 10px;
    background: url(../images/QQ_ManageProfile_icons.png) no-repeat;
    background-position: -262px -5px;
    cursor: pointer;
}
.qq-simple-select:hover:after
{

    background-position: -262px -25px;
}
.qq-popup-module.opened .qq-simple-select:after
{
	width: 12px;
	height: 18px;
	top: 6px;
	background-position: -246px -46px;
}
.qq-popup-module.opened .qq-simple-select:hover:after
{
	background-position: -246px -66px;
}

.planet-icon
{
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url('../images/QQ_ManageProfile_icons.png') no-repeat;
	background-position: -209px -216px;
}
.lock-icon
{
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url('../images/QQ_ManageProfile_icons.png') no-repeat;
	background-position: -210px -246px;	
}
.lock-icon_with-hover
{
	width: 16px;
    height: 20px;
    display: inline-block;
    background: url(../images/QQ_Docs_icons.png) no-repeat;
    background-position: -272px -336px;
    cursor: pointer;
}
.lock-icon_with-hover:hover
{
	background-position:-272px -365px;
}
.lock-icon_opened
{
	width: 16px;
    height: 20px;
    min-width: 16px;
    min-height: 20px;
    display: inline-block;
    background: url(../images/QQ_Docs_icons.png) no-repeat;
    background-position: -291px -336px;
    cursor: pointer;
}
.lock-icon_opened:hover
{
    background-position: -291px -365px;	
}

.changeVisibility_qq-popup-module .qq-popup-module__window,
.changeVisibility_qq-popup-module_styles .qq-popup-module__window
{
	width: 298px;
	top: 40px;
	right: 0;
	left: initial;
	padding: 9px 10px 0px 11px;
}

.changeVisibility-option
{
	cursor: pointer;
	margin: 0px 0px 16px 0px;
}
.changeVisibility-option__header
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.changeVisibility-option__icon
{
}
.changeVisibility-option__title
{
	margin-left: 12px;
}
.changeVisibility-option__description
{
	font-size: 10px;
	margin: 0px 0px 0px 41px;
	line-height: 1.5;
}
.manage-profile_reference .vertical-list-module .styled-list-item:hover a
{
	text-decoration: none;
}
.qq-popup-module.qq-popup-module_popup-top .qq-popup-module__window
{
	top: initial;
	bottom: 40px;
}

/*Manage Profile Email Page*/
.form-btn-blue
{
	color: #fff;
	background: #52a2e3;
	text-align: center;
	padding: 8px 15px 9px 15px;
	min-width: 188px;
	box-shadow: none;
	border: 1px solid #13181c;
	border-radius: 10px;
	font-weight: 600;
	box-shadow: inset 0px 0px 1px 0.3px #fff;
}

.manage-profile-email-block
{
	padding: 45px 5px 30px 13px;
}
.manage-profile-email-block_referencek .manage-section__description
{

}
.manage-profile-email-block_reference .profile-settings-type
{
	margin-bottom: 15px;
}
.manage-profile-email-block_reference .profile-settings-type__title
{
	margin-bottom: 20px;
}
.manage-profile-email-block_reference .manage-section__description 
{
    margin: 0px 0px 38px 0px;
}



.manage-profile-form
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 21px 0px 0px 0px;
}
.manage-profile-form__item
{
	margin: 0px 0px 28px 0px;
	width: 100%;
}
.manage-profile-form__title
{
	font-size: 17px;
	color: #fff;
	margin-bottom: 11px;
}
.manage-profile-form__input
{	
	margin-left: 0;
	max-width: 430px;
	width: 98%;
}
.manage-profile-form__btn
{
	margin: 0px 0px 0px 0px;
}


/*Manage Profile Secure Page*/
.manage-profile-secure-block
{
	padding: 45px 5px 0px 13px;
}
.qq-changeLanguage-select
{
	max-width: 430px;
	width: 100%;
}
.qq-changeLanguage-popup-module .qq-popup-module__window
{
	width: 100%;
	max-width: 430px;
	max-height: 500px;
	left: 0;
	padding: 12px 11px 12px 4px;
}
.qq-changeLanguage-popup-module .vertical-styled-list.squeared-items .styled-list-item
{
	font-size: 16px;
}
#delete-account
{
	margin-right: 20px;
}


/*QQ Log in Icons*/
.facebook-icon_colored
{
	width: 51px;
	height: 51px;
	display: inline-block;
	background: url('../images/QQ_Login_icons.png') no-repeat;
	background-position: 1px -138px;
	cursor: pointer;
}
.facebook-icon_colored:hover
{
	background-position: 1px -250px;	
}
.twitter-icon_colored
{
	width: 65px;
	height: 53px;
	display: inline-block;
	background: url('../images/QQ_Login_icons.png') no-repeat;
	background-position: -55px -137px;
	cursor: pointer;
}
.twitter-icon_colored:hover
{
	background-position: -55px -249px;
}
.linkedin-icon_colored
{
	width: 52px;
	height: 52px;
	display: inline-block;
	background: url('../images/QQ_Login_icons.png') no-repeat;
	background-position: -125px -138px;
	cursor: pointer;
}
.linkedin-icon_colored:hover
{
	background-position: -125px -250px;
}
.vk-icon_colored
{
	width: 51px;
	height: 51px;
	display: inline-block;
	background: url('../images/QQ_Login_icons.png') no-repeat;
	background-position: 1px -194px;
	cursor: pointer;
}
.vk-icon_colored:hover
{
	background-position: 1px -306px;
}
.google-icon_colored
{
	width: 65px;
	height: 53px;
	display: inline-block;
	background: url('../images/QQ_Login_icons.png') no-repeat;
	background-position: -62px -194px;
	cursor: pointer;
}
.google-icon_colored:hover
{
	background-position: -62px -306px;
}
.tumblr-icon_colored
{
	width: 52px;
	height: 52px;
	display: inline-block;
	background: url('../images/QQ_Login_icons.png') no-repeat;
	background-position: -127px -194px;
	cursor: pointer;
}
.tumblr-icon_colored:hover
{
	background-position: -127px -306px;
}

/*QQ Login/Signup pages*/
.login-block
{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 156px;
	padding-bottom: 30px;
	text-align: center;
}
.project-content_small
{
	width: 96%;
	max-width: 550px;
	min-height: 480px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 5px auto;
	background-color: #405061; 
	padding: 49px 5px 50px 5px;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 5px #0000001a;
}
.login-block-container
{

}
.auth-title
{
	margin-bottom: 30px;
}
.check-mail-block_reference .auth-title
{
	margin-bottom: 25px;
}
.auth-type-form
{
	width: 100%;
	max-width: 395px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 45px;
}
.or-text
{
	color: #f2f2f2;
}
.login-via-list,
.signup-via-list
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: auto;
}
.login-via-list__item,
.signup-via-list__item
{
 	margin-top: 15px;
}
.login-via-link,
.signup-via-link
{
	margin: 15px 12.5px 0px 12.5px;
}

.other-login-link
{
	margin: 11px 0px;
}
.other-check-mail-link
{
	margin: 5px 0px;
}

.login-block-container_reference .qq-input-module
{
	max-width: 100%;
	margin-bottom: 25px;
}
.login-block-container_reference .qq-input
{
    width: 390px;
    max-width: 100%;
    margin-left: 0;
}

.login-block-container_reference .form-btn-blue
{
	width: 100%;
	max-width: 390px;
	margin-top: 25px;
}

.display-none
{
	display: none;
}
.visibility-hidden
{
	visibility: hidden;
}

/*Login form*/
.login-block-container_reference .field-ready
{
	margin-bottom: 0px;
}
.field-ready
{
	margin-bottom: 0px;
	cursor: pointer;
}
.field-ready:after
{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
    top: 8px;
    right: 9px;
	background: url('../images/QQ_Login_icons.png') no-repeat;
	background-position: 1px -43px;
	cursor: pointer;
}
.field-ready:hover:after
{
	background-position: 1px -69px;
}
.field-ready .qq-input
{
	pointer-events: none; 
	background: none;
    border: none;
}
.field-ready .qq-input-arrow
{
	display: none;
}
.form-error
{
	border: 1px solid #ffd324;
	padding: 15px 10px;
	width: 100%;
	border-radius: 7px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.2;
}
.show-form-error .form-error
{
	display: block;
}

.fly-qq
{
	display: block;
    width: 520px;
    height: 310px;
    background: url(../images/QQ_Login_icons.png) no-repeat;
    background-position: 3px -360px;
    margin-top: auto;
   margin: auto 0px 20px 0px;
}

/*Password difficulty*/
.password-difficulty
{

}
.password-difficulty__item
{
	width: calc(100% / 5 - 4px);
	height: 2px;
	max-width: 70px;
	display: inline-block;
	margin: 3px 0px;
	background-color: #5e7c99;
	transition: all 0.3s;
}
.password-difficulty[data-password-difficulty="1"] .password-difficulty__item:nth-child(-n+1),
.password-difficulty[data-password-difficulty="2"] .password-difficulty__item:nth-child(-n+2),
.password-difficulty[data-password-difficulty="3"] .password-difficulty__item:nth-child(-n+3),
.password-difficulty[data-password-difficulty="4"] .password-difficulty__item:nth-child(-n+4),
.password-difficulty[data-password-difficulty="5"] .password-difficulty__item:nth-child(-n+5)
{
	background-color: #8fbde8;	
}

.check-mail-block
{ 
	padding: 49px 5px 20px 5px;
	min-height: 596px;
}
.user-check-mail
{
	margin-top: 18px;
}

.signup_check-mail-block
{

}

.green-check-icon
{
	width: 31px;
	height: 30px;
	display: inline-block;
	background: url('../images/QQ_Login_icons.png') no-repeat;
	background-position: 0px -96px;
}

.send-mail-again-popup .qq-popup-module_tailed__body
{
	width: 453px;
}
.send-mail-again-popup .close-qq-popup-module 
{
	right: 15px;
    top: 15px;
}
.send-mail-again-info
{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 5px 10px 4px 15px;
	text-align: center;
}
.send-mail-again-info__text
{
	padding-left: 50px;
	padding-top: 7px;
}
.send-mail-again-info .auth-title
{
	margin-bottom: 12px;
}



@media screen and (min-width: 1400px) {
	header 
	{
		padding-right: 15px;
	}
	.project-pre_content
	{
		padding: 5px 30px 5px 35px;
	}
	.content-wrapper
	{
		padding: 23px 25px 27px 20px
	}
	#qq-project-tutorials-content .content-wrapper
	{
		padding: 0px;	
	}

	.dashboard-content
	{
		padding-right: 50px;
	}
	.qq-events .event
	{
		margin: 5px 62px;
	}
	#qq-project-about-content .content-wrapper
	{
		padding: 0px;
	}

	.our-team-block .team-list .team-member-card
	{
		margin: 0px 50px 25px 50px;
	}
	.our-team-block .team-list
	{
		justify-content: center;
	}
	.browser-support-block .darkened-white-module
	{
		margin: 36px auto 0px auto;
	}
	.large-download-card
	{
		padding: 25px 25px 25px 42px;
	}
	.download-card-header
	{
		padding-left: 0px;
	}
	.download-card-description
	{
		padding-left: 3px;
	}
	.free-trial-card
	{
		width: 300px;
	}
	.all-downloads .qq-title
	{
		padding-left: 5px;
	}
	.inner-list-item
	{
		padding: 9px 38px 9px 17px;
	}
	.blogs-block {
    	padding: 0px 13px 57px 15px;
	}
	.large-article-preview-card .article-preview-info
	{
		margin: 10px 7px 15px 15px;
	}
	.medium-articles-list
	{
		margin-top: 10px;
	}
	.article-preview-card
	{
		max-width: 439px;
	}
	.article
	{
	}
	
	.get-start-courses
	{
		padding: 0px 50px;
	}
	.featured-courses
	{
		padding: 0px 50px;
	}
	.all-courses
	{
		padding: 0px 50px;
	}

	.course-card-large .course-img
	{
		margin-right: 20px;
	}
}


@media screen and (min-width: 1450px) {
	#qq-project-content .qq-specification
	{
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	#qq-project-content .qq-specification .specification-first-line
	{
		flex-direction: column;
		align-items: center;
	}
	#qq-project-content .specification-first-line .empty-space
	{
		display: none;
	}
	.description-project-cart
	{
		margin-right: 50px;
	}
	.events-wrapper
	{
		padding-left: 0px;
		justify-content: center;
	}
	header
	{
		padding: 0 1% 0 3.4%;
	}
}

@media screen and (min-width: 1520px) {
	header
	{
		padding: 0 7.4% 0 8.2%;
	}
	#qq-project-tutorials-content .content-wrapper.course-page-content-wrapper
	{
		padding: 23px 25px 27px 20px;
	}
	
	#pre_content-qq-mock.project-pre_content
	{
		max-width: 1350px;
		margin: 0px auto;
	}
	.version-changelog-block
	{
		padding: 39px 40px 31px 35px;
	}
}

@media screen and (min-width: 1900px) {
	header
	{
		padding: 0 13.4% 0 15.2%;
	}
	.downloads-block-body
	{
		padding: 0px 19px 70px 19px;
	}
}


@media screen and (max-width: 1480px) {
	html
	{
		overflow-y: initial;
	}
}

@media screen and (max-width: 1300px) {
	header
	{
		padding: 0px 20px 0px 30px;
	}
	.project-pre_content
	{
		padding: 5px 15px 5px 35px;
	}

	.search.large .search-input
	{
		width: 370px;
	}
	#qq-mock-project-content.project-content .qq-specification
	{
		padding: 4px 25px 20px 5px;
	}
	.project-content .other-links-block
	{
		padding: 40px 130px 10px 80px;
	}
	.team-list
	{
		padding: 0 60px;
	}
	.what-we-do-block
	{
		margin-bottom: 0px;
	}
	.we-do-block .darkened-white-module.crosses-bottom
	{
		margin-top: -7px;
	}
	.community-block .dw-module-list
	{
		padding: 38px 14px 35px 14px;
	}
	.version-changelog-block {
	    padding: 39px 40px 61px 31px;
	}
	.qq_about_preview-image
	{
		background-image: url(../images/QQ_About_1280_pic.png);
		max-width: 1211px;
	}
	.browser-support-block .darkened-white-module
	{
		margin: 54px 30px 0px 30px;
	}
	.browser-support-block
	{
		padding: 46px 0px 34px 0px;
	}
	.large-download-card
	{
		padding: 25px 17px 25px 22px;
	}
	.free-trial-card
	{
		width: 270px;
	}
	.download-card-description
	{
		margin-right: 10px;
	}
	.download-project-card .mini-text
	{
		font-size: 12px;
	}
	.inner-list-item
	{
		padding: 9px 9px 9px 17px;
	}
	.downloads-list-item .description
	{
		flex-basis: 670px;
	}
	.downloads-list-item .select-version
	{
		flex-basis: auto;
	}
	.blogs-block {
    	padding: 0px 13px 55px 15px;
	}
	.article-preview-card
	{
		max-width: 385px;
	}
	.medium-articles-list
	{
		margin-top: 21px;
	}
	.article
	{
		padding: 0px 20px 0px 0px;
	}
	.article-image
	{
		padding: 0px 3px 0px 0px;
	}
	.article-text
	{
		margin: 0px 0px 10px 0px;
	}
	.medium-articles-list-wrapper 
	{
	    padding: 0px 11px 0px 12px;
	}
	.our-products-links-list
	{
		max-width: 710px
	}
	.our-products-links-list .iconed-card
	{
		margin: 5px 8px 50px 11px;
	}
}

@media screen and (max-width: 1240px) {
	#qq-project-content .qq-specification
	{
		flex-direction: row-reverse;
	}
	.project-content .qq-specification .specification-first-line
	{
		flex-direction: column;
		align-items: center;
	}
	#qq-project-content .specification-first-line .empty-space
	{
		display: none;
	}
	.darkened-white-module .dw-module-list.wrap_second-item-to-last > :nth-child(2)
	{
		order: 3;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-left: 40px;
	}
	.darkened-white-module .dw-module-list
	{
		padding: 26px 53px 36px 76px;
	}
	.downloads-list-item .select-version
	{
		margin: 0px 22px 0px 10px;
	}
	.downloads-list-item .title {
    	flex-basis: 220px;
    	margin-right: 30px;
	}
	.large-article-preview-card__image
	{
		width: 526px;
		min-width: 526px;
	}
}

@media screen and (max-width: 1190px) {
	.course-card-large .course-info
	{
		padding-top: 10px;
	}
}

@media screen and (max-width: 1120px) {
	#qq-project-content .qq-specification
	{
		flex-direction: column;
	}
	#qq-mock-project-content.project-content .qq-specification
	{
		flex-direction: column;
		padding: 4px 0px 30px 15px;
	}
	.project-content .qq-specification .specification-first-line,
	#qq-mock-project-content .specification-first-line
	{
		flex-direction: row;
	    justify-content: center;
	}
	.project-content .specification-first-line .vertical-list-module
	{
		margin-left: 130px;
	}
	#qq-mock-project-content.project-content .specification-first-line .vertical-list-module
	{
		margin-left: 42px;
	}
	.project-pre_content
	{
		padding: 5px 13px 3px 35px;
	}
	.course-player > iframe {
		width: 619px;
	}
	.project-content .other-links-block
	{
		padding: 30px 110px 10px 60px;
	}
	#qq-mock-project-content.project-content .darken-footer
	{
		height: 40px;
	}
	.project-content .qq-events
	{
		padding: 25px 20px 50px 20px;
	}
	#download-qq-mock
	{
		margin-bottom: 0;
	}
	.qq_about_preview-image
	{
		margin: 30px 0 25px 0;
		padding: 0 19px 0 28px;
	}
	.we-do-block .darkened-white-module.crosses-bottom
	{
		margin-top: 8px;
	}
	.team-list
	{
		padding: 0px 0px 0px 5px;
	}
	.team-member-card
	{
		margin: 0px 20px 27px 20px;
	}
	.darkened-white-module .dw-module-text
	{
		padding: 18px 25px 40px 28px;
		font-size: 15.6px;
	}
	.darkened-white-module .dw-module-list
	{
		padding: 24px 58px 13px 76px;
	}
	.our-team-block
	{
		padding: 70px 0px 71px 0px;
	}
	.community-block
	{
		padding: 0 30px 50px 30px;
	}
	.darkened-white-module
	{
		width: 92%;
	}
	.version-changelog-block {
	    padding: 37px 40px 61px 27px;
	}
	.qq_about_preview-image
	{
		background-image: url(../images/QQ_About_1080_pic.png);
		max-width: 1012px;
	}
	.languages-list
	{
		padding-left: 0;
		justify-content: space-between;
	}
	.browser-support-block .dw-module-text
	{
		padding: 13px 75px 4px 75px;
	}
	.browser-support-block .darkened-white-module
	{
		margin: 38px 19px 0px 19px;
		width: auto;
	}
	.browser-support-block .dw-module-list
	{
		padding: 16px 8px 15px 8px;
	}
	.book
	{
		margin: 11px 8px 24px 8px;
	}
	.browser-support-paragraph
	{
		padding: 29px 30px 15px 36px;
	}
	.downloads-block .title-block
	{
		padding-left: 32px;
	}
	.large-download-card
	{
		flex-direction: column;
		padding: 41px 17px 23px 22px;
	}
	.large-download-card .download-card-description br
	{
		display: none;
	}
	.download-card-description {
	    margin-bottom: 13px;
	}
	.free-trial-card-list
	{
		justify-content: center;
		margin-top: 35px;
	}
	.free-trial-card
	{
		width: 270px;
		height: 258px;
		padding: 34px 10px 14px 10px;
	}
	.free-trial-card-list .free-trial-card
	{
		margin: 5px 25px;
	}
	.free-trial-card .link {
	    margin-left: 13px;
	}
	.downloads-block-body {
    	padding: 0px 5px 57px 7px;
	}
	.download-project-card-list
	{
		margin: 31px 0px 25px 0px;
	}
	.search-downloads .search-input
	{
		margin-left: 13px;
	}
	.all-downloads {
    	margin: 35px 14px 96px 13px;
	}
	.downloads-block-body .lighten-bg-block
	{
		margin: 35px 13px 0px 13px;
	}
	.blogs-block {
	    padding: 0px 10px 36px 13px;
	}
	.article-preview-card {
	    max-width: 322px;
	    min-height: 460px;
	}
	.article-preview-card .article-preview-info
	{
		margin: 13px 4px 10px 9px;
	}
	.blog-article-block {
	    padding: 18px 0px 35px 0px;
	}
	.article-sidebar
	{
		width: 226px;
	}
	.article-sidebar + .article
	{
		width: calc(100% - 230px);
	}
	.article-wrapper
	{
		margin: 0px 0px 43px 0px;
	}
	.article 
	{
    	padding: 0px 24px 0px 0px;
	}
	.article-text
	{
		margin: 0px 0px 6px 0px;
	}
	.medium-articles-list-wrapper .qq-page-title
	{
		margin-bottom: 0px;
	}
	.medium-articles-list-wrapper
	{
		padding: 0px 13px 0px 11px;
	}
	.medium-articles-list
	{
		margin-top: 5px;
	}
	.blog-article-block-reference .article-preview-card 
	{
    	min-height: 460px;
	}

	.featured-courses
	{
		padding: 0px 3px;
	}
	.get-start-courses
	{
		position: relative;
		padding: 0px 3px;
	}
	.all-courses
	{
		padding: 0px 3px;
	}

	.course-slider-large
	{
		position: relative;
	}

	.course-slider-large .slick-prev
	{
		top: 50%;
		left: 4px;
	}
	.course-slider-large .slick-next
	{
		top: calc(50% + -1px);
		right: 5px;
	}

	.course-slider-sm .slick-prev
	{
		left: 8px;
	}
	.course-slider-sm .slick-next
	{
		right: 9px;
	}
}

@media screen and (max-width: 1050px) {
	.project-pre_content
	{
		padding: 5px 10px 3px 35px
	}
	.options-menu .options-menu-item:last-child a
	{
		padding: 5px 5px;
		margin: 0px 5px;
	}
	.course-player > iframe
	{
		width: 612px;
	}
	.curriculum-sections-list
	{
		max-height: 747px;
	}
	#qq-project-tutorials-content .content-wrapper.course-page-content-wrapper
	{
		padding: 23px 8px 30px 23px;
	}
	#qq-mock-project-content .description-cards .description-project-cart
	{
		margin: 0px 26px;
	}
	#qq-mock-project-content.project-content .description-cards .description-project-cart:first-child
	{
		margin-left: 0;
	}
	#qq-mock-project-content.project-content .description-cards .description-project-cart:last-child
	{
		margin-right: 15px;
	}
	#qq-mock-project-content.project-content .description-project-cart .description-cart-title
	{
		font-size: 22px;
	}
	.project-content .other-links-block
	{
		padding: 30px 80px 10px 30px;
	}
	#qq-mock-project-content.project-content .darken-footer
	{
		height: 32px;
	}
	.search.large .search-input
	{
		width: 315px;
	}
	#qq-mock-project-content.project-content .qq-specification
	{
		padding: 11px 0px 30px 15px;
	}
	.qq_about_preview-image
	{
		margin: 30px auto 21px auto;
	}
	.what-we-do-block .qq-title
	{
		margin-bottom: 17px;
	}
	.darkened-white-module .dw-module-list
	{
		padding: 24px 63px 13px 70px;
	}
	.darkened-white-module {
	    width: 97.5%;
	}
	.team-list
	{
		padding: 0px 0px 0px 1px;
	}
	.team-member-card 
	{
	    margin: 0px 20px 30px 20px;
	}
	.community-block {
	    padding: 0 30px 57px 30px;
	}
	.community-block .darkened-white-module 
	{
	    margin-bottom: 20px;
	}
	.pyramidical-lists-block
	{
		padding: 41px 0px 42px 0px;
	}
	.version-changelog-block {
	    padding: 31px 40px 70px 31px;
	}
	.qq_about_preview-image
	{
		background-image: url(../images/QQ_About_1024_pic.png);
		max-width: 981px;
	}
	.browser-support-block .dw-module-list
	{
		padding: 16px 8px 15px 8px;
	}
	.blogs-block {
    	padding: 0px 10px 36px 10px;
	}
	.large-article-preview-card .article-preview-info
	{
		margin: 10px 7px 15px 21px;
	}
	.large-article-preview-card .article-preview-title 
	{
	    margin-bottom: 10px;
	}
	.blog-article-block {
    	padding: 18px 0px 39px 0px;
	}
	.article {
    	padding: 0px 19px 0px 0px;
	}
	.medium-articles-list-wrapper 
	{
    	padding: 0px 10px 0px 11px;
	}

	.featured-courses
	{
		padding: 0px 2px;
	}
	.get-start-courses
	{
		padding: 0px 2px;
	}
	.all-courses {
	    padding: 0px 2px;
	}

	.course-slider-sm .slick-prev 
	{
	    left: 6px;
	}
	.course-slider-sm .slick-next 
	{
	    right: 7px;
	}

}

@media screen and (max-width: 1000px) {
	.team-member-card
	{
		margin: 0px 1px 30px 1px;
	}
	.medium-articles-list
	{
		flex-wrap: wrap;
	}
	.article-preview-card
	{
		max-width: 413px;
		width: calc(100% / 2 - 20px);
		min-height: 418px;
	}
	.articles-types-list
	{
		margin: 14px 0px 32px 2px;
	}
	.blogs-block {
	    padding: 0px 5px 57px 7px;
	}
	.large-article-preview-card__image
	{
		width: 444px;
		min-width: 444px;
		background-size: 150% 100%;
	}
}

@media screen and (max-width: 950px) {
	.course-page-content-wrapper .qq-title
	{
		margin-bottom: 16px;
	}
	.course-curriculum-wrapper
	{
		flex-direction: column;
	}
	.course-player > iframe
	{
		width: 100%;
	}
	.course-curriculum
	{
		margin-left: 0;
	}
	#qq-project-tutorials-content .content-wrapper.course-page-content-wrapper
	{
		padding: 23px 17px 52px 22px;
	}
	.curriculum-sections-list
	{
		max-height: 747px;
	}
	.darkened-white-module .dw-module-text
	{
		padding: 11px 25px 26px 28px;
	}
	.darkened-white-module .dw-module-list
	{
		padding: 24px 20px 13px 25px;
	}
	.we-do-block
	{
		padding: 0 20px;
	}
	.darkened-white-module {
	    width: 99%;
	}
	.our-team-block .qq-title
	{
		margin-bottom: 40px;
	}
	.our-team-block
	{
		padding: 70px 0px 67px 0px;
	}
	.community-block
	{
		padding: 0 20px 57px 20px;
	}
	.community-block .dw-module-text
	{
		padding: 32px 20px 33px 20px;
	}
	.languages-list-block
	{
		padding: 44px 18px 70px 18px;
	}
	.browser-support-block .dw-module-text 
	{
	    padding: 13px 75px 4px 75px;
	}
	.browser-support-paragraph.bordered-line-bot-top
	{
		margin-bottom: 10px;
	}
	.browser-support-block .darkened-white-module 
	{
	    margin: 58px 9px 0px 9px;
	}
	.book
	{
		margin-bottom: 0px;
	}
	.browser-support-block .dw-module-list
	{
		padding: 28px 8px 3px 8px;
	}
	.free-trial-card-list .free-trial-card {
	    margin: 5px 10px;
	}
	.large-download-card
	{
		padding: 41px 7px 23px 22px
	}
	.free-trial-card-list .free-trial-card:first-child
	{
		margin-left: 0px;
	}
	.download-project-card
	{
		margin: 10px 17px 10px 10px;
		padding: 22px 20px 23px 11px;
	}
	.download-project-card_text
	{
		font-size: 13px;
	}
	.downloads-block-body .lighten-bg-block
	{
		padding: 20px 10px 5px 45px;
		margin: 35px 9px 0px 10px;	
	}
	.all-downloads
	{
		margin: 35px 10px 96px 9px;
	}
	.article-sidebar 
	{
    	width: 215px;
	}
	.article 
	{
    	padding: 0px 12px 0px 0px;
	}
	.article-sidebar + .article
	{
		width: calc(100% - 220px);
	}
	
	.article-text
	{
		margin: 0px 0px 10px 0px;
	}
	.medium-articles-list-wrapper 
	{
    	padding: 0px 10px 0px 7px;
	}
	.blog-article-block-reference .article-preview-card
	{
		min-height: 418px;
	}

	.manage-profile-block
	{
		padding-left: 10px;
	}
	.menu-sidebar_manage-section
	{
		width: 232px;
		padding-left: 0px;
	}
	.menu-sidebar_manage-section + .manage-section
	{
		width: calc(100% - 237px);
	}
	/*.manage-profile-input-wrapper 
	{
    	max-width: 350px;
	}
	.profile-setting__control
	{
		max-width: 350px;
	}*/
	.profile-settings-type
	{
		padding-right: 12px;
	}

	.get-start-courses 
	{
    	padding: 0px 3px;
	}
	.featured-courses
	{
		padding: 0px 3px;
	}
	.all-courses 
	{
    	padding: 0px 3px;
	}
}

@media screen and (max-width: 900px) {

	#pre_content-qq-mock.project-pre_content 
	{
	    padding: 25px 15px 5px 20px;
	}
	#qq-project-content .brief-qq-look .qq-title
	{
		margin-left: 70px;
	}
	.events-wrapper
	{
		padding: 0;
	}
	#qq-mock-project-content.project-content .qq-specification .description-cards {
	    flex-direction: column;
	    align-items: flex-start;
	    margin-left: 80px;
	}
	#qq-mock-project-content.project-content .description-project-cart
	{
		display: flex;
		flex-direction: row;
		align-items: center;
		text-align: left;
		margin: 0;
	}
	#qq-mock-project-content.project-content .description-cart-img-wrap
	{
		min-width: 150px;
	}
	#qq-mock-project-content .description-project-cart .description-cart-img
	{
		margin-left: 0;
	}

	#qq-mock-project-content.project-content .description-project-cart .description-cart-img
	{
		margin: 30px auto 0px auto;
	}
	#qq-mock-project-content.project-content .qq-specification
	{
		padding: 11px 0px 30px 15px;
	}
	.project-content .other-links-block {
	    padding: 30px 120px 10px 70px;
	}
	#qq-mock-project-content.project-content .darken-footer
	{
		height: 40px;
	}
	.versions-block {
	    padding: 46px 40px 60px 35px;
	}
	.version-changelog-block {
	    padding: 31px 40px 50px 23px;
	}
	.qq_about_preview-image
	{
		background-image: url(../images/QQ_About_900_pic.png);
		max-width: 865px;
	}
}

@media screen and (max-width: 855px) {
	.downloads-block-body
	{
		padding: 0px 5px 43px 7px;
	}
	.large-download-card
	{
		padding: 41px 8px 26px 6px;
	}
	.large-download-card-info
	{
		padding-left: 19px;
	}
	.free-trial-card-list
	{
		flex-direction: column;
	}
	.free-trial-card-list .free-trial-card,
	.free-trial-card-list .free-trial-card:first-child
	{
		width: 99%;
		margin: 9px 5px 8px 5px; 
	}
	.free-trial-card
	{
		width: 99%;
		min-height: 137px;
		height: auto;
		margin: 9px 5px 8px 5px; 
		padding: 34px 14px 14px 12px;
		flex-direction: row;
	}	
	.free_trial-card_buttons
	{
		margin-left: 45px;
	}
	.free-trial-card .link
	{
		margin-left: 9px;
	}
	.download-project-card
	{
		margin: 10px 5px;
		padding: 19px 15px 20px 7px;
	}
	.download-card-version
	{
		margin-bottom: 9px;
	}
	.all-downloads
	{
		margin: 35px 0px 92px 0px;
	}
	.all-downloads .qq-title
	{
		padding-left: 15px;
	}
	.downloads-block-body .lighten-bg-block
	{
		margin: 35px 0px 0px 0px;
	}
	.inner-list-item
	{
		padding: 9px 9px 19px 21px;
	}

	.dropdown-list-item-header
	{
		padding: 16px 30px 16px 21px;
	}
	.downloads-list-item .description {
    flex-basis: 450px;
    line-height: 16px;
	}
	.downloads-list-item .title {
	  flex-basis: 260px;
	  margin-right: 10px;
	}
}

@media screen and (max-width: 845px) {
	header
	{
		padding-right: 17px;
	}
	.project-content .header-content
	{
	}
	.header-content
	{
		padding: 18px 17px 25px 8px;
		flex-direction: column;
	}
	.project-content .header-content.sm-centered-type
	{
		align-items: center;
	}
	header .options-menu 
	{
		display: none;
	}
	.burger-menu 
	{
		display: block;
	}
	.project-content .content-nav-menu
	{
		margin-bottom: 16px;	
	}

	.project-content .content-nav-menu a
	{
		font-size: 18px;
	}
	.project-contentt .qq-specification
	{
		padding: 30px 25px 15px 75px
	}
	#qq-project-content .specification-first-line .empty-space
	{
		margin-right: 70px;
		display: block;
	}
	.project-content .qq-specification .description-cards
	{
		flex-direction: column;
		align-items: flex-start;
	}
	.project-content .specification-first-line .vertical-list-module
	{
		margin-left: 60px;
	}
	#qq-mock-project-content.project-content .specification-first-line .vertical-list-module
	{
		margin-left: 60px;
	}
	.project-content .description-project-cart
	{
		display: flex;
	    flex-direction: row;
	    align-items: center;
	    text-align: left;
	}
	.project-content .description-cart-img-wrap
	{
		min-width: 170px; 
	}
	.project-content .description-project-cart .description-cart-img
	{
		margin-left: 0 ;
	}
	#qq-project-content .brief-qq-look .brief-qq-look-header
	{
		padding: 10px 15px 13px 35px;
	}
	#qq-project-content .brief-qq-look .qq-title
	{
		margin-left: 40px;
	}

	.events-wrapper
	{
		flex-wrap: wrap;
		justify-content: center;
	}

	.course-card-large .course-img
	{
		margin-right: 7px;
	}

	.project-pre_content
	{
		padding: 5px 25px 3px 35px;	
	}
	.search.large
	{
		max-width: 550px;
	    width: 100%;
	}
	.search.large .search-input
	{
		width: 95%;
		max-width: 100%;
	}
	.qq_about_preview-image
	{
		margin: 0px auto 21px auto;
		padding: 0 20px 0 20px;
	}
	.what-we-do-block .qq-title
	{
		margin-bottom: 14px;
	}
	.we-do-block .darkened-white-module.crosses-bottom 
	{
	    margin-top: 6px;
	}
	.darkened-white-module {
	    width: 99.3%;
	}
	.darkened-white-module .dw-module-list
	{
		padding: 24px 21px 13px 27px;
	}
	.our-team-block {
	    padding: 74px 0px 63px 0px;
	}
	.team-list {
	    padding: 0px 40px 0px 43px;
	}
	.team-member-card {
	    margin: 0px 1px 19px 1px;
	}
	.language-module
	{
		width: calc(100% / 3 - 32px);
	}
	.browser-support-block
	{
		padding: 16px 0px 34px 0px;
	}
	.browser-support-paragraph.bordered-line-bot-top
	{
		padding: 29px 30px 30px 5px;
	}
	.browser-support-paragraph
	{
		padding: 29px 14px 15px 5px;
	}
	.browser-support-block .dw-module-list
	{
		flex-direction: column;
		padding-bottom: 7px;
	}
	.browser-support-block .darkened-white-module .book
	{
		flex-direction: row;
	    max-width: 540px;
	    align-items: flex-start;
	    margin-left: 37px;
	    margin-top: 4px;
	    margin-bottom: 16px; 
	    text-align: left;
	}
	.browser-support-block .book-description
	{
		margin: 0px 0px 5px 28px;
	}
	.downloads-block .title-block
	{
		margin-top: 29px;
	}
	.blogs-block
	{
		padding: 0px 1px 49px 5px;
	}
	.large-article-preview-card .article-preview-info 
	{
	    margin: 10px 7px 10px 11px;
	}
	.medium-articles-list 
	{
    	margin-top: 25px;
	}
	.article-preview-card 
	{
	    max-width: 367px;
	}
	.articles-types-list 
	{
    	margin: 0px 0px 32px 2px;
	}
	.short-about-article
	{
		margin: 10px 0px 1px 0px;
	}
	.article-author-line 
	{
    	margin: 10px 0px 19px 0px;
	}
	.article-text 
	{
    	margin: 0px 0px 6px 0px;
	}
	.article-wrapper 
	{
    	margin: 0px 0px 34px 0px;
	}
	.blog-article-block-reference .medium-articles-list 
	{
    	margin-top: 6px;
	}
	.blog-article-block 
	{
    	padding: 0px 0px 61px 0px;
	}

	.menu-sidebar_manage-section
	{
		width: auto;
		display: flex;
		margin-bottom: 38px;
	}
	.manage-section
	{
		padding-left: 24px;
	}
	.menu-sidebar_manage-section + .manage-section
	{
		width: auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.manage-section__title 
	{
    	margin: 0px 0px 49px 0px;
	}
	.profile-setting
	{
		max-width: 714px;
	}
	.manage-profile-input-wrapper
	{
		max-width: 400px;
	}
	.manage-profile-input
	{
		max-width: 400px;
	}
	.profile-setting__changeVisibility 
	{
    	margin-left: 71px;
	}
	
	.get-start-courses 
	{
    	padding: 0px 2px;
	}
	.featured-courses
	{
    	padding: 0px 2px;
	}
	.all-courses
	{
		padding: 0px 2px;
	}

	.course-info__header
	{
		flex-direction: column;
	}
	.course-card-large .course-img
	{
		margin-right: 15px;
	}
	.course-card-default .course-detailed-info
	{
		margin-bottom: 2px;
	}
	.course-last-update
	{
		margin-bottom: 7px;
	}
	.course-rating
	{
		margin-bottom: 7px;
	}
	.course-detailed-info
	{
		margin-bottom: 7px;
	}
	.course-card-large .explore-course-btn
	{
		margin: auto 0px 9px 0px;
	}
	.course-description
	{
		margin-bottom: 8px;
	}

}

@media screen and (max-width: 800px) {
	#qq-mock-project-content.project-content {
	    margin: 15px 2px 70px 2px;
	}
	#qq-mock-project-content.project-content .qq-specification
	{
		padding-top: 24px;
	}
	#qq-mock-project-content .specification-first-line .download-demo-project
	{
		margin-right: 0px;
	}
	#qq-mock-project-content.project-content .other-links-block
	{
		padding: 30px 0 10px 0;
		justify-content: start;
	}
	#qq-mock-project-content.project-content .other-links-block > :first-child
	{
		margin: 0px 65px 0px 90px;
	}
	.project-content .qq-events
	{
		padding: 27px 20px 15px 20px;
	}
	#qq-mock-project-content.project-content .darken-footer
	{
		height: 45px;
	}
	#qq-mock-project-content.project-content
	{
		margin: 15px 2px 23px 2px;
	}
	#pre_content-qq-mock.project-pre_content
	{
		padding: 25px 10px 5px 35px;
	}
	#qq-mock-project-content.project-content .qq-specification .description-cards
	{
		margin-left: 25px;
	}
	.events-wrapper .event
	{
		margin-bottom: 20px;
	}
	.we-do-block .darkened-white-module .dw-module-list > *
	{
		max-width: 305px;
	}
	.versions-block {
	    padding: 46px 40px 70px 41px;
	}
	.version-changelog-block {
	    padding: 11px 18px 33px 12px;
	}
	.versions-list
	{
		padding-left: 6px;
	}
	.qq_about_preview-image
	{
		background-image: url(../images/QQ_About_800_pic.png);
		max-width: 758px;
	}
}

@media screen and (max-width: 770px) {
	header
	{
		padding-right: 15px;
	}
	.project-pre_content 
	{
	    padding: 5px 23px 3px 35px;
	}
	.dashboard-content
	{
		text-align: left;
		padding-right: 30px;
	}
	#qq-mock-project-content.project-content .qq-specification .description-cards
	{
		margin-left: 0;
	}
	#qq-mock-project-content.project-content .qq-specification
	{
		padding: 11px 0px 30px 15px;
	}
	#qq-mock-project-content.project-content .darken-footer
	{
		height: 35px;
	}
	#pre_content-qq-mock.project-pre_content {
	    padding: 25px 30px 5px 35px;
	}
	.darkened-white-module .dw-module-list.wrap_second-item-to-last > :nth-child(2)
	{
		margin-top: 16px;
	}
	.darkened-white-module {
	    width: 100%;
	}
	.we-do-block {
	    padding: 0 13px;
	}
	.community-block {
	    padding: 0 13px 57px 13px;
	}
	.qq_about_preview-image {
	    padding: 0px 17px 0 15px;
	}
	.team-list {
	    padding: 0px 30px 0px 33px;
	}
	.versions-block {
	    padding: 46px 40px 70px 38px;
	}
	.version-changelog-block {
	    padding: 15px 18px 58px 12px;
	}
	.qq_about_preview-image
	{
		background-image: url(../images/QQ_About_768_pic.png);
		max-width: 730px;
	}
	.downloads-block-body
	{
		padding: 0px 0px 43px 0px;
	}
	.download-project-card-list
	{
		margin: 25px 11px 25px 10px;
	}
	.search-downloads .search-input {
    margin-left: 20px;
	}
	.inner-list-item
	{
		padding: 9px 9px 19px 11px;
	}
	.downloads-list-item .title
	{
		flex-basis: 240px;
	}
	.downloads-list-item .description
	{
		flex-basis: 470px;
		font-size: 14px;
	}
	.downloads-block-body .lighten-bg-block
	{
		margin: 35px 9px 0px 6px;
	}
	.blogs-block {
	    padding: 0px 1px 59px 0px;
	}
	.large-article-preview-card__image
	{
		width: 417px;
		min-width: 417px;
	}
	.medium-articles-list {
    	margin-top: 20px;
	}
	.article-preview-card {
	    min-height: 438px;
	}
	.article-preview-card .article-preview-description
	{
		line-height: 16px;
	}
	.article-wrapper 
	{
    	margin: 0px 0px 38px 0px;
	}
	.article-wrapper_md-type
	{
		flex-direction: column;
	}
	.article-wrapper_md-type .article-sidebar
	{
		width: auto;
	}
	.article-wrapper_md-type .article
	{
		width: auto;
		padding: 0px 5px 0px 10px;
	}
	.article_content-plan-list--type1
	{
		display: none;
	}
	.article_content-plan-list--type1 + .article_mobile-content-plan-list
	{
		display: flex;
		flex-direction: row;
    	align-items: center;
    	justify-content: flex-start;
	}
	.article_content-plan-list--type1 + .article_mobile-content-plan-list .content-plan-list-title
	{
		margin-bottom: 0;
	}
	.article_content-plan-list--type1 + .article_mobile-content-plan-list .article_qq-popup-module
	{
		flex-grow: 1;
	}
	.article_content-plan-list--type1 + .article_mobile-content-plan-list .article_qq-popup-module .qq-popup-module__window
	{
		left: 15%;
	}
	.article_content-plan-list--type1 + .article_mobile-content-plan-list .article_qq-popup-module .qq-custom-select_margin-centered
	{
		margin-left: 13px;
	}
	.medium-articles-list-wrapper 
	{
    	padding: 0px 8px 0px 7px;
	}
	.blog-article-block-reference .article-preview-card 
	{
    	min-height: 458px;
	}
	.blog-article-block 
	{
    	padding: 0px 0px 41px 0px;
	}
	.article-image
	{
		min-height: 292px;
	}
	.article_content-plan-list--type2
	{
		display: none;
	}
	.article_content-plan-list--type2 + .article_mobile-content-plan-list
	{
		display: flex;
	}
	.logged-in-block
	{
		padding: 80px 0px 40px 0px;
	}
	
	.profile-setting 
	{
    	max-width: 694px;
	}
	.manage-profile-input-wrapper 
	{
    	max-width: 380px;
	}
	.manage-profile-input 
	{
    	max-width: 380px;
	}

	.course-card-large .course-description 
	{
    	margin-bottom: 0;
	}
	.course-detailed-info 
	{
    	margin-bottom: 0;
	}
}

@media screen and (max-width: 750px) {
	header
	{
		padding-right: 17px;
	}
	.project-content .qq-specification
	{
		padding: 30px 25px 15px 40px;
	}
	#qq-project-content .brief-qq-look .qq-title
	{
		margin-left: 30px;
	}
	.project-pre_content
	{
		padding: 5px 25px 3px 35px;
	}
	.we-do-block .darkened-white-module.crosses-bottom
	{
		margin-top: 0;
	}
	.darkened-white-module .dw-module-list {
	    padding: 24px 20px 13px 26px;
	}
	.we-do-block .darkened-white-module .dw-module-list > * 
	{
	    max-width: 290px;
	}
	.team-list {
	    padding: 0px 5px 0px 8px;
	}
	.team-member-card .team-member-photo
	{
		margin-bottom: 7px;
	}
	.team-member-card 
	{
	    margin: 0px 1px 15px 1px;
	}
	.our-team-block 
	{
	    padding: 74px 0px 68px 0px;
	}
	.community-block .dw-module-text
	{
		padding: 32px 10px 33px 10px;
	}
	.community-block .dw-module-list 
	{
	    padding: 38px 4px 35px 4px;
	}
	.versions-block 
	{
	    padding: 46px 40px 70px 28px;
	}
	.version-changelog-block 
	{
	    padding: 15px 18px 58px 20px;
	}
	.version-changelog-block .vertical-list-module 
	{
	    padding-left: 10px;
	}
	.qq_about_preview-image
	{
		background-image: url(../images/QQ_About_720_pic.png);
		max-width: 686px;
	}
	.browser-support-block .dw-module-list
	{
		flex-wrap: wrap;
	}
	.browser-support-paragraph.bordered-line-bot-top
	{
		padding: 29px 30px 15px 5px;
	}
	.browser-support-block .dw-module-list
	{
		padding-right: 10px;
	}
	.browser-support-block .darkened-white-module
	{
		margin: 40px 9px 0px 9px;
	}

	.download-project-card-list
	{
		flex-direction: column;
		margin: 25px 9px 32px 9px;
	}
	.download-project-card
	{
		width: 99%;
		max-width: 99%;
		padding: 19px 35px 20px 7px;
	}
	.all-downloads .qq-title
	{
		padding-left: 20px;
	}
	.downloads-list-item
	{
		flex-wrap: wrap;
	}
	.downloads-list-item .download-buttons
	{
		flex-direction: row;
		margin-left: auto;
		margin-top: 6px;
	}
	.downloads-list-item .title 
	{
    	flex-basis: 130px;
	}
	.downloads-list-item .description 
	{
    	flex-basis: 330px;
	}
	.inner-list-item
	{
		padding: 8px 7px 7px 10px;
	}
	.downloads-block-body {
	    padding: 0px 0px 41px 0px;
	}
	.downloads-list-item .download_s-language.qq-dropdown
	{
		margin-bottom: 0px;
	}
	.downloads-list-item .download-btn
	{
		margin: 0px 0px 0px 5px;
	}
	.downloads-list-item .select-version 
	{
	    margin: 0px 14px 0px 10px;
	}
	.blogs-block 
	{
    	padding: 0px 2px 47px 3px;
	}
	.large-article-preview-card__image
	{
		width: 365px;
		min-width: 365px;
	}
	.article-preview-card 
	{
    	min-height: 448px;
	}
	.blog-article-block
	{
		padding: 0px 0px 45px 0px;
	}
	.article-author-line-left
	{
		flex-direction: column;
	}
	.article-author-line .follow-btn
	{
		align-self: flex-start;
		margin: 8px 0px 5px 0px;
	}
	.article-author-line 
	{
    	margin: 10px 0px 11px 0px;
	}
	.medium-articles-list-wrapper
	{
		padding: 0px 4px 0px 3px;
	}
	.blog-article-block-reference .article-preview-card 
	{
    	min-height: 468px;
	}
	.helpful-links-list
	{
		justify-content: space-around
	}
	.our-products-links-list
	{
		justify-content: space-around
	}
	.helpful-links-list .iconed-card
	{
		margin: 5px 0px 50px 0px;
	}
	.our-products-links-list .iconed-card
	{
		margin: 5px 0px 50px 0px;
	}


	.profile-setting 
	{
    	max-width: 640px;
	}
	.manage-profile-input-wrapper 
	{
    	max-width: 360px;
	}
	.manage-profile-input 
	{
    	max-width: 360px;
	}
	.profile-setting__changeVisibility 
	{
	    margin-left: 37px;
	}

	.get-start-courses
	{
		padding: 0px 13px;
	}
	.course-card-large
	{
		min-height: 306px;
	}
	.course-card-large .course-info 
	{
   		padding-top: 17px;
	}
	.course-card-large .course-detailed-info > *
	{
		margin-right: 4px;
	}
	.course-detailed-info
	{
		margin-bottom: 7px;
	}
	.course-card-large .explore-course-btn 
	{
    	margin: 8px 0px 0px 0px;
	}

}	

@media screen and (max-width: 700px) {
	header
	{
		padding: 0px 12px 0px 30px;
	}
	.pre_content 
	{
		padding: 5px 20px 3px 35px;
	}
	#pre_content-qq-mock.project-pre_content
	{
		padding: 20px 3px 5px 35px;
	}
	.project-content .qq-specification
	{
		padding: 30px 15px 15px 15px;
	}
	.project-content .specification-first-line .vertical-list-module
	{
		margin-left: 50px;
	}
	#qq-project-content .brief-qq-look .qq-title
	{
		margin-left: 20px;
	}
	#qq-project-content .specification-first-line .empty-space
	{
		display: none;
	}

	#qq-mock-project-content .specification-first-line .download-demo-project
	{
		margin-right: 0;
	}
	.course-rating
	{
		margin: 2px 0px;
	}
	.course-card-default .course-rating
	{
		float: initial;
	}
	.course-last-update
	{
		margin-bottom: 2px;
	}
	#qq-project-tutorials-content .course-page-content-wrapper .qq-title {
	    margin-left: 18px;
	}
	#pre_content-qq-mock .qq-descript-text
	{
		margin-bottom: 0px;
	}
	#qq-mock-project-content.project-content .other-links-block > :first-child
	{
		margin: 0px 65px 0px 60px;
	}

	.get-start-courses 
	{
   		padding: 0px 0px;
	}
	.course-slider-sm
	{
		padding: 0px 50px;
	}

	.course-card-large 
	{
    	min-height: 333px;
	}
	.course-card-large .course-img
	{
		height: 245px;
		max-width: 331px;
		margin-right: 10px;
	}
	.course-card-large .course-info 
	{
    	padding-top: 30px;
	    margin: 0 8px;
	    padding-right: 0;
	}

}

@media screen and (max-width: 675px) {
	.we-do-block .darkened-white-module .dw-module-list
	{
		flex-direction: column;
		padding: 27px 20px 23px 26px;
	}
	.darkened-white-module .dw-module-text {
	    padding: 11px 7px 26px 8px;
	}
	.we-do-block .darkened-white-module .dw-module-list > * {
	    margin: 13px 0px;	
	}
	.our-team-block .qq-title {
	    margin-bottom: 35px;
	}
	.team-list {
	    padding: 0px 1px 0px 1px;
	}
	.our-team-block {
	    padding: 79px 0px 68px 0px;
	}
	.team-member-card {
	    margin: 0px 1px 16px 1px;
	}
	.team-member-card .team-member-photo 
	{
	    margin-bottom: 11px;
	}
	.community-block .dw-module-text
	{
		padding: 21px 10px 22px 10px;
	}
	.version-changelog-block {
	    padding: 20px 35px 38px 20px;
	}
	.qq_about_preview-image
	{
		background-image: url(../images/QQ_About_667_pic.png);
		max-width: 634px;
	}
	.browser-support-block .dw-module-text 
	{
	    padding: 13px 75px 4px 75px;
	}
	.browser-support-paragraph.bordered-line-bot-top
	{
		padding: 29px 30px 15px 2px;
	}
	.browser-support-paragraph-text
	{
	    padding: 0px 0px 0px 31px;
	}
	.downloads-list-item .description 
	{
    	flex-basis: 350px;
	}
	.blogs-block {
    	padding: 0px 4px 40px 0px;
	}
	.large-article-preview-card .article-preview-info 
	{
    	margin: 10px 7px 5px 11px;
	}
	.large-article-preview-card .article-preview-description
	{
	    padding-bottom: 0px;
	}
	.large-article-preview-card .article-preview-description
	{
		line-height: 20px;
    	font-size: 14px;
	}
	.article-preview-card 
	{
	    min-height: 457px;
	}
	.blog-article-block
	{
		padding: 0px 0px 33px 0px;
	}
	.article 
	{
    	padding: 0px 8px 0px 0px;
	}
	.article-image 
	{
	    padding: 0px 0px 0px 0px;
	    min-height: 268px;
	    margin: 0px 0px 6px 0px;
	}
	.article-wrapper 
	{
    	margin: 0px 0px 56px 0px;
	}
	.medium-articles-list-wrapper 
	{
    	padding: 0px 1px 0px 3px;
	}

	.manage-section
	{
		padding-left: 6px;
	}
	.profile-setting 
	{
    	max-width: 621px;
	}
	.profile-setting__changeVisibility 
	{
    	margin-left: 16px;
	}

}

@media screen and (max-width: 650px) {
	#qq-project-tutorials-content .course-page-content-wrapper .qq-title 
	{
	    margin-left: 0px;
	}
	#qq-project-tutorials-content .content-wrapper.course-page-content-wrapper
	{
		padding: 23px 20px 52px 21px;
	}
	#qq-mock-project-content.project-content .specification-first-line .vertical-list-module
	{
		margin-left: 40px;
	}
	#qq-mock-project-content.project-content .other-links-block > :first-child
	{
		margin: 0px;
	}
	#qq-mock-project-content.project-content .other-links-block
	{
		justify-content: space-evenly;
	}
	.darkened-white-module .dw-module-text 
	{
	    padding: 6px 7px 14px 11px;
	}
	.team-member-card {
	    margin: 0px 1px 19px 1px;
	}
	.team-member-card .team-member-photo 
	{
	    margin-bottom: 10px;
	}
	.our-team-block {
	    padding: 79px 0px 63px 0px;
	}
	.community-block .dw-module-list 
	{
	    padding: 38px 1px 35px 1px;
	}
	.versions-block {
    padding: 46px 40px 72px 38px;
	}
	.qq_about_preview-image
	{
		background-image: url(../images/QQ_About_640_pic.png);
		max-width: 604px;
	}
	.language-module 
	{
    width: calc(85% / 2 - 30px);
    margin-right: 10px;
	}
	.languages-list
	{
		padding: 0px 0px 0px 10.2%;
	}
	.browser-support-block .dw-module-text 
	{
    padding: 13px 75px 4px 75px;
	}
	.browser-support-block .darkened-white-module .book
	{
		margin-bottom: 19px;
		margin-left: 4px;
	}
	.browser-support-block .dw-module-list 
	{
    	padding-bottom: 4px;
	}
	.download-project-card-list
	{
		margin: 25px 6px 15px 2px;
	}
	.inner-list-item {
    	padding: 10px 7px 10px 10px;
	}
	.downloads-list-item .download-buttons
	{
		margin-top: 9px;
	}
	.downloads-block-body .lighten-bg-block
	{
		margin: 35px 7px 0px 6px;
	}
	.blogs-block 
	{
    	padding: 0px 0px 59px 0px;
	}
	.medium-articles-list {
    	margin-top: 15px;
	}
	.article-preview-card
	{
		margin: 10px 7px;
		width: calc(100% / 2 - 15px);
	}
	.blog-article-block
	{
		padding: 0px 0px 23px 0px;
	}
	.article-image
	{
		min-height: 250px;
	}
	.article 
	{
    	padding: 0px 10px 0px 0px;
	}
	.blog-article-block-reference .article-preview-card
	{
		max-width: 292px;
	}
	.medium-articles-list-wrapper 
	{
    	padding: 0px 6px 0px 3px;
	}

	.course-card-large
	{
		flex-direction: column;
	}
	.course-card-large .course-img
	{
		height: auto;
		max-height: 256px;
		width: auto;
		max-width: 100%;
		margin: 0px auto;
	}
}

@media screen and (max-width: 600px) {
	.project-content .content-nav-menu
	{
		flex-wrap: wrap;
    	justify-content: center;
	}
	.project-content .qq-specification .specification-first-line	
	{
		flex-direction: column;
	}
	.project-content .specification-first-line .vertical-list-module
	{
		margin: 15px 0 15px 0;
	    justify-content: center;
	}
	.project-content .specification-first-line .vertical-list-module .vertical-styled-list
	{
		/*flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;*/
	}
	#qq-mock-project-content .specification-first-line
	{
		flex-direction: column-reverse;
		align-items: center;
	}
	#pre-content-section > .project-pre_content
	{
		display: flex;
    flex-direction: column;
    align-items: center;
	}
	#pre-content-section .qq-logo
	{
		align-items: center;
		margin-bottom: 7px;
	}
	#pre-content-section .qq-descript-text
	{
		margin-bottom: 13px;
	}
	.project-pre_content .qq-descript-btns
	{
		justify-content: space-around;
	}
	#qq-mock-project-content.project-content .specification-first-line .vertical-list-module
	{
		margin-left: 0;
	}
	.pyramidical-list-center
	{
		margin: 0px 15%;
	}
	.large-article-preview-card
	{
		flex-direction: column;
	}
	.large-article-preview-card .article-preview-info
	{
		margin: 10px 7px 13px 6px;
	}
	.large-article-preview-card__image
	{
		width: 100%;
	    min-width: 100%;
	    background-size: cover;
	}
	.large-article-preview-card .article-preview-title
	{
		margin-bottom: 2px;
	}
	.large-article-preview-card .article-preview-description
	{
		margin-bottom: 8px;
	}
	.medium-articles-list 
	{
    	margin-top: 40px;
    	flex-direction: column;
    	align-items: center;
    	padding-left: 0px;
	}
	.article-preview-card
	{
	    width: 94%;
    	max-width: 438px;
	}
	.blogs-block 
	{
    	padding: 0px 1px 32px 2px;
	}
	.article-preview-card 
	{
    	margin: 10px 10px;
    	min-height: 425px;
	}
	.articles-types-list 
	{
		margin: 0px 0px 27px 2px;
	}
	.blog-article-block 
	{
    	padding: 0px 0px 21px 0px;
	}
	.article-wrapper 
	{
		flex-direction: column;
	}
	.menu-sidebar
	{
		width: auto;
	}
	.menu-sidebar + *
	{
		width: auto;
	}
	.article_content-plan-list
	{
		margin-bottom: 24px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.article_content-plan-list--type1
	{
		display: none;
	}
	.article_content-plan-list--type2
	{
		display: none;
	}
	.under-sidebar-info
	{
		padding: 0px 0px 0px 0px;
	}
	.under-sidebar-info-buttons
	{
		flex-direction: row;
		align-items: center;
		margin: 7px 0px 11px 0px;
	}
	.under-sidebar-info-buttons .follow-btn
	{
		margin: 0px 10px 0px 0px;
	}
	.under-sidebar-info-buttons .article-likes
	{
		margin: 0px 8px 0px 10px;
		padding-bottom: 4px;
	}
	.under-sidebar-info-buttons .bookmark-icon
	{
		margin: 0px 8px 0px 7px;
	}
	.article-wrapper 
	{
    	margin: 0px 0px 18px 0px;
	}
	.article
	{
		padding: 0px 5px 0px 10px;
	}
	.article-title
	{
		margin-bottom: 7px;
	}
	.article-author-line {
    	margin: 17px 0px 14px 0px;
    	align-items: flex-end;
	}
	.article-author-line .follow-btn
	{
		margin: 14px 0px 0px 0px;
	}
	.article-author-line .soc-icons-list
	{
		margin-bottom: 2px;
	}
	.article-image
	{
		min-height: 157px;
		margin: 0px 0px 5px 0px;
	}
	.article-text 
	{
    	margin: 0px 0px 1px 0px;
	}
	.article-tags 
	{
    	margin: 5px 0px 18px 0px;
	}
	.medium-articles-list-wrapper
	{
		padding: 0px 0px 0px 0px;
	}
	.medium-articles-list-wrapper .qq-page-title
	{
		padding-left: 10px;
	}
	.blog-article-block-reference .medium-articles-list 
	{
    	margin-top: 0px;
	}
	.blog-article-block-reference .article-preview-card
	{
		max-width: 345px;
		min-height: 410px;
		margin: 12px 8px 12px 7px;
	}


	.manage-profile-block
	{
		padding:  18px 5px 18px 9px;
	}

	.about-user_profile-settings-type
	{
		margin-bottom: 74px;	
	}

	.profile-setting
	{
		flex-direction: column;
    	align-items: flex-start;
	}
	.profile-setting__control-wrapper
	{
		margin-bottom: 5px;
		width: 100%;
	}
	.manage-profile-input-wrapper 
	{
	    max-width: 343px;
	}
	.profile-setting
	{
		margin: 10px 0px 70px 0px;
	}
	.profile-setting__control
	{
		margin-bottom: 37px;
	}
	.profile-setting__control.disabled
	{
		margin-bottom: 5px;
	}
	.profile-setting__control + .manage-profile-input__buttons
	{
		bottom: 3px;
	}
	.profile-setting__changeVisibility
	{
		margin: 0px;
		width: 100%;
	}
	.qq-changeVisibility-select
	{
		width: 95%;
		max-width: 333px;
	}

	.profile-setting__title
	{
		margin-bottom: 5px;
	}
	.manage-section__description
	{
		margin: 0px 0px 30px 0px;
	}

	.login-block
	{
		padding-top: 30px;
	}
}
@media screen and (max-width: 540px) {
	.free-trial-card
	{
		flex-direction: column;
		padding: 25px 15px 9px 10px;
		min-height: 217px;
		margin: 9px 5px;
	}
	.free_trial-card_buttons {
    	margin-left: 0px;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	.free-trial-card .link
	{
		margin-right: 24px;
	}
	.free-trial-card .free-download-btn
	{
		margin-bottom: 3px;
	}

	.inner-list-item
	{
		padding: 10px 6px 18px 6px;
	}
	.downloads-list-item .title
	{
		flex-basis: auto;
		margin-bottom: 21px;
	}
	.downloads-list-item .description
	{
		flex-basis: auto;
		margin-bottom: 23px;
	}
	.downloads-list-item .download-buttons
	{
		flex-direction: column;
		margin-top: 0px;
	}
	.downloads-list-item .download_s-language.qq-dropdown
	{
		margin-right: 0px;
		margin-bottom: 18px;
	}
	.space-for-burger
	{
		margin-top: 54px;
	}
	.logged-in-block
	{
		padding: 60px 0px 30px 0px;
	}
	.logged-in-block__second-line
	{
		margin-top: 53px;
	}
	.iconed-card
	{
		margin: 5px 4px 15px 3px;
	}
	.helpful-links-list .iconed-card {
    	margin: 5px 0px 15px 0px;
	}
	.our-products-links-list .iconed-card {
    	margin: 5px 0px 15px 0px;		
	}

	.fly-qq
	{
		width: 340px;
		height: 200px;
		max-width: 100%;
		background-position: 4px -236px;
	    background-size: 338px;
	    margin: 35px 0px auto 0px;
	}
	.check-mail-block
	{
		min-height: 555px;
	}
	.signup_check-mail-block
	{
		min-height: 476px;
	}

	.send-mail-again-popup .qq-popup-module_tailed__body
	{
		width: 355px;
	}
	.send-mail-again-info
	{
		padding: 5px 10px 4px 0px;
	}
	.send-mail-again-popup .close-qq-popup-module 
	{
		right: 12px;
	    top: 16px;
	}
	.send-mail-again-info__text
	{
		padding-left: 14px;
	}

	.course-card-large .course-info
	{
		padding-top: 9px;
	}
	.course-card-large .explore-course-btn 
	{
    	margin: 10px 0px 9px 0px;
	}
}

@media screen and (max-width: 500px) {
	.description-project-cart .description-cart-title
	{
		margin-bottom: 8px;
	}
	.project-content .description-cart-img-wrap
	{
		min-width: 160px;
	}
	.project-content .other-links-block
	{
		flex-direction: column;
		align-items: center;	
	}

	.qq-title
	{
		font-family: 'MyriadPro-Semibold';
	    font-size: 25px;
		margin-bottom: 16px;
	}
	.browser-support-block .title-block
	{
		font-size: 28px;
	}
	.browser-support-paragraph-title
	{
		font-size: 20px;
	}

	.other-links-block .vertical-list-module .vertical-list-title
	{
		margin-bottom: 9px;
	}
	.project-content .event
	{
		width: 100%;
	    margin: 5px 10px;
	}
	.burger-menu
	{
		right: 15px;
		bottom: -40px;
		position: absolute;	
	}
	
	.search-downloads
	{
		width: 98%;
		margin-right: 9px;
	}
	.search-downloads .search-input
	{
		margin-left: 9px;
		width: 95%;
	}
	.article_qq-popup-module_collapsed
	{
		display: block;
	}
	.article_qq-popup-module_hide-for-collapsed
	{
		display: none !important;
	}

	.course-card-default
	{
		flex-direction: column;
	}
	.course-card-default .course-info
	{
		padding: 10px 6px 0px 5px;
	}
	.course-card-default .course-title
	{
		margin-bottom: 5px;
	}
	.course-card-default .course-img
	{
		width: 330px;
		margin: 0px auto;
	}
	
	.course-slider-sm
	{
		padding: 0px 00px;
	}
	.course-card-small
	{
		width: 313px;
	}

	.course-slider-sm .slick-next
	{
		top: 154px;
	}
	.course-slider-sm .slick-prev
	{
		top: 154px;
	}

	.course-slider-large .slick-prev
	{
		top: 236px;
	}
	.course-slider-large .slick-next
	{
		top: 236px;
	}
}

@media screen and (max-width: 460px) {
  .content-nav-menu a
  {
  	padding: 9px 13.5px;
  }
  .darkened-white-module .dw-module-list.wrap_second-item-to-last > :nth-child(2)
  {
  	padding-left: 0px;
  }
  .languages-list
  {
  	flex-direction: column;
  	padding: 0px 0px 0px 47px;
  }
  .languages-list-block 
  {
  	padding: 44px 18px 70px 14px;
  }
  .browser-support-block .dw-module-list 
  {
	padding: 24px 13px 4px 13px;
  }
  .browser-support-block .book-description
  {
	margin: 0px 0px 5px 18px;
  }
  .article-tags
  {
  	text-align: center;
  }
  .large-article-preview-card__image
  {
    background-size: 160% 100%;
  }
}

@media screen and (max-width: 445px) {
	#pre_content-qq-mock .qq-logo-text
	{
		text-align: center;
	}
	#pre_content-qq-mock.project-pre_content
	{
		padding: 0px 5px;
	}
	#pre_content-qq-mock .qq-logo
	{
		margin-bottom: 0px;
	}
	#qq-mock-project-content.project-content {

	    margin: 7px 2px 23px 2px;
	}
	.pyramidical-list-center
	{
		margin: 0px 5%;
	}
	.qq_about_preview-image
	{
		padding: 0px 9px 0 10px;
	}

	.related-projects-item
	{
		width: 69px;
	}
	.related-projects-item.active
	{
		margin-right: 5px;
	}
	.related-projects-item.active:after
	{
		width: 104px;
		left: -16px;
		background: url(../images/active-menu-header.png) no-repeat;
		background-size: 100px 84.6px;
	}
	.related-projects-item.qq_mock-project-wrapper:before
	{
		right: -4px;
	}
	.related-projects-item.qq_mobile-project-wrapper:before
	{
		right: -4px;
	}
	.book-description {
	    margin: 13px 0px 5px 18px;
	}
	.browser-support-block .darkened-white-module .book
	{
		flex-direction: column;
		align-items: center;
		margin: 4px 0px 11px 0px;
	}
	.browser-support-block .book-description 
	{
	    margin: 13px 0px 5px 0px;
	    text-align: center;
	}
}
@media screen and (max-width: 425px) {
	.auth-type-form
	{
		max-width: 325px;
	}
}
@media screen and (max-width: 400px) {
	.browser-support-paragraph-text 
	{
	    padding: 0px 0px 0px 20px;
	}
	.browser-support-paragraph.bordered-line-bot-top
	{
		padding: 27px 14px 15px 2px;
	}
	.blog-article-block 
	{
    	padding: 0px 0px 29px 0px;
	}
	.article_content-plan-list--type1 + .article_mobile-content-plan-list
	{
		flex-direction: column;
		align-items: initial;
	}
	.article_content-plan-list--type1 + .article_mobile-content-plan-list .content-plan-list-title
	{
		margin-bottom: 10px;
	}
	.article_content-plan-list--type1 + .article_mobile-content-plan-list .article_qq-popup-module .qq-custom-select_margin-centered {
    	margin-left: auto;
	}
}

@media screen and (max-width: 390px) {
	header
	{
		padding: 0 25px 0 24px;
	}
	#qq-project-content .brief-qq-look .qq-title 
	{
	    margin-left: 60px;
	}
	.project-content .other-links-block .vertical-list-module
	{
		width: 67%;
	}
	.project-content .qq-specification
	{
		padding: 30px 10px 15px 10px;
	}
	#qq-mock-project-content.project-content .description-project-cart
	{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	#qq-mock-project-content.project-content .qq-specification .description-cards
	{
		align-items: center;
	}
	#qq-mock-project-content.project-content .description-project-cart .description-cart-img
	{
		margin: 20px auto 15px auto;
	}
	.header-content
	{
		padding: 18px 17px 35px 8px;
	}
	#qq-mock-project-content.project-content .qq-specification
	{
		padding-top: 0;
		padding-bottom: 34px;
	}
	.project-content .specification-first-line .vertical-list-module
	{
		margin: 15px 0 10px 0;
	}
	.project-content .other-links-block 
	{

	    padding: 44px 0 27px 0;
	}
	.other-links-block .vertical-list-module .vertical-list-title
	{
		margin-bottom: 9px;
	}
	.project-content .qq-events 
	{
	    padding: 15px 0px 15px 0px;
	}
	.event .event-info
	{
		font-size: 15px;
	}
	#qq-mock-project-content.project-content .darken-footer
	{
		height: 33px;
	}
	.search
	{
		width: 100%;
	}
	.search-input
	{
		width: 100%;
		margin-left: 0;
	}
	#qq-project-tutorials-content .content-wrapper.course-page-content-wrapper
	{
		padding: 23px 8px 35px 8px;
	}
	.horizontal-list-module
	{
		margin-bottom: 10px;
	}
	.dashboard-content .content-title
	{
		margin-bottom: 10px;
	}
	.resources
	{
		margin: 3px 0 0 0;
	}
	.resources .resources-info
	{
		right: auto;
		left: 0;
		white-space: normal;
	}
	.lecture-title
	{
		margin-bottom: 2px;
	}
	.header-content {
	    padding: 18px 17px 25px 8px;
	}
	#qq-mock-project-content.project-content .qq-specification
	{
		padding: 11px 0px 35px 15px;
	}
	#qq-mock-project-content.project-content .other-links-block
	{
		padding: 30px 0 20px 0;
	}
	.project-content .content-nav-menu
	{
		margin-bottom: 15px;
	}
	#download-qq-mock
	{
		margin-top: 0px;
	}
	.we-do-block .darkened-white-module.crosses-bottom 
	{
	    margin-top: -18px;
	}
	.darkened-white-module .dw-module-text 
	{
	    padding: 11px 7px 14px 12px;
	}
	.darkened-white-module .dw-module-list 
	{
	    padding: 7px 20px 13px 25px;
	}
	.our-team-block .qq-title {
	    margin-bottom: 26px;
	}
	.darkened-white-module.crosses-bottom 
	{
	    bottom: -41px;
	}
	.our-team-block
	{
		padding: 81px 0px 44px 0px;
	}
	.team-member-card {
	    margin: 0px 1px 26px 1px;
	}
	.community-block .darkened-white-module .dw-module-list > *
	{
		margin: 11px 15px;
	}
	.community-block .dw-module-list
	{
		padding: 15px 1px;
	}
	.community-block 
	{
	    padding: 0 13px 39px 13px;
	}
	.pyramidical-list-center
	{
		margin: 0px 20px;
	}
	.pyramidical-lists-block .pyramidical-list-center
	{
		margin: 0px 0px;
	}
	.pyramidical-list-center
	{
		margin: 0px 20px;
	}
	.pyramidical-lists-block
	{
		padding: 20px 0px 
	}
	.pyramidical-lists-block .qq-logo-qq
	{
		margin-left: 10px;
	    margin-bottom: 16px;
	}
	.pyramidical-lists-block .pyramidical-list-center
	{
		margin: 0px 0px;
	}
	.pyramidical-lists-block .pyramidical-lists
	{
		flex-direction: column;
	    align-items: center;
	}
	.pyramidical-lists-block .pyramidical-lists .pyramidical-list
	{
		align-items: center;
	}
	.pyramidical-lists-block .pyramidical-lists .pyramidical-item 
	{
   		margin-bottom: 11px;
	}
	.qq-popup-window
	{
		width: 310px;
	}
	.qq-popup.opened .qq-popup-window 
	{
	    left: -245px;
	}
	.versions-block 
	{
	    padding: 12px 40px 12px 13px;
	}
	.version-changelog-block 
	{
	    padding: 26px 15px 37px 6px;
	}
	.version-changelog-block .vertical-list-module 
	{
	    padding-left: 0px;
	}
	.version-title
	{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.versions-lists-item 
	{
	    margin-bottom: 27px;
	}
	.version-changelog-block .vertical-list-module .vertical-styled-list.squeared-items .styled-list-item
	{
		margin-left: 0;
	}
	.qq_about_preview-image
	{
		background-image: url(../images/QQ_About_375_pic.png);
		max-width: 351px;
		height: 205px;
	}

	.browser-support-block .darkened-white-module 
	{
	    margin: 33px 3px 0px 3px;
	}
	.browser-support-block .dw-module-text 
	{
	    padding: 13px 75px 4px 75px;
	}
	.browser-support-block .dw-module-list
	{
		padding: 24px 10px 14px 10px;
	}
	.browser-support-paragraph.bordered-line-bot-top 
	{
	    margin-bottom: 20px;
	}

	.downloads-block .title-block {
	    margin-top: 9px;
	}
	.large-download-card {
	    padding: 41px 4px 26px 0px;
	}
	.free-trial-card-list .free-trial-card, 
	.free-trial-card-list .free-trial-card:first-child
	{
		margin: 9px 5px 8px 4px;
	}
	.large-download-card-info {
    	padding-left: 10px;
	}
	.download-card-header
	{
		padding-left: 10px;
	}
	.large-download-card-info .download-card-header
	{
		margin-bottom: 39px;
	}
	.download-project-card-list {
	    margin: 25px 7px 15px 1px;
	}
	.search-downloads
	{
		width: 98%;
		margin-top: 40px;
	}
	.download-project-card {
	    padding: 12px 15px 17px 7px;
	}
	.all-downloads {
    	margin: 35px 0px 74px 0px;
	}
	.downloads-block-body .lighten-bg-block
	{
		padding: 20px 10px 5px 10px;
		text-align: center;
	}
	.downloads-block-body {
    	padding: 0px 0px 33px 0px;
	}	
	.downloads-list-item .download-buttons
	{
		margin: 10px 26px 0px 5px;
	}
	.downloads-list-item .select-version {
    	margin: 10px 5px 0px 25px;
	}
	.downloads-list-item .description {
	    flex-basis: auto;
	    margin-bottom: 13px;
	}
	.articles-types-list
	{
		justify-content: center;
	}
	.blogs-block .title-block
	{
		text-align: center;
	}
	.medium-articles-list
	{
		margin-top: 19px;
	}

	.profile-settings-type
	{
		padding-right: 0px
	}
	.manage-profile-input-wrapper
	{
		max-width: 345px;
		margin-right: 0;
	}
	.profile-setting__control
	{
	    max-width: 354px;
    	width: 104%;
	}
	.qq-changeVisibility-select
	{
		width: 98%;
	}
	.profile-setting__control + .manage-profile-input__buttons
	{
		right: 0;
	}

	.project-content_small
	{
		max-width: 355px;
	}

	.get-start-courses
	{
		margin: 0px 0px 30px 0px;
	}
	.featured-courses
	{
		padding: 0px 14px;
	}
	.all-courses
	{
		margin-top: 20px;
	}
	.all-courses .tutorials-list-title
	{
		padding-left: 6%;
	}

	.course-card-small
	{
		padding: 3px 2px 10px 2px;
	}

	.course-slider-sm .slick-prev
	{
		left: 0;
	}
	.course-slider-sm .slick-next
	{
		right: 0;
	}

	.course-slider-large .slick-prev
	{
		top: 202px;
		left: -14px
	}
	.course-slider-large .slick-next
	{
		top: 202px;
		right: -14px;
	}
	
	.course-card-large
	{
		min-height: 505px
	}
	.all-courses-list__item .qq-popup-module_tailed__trigger
	{
		margin-bottom: 19px;
	}
	.course-card-large .explore-course-btn 
	{
    	margin: auto 0px 9px 0px;
	}

	.course-card-large .course-info
	{
		margin: 0px 4px;
	}
	.course-description
	{
		padding-right: 0px;
	}

	.course-card-default .course-img
	{
		width: 100%;
	}

}

@media screen and (max-width: 370px) {
	#qq-project-tutorials-content .content-wrapper.course-page-content-wrapper
	{
		padding: 23px 5px 35px 5px;
	}
	.darkened-white-module .qq-title
	{
		margin-bottom: 6px;
	}
	.darkened-white-module .dw-module-text {
	    padding: 11px 7px 14px 12px;
	}
	.darkened-white-module .dw-module-list
	{
		padding: 27px 10px 23px 10px;
		align-items: flex-start;
	}
	.we-do-block .darkened-white-module .dw-module-list
	{
		padding: 27px 10px 23px 10px;
		align-items: flex-start;
	}
	.we-do-block .darkened-white-module .dw-module-list img
	{
		max-width: 100%;	
	}
	.footer-news-subsribtion-block .qq-input-module
	{
		max-width: 320px;
	}
	.versions-block 
	{
	    padding: 12px 40px 12px 13px;
	}
	.browser-support-block .dw-module-list
	{
		padding: 24px 10px 14px 10px;
	}
	.browser-support-block .dw-module-text
	{
		padding: 18px 5px 10px 5px;
	}	

	.profile-setting__control
	{
		max-width: 334px
	}
	.qq-changeVisibility-select
	{
		max-width: 313px;
	}
	.changeVisibility_qq-popup-module .qq-popup-module__window
	{
		right: 14px;
	}
	.manage-profile-input-wrapper
	{
		max-width: 322px;
	}

	.send-mail-again-popup .qq-popup-module_tailed__body
	{
		max-width: 342px;
	}
}

@media screen and (max-width: 360px) {
	.qq-popup.opened .qq-popup-window {
	    left: -225px;
	}
	.versions-block {
	    padding: 12px 40px 12px 20px;
	}
	.version-changelog-block 
	{
	    padding: 20px 5px 37px 5px;
	}
	.qq_about_preview-image
	{
		background-image: url(../images/QQ_About_360_pic.png);
		max-width: 333px;
	}
	.browser-support-paragraph-text {
	    padding: 0px 0px 0px 8px;
	}
	.downloads-list-item .download-buttons {
    	margin: 0px 11px 0px 5px;
	}
	.search-downloads {
    	margin-top: 36px;
	}
	.blogs-block {
    	padding: 0px 0px 32px 0px;
	}
	.large-article-preview-card
	{
		margin: 10px 5px 10px 9px;
	}
	.blog-article-block-reference .article-preview-card
	{
		min-height: 420px;
	}

	.featured-courses 
	{
    	padding: 0px 6px;
	}

	.course-slider-large .slick-prev
	{
		left: 4px;
	}
	.course-slider-large .slick-next
	{
		right: 5px;
	}

	.course-card-default
	{
		margin: 0px 7px;
	}
}

@media screen and (max-width: 350px) {
	.qq-popup.opened .qq-popup-window {
	    left: -217px;
	}
	.languages-list
	{
		padding: 0px 0px 0px 7px;
	}
	.language-module
	{
		width: auto;
	}
	.downloads-list-item .download-buttons 
	{
    	margin: 10px 0px 0px 5px;
	}
	.downloads-list-item .select-version 
	{
    	margin: 10px 5px 0px 0px;
	}
	.dropdown-list-item-header {
    	padding: 16px 30px 16px 11px;
	}

	.course-card-small
	{
		width: auto;
	}
	.course-more_detailed-info
	{
		max-width: 99%;
	}

	.course-card-large
	{
		min-height: auto;
	}
	.course-card-large .explore-course-btn
	{
		margin: 10px 0px 9px 0px;
	}

	.course-slider-large .slick-prev
	{
		top: calc(35% + 1px);
	}
	.course-slider-large .slick-next
	{
		top: 35%;
	}
  	.large-article-preview-card__image
	{
	    background-size: cover;
	}
}
