/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-09-10, 10:06:41
    Author     : User
*/
.cts-container-inner-end  > form
{
	width: 100%;
}

.cts-continaer
{
	max-width: 1440px;
    width: 90%;
    margin: auto;   
}

.cts-questions-score-containner li{
	line-height: 26px;
}
.cts-container-inner
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 75px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cts-instruction-content-wraper
{
	width:100%;
}
.cts-questions-border
{
	width: 1px;
    background: #c2c2c2;
    height: 53px;
}

.cts-repister-test-inner
{
	padding: 35px 75px 75px 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-box-shadow: 0px 1px 8px 0px rgba(76, 76, 76, 0.08);

	box-shadow: 0px 1px 8px 0px rgba(76, 76, 76, 0.08)
}
.cts-form-wrpaer
{
	width: 40%;
}
.cts-register-test-input-wrap input,
.cts-register-test-bottom-inner button
{
	width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    border-color: rgb(149, 149, 149);
    border-style: solid;
    color: #555555;
    font-weight: 600;
    padding: 20px 21px;
    font-size: 12px;
}
.cts-register-test-bottom-inner button
{
	width: auto;
}
.cts-register-test-inputs-inner
{
	padding:20px 0;
}
.cts-register-test-bottom-inner
{
	padding:20px 0;
}
.cts-register-test-title,
.cts-register-test-inputs,
.cts-register-test-checkboxs,
.cts-register-test-checkbox
{
	padding:10px 0;
}
.cts-register-test-title .cts-title
{
	font-size:14px;
}
.cts-register-test-title
{
	padding:20px 0;
	text-align: center;
}
.cts-register-test-checkbox .sf-ch-wrapper label
{
	font-size:12px;
}
.cts-instruction-title
{
	padding:10px 0;
	font-size:16px;
	font-weight: 600;
}
.cta-instruction-text,
.cta-error-text
{
	padding:10px 0 40px 0;
	font-size:12px;
	line-height: 24px;
}
.cta-instruction-bottom,
.cta-error-bottom
{
	padding:40px 0 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.cts-questions-progres-container
{
	width:100%;	
	padding:20px 0 20px 0;
}
.cts-questions-progres-inner
{	
    display: -webkit-box;	
    display: -ms-flexbox;	
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cts-questions-row-right-title .cts-padding-left
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}
.cts-progres-bar-border{	
    height: 4px;
    width: 90%;
    margin: auto;
	border: 1px solid #c2c2c2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.cts-progers-end
{
	display: block;
	width: 5%;
    text-align: right;
	font-size: 15px;
    font-weight: 600;
	padding: 0 0 0 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-progers-start
{
	width:5%;
	text-align:left;
	display:block;
	font-size: 15px;
    font-weight: 600;
	padding: 0 5px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-progres-bar-background
{	
    width: 0;
    background: #000;
    z-index: 1;
    height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 4s ease;
	-moz-transition-delay: 1s;
	-webkit-transition: all 4s ease;
	-webkit-transition-delay: 1s;
	-webkit-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
}
.cts-questions-answers-containner
{
	width:100%;
	padding: 20px 0 50px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-questions-row
{
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-questions-row-left,
.cts-questions-row-right,
.cts-questions-row-left-title,
.cts-questions-row-right-title
{
	width:calc(50% - 1px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-questions-row-left-inner
{

	padding: 0 25px 0 0;
}
.cts-questions-row-right-inner
{
	padding: 0 0 0 25px;
}
.cts-questions-answers
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-questions-row-title
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0 32px 0;
	font-weight: 600;
	width: 60%;
}
.cts-questions-answers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 53px;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cts-questions-answers-test-bottom-inner button{
	line-height: 8px;
}
.cts-questions-answers-row
{
    width: 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.answer-iteration-1
{
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}
.cts-questions-row .sf-r-default:focus 
{
	outline: 0 !important;
}
.cts-questions-row-left .answer-iteration-0 .sf-r-default,
.cts-questions-row-left .answer-iteration-0 .sf-r-clicked .sf-r-default span,
.cts-questions-row-right .answer-iteration-2 .sf-r-default,
.cts-questions-row-right .answer-iteration-2 .sf-r-clicked .sf-r-default span
{
	width: 38px;
	height: 38px;
}
.cts-questions-row-left .answer-iteration-1 .sf-r-default,
.cts-questions-row-left .answer-iteration-1 .sf-r-clicked .sf-r-default span,
.cts-questions-row-right .answer-iteration-1 .sf-r-default,
.cts-questions-row-right .answer-iteration-1 .sf-r-clicked .sf-r-default span
{
	width: 32px;
	height: 32px;
}
.cts-questions-row-left .answer-iteration-2 .sf-r-default,
.cts-questions-row-left .answer-iteration-2 .sf-r-clicked .sf-r-default span,
.cts-questions-row-right .answer-iteration-0 .sf-r-default,
.cts-questions-row-right .answer-iteration-0 .sf-r-clicked .sf-r-default span
{
	width: 25px;
	height: 25px;
}
.cts-questions-answers .sf-r-clicked .sf-r-default span
{
	background:#e51e76;
}
.cts-questions-answers-text span{
	font-size: 13px;
    color: #444444;
}
.cts-questions-row .sf-r-default:hover{
	background: #f12c6e;
}
.cts-questions-row-title-left,
.cts-questions-row-title-right{
	width:50%
}
.cts-padding-right
{
	padding: 0 25px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-padding-left
{
	padding: 0 0 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-questions-answers-text
{
	padding:25px 0;
}
.cts-questions-row-right .cts-questions-answers-text
{
	text-align: right;
}
.cts-questions-answers-test-bottom-inner
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cts-container-with-benefits-wrapper-inner
{
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
	justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
	align-items: stretch;
}
.cts-benefits-nologin-inner span,
.cts-benefits-nologin span
{
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding:10px;
}
.cts-benefits-nologin-inner
{
	width:48%;
	padding: 0 50px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}
.cts-benefits-nologin
{
	width:48%;
	padding: 50px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(228,228,228,1);
	box-shadow: 0px 0px 2px 1px rgba(228,228,228,1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}
.cts-benefits-login
{
	width:50%;
	padding:20px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(228,228,228,1);
	box-shadow: 0px 0px 2px 1px rgba(228,228,228,1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}
.cts-benefits-nologin-inner,
.cts-benefits-login-inner
{
	width:100%;
}
.cts-benefits-nologin-inner span i
{
	padding: 0 20px 0 0;
	font-weight: 600;
}
.cts-container-with-benefits-wrapper-inner
{
	padding:50px 0;
}
.cts-end-input-select-action
{
	padding:50px 0;
}
.cts-end-input-select-action-wrapper
{	 
	display: -webkit-box;	 
	display: -ms-flexbox;	 
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.cts-end-info-wrapper
{
	text-align: center;
	padding:10px 0;
	line-height: 20px;
}
.cts-end-input
{
	padding: 12px 50px;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-end-input .sf-r-only-radio
{
	padding: 10px;
}
.cts-charts
{
	width:100%;
	padding:50px 0;
}
.cts-text-score-row{
	padding: 25px 0;
}
.cts-btn-bottom-inner
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cts-end-login-inner
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.cts-end-register-form
{
    width: 50%;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-end-login-form
{
	width: 50%;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-end-login .cts-register-test-inputs
{
	width: 75%;
}
.cts-end-login
{

	-webkit-box-shadow: 0px 0px 2px 1px rgba(228,228,228,1);
    box-shadow: 0px 0px 2px 1px rgba(228,228,228,1);
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-questions-answers-test-bottom
{
	padding:25px 0;
}
.cts-end-login .cua-register-checkbox{
	width: 75%;
	padding: 10px 0;
}
.cts-end-login .cua-register-bottom
{
	width: 75%;
	padding: 10px 0;
}
.cts-end-login-text
{
	width: 100%;
    text-align: center;
}
.cts-end-register-form form
{	
    display: -webkit-box;	
    display: -ms-flexbox;	
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cts-end-login-form form
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*Compare*/
.cts-compare-input-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-compare-input-inner label
{	
    width: 100%;
    text-align: left;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 12px;
	font-weight: 600;
}
.cts-compare .sf-s-holder .sf-s-selected {
	font-size:12px
}
.cts-compare .sf-s-list li.sf-s-default
{
	font-size:12px
}
.cts-compare-form
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cts-compare-form-inner
{
	width: 33.33333%;
}
.cts-compare-input-inner .sf-s-wrapper
{
	width: 100% !important;
}
.cts-compare-input {
    padding: 10px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cts-compare-inner{	  
	padding: 10px 0;
}
.cts-compare-title
{
	padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;

}
.cts-compare-button
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    padding: 20px;
}
.containner-charts
{
	padding:50px 0
}
.fixed-page{
	position: fixed;
    width: 90%;
    max-width: 1440px;
    top: 0;
    z-index: 1;
    background: #fff;
}
.cts-download{	
    padding: 25px 40px;
    border: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom:1px solid #c2c2c2;
}
.cts-download:last-of-type
{
	border-bottom:none;
}
.cts-download .files-list-row-top > a:hover{
	letter-spacing: 1px;
	font-weight: 500;
}
.cts-download .files-list-row-inside{   
    -webkit-box-sizing: border-box;   
	box-sizing: border-box;
    padding: 10px 0;
    position: relative;
}

.cts-download .files-list-row-top > a{
	text-align: left;
    text-justify: auto;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    font-size: 12px;
    color: #000;
    padding: 10px 0;
    vertical-align: middle;
    word-break: break-all;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.cts-download .files-list-row .nc-icon-glyph{
	margin-right: 15px;
    font-size: 28px;
    vertical-align: middle;
    margin-top: -5px;
}
.files-list-row-top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cts-download .files-list-size
{
	display: inline-block;
    vertical-align: top;
    padding: 5px 30px;
    font-size: 12px;
}
.cts-download-desc
{
	font-size:12px;
	padding:5px 0 20px 0;
	display: block;
}
.cts-download > h2
{
	font-size:16px;
}
.cts-download-inner h2
{
	font-size:16px;
}
.files-list-text
{
	font-size:12px;
}
.files-list
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.files-list-row
{
    width: 33.3333%;
}
/*.cts-text-score-text .html-text 
{
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%
}
.cts-text-score-text .html-image
{
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%
}
.cts-text-score-text
{
	line-height: 22px;
}*/
/*Style dla pdf */
.cts-continaer-pdf
{		
	max-width: 98%;
    white-space: normal;
	word-break: break-word;
	box-sizing: border-box;
}

.cts-continaer-pdf .html-image
{
	max-width:20%;
}
@media (max-width:1200px)
{
	.cts-form-wrpaer
	{
		width:60%;
	}
	.cts-compare-input
	{
		padding: 25px 10px;
	}
}
@media (max-width:992px)
{
	.cts-form-wrpaer
	{
		width:80%;
	}
	.cts-progres-bar-border{
		width: 80%;
	}
	.cts-questions-row-title
	{
		width: 100%;
	}
	.cts-register-test-inputs-inner
	{
		padding: 5px 0;
	}
	.cts-end-login-form
	{
		padding: 20px 
	}
	.cts-end-register-form
	{
		padding: 20px 
	}
	.cts-end-login .cts-register-test-inputs
	{
		width:100%
	}
	.cts-text-score-text .html-text 
	{
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%
	}
	.cts-text-score-text .html-image
	{
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}
}
@media (max-width:768px)
{
	.cts-form-wrpaer
	{
		width:100%;
	}	
	.cts-compare-form-inner
	{
		width:50%
	}
	.cts-compare-input
	{
		padding: 10px 10px;
	}
	.cua-content .cua-content-right
	{
		padding:0;
	}
	.files-list-row{
		width:50%
	}
	.cts-progers-start,
	.cts-progers-end
	{
		width: 10%;
	}
	.cts-benefits-login,
	.cts-benefits-nologin
	{
		width:100%;
		margin:10px 0;
	}
	.cts-end-input
	{
		width: 100%;
		padding:5px 0;
		text-align: center;
	}
	.cts-container-with-benefits-wrapper-inner
	{
		padding:15px;
	}
	.cts-end-input-select-action{

		padding:15px;
	}
	.cts-end-register-form,
	.cts-end-login-form
	{
		width:100%
	}
	.cua-register-bottom.cua-register-bottom-login
	{
		width:100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.cts-end-login .cts-register-test-inputs
	{
		width:75%
	}
	.cts-text-score-text .html-text 
	{
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%
	}
	.cts-text-score-text .html-image
	{
		-ms-flex-preferred-size: 35%;
		flex-basis: 35%
	}


}
@media (max-width:576px)
{
	.cts-text-score-text .html-text 
	{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
		padding:10px 0;
	}
	.cts-text-score-text .html-image
	{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:0;
		order:0;
		padding:10px 0;
	}
	.html-image-containner
	{
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.cts-repister-test-inner
	{
		padding:35px 20px;
	}	
	.cts-compare-form-inner
	{
		width:100%
	}
	.files-list-row{
		width:100%
	}
	.cts-progres-bar-border{
		width: 100%;
	}
	.cts-progers-start,
	.cts-progers-end
	{
		display: none;
	}
	.cts-questions-answers-containner
	{
		padding: 0px 0 20px 0;
	}
	.cts-questions-row-left-inner{
		padding: 0 8px 0 0;
		font-size:13px;
	}
	.cts-padding-right{
		padding: 0 8px 0 0;
		font-size:13px;
	}
	.cts-padding-left{
		padding: 0 0 0 8px;
		font-size:13px;
	}
	.cts-end-login .cts-register-test-inputs
	{
		width:100%
	}
	.cts-questions-row-right-inner
	{
		padding: 0 0 0 8px;
		font-size:13px;

	}
	.cts-benefits-nologin-inner
	{
		padding: 0;
	}
	.cts-questions-row-left .answer-iteration-0 .sf-r-default,
	.cts-questions-row-left .answer-iteration-0 .sf-r-clicked .sf-r-default span,
	.cts-questions-row-right .answer-iteration-2 .sf-r-default,
	.cts-questions-row-right .answer-iteration-2 .sf-r-clicked .sf-r-default span
	{
		width: 32px;
		height: 32px;
	}
	.cts-questions-row-left .answer-iteration-1 .sf-r-default,
	.cts-questions-row-left .answer-iteration-1 .sf-r-clicked .sf-r-default span,
	.cts-questions-row-right .answer-iteration-1 .sf-r-default,
	.cts-questions-row-right .answer-iteration-1 .sf-r-clicked .sf-r-default span
	{
		width: 25px;
		height: 25px;
	}
	.cts-questions-row-left .answer-iteration-2 .sf-r-default,
	.cts-questions-row-left .answer-iteration-2 .sf-r-clicked .sf-r-default span,
	.cts-questions-row-right .answer-iteration-0 .sf-r-default,
	.cts-questions-row-right .answer-iteration-0 .sf-r-clicked .sf-r-default span
	{
		width: 20px;
		height: 20px;
	}
}
@media (max-width:400px)
{
	.cua-register .cua-register-cont-inner
	{
		padding:14px;
	}


}