*{
	padding: 0;
	position: relative;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 17px;
}
body{
	width: 100%;
	overflow-x: hidden;
	font-family: 'Corpid';
	-webkit-font-smoothing: antialiased;
}
h1{

}
h2{
	font-size: 21px;
	font-weight: 800;
}
h3{
	font-size: 18px;
	font-weight: 800;
}
h4{

}
h5{
	font-size: 16px;
	font-weight: 800;
}
h6{
	font-size: 14px;
	font-weight: 400;
}
p{
	font-size: 14px;
}
strong{
	font-weight: 800;
}
ul{

}
ol{
	counter-reset: olCounter;
}
ol li{
	margin-left: 50px;
	list-style: none;
}
ol li + li{
	margin-top: 50px;
}
ol li:before{
	counter-increment: olCounter;
	content:counter(olCounter);
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 100%;
	position: absolute;
	top: -29px;
	left: -53px;
	font-size: 48px;
	font-weight: 800;
	color: white;
	text-align: center;
	background: #ff0000;
	
}
@media (min-width: 480px){

}
@media (min-width: 768px){
ol li{
	margin-left: 0px;
}
}
@media (min-width: 992px){
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h5{
	font-size: 18px;
}
}
@media (min-width: 1280px){
h6{
	font-size: 18px;
}
p{
	font-size: 16px;
}
}


.center{
	display: table;
	width: 100%;
	height: 100%;
}
.center.center_fixed{
	table-layout: fixed;
}
.center__cell{
	display: table-cell;
	vertical-align: middle;
}


.anchor{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}


.logo{
	display: block;
}
.logo__image{
	display: block;
	width: 100%;
}
.logo_height .logo__image{
	width: auto;
	height: 100%;
}


.btn{
	display: inline-block;
	vertical-align: top;
	padding: 6px 40px;
	border: 1px solid #ff0000;
	color: #ff0000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.btn:hover{
	color: white;
	background: #ff0000;
}
.btn_invert{
	border-color: white;
	color: white;
}
.btn_invert:hover{
	color: #ff0000;
	background: white;
}
@media (min-width: 480px){

}
@media (min-width: 768px){

}
@media (min-width: 992px){
.btn{
	padding: 8px 40px;
	border-width: 2px;
	font-size: 18px;
}
}
@media (min-width: 1280px){

}


.soc{

}
.soc__list{
	list-style: none;
	font-size: 0;
}
.soc__item{
	display: inline-block;
	vertical-align: top;
}
.soc__item + .soc__item{
	margin-left: 5px;
}
.soc__link{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	border: 2px solid #ff0000;
	border-radius: 100%;
	font-family: 'social';
	font-size: 21px;
	color: #ff0000;
	text-align: center;
	text-decoration: none;
}


.container{
	width: 100%;
	padding: 0px 15px;
	margin: 0px auto;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
.container{
	width: 750px;
}
}
@media (min-width: 992px){
.container{
	width: 920px;
}	
}
@media (min-width: 1280px){
.container{
	width: 1000px;
}
}


.clearfix,
.container,
.section{
	clear: both;
}
.clearfix:before,
.grid:before,
.container:before,
.section:before{
	content: '';
	display: table;
}
.clearfix:after,
.grid:after,
.container:after,
.section:after{
	content: '';
	display: block;
	clear: both;
}
.section{
	overflow-x: hidden;
}


.image_full{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit:cover;object-position:center;';
}


.banner{
	display: block;
}
.banner_desktop{
	display: none;
}
.banner__content{
	width: 43%;
	min-width: 143px;
	position: absolute;
	top: 25px;
	left: 25px;
	color: white;
}
.banner__title{
	margin-bottom: 50px;
}
.banner__description{

}
.banner__text{
	margin-bottom: 25px;
}
.banner__btn{

}


.cards{
	margin-top: 5px;
}
.cards__banner{
	padding: 5px;
}
.cards__banner .banner__sizer-outer{
	height: 0;
	padding-top: 100%;
}
.cards__banner .banner__sizer-inner{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.card{

}
.card__body{
	display: block;
	width: 100%;
	padding: 5px;
	text-decoration: none;
}
.card__body-inner{
	padding: 5px;
}
.card__header{
	width: 100%;
}
.card__header .card__sizer-outer{
	width: 100%;
	height: 0;
	padding-top: 100%;
}
.card__header .card__sizer-inner{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.card__header:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ff0000;
	opacity: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.card__image{

}
.card__content{
	width: 100%;
	padding: 10px 15px 25px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	background: #eeeeee;
}
.card__title{
	margin-bottom: 10px;
	color: #ff0000;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.card__description{
	
}
.card__text{
	color: #434343;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.card__btn{
	margin-top: 10px;
}
.card:hover{

}
.card:hover .card__header:after{
	opacity: 0.7;
}
.card:hover .card__content{
	background: #ff0000;
}
.card:hover .card__title,
.card:hover .card__text,
.card:hover .card__btn{
	color: white;
}
.card:hover .card__btn{
	border-color: white;
}
@media (min-width: 480px){
.card__sizer-outer{
	width: 100%;
	height: 0;
	padding-top: 100%;
}
.card__sizer-inner{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.card__header,
.card__content{
	width: 50%;
	float: left;
}
.card__header{

}
.card__image{
	
}
.card__content{
	padding: 0;
}
.card__content .card__sizer-inner{
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
}
.card__description{
	position: absolute;
	bottom: 0;
}
}
@media (max-width: 767px){
.card:nth-child(even) .card__header,
.card:nth-child(even) .card__content{
	float: right;
}
}
@media (min-width: 768px){
.banner_mobile{
	display: none;
}
.banner_desktop{
	display: block;
}
.cards__section{
	width: 50%;
	float: left;
}
.cards__section_half{

}
.cards__banner{
	width: 50%;
}
.cards__banner,
.cards__banner + .cards__section{
	float: right;
}
.card{
	width: 100%;
	float: left;
}
.card__content .card__sizer-inner{
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.card:nth-child(even) .card__header,
.card:nth-child(even) .card__content{
	float: right;
}
.cards__section_invert .card__header,
.cards__section_invert .card__content{
	float: left;
}
.cards__section_invert .card:nth-child(even) .card__header,
.cards__section_invert .card:nth-child(even) .card__content{
	float: left;
}
.cards__section_invert .card:nth-child(odd) .card__header,
.cards__section_invert .card:nth-child(odd) .card__content{
	float: right;
}
.cards__banner .banner__sizer-outer{
	height: 360px;
	padding: 0;
}
}
@media (min-width: 992px){
.card__content .card__sizer-inner{
	top: 17px;
	bottom: 17px;
	left: 17px;
	right: 17px;
}
.cards__banner .banner__sizer-outer{
	height: 445px;
}
}
@media (min-width: 1280px){
.cards__banner .banner__sizer-outer{
	height: 485px;
}
}


.quote{

}
.quote hr{
	display: block;
	width: 120px;
	height: 15px;
	border: none;
	background: transparent;
}
.quote hr:before{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	position: absolute;
	left: 0;
	background: #ff0000;
}
.quote hr:first-child{
	margin-bottom: 25px;
	border-bottom: 1px solid #ff0000;
}
.quote hr:first-child:before{
	top: 0;
}
.quote hr:last-child{
	margin-top: 25px;
	border-top: 1px solid #ff0000;
}
.quote hr:last-child:before{
	bottom: 0;
}
.quote__text{
	font-size: 36px;
	color: #ff0000;
}


.text-pin_red:before{
	color: red;
}
.text-pin:before{
	font-size: 29px;
	margin-left: -5px;
	vertical-align: middle;
	font-weight: 500;
}


.article{

}
.article + .article{
	margin-top: 40px;
}
.article h2:not(:last-child){
	margin-bottom: 20px;
}
.article p:not(:last-child){
	margin-bottom: 15px;
}
.article .quote:not(:first-child){
	margin-top: 45px;
}
.article .quote:not(:last-child){
	margin-bottom: 45px;
}
.article ol:not(:first-child){
	margin-top: 50px;
}
.article__image{
	display: block;
	width: 100%;
	margin-top: 30px;
}

@media (min-width: 480px){

}
@media (min-width: 768px){
.article__col{
	width: 50%;
	float: left;
}
.article_right .article__col{
	float: right;
}
.article__col:first-child{
	padding-right: 70px;
}
.article_right .article__col:first-child{
	padding-left: 70px;
	padding-right: 0px;
}
.article_right .article__image{
	float: right;
}
/*.article .scrollmagic-pin-spacer{
	width: 100% !important;
}*/
.article_right .scrollmagic-pin-spacer{
	float: right;
}
.article__image{
	width: 130%;
	margin-top: 0px;
}
}
@media (min-width: 992px){

}
@media (min-width: 1280px){

}


.test{
	padding: 30px 30px 25px;
	color: white;
	text-align: center;
	background: #ff0000;
}
.test:not(:first-child){
	margin-top: 50px;
}
.test:not(:last-child){
	margin-bottom: 45px;
}
.test__title{
	text-transform: uppercase;
}
.test__question{
	margin: 20px auto 15px;
}
.test__interactive{

}
.test__answers{

}
.test__answer{
	width: 100%;
	margin: 10px 0px;
}
.test__result{
	display: none;
}
@media (min-width: 480px){
.test__answer{
	width: auto;
	margin: 0px 12px;
}
}
@media (min-width: 768px){

}
@media (min-width: 992px){

}
@media (min-width: 1280px){

}


.slide{
	display: block;
	width: 40vw;
	min-width: 230px;
	height: 450px;
	margin: auto;
}
.slide__body{
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	overflow: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.slide__body:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.slide__wrapper{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.slide__image{
	z-index: 1;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.slide__content{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 3;
	padding: 20px;
	color: white;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.slide__title{
	
}
.slide__text{
	margin: 10px 0px 25px;
	font-weight: 400;
}


.owl-stage-outer{

}
.owl-stage{

}
.owl-item{
	display: inline-block;
	vertical-align: top;
}
.owl-nav{
	position: static;
	text-align: center;
}
.owl-prev,
.owl-next{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	margin: 20px 7px;
	font-size: 0;
	background-color: #ff0000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 55% auto;
	cursor: pointer; 
}
.owl-prev{
	background-image: url(../images/arrow-left.png);
}
.owl-next{
	background-image: url(../images/arrow-right.png);
}


.gallery{
	margin-top: 50px;
	margin-bottom: 100px;
}
.gallery__title{
	margin-bottom: 30px;
	text-align: center;
}
@media (max-width: 479px){
.owl-item:not(.center) .slide__body{
	opacity: 0.6;
}
.owl-item:not(.center) .slide__image{
	filter: grayscale(1);
}
.owl-item:not(.center) .slide__content{
	opacity: 0;
}
}
@media (min-width: 480px){
.owl-item:not(.active) .slide__body{
	opacity: 0.6;
}
.owl-item:not(.active) .slide__image{
	filter: grayscale(1);
}
}
@media (min-width: 768px){
.slide{
	width: 30vw;
}
}
@media (min-width: 992px){
.slide{
	width: 270px;
	height: 450px;
}
.slide__content{
	padding: 35px;
}
}
@media (max-width: 1279px){
.owl-item:not(.active) .slide__content{
	opacity: 0;
}
}
@media (min-width: 1280px){
.slide{
	width: 250px;
	height: 440px;
}
.slide__body:before{
	opacity: 0;
}
.slide__wrapper{
	top: -40px;
	bottom: -40px;
	left: -40px;
	right: -40px;
}
.slide__content{
	opacity: 0;
}
.owl-item.active .slide:hover{
	z-index: 5;
}
.owl-item.active .slide:hover .slide__body{
	top: -40px;
	bottom: -40px;
	left: -40px;
	right: -40px;
}
.owl-item.active .slide:hover .slide__wrapper{
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.owl-item.active .slide:hover .slide__content{
	opacity: 1;
}
.owl-item.active .slide:hover .slide__body:before{
	opacity: 0.7;
}
.owl-prev,
.owl-next{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.owl-prev{
	left: -150px;
}
.owl-next{
	right: -150px;
}
.gallery__title{
	margin-bottom: 70px;
}
}


.back{
	display: block;
	white-space: nowrap;
}
.back__image{
	display: inline-block;
	vertical-align: middle;
}
.back__text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: 3px;
	font-weight: 600;
	color: #e30611;
}


.header{
	padding: 20px;
	font-size: 0;
	text-align: left;
	z-index: 1000;
	background: white;
}
.header .logo_mts{
	display: inline-block;
	vertical-align: top;
	height: 20px;
}
.header .logo_to{
	height: 25px;
	margin-top: 20px;
}
.header__soc .soc__title{
	display: none;
}
.header .back{
	position: absolute;
	bottom: 28px;
	left: 120px;
	z-index: 5;
}
.header .back__text{
	display: none;
}
@media (min-width: 480px){
.header{
	text-align: center;
}
.header .logo_to{
	height: 35px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
}
}
@media (max-width: 767px){
.header .logo_to{
	height: 30px;
	position: absolute;
	top: 0px;
	bottom: 0px;
}
.header__soc{
	text-align: right;
}
}
@media (max-width: 539px){
.header .logo_mts{
	margin-bottom: 15px;
}
.header .logo_to{
	height: 30px;
	top: auto;
	bottom: 25px;
}
}
@media (min-width: 540px){
.header__soc{
	position: absolute;
	right: 20px;
	top: 18px;
}
.header .back{
	bottom: 17px;
	left: 120px;
}
}
@media (min-width: 768px){
.header .logo_mts{
	height: auto;
}
.header .logo_to{
	height: 40px;
}
.header__soc{
	top: 25px;
}
.header__soc .soc__list{
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}
.header .back{
	bottom: 25px;
	left: 145px;
}
}
@media (min-width: 992px){
.header .logo_to{
	height: 50px;
}
.header__soc .soc__title{
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	margin-right: 5px;
	color: #ff0000;
}
.header:before{
	content: '';
	display: block;
	width: 2000px;
	height: 25px;
	position: absolute;
	left: -1000px;
	right: -1000px;
	bottom: -25px;
	margin: auto;
	background: url(/visual/images/header-splash.png) center bottom / 100% auto no-repeat;
}
.header .back__text{
	display: inline-block;
}
.header .back{
	left: 180px;
}
}
@media (min-width: 1280px){

}


.footer{
	text-align: center;
	padding: 15px 0px;
}
.footer .soc__title{
	margin-bottom: 5px;
}
.footer__content{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	color: white;
	text-decoration: none;
	background: url(/visual/images/splash-red-2.png) center center / 100% 100% no-repeat;
}
.footer__text{
	padding: 15px 0px;
	font-weight: 400;
}
.footer__text a{
	color: white;
	text-decoration: none;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
.footer__text{
	padding: 30px 0px;
}	
}
@media (min-width: 992px){
.footer:before{
	content: '';
	width: 2000px;
	height: 25px;
	position: absolute;
	left: -1000px;
	right: -1000px;
	top: -25px;
	margin: auto;
	background: url(/visual/images/header-splash.png) center top / 100% auto no-repeat;
}
.footer__text br{
	display: none;
}
}
@media (min-width: 1280px){
	
}


.intro{
	width: 100%;
	padding: 30px 0px;
	color: white;
	background-size: cover;
	background-position: center;
	background-image: url(/visual/images/main-intro.jpg);
}
.intro_main{
	background-position: 80% center;
}
.intro:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.4;
	background: black;
}

.intro__pretitle{
	margin-bottom: 15px;
}
.intro__title{
	text-transform: uppercase;
	margin-bottom: 20px;
}
.intro__subtitle{
	font-weight: 400;
}
.intro_article{
	margin-bottom: 30px;
}
.intro_article .container{
	height: 100%;
}
.intro_article .intro__content{
	width: 100%;
	max-width: 630px;
	margin: auto;
	text-align: center;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
.intro__content{
	width: 50%;
}
}
@media (min-width: 992px){
.intro{
	padding: 100px 0px 80px;
}
.intro_article{
	height: 560px;
}
.intro_article .intro__content{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
}
.intro_main{
	background-position: center bottom;
}
}
@media (min-width: 1280px){

}


.svg{

}
.svg__image{
	width: 100%;
	height: 100%;
}
.svg__overlay{
	width: 100%;
	height: 100%;
	fill: black;
	opacity: 0.5;
}


.popup{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 7000;
	color: white;
	text-align: center;
	background: rgba(0, 0, 0, 0.85);
}
.popup__back{
	width: 100%;
	height: 100%;
	max-width: 1000px;
	max-height: 480px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.popup__back:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
	/*background: url(/visual/images/share-test-back.png) center center / contain no-repeat;*/
}
.popup__svg{
	display: block;
	width: 100%;
	height: 100%;
}
.popup__content{
	max-width: 760px;
	padding: 0px 20px;
	margin: auto;
}
.popup__close{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.popup__close:before,
.popup__close:after{
	content: '';
	width: 40px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: white;
}
.popup__close:before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup__close:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (min-width: 768px){
.popup__close{
	width: 70px;
	height: 70px;
	border: 2px solid white;
	top: 30px;
	right: 50px;
}
.popup__close:before,
.popup__close:after{
	width: 40px;
	height: 10px;
	background: white;
}
}


.result{
	width: 40%;
	margin-left: 53%;
	color: black;
}
.result__title{
	margin-bottom: 15px;
	font-weight: 400;
}
.result__soc{

}
.result__image{
	display: none;
}
@media (max-width: 767px){
.popup{
	padding-top: 40px;
}
.popup__back{
	max-width: none;
	max-height: none;
	background-image: none !important;
}
.result{
	width: 100%;
	margin-left: 0%;
	color: white;
}
.result__image{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
}



@media (min-width: 768px){
.only-mobile{
	display: none !important;
}
}
@media (max-width: 767px){
.only-desktop{
	display: none !important;
}
}