.langswitcher {
	position: absolute;
	right: 30px;
	top: 5px;
	z-index: 999;
}

.btn,
a {
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

html {
    overflow-x: hidden;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Arimo', sans-serif;
	color: #707070;
}
input[type=submit] {
	font-family: 'Arimo', sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
*{
    box-sizing: border-box;
}
input[type="radio"] {
  margin-right: 10px;
}

#screen_end{
	background-color: green;
}

.container{
	width: 1100px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
}
.result-aggression:before {
    content: "";
    background-image: url(images/agression-shape.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.result-template {
    background-color: #fff;
    float: left;
    width: 100%;
    min-height: 912px;
    padding: 39px 0 0;
    display: flex;
    position: relative;
    height: 100vh;
}
.result-content {
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #40C8DD;
    min-height: calc(100vh - 56px);
    position: relative;
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-left-radius: 100px;
}

.result-content .container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: center;
}

.result-wrap {
    position: relative;
    padding: 30px 0 0;
    display: flex;
    width: 100%;
	flex-direction: column;
}
.result-content h2 {
    color: #fff;
    font-size: 42px;
    margin: 0 0 24px;
    line-height: 1.3;
    font-weight: bold;
}
.result-content.result-aggression h2 {
    color: #fff;
    font-size: 51px;
    margin: 0 0 24px;
	line-height: 1.3;
}
.result-content p#end_content2 {
    color: #fff;
    font-size: 33px;
    width: 80%;
    margin-bottom: 30px;
    line-height: 1.4;
}
.end-big-text .result-content-left {
    width: 80%;
}
.end-big-text .result-content p#end_content2 {
    width: 1045px;
    max-width: 100%;
}
.result-content .end_logo {
    float: right;
    max-width: 70%;
	align-self: flex-end;
}
.clear{
	width: 100%;
	height: 1px;
	clear: both;
}
.end-clinic6 .result-content-left,
.end-clinic5 .result-content-left,
.end-clinic4 .result-content-left{
	width: 100%;
}
.end-clinic6 .result-content-left .result-content-guide,
.end-clinic5 .result-content-left .result-content-guide,
.end-clinic4 .result-content-left .result-content-guide{
	width: 79%;
}
.result-content-left{
	float: left;
	width: 70%;
}
.end-none4 .result-content-left {
    width: 100%;
}
.result-content-full{
	float: left;
	width: 100%;
}
.result-content-right{
	float: left;
	width: 30%;
}
.btn.btn-white {
    background-color: #fff;
    color: #40C8DD;
}
.btn:hover{
	background-color: #707070!important;
	color: #fff!important;
}
.btn.btn-dark.selected{
	background-color: #1D8CD2!important;
}
.btn.btn-dark{
	background-color: #707070!important;
	color: #fff!important;
}
.btn.btn-dark:hover{
	background-color: #40C8DD!important;
	color: #fff!important;
}
.btn{
	width: 311px;
	max-width: 100%;
	height: 77px;
	-webkit-border-top-left-radius: 48px;
	-webkit-border-bottom-right-radius: 48px;
	-moz-border-radius-topleft: 48px;
	-moz-border-radius-bottomright: 48px;
	border-top-left-radius: 48px;
	border-bottom-right-radius: 48px;
	background-color: #40C8DD;
	color: #fff;
    font-size: 27px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    line-height: 1;
    padding: 0 20px;
    text-align: center;
    flex-wrap: wrap;
    font-weight: normal;
    cursor: pointer;
}
.btn.btn-retake{
	margin-top: 20px;
	margin-right: 36px;
}
.result-content.result-aggression h2 span {
    font-weight: bold;
}
#wrapper #content>*{
	position: relative;
	z-index: 3;
}

#wrapper #content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: -18px;
    background-image: url(images/content-shape.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 0;
    mix-blend-mode: multiply;
}
#content.question1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: url(images/image-q1.png);
    background-repeat: no-repeat;
    background-position: right 10% bottom 2%;
    z-index: 0;
}
#content.question2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: url(images/image-q2.png);
    background-repeat: no-repeat;
    background-position: right 14% bottom 35px;
    z-index: 0;
}
#wrapper #content {
    float: left;
    width: 100%;
    background-color: #fff;
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-left-radius: 100px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-top: 144px;
}
#wrapper {
    float: left;
    width: 100%;
    background-color: #40C8DD;
    min-height: 100vh;
    padding: 39px 0 18px;
    display: flex;
    position: relative;
}
.logo{
	float: right;
}
.questions-info {
    float: left;
    font-size: 28px;
}
.questions-info .btn-retake {
	cursor: pointer;
	background: transparent;
	border: 0;
}
.questions-header {
    width: 100%;
    float: left;
    padding: 56px 0 0;
    position: absolute!important;
    top: 0;
}
#question_back{
	margin-right: 10px;
}
#questions_remote{
	margin-left: 30px;
}
.questions-main,
#questions{
	width: 100%;
	clear: both;
	display: inline-block;
}
.questions-main  {
    width: 100%;
    clear: both;
    display: inline-block;
    margin: 56px 0;
}
.question .answer input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.question .answer label{
	font-size: 63%;
}
.question .answer {
    position: relative;
    margin-right: 0;
    width: 100%;
    flex-direction: column;
    row-gap: 8px;
}
.question h2 label {
    font-size: 60%;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.question h2 {
    font-size: 40px;
    color: #707070;
    line-height: 1.2;
}

.answer-wrap {
    display: inline-block;
    text-align: center;
    float: left;
	margin-right: 3%;
	width: 311px;
	max-width: 100%;
}
.answers-group {
    width: 100%;
    clear: both;
    display: inline-flex;
    align-items: end;
    justify-content: left;
    padding-top: 40px;
    flex-wrap: wrap;
    row-gap: 20px;
}

#question2_1 .a2a1 img{
	width: 58px;
}
#question2_1 .a2a2 img{
	width: 70px;
}
#question2_1 img{
	width: 85px
}
/**/

.guide-content ul li:first-child{
	border-right: 1px solid #40C8DD;
}
.guide-content ul li:last-child{
	border-top: 1px solid #40C8DD;
	width: 100%;
}

.guide-content ul li strong{
	width: 100%;
	clear: both;
	color: #40C8DD;
	font-size: 34px;
	font-weight: bold;
}
.guide-content ul li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 20px 13px;
}
.guide-content h3 img {
    position: absolute;
    right: 20px;
    bottom: 0;
    max-width: 30%;
}
.guide-content h3 {
    font-size: 28px;
    color: #fff;
    background-color: rgba(64,200,221,0.72);
    padding: 15px 30px;
    margin: 0;
    position: relative;
    font-weight: bold;
}
.guide-content ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.guide-content{
	width: 100%;
	float: left;
    background-color: #fff;
    margin-bottom: 30px;
	display: none;
	-webkit-border-bottom-right-radius: 45px;
	-moz-border-radius-bottomright: 45px;
	border-bottom-right-radius: 45px;
}
.result-content-info{
	width: 100%;
	float: left;
}
.result-content .guide-content p {
    color: #707070;
    font-size: 23px;
    line-height: 1.2;
}

.answers-col {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -30px;
}
.answers-col5-wrap{
	border: 2px solid #40C8DD;
	-webkit-border-top-left-radius: 75px;
	-webkit-border-bottom-right-radius: 75px;
	-moz-border-radius-topleft: 75px;
	-moz-border-radius-bottomright: 75px;
	border-top-left-radius: 75px;
	border-bottom-right-radius: 75px;
    padding: 30px 7%;
}
.answers-col5{
	float: left;
	width: 50%;
	padding: 0 30px;
}
.question h3 {
    font-size: 33px;
	padding: 0 50px;
}
.question4 .question .answer-img img{
	max-width: 80%
}
.question4 .question .answer-img {
	width: calc(100% - 311px);
	text-align: center;
}

.question .answer.selected,
.question .answer-wrap.selected .answer {
	background-color: #1D8CD2;
}
.question4 .question .answer {
    width: 311px;
}
.question4 .answer-wrap {
    margin-right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#questions.a2_cat #a4_short_dog{
	display: none;
}
#questions.a2_cat #a4_short_cat{
	display: flex;
}
#questions.a2_dog #a4_short_dog{
	display: flex;
}
#questions.a2_dog #a4_short_cat{
	display: none;
}

/*HOME*/
.home-content .container {
    width: 1225px;
    position: relative;
}
.home-content {
	align-items: center;
	display: flex;
    width: 100%;
    clear: both;
    background-color: #40C8DD;
    color: #fff;
    text-align: center;
	flex: 1 1 auto;
    padding: 80px 0 30px;
	-webkit-border-top-left-radius: 180px;
	-moz-border-radius-topleft: 180px;
	border-top-left-radius: 180px;
	position: relative;
}
.home-content>div{
	z-index: 3;
}
.home-content:after{
	content: "";
	height: 100%;
	width: 1450px;
	max-width: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 100%;
	top: 0;
	position: absolute;
	z-index: 0;
    background-image: url(images/home-z.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}
.main-logo> img {
    width: 361px;
	max-width: 50%;
}
.main-logo{
	text-align: center;
	padding: 80px 0;
	position: relative;
}
.home-content h2{
	font-size: 38px;
	margin: 0 0 10px;
	line-height: 1.3;
	color: #fff;
}

.home-content h3 {
    font-size: 35px;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 3;
}
.home-content h4 {
    font-size: 23px;
    line-height: 1.3;
    color: #fff;
    width: 469px;
    margin: 0 auto 50px;
    max-width: 100%;
}
.home-content p{
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
}
.home-content .btn.btn-white{
	background-color: #fff;
	color: #707070;
	font-size: 35px;
	font-weight: bold;
}
.home-cat img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-72%);
    max-width: 23%;
    z-index: 0;
}
.home-cat {
    padding: 100px 0;
    position: relative;
    width: 100%;
    clear: both;
}
.home-dog {
    padding: 0;
    position: absolute;
    width: auto;
    clear: both;
    bottom: -98px;
    right: 48px;
    max-width: 30%;
    width: 334px;
}
.home-contentX {
  background-image: url(images/home-cat.png);
  background-blend-mode: multiply;
}

img{max-width: 100%;}

.home:after{
	content: "";
	height: 50%;
    background-color: #40C8DD;
	width: 100%;
	left: 0;
	top: 50%;
	position: absolute;
	z-index: 0;
}
.home div.main-logo{
    width: 1350px;
    margin: 0 auto;
    max-width: 100%;
}
.home>div.main-logo{
	z-index: 5;
}
.home>div{
	position: relative;
	z-index: 3;
}
.home {
    width: 100%;
    float: left;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.question .answer input:checked ~ *{

}
.result-content {
    overflow: hidden;
}
.result-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: -18px;
    background-image: url(images/content-shape.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 0;
    mix-blend-mode: multiply;
}

.result-content-wrap{
    position: relative;
    padding: 80px 0 0;
    display: inline-block;
    width: 100%;
}
#result_image {
    position: absolute;
    right: 6%;
    bottom: 2vh;
    max-width: 40%;
    z-index: 0;
    max-height: 50vh;
}
.guide-content h3 img{
    height: 152px;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.guide-content h3X:after {
    content: "";
    position: absolute;
    width: 185px;
    height: 152px;
    right: 15px;
    bottom: 0;
    background-image: url(images/result/icon-pet1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
	background-size: auto 100%;
    z-index: 0;
}
.end-qa .container {
    position: relative;
    z-index: 3;
}
/**result-template**/

.end-style-small2 .btn.btn-white {
    color: #1D8CD2;
}
.end-style-small2 .result-content {
    background-color: #1D8CD2;
}
.end-style-small2 .guide-content h3 {
    background-color: rgba(29,140,210,0.72);
}
.end-style-small2 .guide-content ul li strong {
    color: #1D8CD2;
}
.end-style-small2 .guide-content ul li:last-child,
.end-style-small2 .guide-content ul li:first-child {
    border-color: #1D8CD2;
}

.end-style-medium .btn.btn-white {
    color: #58B074;
}
.end-style-medium .result-content {
    background-color: #58B074;
}
.end-style-medium .guide-content h3 {
    background-color: rgba(88,176,116,0.72);
}
.end-style-medium .guide-content ul li strong {
    color: #58B074;
}
.end-style-medium .guide-content ul li:last-child,
.end-style-medium .guide-content ul li:first-child {
    border-color: #58B074;
}

.end-style-medium2 .btn.btn-white {
    color: #7CB036;
}
.end-style-medium2 .result-content {
    background-color: #7CB036;
}
.end-style-medium2 .guide-content h3 {
    background-color: rgba(124,176,54,0.72);
}
.end-style-medium2 .guide-content ul li strong {
    color: #7CB036;
}
.end-style-medium2 .guide-content ul li:last-child,
.end-style-medium2 .guide-content ul li:first-child {
    border-color: #7CB036;
}

.end-style-large .btn.btn-white {
    color: #6E5FA2;
}
.end-style-large .result-content {
    background-color: #6E5FA2;
}
.end-style-large .guide-content h3 {
    background-color: rgba(110,95,162,0.72);
}
.end-style-large .guide-content ul li strong {
    color: #6E5FA2;
}
.end-style-large .guide-content ul li:last-child,
.end-style-large .guide-content ul li:first-child {
    border-color: #6E5FA2;
}

.end-style-large2 .btn.btn-white {
    color: #916994;
}
.end-style-large2 .result-content {
    background-color: #916994;
}
.end-style-large2 .guide-content h3 {
    background-color: rgba(145,105,148,0.72);
}
.end-style-large2 .guide-content ul li strong {
    color: #916994;
}
.end-style-large2 .guide-content ul li:last-child,
.end-style-large2 .guide-content ul li:first-child {
    border-color: #916994;
}
/**/
.group-control {
    margin-top: 50px;
}

#question4 .group-control {
    margin-top: 0;
}
.question4 .group-control .answer-wrap {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 3%;
    width: 311px;
    max-width: 100%;
}

#question2 .answers-group img{
	width: 84px;
}

.questions-header img.logo{
	width: 233px;
}
#questions_remote img {
    width: 55px;
}
.end-agg .end_logo img{
	width: 90px;
}

.end_logo img{
	width: 233px;
}
.end-none3.end-none3agg .end_logo {
    width: 91px;
}
.end-none3 .result-content-left {
    width: 100%;
}
.end-none3 .btn-home {display: none;}


@media only screen and (max-width: 768px) {

.end-none3 .end_logo img {
    width: 60px;
}
.group-control {
    margin-top: 10px;
}
.result-content .guide-content p {
    font-size: 13px;
}
.result-content .guide-content p {
    font-size: 12px;
}
.guide-content ul li strong{
	font-size: 18px;
}
.guide-content h3 {
    font-size: 20px;
    padding: 2px 15px;
}
.guide-content h3:after {
    height: 63px;
}

.guide-content h3 img{
    height: 63px;
}

#result_image {
    position: absolute;
    max-width: 60%;
    float: right;
    bottom: 19px;
    right: 10px;
    max-height: 230px;
}
.result-content {
    padding-bottom: 230px;
    overflow: inherit;
    position: relative;
}
.result-content:before {
    width: 50%;
    bottom: 0;
    background-size: 100% auto;
}
.result-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 11px;
    right: 0;
    bottom: 0;
    z-index: 0;
    mix-blend-mode: multiply;
    background-color: #40C8DD;
}

.end-qa .result-wrap {
    padding: 45px 0 0;
}
.result-content .end_logo img{
	width: 169px;
}
.result-content .end_logo {
    float: right;
    max-width: 100%;
    width: 100%;
    text-align: center;
}
.result-content-left {
    width: 100%;
}
.end-none3 .result-content-wrap {
    width: 100%;
    min-height: 70vh;
}
.end-none3 .result-content .end_logo {
    text-align: right;
}
.end-none3 .result-content .end_logo img {
    width: 60px;
}
.end-none3 .result-content h2 {
	font-weight: normal;
}
.end-none3 .result-content h2 span {
    font-size: 27px;
	font-weight: bold;
}
.result-content h2 {
    color: #fff;
    margin: 0 0 24px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
}
.questions-header img.logo {
    width: 169px;
}
.result-content p#end_content2 {
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-bottom: 60px;
}

.result-content-wrap{
    padding: 45px 0 0;
}


.main-logo {
    padding: 40px 0 71px;
}
.home-dog {
    bottom: -65px;
    right: -11px;
    max-width: 50%;
    width: 165px;
}
.home-cat img {
    max-width: 135px;
    transform: translateY(-50%);
}
.home-content h3 {
    font-size: 18px;
    padding-left: 145px;
}
.home-content h2 {
    display: none;
}
.home-content p{
	font-size: 11px;
}
.home-content {
	-webkit-border-top-left-radius: 80px;
	-moz-border-radius-topleft: 80px;
	border-top-left-radius: 80px;
    background-size: 68% auto;
    background-position: right top 62px;
}
.home-content h4 {
    font-size: 18px;
    margin-bottom: 32px;
    margin-top: 40px;
}
.main-logo >img {
    width: 169px;
	max-width: 65%;
}
.home-content .btn.btn-white {
    font-size: 26px;
    width: 221px;
    height: 56px;
}

.answer-wrap {
	margin-right: 0;
    width: 296px;
}
.answers-group {
    justify-content: center;
}

.question4 .question .answer,
.question3_2 .question .answer,
.question3_1 .question .answer {
    font-size: 17px;
}
.question .answer {
    height: 51px;
    font-size: 16px;
    line-height: 1.2;
}
.question h2 {
    font-size: 25px;
    text-align: center;
}
#wrapper #content {
    justify-content: normal;
    padding-top: 0;
}
#wrapper {
    padding: 36px 0 11px;
}
#questions_remote{
	display: none;
}
.questions-info {
    position: absolute;
    top: -28px;
    left: 23px;
    font-size: 13px;
    color: #fff;
}
.questions-header {
    padding: 58px 0 0;
    position: relative!important;
    text-align: center;
}
.logo {
    float: none;
    width: 180px;
}
#question2 .answers-group img{
	width: 51px;
}
.question3_2 .answers-group img,
.question3_1 .answers-group img{
	width: 60px;
}
#wrapper #content:before {
    width: 50%;
    bottom: -10px;
    background-size: 100% auto;
}
#content.question2:after {
    height: 187px;
    position: relative;
    background-position: center;
    background-size: auto 100%;
    margin-bottom: 36px;
    margin-top: 20px;
}


#content.question1:after {
    height: 147px;
    position: relative;
    background-position: center;
    background-size: auto 100%;
    margin-bottom: 36px;
    margin-top: 15%;
}
.a2a1 img {
    width: 37px;
}
.a2a2 img {
    width: 45px;
}
.a2a3 img {
    width: 52px;
}
.question4 .question .answer-img {
    width: 100%;
}
.question4 .question .answer-img img {
    width: 60px;
}
.answers-col5{
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.answers-col5:first-child .answers-col5-wrap{
    border: 2px solid #40C8DD;
	border-radius: 0;
	-webkit-border-top-right-radius: 75px;
	-webkit-border-bottom-left-radius: 75px;
	-moz-border-radius-topright: 75px;
	-moz-border-radius-bottomleft: 75px;
	border-top-right-radius: 75px;
	border-bottom-left-radius: 75px;
    padding: 30px 2%;

}
.question4 .question .answer {
    width: 293px;
}
.question4 .answer-wrap {
    justify-content: center;
}
.question h3 {
    font-size: 21px;
    padding: 0 30px;
}
.question .answer {
    row-gap: 0px;
}
.btn.btn-white {
    background-color: #fff;
    color: #40C8DD;
}
.end-qa .btn.btn-retake,
.end-qa .btn {
    font-size: 20px;
    margin-top: 3px;
    float: left;
}
.btn-home {
    margin-left: 0;
    clear: both;
}
.btn {
    -webkit-border-top-left-radius: 32px;
    -webkit-border-bottom-right-radius: 32px;
    -moz-border-radius-topleft: 32px;
    -moz-border-radius-bottomright: 32px;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    width: 210px;
    height: 52px;
    font-size: 21px;
}
.answers-col {
    margin: 50px -30px 0;
}
.result-content.result-aggression h2 {
    font-size: 18px;
    margin: 0 0 50px;
}
.result-content.result-aggression h2 span {
    font-size: 27px;
    width: 100%;
    clear: both;
    margin: 0 0 20px;
    float: left;
}
.btn.btn-retake {
    margin-top: 20px;
    width: 210px;
    height: 52px;
    font-size: 21px;
    color: #40C8DD;
}
.result-template {
    padding: 36px 0 0;
}
.end-agg .result-content {
    min-height: calc(100vh - 30px);
}
.end-agg .result-wrap .result-wrap {
	padding: 56px 0 0;
}
.end-agg .result-wrap {
    padding: 30px 0 0;
}
.end-agg .result-content .end_logo {
    float: right;
    max-width: 70%;
    width: 87px;
}
.result-aggression:before {
    width: 50%;
    bottom: 0;
    background-size: 100% auto;
}
.end-agg .container {
    padding: 0 47px;
}

.end-big-text .result-content-left {
    width: 100%;
}
.end-clinic6 .result-content-left .result-content-guide,
.end-clinic5 .result-content-left .result-content-guide,
.end-clinic4 .result-content-left .result-content-guide{
	width: 100%;
}
.result-template {
    min-height: 100vh;
    height: 100vh;
}
.guide-content {
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
}
.home-cat {
    padding: 50px 0 40px;
    margin-top: 82px;
    margin-bottom: 16px;
}
.home-content:after {
    width: 1450px;
    left: auto;
    max-width: 268px;
    top: 0;
    background-position: right top 54px;
    background-size: 100% auto;
}


}
