@font-face {
  font-family: 'Raleway';
  src: url('/fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),  url('/fonts/Raleway-Regular.woff') format('woff'), 
  url('/fonts/Raleway-Regular.ttf')  format('truetype'), url('/fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('/fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),  url('/fonts/Raleway-Light.woff') format('woff'), 
  url('/fonts/Raleway-Light.ttf')  format('truetype'), url('/fonts/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('/fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),  url('/fonts/Raleway-SemiBold.woff') format('woff'), 
  url('/fonts/Raleway-SemiBold.ttf')  format('truetype'), url('/fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('/fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),  url('/fonts/Raleway-Bold.woff') format('woff'), 
  url('/fonts/Raleway-Bold.ttf')  format('truetype'), url('/fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}

body {font-family: Raleway; font-size: 16px; text-align:left; line-height: 1.3333; font-weight: 300;overflow-x:hidden;}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
/*a {color: #49e397;text-decoration:underline;}*/
.newtpl a {
    display: inline; color: #000; text-decoration: none; line-height: 1.3333; border-bottom: 1px solid #f58220;
}
a:hover, a:visited {text-decoration: none; color: #000;}
img {max-width:100%;}

.f16 {font-size:16px}
.f18 {font-size:18px}
.f42 {font-size:42px}

b, strong {font-family: Raleway; font-weight:700;}
p {margin-top: 1em; margin-bottom: 0;}
ul, ol { margin: 0; padding-left: 0; margin-left: 20px; }
li { padding-left: 10px; }

.nowrap {white-space: nowrap;}


.rel {position:relative;}
.bg_gray {background-color:#f7f7f7;}
.bg_lightgray {background-color: #FAFAFA;}

.img-bordered {border: 8px solid #f58220;}

.breadcrumb{
    background: none;
    padding: 0 !important;
    margin-left: 0 !important;
}

.breadcrumb li {
    padding-left: 0;
}
.breadcrumb a{
	color: #f58220;
}

.btn-primary {background:#36d184;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    font-family: 'Raleway';text-decoration:none;
    font-weight:bold;
}
.newtpl .article.st_blog{
	margin-top: 35px;
}
.st_blog .breadcrumb{
	    padding: 0;
    background: none;
    margin: 0 0 30px -5px;
    font-size: 15px;
}
.btn-orange {
    background: #FFA74C;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-family: 'Raleway-Bold';
    text-align: center;
    height: auto;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {background:#49e397;color:#fff;text-decoration:none;}
.btn-default {    padding: 15px 30px;
    color: #555555;
    border: 1px solid #555555;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Raleway-Bold';
    text-decoration:none;
}

.row.smt {
   
}


.blog_tab span{
	    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #f58220;
    font-size: 29px;
	width: fit-content;
    margin: auto;
	display:none;

}

.blog_tabs{
margin: 0;
    padding: 10px 0px;
    list-style: none;
    cursor: pointer;
    width: 100%;
    height: auto;
    overflow: auto;
}
.blog_tab:hover{
	background: #f9f0e9;
    border-color: #f58220;
}
.blog_tab{
        margin: 0 30px 10px 0;
    padding: 0;
    padding: 10px;
    float: left;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    width: 100%;
    max-width: 170px;
    font-size: 14px;
    height: 200px;
    text-align: center;
    position: relative;
    font-weight: 900;
    box-shadow: 0 1px 6px 0.1px #9d9d9d;
}
.blog_tab:after{
	content:'';
	position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #f58220;
    font-size: 29px;
    height: 23px;
    width: 36px;
    margin: auto;
    display: block;
}
.blog_tab:nth-child(1):after{
	content:'A1';
}
.blog_tab:nth-child(2):after{
	content:'A2';
}
.blog_tab:nth-child(3):after{
	content:'B1';
}
.blog_tab:nth-child(4):after{
	content:'B2';
}
.blog_tab:nth-child(5):after{
	content:'C1';
}
.blog_tab:nth-child(6):after{
	content:'C2';
}
.blog_tab:nth-child(1){
	    max-height: 100px;
    margin-top: 100px;
}
.blog_tab:nth-child(2){
	    max-height: 120px;
    margin-top: 80px;
}
.blog_tab:nth-child(3){
	    max-height: 140px;
    margin-top: 60px;
}
.blog_tab:nth-child(4){
	    max-height: 160px;
    margin-top: 40px;
}
.blog_tab:nth-child(5){
	    max-height: 180px;
    margin-top: 20px;
}

.blog_tab.active {
    background-color: #cfcdcd6e;
}
.blog_output{
   clear: both;
    border: 3px solid #cfcdcd;
    padding: 20px 15px;
}
.blog_section {
  display: none;
}
.blog_section.active {
  display: block;
}
.blog_outpu .blog_section table td{
	    vertical-align: top;
    padding: 0 20px 0px 0;
}

.two_tabs{
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    display: block;
    overflow: auto;
}
.two_tab{
      margin: 15px 20px 15px 0;
    padding: 60px 10px 10px;
    float: left;
    width: 170px;
    height: 170px;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    font-weight: 900;
    font-size: 23px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 1px 6px 0.1px #9d9d9d;
}


/* !!! */
.select_to_test{
	font-size:17px;
}
.question_item{
	
} 
.question_item .title{
	    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 25px;
}
.question_item .vars .var{
	    display: flex;
    margin-bottom: 3px;
}
.question_item .vars{
	font-size: 15px;
}
#warn{
	font-size: 17px;
    color: #f58220;
    text-decoration: underline;
    display: block;
    margin-bottom: -15px;
}
.question_item .vars .var.fail{
	color: red;
}
.question_item .vars .var.good{
	color: #008000;
}


.question_item .var input[type='radio'],
.question_item .var label {
  cursor: pointer;
}

.question_item .var input[type='radio'] {
  position: relative;
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.question_item .var.fail input[type='radio']::before {
	border: 1px solid red;
}
.question_item .var.good input[type='radio']::before {
	border: 1px solid #008000;
}
.question_item .var.good input[type='radio']:checked::after {
	background-color: #008000;
}
.question_item .var.fail input[type='radio']:checked::after {
	background-color: red;
}
.question_item .var input[type='radio']::before {
      content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border: 1px solid #0075ff;
}

.question_item .var input[type='radio']:checked::after {
      content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 7px;
    border-radius: 50%;
    background-color: #0075ff;
    transform: translate(-50%,-50%);
    visibility: visible;
}



.question_item .vars .var label{
	    display: block;
    margin: 2px 0 0 10px;
}

a.test_result:hover{
	background: #4dc352;
}

a.btn-es_choosetest:hover{
	background: #ffa74c;
}
a.btn-es_choosetest{
	width: fit-content;
    display: block;
    background: #f58220;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    margin: 30px auto -10px auto;
    border-radius: 4px;
    cursor: pointer;
	transition: .1s all linear;
}
a.test_result{
	 
    height: 40px;
    background: #4caf50;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    width: fit-content;
    margin-top: 30px;
    border-radius: 5px;
    font-weight: 600;
	border: none;
} 

.two_tab:nth-child(6),
.two_tab:nth-child(7){
	 padding: 74px 10px 10px;
}
.two_tab:hover{
	background: #f9f0e9;
    border-color: #f58220;
}
.two_tab.active {
background-color: #cfcdcd6e;
}
.two_output{
  clear: both;
    border: 3px solid #cfcdcd;
    padding: 15px 20px;
}
.two_section {
  display: none;
}
.two_section.active {
  display: block;
}

.go_test{ 
	width: 100%;
    height: 130px;
    border: solid 1px #ddd; 
    border-radius: 15px;
    box-shadow: 0px 3px 9px #ddd;
    max-width: 160px;
    margin: 0 auto 10px auto;
}
.go_test .label{
	color: #000;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 12.5px;
    margin-top: 20px;
}
.go_test a.btn-responsive{
	    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 6px 0px;
    border-radius: 11px;
    width: 83%;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
} 

.btn-responsive {
	display: block;
	width: 100%;
	color: #fff;
	background: #f58220;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin: 0; padding: 0;
	border-radius: 4px;
	transition: .1s all linear;
	outline: none;
}

 
.btn-responsive:hover, .btn-responsive:focus, .btn-responsive:active { background: #ffa74c; color: #fff; outline: none; }
.btn-responsive._stroke {
	line-height: 58px;
	color: #f58220;
	border: 1px solid #f58220;
	background: none;
}
.btn-responsive._stroke:hover, .btn-responsive._stroke:focus, .btn-responsive._stroke:active {
	border-color: #ffa74c; background: #ffa74c; color: #fff; outline: none; }
.main-btn-group {
	margin-top: 60px;
}
.btn-responsive._big {
	font-size: 28px;
	line-height: 82px;
	margin: 0 auto;
}

@media (min-width: 481px) and (max-width: 1199px) {
	.btn-responsive {width: auto; padding: 0 30px; font-size: 18px; line-height: 50px; }
	.btn-responsive._stroke {line-height: 50px;}
	.main-btn-group > * {display:inline-block;}
	.main-btn-group {margin-top: 40px;}
	.btn-responsive._big {
		font-size: 24px;
		line-height: 82px;
	}
}
@media (max-width: 480px) {
	.btn-responsive { font-weight: 400; font-size: 16px; line-height: 44px; }
	.btn-responsive._stroke { line-height: 42px; margin-top: 20px; }
	.btn-responsive._big {
		font-size: 20px;
		line-height: 54px;
	}
	.main-btn-group {margin-top: 30px;}
}
    
.title-with-round {font-size:25px;line-height:29px;font-family: 'Raleway-Bold';margin-bottom: 50px;text-align:center;}
.main-prices-itemwrap {
    padding: 20px;
}
.main-prices-item {
    background: #fff;
    padding: 30px;
}
[class*='-section'], section {padding-top:50px;padding-bottom:50px;}


.main-header-section {
    border-bottom: 8px solid #f58220;
	background: url('../img/bg-london.png') right 101% no-repeat;
}
.main-action-section {
	background: #0b9249 url('../img/bg-london-white.png') right 101% no-repeat;
	padding: 150px 0;
}
@media (max-width: 1199px) { .main-header-section, .main-action-section {background-size: 40%;} }
.main-footer-link { margin-left: 70px; }
.top-logo {line-height: 1;}
.top-logo a {border: none;}
.top-logo img {vertical-align: bottom;}

.main-topmenu {
    list-style-type: none;
	margin-top: 40px;
	margin-left: 0;
}
.main-topmenu-item {
    display: inline-block;
	padding: 0;
}
.main-laptop {
    position: absolute;
    text-align: right;
    right: 15px;
    bottom: -220px;
    max-width: 55%;
}
.main-topmenu-item {
    margin-right: 30px;
    /*border-bottom: 1px solid #f58220;*/
    padding-bottom: 3px;
}
.main-topmenu-item a {color:#000;font-size:18px;text-decoration:none;}
.main-topmenu-item a:hover {}
.main-text {
	color: #000;
	font-size: 18px;
	line-height: 1.3333;
}
.main-offer-text {
    font-size: 24px;
    margin-bottom: 50px;
    color: #3a3a3a;
}
.text-info-express {
	padding-top: 50px;
	font-size: 16px;
	line-height: 1.3333;
	color: #000;
}
.text-info-express img { margin-bottom: 28px; }
.btn-starttest {
    margin-bottom:135px;
}
.main-section {
	padding-top: 120px;
	padding-bottom: 120px;
}
.main-section+.main-section { padding-top: 0; }
.main-center-section {
    margin-top: 160px;
}
.main-center-title {
    font-size: 22px; font-family: Raleway;  margin-bottom:40px;    text-align: center;
}
.main-title {
	color: #000;
	font-size: 58px;
	font-weight: 600;
	line-height: 78px;
	margin-bottom: 110px;
}
.main-headline {
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	overflow: visible;
	margin-bottom: 30px;
	font-weight: 400;
}
h2.main-headline:after { content:''; display: block; clear: left; }
.main-headline-string {
	float: left;
	clear: left;
	position: relative;
	margin-bottom: 20px;
}
.text-headline {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 50px;
	margin-top: 60px;
}
.main-headline-string > * {
	position: relative;
	z-index: 1;
}
.main-headline-string:before {
	content: '';
	display: block;
	position: absolute;
	width: 2000px;
	height: 40px;
	top: 4px;
	right: 0;
	background: #0b9249;
	z-index: 0;
}

.main-center-description {
    font-size: 16px;
    margin-bottom: 120px;
    line-height: 2;    text-align: center;
}
.main-center-img {text-align:center;}
.main-reasons {
    margin-top: 170px;
}
.orange-digit {
    color: #ef6537;
    font-size: 32px;
}
.main-reasons-items {
    margin-top: 70px;
}
.main-reasons-item {
    margin-bottom: 60px;
}
section.main-howitworks-section {
    padding-bottom: 90px;
}
.title-with-round:after {
    width: 42px;
    height: 42px;
    background: transparent;
    content: '.';
    display: inline-block;
    position: relative;
    right: 28px;
    border: 5px solid #FACE42;
    border-radius: 42px;
    color: #fff;
    z-index: -1;
}

.main-certificate-section {
    padding-top: 100px;
	padding-bottom: 100px;
	background: #0b9048;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.main-certificate-section:before {
	content: '';
	display: block;
	width: 43.75%;
	width: calc(50% - 75px);
	height: 100%;
	position: absolute;
	top: 0;
	background: #808f96 url('../img/bg-london.jpg') left center no-repeat;
	background-size: cover;
}
.main-certificate-title {
	font-size: 42px;
	line-height: 60px;
	margin-bottom: 50px;
}
.main-certificate-image-2 { display: none; }

.user-statement {
	padding-left: 240px;
	position: relative;
	min-height: 184px;
	margin-bottom: 20px;
}
.user-statement-photo {
	width: 180px;
	height: 180px;
	background: #f1f1f1;
	position: absolute;
	top: 4px; left: 0;
	border: none;
}
.test-screenshot img{
	
}
.test-screenshot {
    border: 8px solid #f58220;
    text-align: center;
    line-height: 305px;
    vertical-align: middle;
    padding: 20px;
    margin-top: 50px;
    width: 360px;
    height: 361px;
    float: left;
	    margin: 50px auto 0 auto;
}

.test-screenshot .title{
	     line-height: 1;
    font-weight: 900;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.test-screenshot .title .quest{
	    float: left;
    padding-top: 4px;
    color: #333236;
    font-size: 23px;
}
.test-screenshot .title .timer{
	font-weight: 600;
    font-size: 16px;
    color: #adb2ba;
    width: 94px;
    float: left;
    border-radius: 13px;
    background: #f3f3f3;
    text-align: left;
    margin-left: 20px;
    padding-left: 14px;
    line-height: 33px;
}
.test-screenshot .title .timer span{
	    width: 34px;
    height: 34px;
    display: block;
    float: right;
    border: solid 1px #aaaaab;
    border-radius: 45%;
}
.test-screenshot .title .timer span:after{
	    content: "";
    width: 8px;
    height: 12px;
    display: block;
    margin: 11px 0 0 11.5px;
    border-left: solid 2px;
    border-right: solid 2px;
}
.test-screenshot .quest_title{
	line-height: 1.5;
    text-align: left;
    font-weight: 400;
    overflow: auto;
    width: 100%;
    padding-top: 25px;
    min-height: 80px;
    color: #000;
}
.test-screenshot .quest_desc{
	    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    overflow: auto;
    width: 100%;
    padding-top: 5px;
    color: #000;
}
.test-screenshot ul{
	line-height: 1.1;
    width: 100%;
    text-align: left;
    list-style: none;
    padding: 0 0 0 0;
    margin: 25px 0 0;
    color: #000;
}
.test-screenshot ul li{
	    margin-top: 10px;
    padding: 0;
}
.test-screenshot ul li:before{
	content: "";
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    border: solid 1px #b5b3b5;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 2px;
} 

.footer-copyright { text-align: right; }


.main-howitworks, .main-prices-title {
    position: relative;
    z-index: 0;
}
.main-prices-item-value {
    font-size: 32px;
    text-align: center;
}
.main-prices-item hr {    width: 40%;
    border-top: 2px solid #eee;
}
.btn-getcert {
    margin-top: 30px;margin-bottom:30px;font-family: 'Raleway-Bold';text-decoration:none;
}
.main-prices-item .btn-starttest {margin-top: 30px;margin-bottom:30px;font-family: 'Raleway-Bold';text-decoration:none;}
.main-prices-item p {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: center;
}
.main-peoplesay-item-wrap {
    padding: 30px;
    margin:15px;
    border: 2px solid #ccc;
}

.slick-prev:before, .slick-next:before {
    color: #aaa;    font-size: 32px;
}
.main-peoplesay-item-img {
    float: left;margin-bottom:20px;margin-right:20px;
}
.main-peoplesay-item-text {
    clear: left;
    font-size: 16px;
    line-height: 1.5;
}
.main-peoplesay-item-top {float:left;}
.main-peoplesay-item-link {
    color: #FDA549;
}
.footer-privacy {margin-bottom:40px;}
.footer-privacy a, .site-email, .site-phone {color:#333;}
.site-email {margin-bottom:10px;display:block;}
.reason-left {font-family: 'Raleway-Bold';}
.orange-digit {margin-bottom:10px;font-family: 'Raleway-Bold';}
.reason-details-text {display:none;line-height:1.5;margin-top:20px;}
.reason-details {margin-top:20px;cursor:pointer;}
.otherpage .main-top-section {padding-bottom:0;}
.otherpage .main-topmenu {
    margin-bottom: 40px;
}
.std-content-section h1 {
    margin-bottom: 30px;
}


/* логин и регистрация */
.top-register, .results-top-register {
    padding: 15px;
    border: 1px solid #49e397;
    margin-left: 20px;
    color: #49e397;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'Raleway-Bold';
    border-radius: 5px;
        background: none;
    height: auto;
    text-decoration:none;
}
.top-register:hover, .results-top-register:hover {
    color: #fff;
    background:#49e397;
    text-decoration:none;
}
.top-login, .results-register-section-login {
    padding: 15px;
    color: #49e397;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'Raleway-Bold';
}
.register-section, .login-section, .results-register-section, .results-login-section {display:none;background:#EAE9E4;}
.register-section-title, .login-section-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Raleway-Bold';
}
.error {color:red;}
.error-text {display:block;display:none;margin-top:20px;color:red;}
.error-border {border:2px solid red!important;}
.register-section input, .login-section input, .results-register-section input, .results-login-section input {
    padding: 10px 15px;    height: auto;    font-size: 18px;margin-bottom: 10px;
}
.register-section-login, .login-section-register, .results-register-section-login {
    color: #49e397;cursor:pointer;
}
.register-section-submit a, .login-section-submit a {
    margin-top: 20px;
    padding: 12px 15px;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    
}
.login-section-submit a {
    margin-top: 0px;
}
.forgot-text {
    margin-top: 15px;
    text-align: right;
}
a.forgot-repair {
    color: #49e397;
}
.register-section-close img, .login-section-close img {width:24px;height:24px;}
.register-section-close, .login-section-close {
    text-align: right;cursor:pointer;
}
.login-section-title {float:left;margin-right:20px;}
.login-section-register, .results-login-section-register {margin-bottom:20px;}






.main-center-img img, .main-howitworks img, .main-certificate img {
    max-width: 100%;
}
.slick-prev:before {content:url('/img/Arrow-dark-left.png');}
.slick-next:before {content:url('/img/Arrow-dark-right.png');}
.login-section-socials img {width:30px;height:auto;}
.screenmenu {display:none;}
.ulogin-button-google {background:url('/img/google-icon.png')!important;background-size:32px 32px!important;margin-right:5px!important;}
.ulogin-button-twitter {background:url('/img/twitter-icon.png')!important;background-size:32px 32px!important;margin-right:5px!important;}
.ulogin-button-mailru {background:url('/img/mail-icon.png')!important;background-size:32px 32px!important;margin-right:5px!important;}
.ulogin-button-vkontakte {background:url('/img/vk-icon.png')!important;background-size:32px 32px!important;margin-right:5px!important;}
.ulogin-button-odnoklassniki {background:url('/img/ok-icon.png')!important;background-size:32px 32px!important;margin-right:5px!important;}
.ulogin-button-facebook {background:url('/img/facebook-icon.png')!important;background-size:32px 32px!important;margin-right:5px!important;}
.ulogin-dropdown-button {display:none!important;}
.ulogin-buttons-container {width:230px!important;}
.hello {
    font-family: 'Raleway-Bold';
    color: #49e397;
    text-transform: uppercase;    letter-spacing: 0.2em;
}
.logged .glyphicon-chevron-down {color: #49e397;}
.loginMessage .error {color:red;    margin-left: 15px;}

.realmain-laptop {
    position: absolute;
    text-align: right;
    right: -50px;
    bottom: -190px;
}
.realmain-center-section {
    margin-top: 0px;
}
.reason-left img, .reason-right img {
    display: block;
    /* margin: 0 auto; */
}
.main-reason-lead.realmain-reason-lead {
    font-size: 18px;
    font-family: 'Raleway-Bold';
    margin-bottom: 20px;
}
.main-reason-text.realmain-reason-text {
    font-size: 16px;
}
.main-fact span {
    font-size: 32px;
    font-family: 'Raleway-Bold';
    color: #F16C48;
}
.main-fact {
    font-size: 16px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 28px;
}
.realmain-clients-items {border:2px solid #ccc}
.realmain-clients-item-wrap {
    border: none;
    overflow: hidden;
    text-align: center;
    padding: 30px;
    height: 150px;
    display: table;    width: 100%;
}
.realmain-clients-item-img img {
    max-height: 100px;
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
}
.realmain-clients-items .slick-prev {
    left: -50px;
    top: 38%;
}
.realmain-clients-items .slick-next {
    right: -50px;
    top: 38%;
}
/* .realmain-clients-item {height:120px;} */
.realmain-clients-item-img {
    text-align: center;
    display: table-cell;
    vertical-align: middle;   
    
}

h1.instruction-test-title {
    font-size: 28px;margin-bottom: 30px;
}
.instruction-title {
    font-size: 22px;
    font-family: 'Raleway-Bold';
    margin-bottom: 40px;
}
.instruction-item-num {
    font-size: 24px;
    font-family: 'Raleway-Bold';
    color: #EC5928;
}
.instruction-item {
    margin-bottom: 30px;
}
.instruction-item-text {
    font-size: 16px;
}

h1.test-title {
    font-size: 28px;    margin-bottom: 30px;
}
.question-values, .question-values span {
    font-size: 22px;
    font-family: 'Raleway-Bold';
}
.question-values {margin-bottom: 30px;}
.question-text {
    font-size: 20px;
    margin-bottom: 30px;
}
.question-choose-right {
    font-size: 18px;
    margin-bottom: 20px;
}
.questionvar-wrap {
    margin-bottom: 5px;
    font-size: 18px;
}
.questionvar-wrap input {margin-right:10px;}
.question-next {margin-top:20px;outline:none;}
.playhide {display:none;}
.question-stop-1 {
    font-size: 22px;
    font-family: 'Raleway-Bold';
    margin-bottom: 30px;
}
.question-stop-2 {
    font-size: 20px;
    margin-bottom: 30px;
}
.pause {cursor:pointer;}
.no-var-checked {display:none;color: #EC5928;font-size:14px;}
.answer-before-pause {display:none;color: #EC5928;font-size:14px;}
.question-pause {cursor:pointer;}
.profile-field {margin-bottom:20px;}
.profile-field input {
    border: 2px solid #ccc;
    font-size: 16px;
    height: auto;
    padding: 10px 20px;
    border-radius: 10px;
}
.logged {cursor:pointer;}
.profile-menu {margin:0;padding:0;list-style-type:none;display:none;background:#fff;border:1px solid #aaa;padding: 15px;
    position: absolute;
    right: 15px;
    top: 25px;
        z-index: 100;
}
li.profile-menu-item {
    display: block;
    padding: 2px 0px;
}
li.profile-menu-item a {
    padding: 0;
    text-decoration: none;
    color: #777;
    text-transform: none;
    letter-spacing: 0;
}
.profile-completed-item-title {
    font-size: 18px;
    font-family: 'Raleway-Bold';
    margin-bottom: 3px;
}
.profile-completed-item-date {
    font-size: 18px;
    margin-bottom: 3px;
}
.profile-completed-item-links a {
    font-size: 18px;
    color: #49e397;
}
.profile-completed-item {
    /* margin-bottom: 30px; */
    /* padding-bottom: 30px; */
    /* border-bottom: 2px solid #ccc; */
}
.profile-completed-item-hr {
    margin-bottom: 20px;
    margin-top: 20px;
}
.profile-completed-item-button a {
    width: 100%;
    margin-top: 20px;
}
.profile-recommended-item-button a {
    width: 100%;
}
.profile-recommended-item-title {
    margin-top: 10px;
}

.alert-passwordsdiff {display:none;}

.contacts-content p, .support-content p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.whywe-reasons-item-text {
    font-size: 18px;
}
.whywe-reasons-item {
    margin-bottom: 30px;
}
.faq-question-text {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.faq-answer-text {display:none;font-size:16px;margin-top: 20px;}
.faq-item {margin-bottom:30px;}
.instruction-test-title2 {
    font-size: 24px;
    margin-bottom: 25px;
}
.reason-left {
    font-family: 'Raleway-Bold';
    font-size: 20px;
}
.reason-right {
    font-family: 'Raleway-Bold';
    font-size: 20px;
}
.categories-item {
    list-style-type: none;font-size:20px;
}
.categories-item-link a {
    text-decoration: underline;
    /* font-family: 'Raleway-Bold'; */
    color: #333;
    margin-bottom: 10px;
    display: block;
}
ul.tests-items {
    margin-left: 0;
    padding-left: 0;
}
.tests-cat
{
    font-family: 'Raleway-Bold';
    font-size:20px;
    margin-bottom: 20px;
}
.incategory-tests-items {
    margin-left: 0;
    padding-left: 0;
}
li.incategory-tests-item {
    list-style-type: none;
    font-size: 20px;
    font-family: 'Raleway-Bold';
    margin-bottom:40px;
}
.incategory-tests-item-link {margin-top:5px;}
.incategory-tests-item-link a {
   font-family: 'Raleway-Regular';
    color: #333;
    text-decoration: none;
}
.incategory-tests-items {margin-top:20px;}
.choosetest-bg, .choosetest-window, .askquestion-bg, .askquestion-window {display:none;}
.choosetest-bg, .askquestion-bg {position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.7);z-index:100;}
.choosetest-window, .askquestion-window {
    position: fixed;
    width: 500px;
    height: auto;
    left: 50%;
    top: 50%;
    background: #fff;
    z-index: 101;
    margin-left: -250px;
    margin-top: -200px;
    padding: 30px;
}

.es_choosetest-bg, .es_choosetest-window {display:none;}
.es_choosetest-bg{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.7);z-index:100;}
.es_choosetest-window {
        position: fixed;
    width: 600px;
    height: auto;
    left: 50%;
    top: 10%;
    max-height: 75%;
    background: #fff;
    z-index: 101;
    margin-left: -300px;
    padding: 30px;
    overflow: hidden scroll;
}

.askquestion-window {height:450px;margin-top: -225px;}
.askquestion-title {
    font-weight: bold;
    text-align: center;
}
.askquestion-field label {font-weight:normal;font-size:14px;}
	 .mob_disp{
    display:none;
    }
	.mob_dispd{
		  display:none;
	 }
	
	
@media (max-width:767px) {
	.blog_tab {
    margin: 0 auto 20px auto !important;
   
  
    float: none;
    
}
	.test-screenshot {

	    margin: 50px auto 0 auto;
}
	.mob_dispd{
		  display:block;
	 }
	.rounds .row .hidmob{
		display:none;
	}
	 .mob_disp{
    display:block;
    }
.mob_disp .row .col-sm-6:nth-child(1){
     display:none;
}
.faq-items .row .col-sm-6:nth-child(2){
    display:none; 
}
.mob_disp .row .col-sm-6:nth-child(2){
     display:block;
}
    .choosetest-window, .askquestion-window {width:100%;margin:0;top:0;left:0;position:fixed;height:100%;}
    .es_choosetest-window {width:100%;margin:0;top:0;left:0;position:fixed;height:100%;max-height: none;} 
}
.es_choosetest-title, .choosetest-title, .askquestion-title {
    font-size: 16px;
    margin-bottom: 20px;
}
.choosetest-note, .askquestion-note {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.choosetest-item {
    margin-bottom: 5px;
    font-size: 16px;
}
.es_choosetest-close img, .choosetest-close img, .askquestion-close img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.askquestion-field {
    margin-bottom: 10px;
}
.btn-askquestion-send {
    margin: 0 auto;
    display: block;
}
.askquestion-thanks {display:none;}



.results-text {
    font-size: 16px;
}
section.results-loginregister {
    padding-top: 0;
}



/* support */
.support-form {background:#EAE9E4;padding:40px;}
.support-form .field input, .support-form .field textarea {
    padding: 10px 15px;
    height: auto;
    font-size: 18px;
    margin-bottom: 20px;
}
.support-form-section .agree {margin-bottom:20px;}
.support-form-section .agree input {margin-bottom:0;}
.support-form-send-done, .support-form-send-fail {display:none;}


/* faq */
.faq-form-section {
    background: #EAE9E4;
    padding: 40px;
}
.faq-form-section .field input, .faq-form-section .field textarea {
    padding: 10px 15px;
    height: auto;
    font-size: 18px;
    margin-bottom: 20px;
}
.faq-form-section h2 {
    font-size: 25px;
    line-height: 29px;
    font-family: 'Raleway-Bold';
    margin-bottom: 20px;
    text-align: left;    
}
.faq-form-section .agree {margin-bottom:20px;}
.faq-form-section .agree input {margin-bottom:0;}
.faq-form-section .field textarea {height: 252px;}
.faq-form-send-done, .faq-form-send-fail {display:none;}

.field.error input, .field.error textarea {border: 1px solid red;}
.field.error.agree {background:rgba(255,0,0,0.1);}
.field .errormsg {display:none;}
.field.error .errormsg {display:block;}


/* profile results */
table.profile-results-table {
    width: 100%;
    border: 1px solid #EAE9E4;
}
table.profile-results-table tr {
    
    border: 1px solid #EAE9E4;
}
table.profile-results-table tr.profile-results-table-headrow {
    
    border: 1px solid #EAE9E4;
}
table.profile-results-table th {
    border: 1px solid #EAE9E4;
    padding: 15px;
    background: #EAE9E4;
    font-size: 16px;text-align:center;
}
table.profile-results-table td {
    
    border: 1px solid #EAE9E4;
        padding: 15px;
        font-size: 16px;
}

table.profile-results-table td .green {
color:#2ACE7E;
}
table.profile-results-table td .red {
color:#F17553;
}

.profile-testresults-total-item {
    font-size: 16px;
    line-height: 24px;
}
.profile-testresults-total-item span {font-family: "Raleway-Bold";}
.button-below-row {margin-top:40px;}
.button-below-row a {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 200px;    
}
.profile-field-name {
    margin-top: 15px;
    font-size: 16px;
}
.cert-step2-row3 {
    margin-top: 30px;
}















.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;margin-top: 7px;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.cert-step1-row1 .checkbox {margin:0;}
.cert-step1-title {font-size:18px;}
.cert-step1-row1 label {
    padding: 0;
    margin: 0;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
.cert-price {font-size:18px;}
.cert-step1-row2 {margin-bottom:30px;}
.cert-total-title, .cert-total, .total-sum {font-size:18px;font-family:"Raleway-Bold";}

#cert-step3-form .radio {margin-bottom:20px;}
#cert-step3-form label {
    padding: 0;
    margin: 0;
 
}
#cert-step3-form .totalsum {font-size:18px;font-family:"Raleway-Bold";margin-bottom:30px;}
#cert-step3-form .totalsum-span {font-size:18px;font-family:"Raleway-Bold";}
#cert-step3-form .radio img {margin-left:15px;margin-right:15px;}

.profile-results-table {margin-top:30px;}
.btn-sendtohr {margin-right:50px;}
.sendtohr-row3 {margin-top:20px;margin-bottom:20px;}
.sendtohr-row1 {margin-top:20px;margin-bottom:20px;}

.sendtohr input {
    border: 2px solid #ccc;
    font-size: 16px;
    height: auto;
    padding: 10px 20px;
    border-radius: 10px;
}
.popup-sendtohr {
    position: absolute;
    top: 100px;
    left: 15%;
    z-index: 100;
    width: 70%;
    height: 450px;
    background: #fff;
    padding: 40px;
    display:none;
}
.popup-sendtohr p {font-size:18px;margin-bottom:15px;}
.graybg {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(100,100,100,0.5);display:none;}
.btn-mailexample {cursor:pointer;}
.popup-sendtohr-close {position:absolute;top:20px;right:20px;cursor:pointer;}
.video__overlay {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display:none; */
}
.video-wrap {
    position: relative;
}
/* .video-wrap img {width:100%;} */
/* .video-wrap img {cursor:pointer;} */
span.question-timer {
    background: #F3F3F3;
    padding: 4px 0px 5px 15px;
    border-radius: 15px;
    margin-left: 20px;
}
span.question-left {
    color: #aaa;
    font-size: 16px;
    position: relative;
    top: -3px;
    font-family: "Raleway-Regular";
}
span.question-pause {
    padding: 5px 11px 6px 11px;
    font-weight: 300;
    font-size: 19px;
    margin-left: 5px;
    color: #aaa;
    border: 1px solid #aaa;
    border-radius: 16px;
}

.coloured-green,.coloured-orange {
    width: 12px;
    height: 12px;
    background: #36D184;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    top: 1px;
}
.coloured-orange {background: #F3811F;}

.cert-date {
    font-size: 14px;
    color: #F58A2F;
    margin-top: 10px;
}
.results-form {
    background: #EAE9E4;
    padding: 30px;
    padding-bottom: 10px;
}
.results-form-field {
    margin-bottom: 20px;
}
.btn-get-results {
    background: #F58220;
    height: 44px;
    text-align: center;
}
.btn-get-results:hover,.btn-get-results:active {background: #fdab64;}

.payment1-form {
    background: #EAE9E4;
    padding: 30px;
    padding-bottom: 10px;
}
.payment1-form-field {
    margin-bottom: 20px;
}
.btn-topayment2 {
    background: #F58220;
    height: 44px;
    text-align: center;
}
.btn-topayment2:hover,.btn-topayment2:active {background: #fdab64;}
.btn-topaymentyandex {
    background: #F58220;
    height: 44px;
    text-align: center;
    letter-spacing: 1px;
    padding-left:80px;padding-right:80px;
}
.btn-topaymentyandex:hover,.btn-topaymentyandex:active {background: #fdab64;}

.newtpl .ready-to-test .title:last-child {
    margin-bottom: 0px;
}
.ready-to-test .btn-selecttest {
    display: inline-block;
    background: #0b9249;
    border: 1px solid #fff;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    width: auto;
    vertical-align: middle;
    margin-left: 30px;
    transition: all .2s linear;
}
.ready-to-test .btn-selecttest:hover {
    background: #fff;
    color: #0b9249;
}

.form-control {height:44px;}
.fakecheck {
    background: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    cursor:pointer;
}
.fakeon {
    background: #F58220;
    padding: 3px;
    border: 4px solid #fff;
}
[data-fakecheck] {cursor:pointer;}
.result-sent-text {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}
.result-senderror {color:red;}











/*------------MEDIA-----------*/

@media (max-width:1199px) {
	.main-title { font-size: 38px; line-height: 58px; margin-bottom: 50px; }
	.main-section { padding-top: 70px; padding-bottom: 70px; }
	.main-headline { font-size: 30px; line-height: 30px; }
	.main-headline-string:before { height: 29px; top: 3px; }
	.main-certificate-title { font-size: 38px; line-height: 56px; margin-top: -8px; }
	.text-headline { font-size: 24px; line-height: 36px; margin: 50px 0 30px;}
	.main-headline + .text-headline { margin-top: 30px; }
	.user-statement { padding-left: 210px; }
	.main-action-section { padding: 100px 0; }
	
	.main-header-section { border-bottom-width: 4px; }
	.main-footer-section { text-align: center; }
	.main-footer-line { display: block; margin: 30px 0; }
	.main-footer-link:first-child { margin-left: 0; }
	.footer-copyright { text-align: inherit; }
	
.main-laptop {
    right: -12px;
}    
.main-prices-itemwrap {
    padding: 0px;
}
.btn-starttest {
    width: 70%;
}
.nomw {display:none;}



}










@media (max-width:991px) {
	.container > .row {padding-left: 15px; padding-right: 15px;}
section {padding-top:30px;padding-bottom:30px;}
	.main-header-section { padding: 30px 0 28px; }
.main-laptop {display:none;}

.loginpanel {
    clear: both;
    float: none!important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    overflow: hidden;
}
.main-offer-text {
    text-align: center;
    width: 70%;
    margin: 50px auto;
}
.btn-starttest {
    margin: 0 auto;
    display: block;
    /* width: 50%; */
    letter-spacing: 0.2em;
    padding: 20px 30px;
    font-size: 16px;
    font-family: 'Raleway-Bold';
}
.btn-getcert {
    letter-spacing: 0.2em;
    padding: 20px 20px;
    font-size: 16px;
    font-family: 'Raleway-Bold';    
}

/*.logopanel {margin-top:30px;}*/
.top-logo {float:left; margin-left: 30px;}
.top-logo img { height: 25px; }
.topmenubuttonwrap {float:left}
.top-login, .top-register {
    display: block;
    float: left;
}
.icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
}
.icon-bar {
    background-color: #f58220;
}
.icon-bar+.icon-bar {
    margin-top: 5px;
}
.topmenubutton {
    outline: none;
    border: none;
    background: none;
    padding: 10px;
    position: relative;
    margin: -5px -10px;
}
.main-topmenu {
    position: fixed;
    background: #FFF;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    text-align: left;
    z-index: 1000;
    margin-top: 0;
    padding: 30px;
}
.main-topmenu-item {
    display: block;
    text-align: left;
    text-decoration: none;
    border: none;
    margin-bottom: 20px;
	margin-left: 30px;
    
}
.main-topmenu-item a {font-size: 24px;}
.main-center-title {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}
.main-center-section {
    margin-top: 20px;
}
.main-center-description {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 2;
    text-align: center;
}
.main-reasons {
    margin-top: 60px;
}
.orange-digit {
    text-align: center;    font-size: 36px;
}
.reason-left {
    font-family: 'Raleway-Bold';
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.reason-right-text {
    font-size: 20px;
    text-align: center;
}
.reason-details {
    text-align: center;
}
.reason-details-text {
    font-size: 16px;text-align: center;
}
.main-reasons-items {
    margin-top: 20px;
}
.title-with-round {
    margin-bottom: 20px;
}
.main-howitworks-section {
    padding-bottom: 60px;
}
.main-prices-item p {
    font-size: 24px;
}
.main-peoplesay-item-img {
    float: none;
    margin-bottom: 20px;
    margin-right: 20px;    text-align: center;
}
.slick-slide img {
    display: inline;
}
.main-peoplesay-item-top {text-align: center;    float: none;}
.main-peoplesay-item-title, .main-peoplesay-item-link, .main-peoplesay-item-text {text-align: center;font-size:20px;color:#000;}
.main-peoplesay-item-text {
    margin-top: 20px;
}
/*
.footer-privacy, .site-email, .site-phone, .footer-copyright {
    text-align: left;
    font-size: 20px;
    display: block;
    margin-bottom:10px;
}
.footer-privacy {margin-bottom:40px;}*/
.main-peoplesay-item-link, .site-email {
color:#FDA549;
}
/*
.footer-copyright {
    margin-top: 40px;
    margin-bottom: 40px;
}    */
.slick-prev {
    left: 40%;
    top: 103%;
}
.slick-next {
    left: 60%;
    top: 103%;
}
.main-peoplesay-items {margin-bottom:40px;}
.screenmenu-close {
    cursor: pointer;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 30px;
}
.screenmenu-close img {width: 20px;height:20px;}
.otherpage .main-top-section {
    padding-bottom: 20px;
}
.realmain-laptop {
    position: static;
    text-align: center;
    right: 0;
    bottom: 0;
}
.choosetest-wrap {text-align:center;}
.btn-choosetest {display: block; margin: 0 auto;color:#fff;}
.reason-left img, .reason-right img {
    margin: 0 auto;
}




.main-certificate-section {
    padding-top: 60px;
	padding-bottom: 60px;
}
.main-certificate-section:before {
	width: 100%;
	height: 328px;
	top: 232px;
}
.main-certificate-section .col-md-5 { position: relative; }
.main-certificate-title {
	font-size: 30px;
	line-height: 48px;
	width: 250px;
	position: absolute; left: 0; top: 0;
}
.main-certificate-image {
	float: right;
	width: 400px;
}
.main-certificate-text {
	clear: both;
	padding-top: 10px;
}

.f18 { font-size: 16px; }
    
    
    
} 
 
.blog_section td,
.two_section td{
	padding-right: 15px;
}
@media (min-width:1745px) {
	
	.main-certificate-section:before{
		    max-width: 790px;
	}
}
@media (max-width:560px) {
	.two_tab{
		margin: 15px auto 15px auto;
		float:none;
	}
}

@media (max-width:767px) {
.top-logo {width:50%;}
.footer-privacy, .site-email, .site-phone, .footer-copyright {
    text-align: center;
}
.main-reason-right {float:none!important;margin-bottom: 20px;}





	body, .f18, .main-text { font-size: 14px; }
	.main-header-section { padding: 13px 0 11px; background: none; }
	.main-action-section { background-size: 60% auto; }
	
	.main-title { font-size: 20px; line-height: 1.5; }
	.main-title br { display: none; }
	.main-section { padding: 35px 0; }
	
	.main-headline { font-size: 20px; line-height: 20px; margin-bottom: 15px; }
	.main-headline-string { margin-bottom: 10px; }
	.main-headline-string:before { height: 19px; top: 2px; }
	
	.text-headline { font-size: 16px; line-height: 1.5; margin: 40px 0 20px; }
	
	.main-headline + .text-headline { margin-top: 0px; }
	
	
}




@media (max-width:550px) {
	.test-screenshot .title .timer span:after {
    content: "";
    width: 1.4vw;
    height: 2vw;
    display: block;
    margin: 2vw 0 0 2vw;
    border-left: solid 2px;
    border-right: solid 2px;
}
	.test-screenshot .title .timer span {
    width: 6vw;
    height: 6vw;
    display: block;
    float: right;
    border: solid 1px #aaaaab;
    border-radius: 45%;
}
	.test-screenshot .title .timer {
    font-weight: 600;
    font-size: 2.6vw;
    color: #adb2ba;
    width: 16.5vw;
    float: left;
    border-radius: 2vw;
    background: #f3f3f3;
    text-align: left;
    margin-left: 4vw;
    padding-left: 2.6vw;
    line-height: 6vw;
}
	.test-screenshot .title .quest {
    float: left;
    padding-top: 0.8vw;
    color: #333236;
    font-size: 4vw;
	}
	.test-screenshot ul li:before {
    content: "";
    width: 3vw;
    height: 3vw;
    display: block;
    float: left;
    border: solid 1px #b5b3b5;
    border-radius: 50%;
    margin-right: 2vw;
    margin-top: 2px;
}
	.test-screenshot .quest_desc {
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    overflow: auto;
    width: 100%;
    font-size: 3.2vw;
    padding-top: 1vw;
    color: #000;
}
.test-screenshot ul {
    line-height: 1.1;
    width: 100%;
    text-align: left;
    list-style: none;
    padding: 0 0 0 0;
    margin: 4vw 0 0;
    color: #000;
    font-size: 3.2vw;
}
	.test-screenshot {
    border: 1.5vw solid #f58220;
    text-align: center;
    line-height: 305px;
    vertical-align: middle;
    padding: 4vw;
    margin-top: 50px;
    width: 100%;
    height: 78vw;
    margin: 50px auto 0 auto;
}
.test-screenshot .quest_title {
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    overflow: auto;
    width: 100%;
    padding-top: 4vw;
    min-height: 14.3vw;
    font-size: 3.2vw;
    color: #000;
}
}


@media (max-width:480px) {
	
	.top-logo {float:none; margin-left: 0;}
	.top-logo img { height: 20px; }
	.topmenubuttonwrap {float:right; width: 20px; height: 16px;}

	.topmenubutton {
		outline: none;
		border: none;
		background: none;
		padding: 10px;
		position: relative;
		margin: -1px -10px -10px;
	}
	
	.main-action-section { padding: 60px 0 85px; background-size: 100% auto; }
	
	.main-certificate-title { font-size: 20px; line-height: 1.5; }
	.main-certificate-section:before { display: none; }
	.main-certificate-title { margin-bottom: 20px; position: static; }
	.main-certificate-image { display: none; }
	.main-certificate-image-2 { display: block; width: auto; float: none; margin: 0 -30px; }
	
	
	.user-statement { padding: 0; }
	.user-statement-photo { position: static; margin-bottom: 5px; }
	
	.main-footer-section {padding: 50px 0;}
	.main-footer-link {
		display: block;
		margin: 30px auto;
	}

.top-login, .top-register {
    padding:10px;
    font-size:12px;
}
.topmenubutton {
    top: -7px;
}    

    
    
    
}



@media (min-width: 1024px) {
    .what-you-get .img img {
        height: calc(100% + 8px);
    }
}

.newtpl .how-it-goes .item2 .arrow24 {
    width: calc(50% + 40px);
}


@media (max-width: 1380px){
.tpl-13.newtpl .wrapper, .newtpl .container {
    padding: 0 150px;
	margin:0!important;
	width:100%;
}
}


@media (max-width: 1336px){
.newtpl .wrapper, .newtpl .container {
    padding: 0 150px;
	margin:0!important;
	width:100%;
}
}
@media (max-width: 1279px){
.newtpl .wrapper, .newtpl .container {
    padding: 0 60px;
	margin:0!important;
	width:100%;
}
}

@media (max-width: 1200px){
.test-screenshot {
   
    float: none;
	 
}
}
@media (max-width: 767px){
.newtpl .wrapper, .newtpl .container {
    padding: 0 30px;
	margin:0 !important;
	width:100%;
}

}



