*:focus{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none!important;
}
/************************************************************************************
НАВИГАЦИЯ
*************************************************************************************/
#nav-wrap {
	margin-top: 13px;
    display: none;
}

/* Иконка меню */
#menu-icon {
	display: none; /* Скрываем иконку при инициализации */
}

#nav, 
#nav li {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

/* Ссылки навигации */
#nav a {
	padding: 4px 15px;
	display: block;
	color: #000;
	background: #ecebeb;
}
#nav a:hover {
	background: #f8f8f8;
}

/* Выпадающий список */
#nav ul {
	background: #fff;
	padding: 2px;
	position: absolute;
	border: solid 1px #ccc;
	display: none; /* Скрываем */
	width: 200px;
}
#nav ul li {
	float: none;
	margin: 0;
	margin-left: 0 !important;
	padding: 0;
}
#nav li:hover > ul {
	display: block; /* выводим список */
}
.
/************************************************************************************
МОБИЛЬНЫЕ УСТРОЙСТВА
*************************************************************************************/


	#nav-wrap {
		float: right;
		position: relative;
	}

	/* Иконка меню */
	#menu-icon {
    cursor: pointer;
    display: block;
	}
	#menu-icon:hover {
		background-color: #f8f8f8;
	}
	#menu-icon.active {
		background-color: #bbb;
	}
	
	/* Навигация */
	#nav {
		clear: both;
		position: absolute;
		top: 38px;
		right: -2px;
		width: 190px;
		z-index: 10000;
		padding: 5px;
		background: #f8f8f8;
		border: solid 1px #999;
		text-align: left;
		display: none; /* Видимость включается jQuery */
	}
	#nav li {
		clear: both;
		float: none;
		margin: 5px 0 5px 10px;
	}
	#nav a, 
	#nav ul a {
		background: none;
		display: inline;
		padding: 0;
		color: #666;
		border: none;
		font-family: open sans;
	}
	#nav a:hover, 
	#nav ul a:hover {
		background: none;
		color: #000;
	}
	
	/* Выпадающий список */
	#nav ul {
		width: auto;
		margin-left: 0;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#nav ul li {
		margin: 3px 0 3px 15px;
	}

.large-4-blocks {

}
.large-4-blocks img{
	float: left;
    margin-right: 30px;
}
.large-4-blocks h4{
	color: #3d454b;
    text-transform: uppercase;
    font-size: 26px;
	padding-top: 4%;
}
.large-4-blocks p{
	font-size: 17px;
    color: #263948;
    line-height: 22px;
	
}
.large-6-blocks img{
	float: left;
    margin-right: 30px;
	margin-top: 7px;
	margin-bottom: 7px;
	overflow: hidden;
}
.large-6-blocks h4{
	color: #3d454b;
    text-transform: uppercase;
    font-size: 26px;
	padding-top: 4%;
}
.large-6-blocks p{
	color: #263948;
    font-family: open sans;
    font-size: 1em;
    line-height: normal;
    overflow: hidden;
    padding-top: 12px;	
}
.large-7-blocks img{
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
}
.large-7-blocks h4{
	color: #3d454b;
    text-transform: uppercase;
    font-size: 26px;
	padding-top: 4%;
}
.large-7-blocks p{
	font-size: 17px;
    color: #263948;
    line-height: 22px;
	 padding-top: 10px;
	
}
.page_text_style {
	padding-left:10px;
	padding-right:10px;
}
.large-4-blocks p a{
	color:#008efd;
	text-decoration: underline;
}
.margin-bottom {
	margin-bottom: 20px;
}
/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1em;
  background: #4272b6;
  color: #fff; }
.panel h1{
	color: #fff;
    font-family: open sans;
    font-size: 1.8em;
    line-height: 35px;
    text-align: center;
}  

.panel h1 span{
	display: block;
    font-size: 2.6em;
    font-weight: 600;
    line-height: 10px;
    padding-top: 28px;
}  
.index-text p{
	color: #263948;
    font-size: 17px;
    line-height: 22px;
	text-align: left;
}
.large-5-blocks img{
	float: left;
    margin-right: 25px;
}
.large-5-blocks h4{
    text-transform: uppercase;
    color: #323232;
    font-size: 32px;
    line-height: 40px;
    padding-top: 45px;
}
.large-5-blocks h5{
	color: #8f8f8f;
    text-transform: uppercase;
    font-size: 25px;
	line-height: 30px;
	padding-top: 5px; 
}
.centr_title h1{
	color: #3d454b;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 65px;
	padding-top: 5px;
	text-align: center;
}
.footer-style{
	border-top: 1px solid #e2e2e2;
    display: block;
    overflow: hidden;
    padding-top: 25px;
    position: relative;
	font-family: "Open Sans",sans-serif;
}
.footer-list-menu{
	display: block;
    position: relative;
}
.footer-list-menu ul {
	display: block;
    list-style: outside none none;
    margin: 0 auto 15px;
	font-weight: 500;
	font-family: Open Sans,sans-serif;
}
.footer-list-menu ul li{
	display: inline;
    font-size: 0.9em;
    margin-bottom: 10px;
    margin-right: 15px;
	font-weight: 500;
}
.footer-list-menu ul li:last-child{
    margin-right: 0;
}
.footer-list-menu ul li a{
	color: #0f9dff;
	font-weight: 500!important;
}
.footer-list-menu ul li a:hover{
	color:#e74c3c;
	text-decoration: underline;
}
.footer-style p{
	clear: both;
    font-size: 0.9em;
    margin-top: 15px;
	margin-bottom: 30px;
    text-align: center;
}
a {
    word-wrap: break-word;
}
.style-terms-page {

}
.style-terms-page h2 {
	text-align:center;
}
.style-terms-page {
	font-family: "Open Sans",sans-serif;
	font-weight:normal;
}		
.style-terms-page p{
	margin-bottom: 1.2em;
}	
.style-terms-page p a{	
	color:#008efd;
	text-decoration:underline;
 }
.terms-list-style ol {
	font-size: 1em;
    line-height: normal;
    list-style-position: outside;
    margin-bottom: 1.5em;
    margin-left: 3em; 
}
.terms-list-style ol li{
	list-style: outside lower-roman;
    margin-bottom: 10px;
    padding-left: 10px;
}
.terms-list-style-ul ul {
	font-size: 1em;
    line-height: normal;
    margin-bottom: 1.5em;
    margin-left: 3em; 
}
.terms-list-style-ul ul li{
    margin-bottom: 10px;
    padding-left: 10px;
}
.style-terms-page .hr-line {
    background: #fd2727 none repeat scroll 0 0;
    border: medium none;
    color: #fd2727;
    height: 2px;
    margin: 0 auto 1.5em;
    width: 8%;
}
.page-button{
	border-radius: 8px;
    font-weight: 600; 
    max-width: 320px;
    min-width: 270px;
    padding-bottom: 12px; 
}
#form-inner{
	margin: 0 auto;
    max-width: 600px;
}
.style-contact-form{
    border: 1px dashed #e7e7e7;
	background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 15px;
}
mark {
    color: red;
    background: none;
}
.style-contact-form label{ 
	font-family: "Open Sans",sans-serif;
    font-size: 1em;
    margin-bottom: 2px;
}
.style-contact-form input {
	font-family: "Open Sans",sans-serif;
    font-size: 1em;
}
.style-contact-form select {
	font-family: "Open Sans",sans-serif;
    font-size: 1em;
    padding-left: 0.3em;
    padding-top: 0.3em;
}
/* Selling page */

.selling-block-top h1{
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 6em;
    font-weight: 700;
    line-height: normal;
    margin-top: 0.2em;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
.selling-block-top h2{
	color: #f9f9f9;
    font-family: "Open Sans",sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
}
.selling-block-top .hr-line{
    margin-bottom: 0.1em;
    margin-top: -0.1em;
}

.block-white{
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 0.5em;
    padding-top: 4em;
}
.left-content{
    display: inline-block;
    float: left;
    margin-right: 3em;
    margin-top: -12px;
    position: relative;
    width: 40%;
}
.left-content2{
    display: inline-block;
    float: left;
    margin-left: 2em;
    margin-right: 0;
    margin-top: 2em;
    position: relative;
    width: 47%;
}
.left-content4{
	display: inline-block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.3em;
    position: relative;
    width: 100%;
}
.left-content3{
    display: inline-block;
    float: left;
    margin-left: 4em;
    margin-right: 0;
    margin-top: 1em;
    position: relative;
    width: 42%;
}
.steps {

}
.steps span{
     background: #fd2727 none repeat scroll 0 0;
    border: 4px solid #fe7d7d;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
	overflow: hidden;
    font-family: open sans;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 22px;
	padding: 0.3em;
	position: relative;
}
.steps h2{	
     display: inline-block;
    font-size: 2.5em;
    font-weight: normal;
    padding-left: 0.3em;
	overflow: hidden;
	width: initial;
	letter-spacing: normal;
	text-rendering: auto;
	vertical-align: bottom;
	word-spacing: normal;
}
.text-steps p{
	color: #666666;
    font-family: open sans;
    font-size: 0.9em;
    margin-top: 0.2em;
}
.strong-text-steps{
	color: #333 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    margin-bottom: 0.3em;
}
.right-content{
	display: inline-block;
    float: left;
    position: relative;
    width: 54%;
}
.right-content2{
	display: inline-block;
    float: left;
    position: relative;
    width: 46%;
}
.page_text_style {
    text-align: start;
}
.content {
    display: block;
    float: left;
    position: relative;
}
.block-grey{
	padding: 2.2em 1em 0.5em;
}
.img-step-border{
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    margin-top: 0.1em;
	margin-bottom: 0.9em!important
}
.img-step-border img{
    border-radius: 20px;
}
.text-steps span a {
    color: #2980b9;
	text-decoration: underline;
}
.text-steps span a:hover{
	color: #e74c3c;
	text-decoration: none;
}
.label-100 {
    font-family: open sans;
    font-size: 0.95em;
    margin-top: -2px !important;
    width: 100%;
}


/* Congratulations page */
.center-content-block{
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    margin: 1em auto 3em;
    max-width: 670px;
    padding-bottom: 0.5em;
}
.sbold {
    background: #242424 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-family: open sans;
    font-size: 2.6em;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0.4em;
    padding-top: 0.5em;
    text-align: center;
}
.main_content { 
    background: #fff none repeat scroll 0 0;
    padding: 1em 1em 0;
}
.main_content ul li b{
	padding-left: 10px;
}
.main_content ul li:before{
    content: "—";
}

.style-list-congr li:before{
    content: ""!important;
}


.style-list-last-step li{
    background: rgba(0, 0, 0, 0) url("../img_som/icon-check-blue.png") no-repeat scroll left center;
    color: #333333;
    font-family: open sans;
    font-size: 1em;
    line-height: normal;
    margin-bottom: 1em;
    padding-left: 3em;
	min-height: 28px;
}
.style-list-last-step b{
	padding-left: 0!important;
}
.style-list-last-step li:before{
    content: ""!important;
}
.last-step-form-1 {
	clear: both;
    display: block;
    margin-bottom: 2em;
    margin-left: 2em;
    overflow: hidden;
	padding-left: 1.1px;
}

.demo-container {
            width: 100%;
            max-width: 350px;
            margin: 25px auto;
        }
.last-step-form-2{
margin-left: 5em;
}	
.last-step-block2 label{
	display: inline-block;
    font-family: open sans;
    font-size: 0.9em;
	min-width: 23%;
}	
.last-step-block2 input{
	display: inline-block;
    font-family: open sans;
    font-size: 0.9em;
	width: 69%;
}
.style-check-last-step{
	 font-size: 15px !important;
}
.style-check-last-step a{
	color: #2980b9;
	text-decoration: underline;
}
.style-check-last-step a:hover{
	color: #e74c3c;
	text-decoration: none;
}

.last-step-form-3{
	clear: both;
    display: block;
    margin-bottom: 2em;
    margin-left: 6em;
    overflow: hidden;
    padding-left: 1.1px;
}

.icon-success{
	background-image: url("../img_som/icon-blue3.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 49px;
    margin-top: 15px;
    padding-right: 15px;
    width: 49px;
}
			
.banner-bg{
    	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4ffff+0,fdffff+52,e1eff7+100,dceaf4+100 */
	background: #f4ffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4ffff 0%, #fdffff 52%, #e1eff7 100%, #dceaf4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ffff), color-stop(52%,#fdffff), color-stop(100%,#e1eff7), color-stop(100%,#dceaf4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4ffff 0%,#fdffff 52%,#e1eff7 100%,#dceaf4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4ffff 0%,#fdffff 52%,#e1eff7 100%,#dceaf4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4ffff 0%,#fdffff 52%,#e1eff7 100%,#dceaf4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4ffff 0%,#fdffff 52%,#e1eff7 100%,#dceaf4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ffff', endColorstr='#dceaf4',GradientType=0 ); /* IE6-9 */
	border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #ccc;
    margin-top: 2.5em;
    padding-top: 1.5em;
	padding-left: 0;
    padding-right: 0;
	overflow: hidden;
} 
.main_content p {
    font-family: open sans;
}
.block-banner{
	border-radius: 10px;
}		
.block-banner center{
	padding-left:5px;
	padding-right:5px;
}
.block-banner h3{
	font-size: 2em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
	padding-top: 0.5em;
	padding-left:0.5em;
	padding-right:0.5em;
}
.block-banner h2{
	padding-bottom: 0.5em;
    padding-top: 0.4em;
	padding-left:0.5em;
	padding-right:0.5em;
	color:#0099de;
    text-align: center;
    text-decoration: underline;
}
.block-banner h4{
	font-family: open sans;
    font-size: 1.8em;
	padding-left:0.5em;
	padding-right:0.5em;
    font-weight: 600;
    text-align: center;
}
.block-banner h4 span{
	color:#fd2727;
}
.button-banner-1{
	background: #0099de none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: open sans;
    font-size: 1.8em;
    font-weight: bold;
    margin-right: 2em;
    margin-top: 2em;
    padding: 1.24em 2em;
    position: relative;
    text-decoration: none;
    top: -6px;
}
.button-banner-1:hover{
	background: #70b447 none repeat scroll 0 0;
}
.button-banner-2{
	border: 3px solid #0099de;
    color: #0099de;
    display: inline-block;
    font-family: open sans;
    font-size: 1.2em;
    font-weight: bold;
    max-width: 220px;
    padding: 1em 2em;
    position: relative;
    text-decoration: none;
}
@media screen and (max-width: 321px) {
.large-4-blocks h4{
	color: #3d454b;
    text-transform: uppercase;
    font-size: 16px;
	line-height: 17px;
	padding-top: 2px!important; 
}
.margin-bottom {
    margin-bottom: 0px;
}
.large-5-blocks h4{
	color: #323232;
    font-size: 12px;
    line-height: 17px;
    padding-top: 5px;
    text-transform: uppercase;
}
.large-5-blocks h5{
	color: #8f8f8f;
    font-size: 9px;
    line-height: 17px;
    padding-top: 0;
    text-transform: uppercase;
}
.footer-list-menu ul li:last-child {
    margin-bottom: 20px;
    margin-right: 0;
}
.footer-list-menu ul li {
    font-size: 0.75em!important;
    margin-bottom: 12px;
    margin-right: 6px!important;
}
@-moz-document url-prefix(){
.footer-list-menu ul li {
    font-size: 0.7em!important;
    margin-bottom: 12px;
    margin-right: 4px!important;
}
}
.footer-list-menu ul {
    margin: 0 auto 12px;
}
.footer-style p {
    clear: both;
    font-size: 0.78em;
    margin-bottom: 15px;
}
.footer-style {
    padding-top: 10px;
}
.step1 .small-size, .step2 .small-size {
	margin-top: -20px;
}
.check-wrapper .check-label {
    float: left!important;
    font-size: 12px!important;
    margin-left: 10px!important;
    margin-top: -2px!important;
    width: 85%;
}
.check-wrapper.invert .check-bg {
    padding: 5px!important;
}
.check-wrapper.invert .check {
    margin-top: 2px!important;
}
.check-wrapper .check {
    height: 12px!important;
    margin-left: -13px!important;
    width: 7px!important;
}
.check-wrapper {
    margin-bottom: 3px !important;
    margin-top: 0;
}
.img-comic img {
    width: 100%!important;
	margin-top: 2px; 
	margin-bottom: 6px;
}
/* Selling page */
.selling-block-top h1 {
    font-size: 2.8em;
}
.selling-block-top h2 {
    font-size: 0.9em !important;
    padding-left: 0.2em;
    padding-right: 0.2em;
}
.selling-block-top .hr-line {
    margin-bottom: 0.1em;
    margin-top: -0.3em;
	width: 15%;
}
.selling-button{
	margin-bottom: 1.5em;
}
.steps h2 {
    color: #222;
    display: inline-block;
    font-family: open sans;
    font-size: 1.8em;
    font-weight: 600;
    padding-left: 0.3em;
}
.steps span {
    background: #fd2727 none repeat scroll 0 0;
    border: 4px solid #fe7d7d;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: open sans;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 14px;
    padding: 0.38em;
}
.left-content {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 1.2em;
    position: relative;
    width: 100%;
}
.left-content2 {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 1.2em;
    position: relative;
    width: 100%;
}
.left-content3 {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 1.2em;
    position: relative;
    width: 100%;
}
.text-steps p {
    color: #666666;
    font-family: open sans;
    font-size: 0.9em;
    margin-top: 0;
}
.strong-text-steps {
    color: #333 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    margin-bottom: 0.3em;
}
.block-white {
    padding-bottom: 0.5em;
    padding-top: 0.2em;
}
.steps {
    margin-bottom: 1em;
    text-align: center;
}
.img-step-mob{
	margin: 15px auto 0;
    width: 95%;
}
#nav {
		top: 21px!important;
	}
.margin-badge{
	margin: 75px auto 3px !important;
}
.badge-icon {
    margin-top: -48px!important;
    right: -15px!important;
}
.text-margin-badge{
	margin-top: 28px;
}

.modal-margin-badge{
	margin-top: -10px;
}	
.modal-margin-badge-text {
    padding-top: 40px !important;
}
}
@media only screen and (max-width: 360px) {
.th {
    border: 4px solid white;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    float: left;
    line-height: 0;
    margin-bottom: 7px;
    margin-right: 10px!important;
    margin-top: 5px;
    max-width: 100%;
    transition: all 200ms ease-out 0s;
}
.head-img > img{
    margin-top: 9px;
	width:70%;
}
#menu-icon img{
	float: right;
	width:50%;
}
#nav-wrap {
    float: right;
    margin-top: 13px;
    margin-bottom: 10px;
    position: relative;
    width: 25%;
}
	#nav {
		clear: both;
		position: absolute;
		top: 24px;
		right: 0px;
		width: 190px;
		z-index: 10000;
		padding: 5px;
		background: #f8f8f8;
		border: solid 1px #999;
		display: none; /* Видимость включается jQuery */
	}
	
.large-4-blocks img{
	float: left;
    margin-right: 10px;
	width:30%;
}
.large-4-blocks h4{
	color: #3d454b;
    text-transform: uppercase;
    font-size: 16px;
	line-height: 17px;
	padding-top: 5px; 
}
.large-4-blocks p{
    color: #263948;
    font-size: 11px;
    line-height: 15px;
    margin-top: -6px;
	text-align: left;
}
.large-6-blocks img{
	float: left;
    margin-right: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.large-6-blocks h4{
	color: #3d454b;
    text-transform: uppercase;
    font-size: 16px;
	line-height: 17px;
	padding-top: 15px; 
}
.large-6-blocks p{
    color: #263948;
	text-align: left;
}
.large-7-blocks img{
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
}
.large-7-blocks h4{
	color: #3d454b;
    text-transform: uppercase;
    font-size: 14px;
	line-height: 17px;
	padding-top: 15px; 
}
.large-7-blocks p{
    color: #263948;
    font-size: 11px;
    line-height: 15px;
	padding-top: 0px;
	text-align: left;
}
.index-text p{
	color: #263948;
    font-size: 11px;
    line-height: 15px;
	text-align: left;
	margin-top: -6px;
}
.large-4-blocks p a{
	color:#008efd;
	text-decoration: underline;
}
.margin-bottom {
    margin-bottom: 5px;
}

.panel h1{
	font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 22px;

}  
.panel h1 span{
	font-size: 42px;
}  
.large-5-blocks img{
	float: left;
    margin-right: 10px;
	width:30%;
}
.large-5-blocks h4 {
    color: #323232;
    font-size: 16px;
    line-height: 17px;
    padding-top: 0;
    text-transform: uppercase;
}
.large-5-blocks h5 {
    color: #8f8f8f;
    font-size: 12px;
    line-height: 17px;
    padding-top: 0;
    text-transform: uppercase;
}  
.centr_title h1{
	color: #3d454b;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 33px;
	text-align: center;
}
.footer-list-menu ul li:last-child {
    margin-bottom: 20px;
    margin-right: 0;
}
.footer-list-menu ul li {
    font-size: 0.8em;
    margin-bottom: 12px;
    margin-right: 10px;
}
.footer-style p {
    clear: both;
    font-size: 0.8em;
    margin-bottom: 15px;
}
.footer-style {
    padding-top: 10px;
}
.footer-list-menu ul {
    margin: 0 auto 12px;
}
@-moz-document url-prefix(){
.footer-list-menu ul li:last-child {
    margin-bottom: 20px;
    margin-left: 5px!important;
    margin-right: 0;
}
.footer-list-menu ul li {
    font-size: 0.72em!important;
}
} 
.footer-list-menu ul li:last-child {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 0;
}
.step1 .small-size, .step2 .small-size {
	margin-top: -20px;
}

.check-wrapper .check-label {
    float: left!important;
    font-size: 12px!important;
    margin-left: 10px!important;
    margin-top: -2px!important;
    width: 85%;
}
.check-wrapper.invert .check-bg {
    padding: 5px!important;
}
.check-wrapper.invert .check {
    margin-top: 2px!important;
}
.check-wrapper .check {
    height: 12px!important;
    margin-left: -13px!important;
    width: 7px!important;
}
.img-comic img {
    width: 100%!important;
	margin-top: 2px;
	margin-bottom: 8px;
}
.check-wrapper {
    margin-bottom: 0!important;
    margin-top: 0;
}
/* Selling page */
.selling-block-top h1 {
    font-size: 2.9em;
    margin-top: 0.3em;
}
.selling-block-top h2 {
    font-size: 1em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}
.selling-block-top .hr-line {
    margin-bottom: 0.1em;
    margin-top: -0.3em;
	width: 15%;
}
.selling-button{
	margin-bottom: 1.5em!important;
}

.steps h2 {
    color: #222;
    display: inline-block;
    font-family: open sans;
    font-size: 1.8em;
    font-weight: 600;
    padding-left: 0.3em;
}
.steps span {
    background: #fd2727 none repeat scroll 0 0;
    border: 4px solid #fe7d7d;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: open sans;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 14px;
    padding: 0.38em;
}
.left-content {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 1.2em;
    position: relative;
    width: 100%;
}
.left-content2 {
    display: inline-block;
    float: left;
    margin-right: 0;
	margin-left: 0;
    margin-top: 1em;
    position: relative;
    width: 100%;
}
.left-content2 .img-step-mob{
	margin-top: -12px;
}
.left-content3 {
    display: inline-block;
    float: left;
    margin-right: 0;
	margin-left: 0;
    margin-top: 1em;
    position: relative;
    width: 100%;
}
.left-content3 .img-step-mob{
	margin-top: 0;
}
.text-steps p {
    color: #666666;
    font-family: open sans;
    font-size: 0.9em;
    margin-top: 0;
}
.strong-text-steps {
    color: #333 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    margin-bottom: 0.3em;
}
.block-white {
    padding-bottom: 0.5em;
    padding-top: 0.2em;
}
.block-grey {
    padding: 0.2em 0 0.5em;
}
.steps {
    margin-bottom: 1em; 
    text-align: center;
}
.img-step-mob{
	margin: 15px auto 0;
    width: 95%;
}
.margin-badge{
	margin: 68px auto 20px!important;
}
.badge-icon {
    margin-top: -48px!important;
    right: -15px!important;
}
.text-margin-badge{
	margin-top: 28px;
}

.modal-margin-badge{
	margin-top: -10px;
}
 }
  @media screen and (min-width: 355px) and (max-width: 365px) {
  .modal-margin-badge-text{
	padding-top: 30px!important;
}  
  }
  /* max-width 640px, mobile-only styles, use when QAing mobile issues */
 @media screen and (min-width: 361px) and (max-width: 435px) {
 
 .step1 .small-size, .step2 .small-size {
	margin-top: -15px;
}

.footer-list-menu ul li:last-child {
    margin-bottom: 20px;
    margin-right: 0;
}
.footer-list-menu ul li {
    font-size: 0.86em;
    margin-bottom: 12px;
    margin-right: 5px;
}
.footer-style p {
    clear: both;
    font-size: 0.84em;
    margin-bottom: 15px;
}
.footer-style {
    padding-top: 10px;
}
.footer-list-menu ul {
    margin: 0 auto 12px;
}
@-moz-document url-prefix(){
.footer-list-menu ul li:last-child {
    margin-bottom: 20px;
    margin-left: 5px!important;
    margin-right: 0;
}

.check-wrapper .check-label {
    float: left!important;
    font-size: 13px!important;
    margin-left: 10px!important;
    margin-top: -2px!important;
    width: 85%;
}
.check-wrapper.invert .check-bg {
    padding: 5px!important;
}
.check-wrapper.invert .check {
    margin-top: 2px!important;
}
.check-wrapper .check {
    height: 12px!important;
    margin-left: -13px!important;
    width: 7px!important;
}
.img-comic img {
    width: 100%!important; 
	margin-top: 2px;
	margin-bottom: 8px;
}
.check-wrapper {
    margin-bottom: 5px !important;
    margin-top: 0;
}

}
@media screen and (min-width: 361px) and (max-width: 469px) {
.check-wrapper {
    margin-bottom: 5px !important;
    margin-top: 0;
}
 .margin-badge{
	margin: 68px auto 20px!important;
}
.badge-icon {
    margin-top: -48px!important;
    right: -15px!important;
}
.text-margin-badge{
	margin-top: 28px;
}
.modal-margin-badge-text{
	padding-top: 30px!important;
}
.modal-margin-badge{
	margin-top: -11px;
}
} 
.footer-list-menu ul li:last-child {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 0;
}
/* Selling page */
.selling-block-top h1 {
    font-size: 2.9em;
    margin-top: 0.3em;
}
.selling-block-top h2 {
    font-size: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.selling-block-top .hr-line {
    margin-bottom: 0.1em;
    margin-top: -0.3em;
	width: 15%;
}
 .selling-button{
	margin-bottom: 1.7em!important;
}

.steps h2 {
    color: #222;
    display: inline-block;
    font-family: open sans;
    font-size: 1.8em;
    font-weight: 600;
    padding-left: 0.3em;
}
.steps span {
    background: #fd2727 none repeat scroll 0 0;
    border: 4px solid #fe7d7d;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: open sans;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 14px;
    padding: 0.38em;
}
.left-content {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 1.2em;
    position: relative;
    width: 100%;
}
.left-content2 {
    display: inline-block;
    float: left;
    margin-right: 0;
	margin-left: 0;
    margin-top: 0.2em;
    position: relative;
    width: 100%;
}
.left-content3 {
    display: inline-block;
    float: left;
    margin-right: 0;
	margin-left: 0;
    margin-top: 0.2em;
    position: relative;
    width: 100%;
}
.text-steps p {
    color: #666666;
    font-family: open sans;
    font-size: 0.9em;
    margin-top: 0;
}
.strong-text-steps {
    color: #333 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    margin-bottom: 0.3em;
}
.block-white {
    padding-bottom: 0.5em;
    padding-top: 0.2em;
}
.steps {
    margin-bottom: 1em; 
    text-align: center;
}
.img-step-mob{
	margin: 15px auto 0;
    width: 95%;
}
.block-grey {
    padding: 1.2em 0 0.5em;
}
.left-content2 .img-step-mob{
	margin-top: -12px;
}
.left-content3 .img-step-mob{
	margin-top: -5px;
}

 }
 @media only screen and (min-width: 370px) and (max-width: 390px) {
	#nav {
		top: 25px !important;
	}
}	
 @media screen and (min-width: 414px) and (max-width: 475px) {
#nav {
		top: 28px !important;
	}
.footer-list-menu ul li:last-child {
    margin-bottom: 20px;
    margin-right: 0;
}
.footer-list-menu ul li {
    font-size: 0.92em;
    margin-bottom: 12px;
    margin-right: 11px;
}
.footer-style p {
    clear: both;
    font-size: 0.9em;
    margin-bottom: 15px;
}
.footer-style {
    padding-top: 10px;
}
.footer-list-menu ul {
    margin: 0 auto 12px;
}
@-moz-document url-prefix(){
.footer-list-menu ul li:last-child {
    margin-bottom: 20px;
    margin-left: 5px!important;
    margin-right: 0;
}
} 
.footer-list-menu ul li:last-child {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 0;
}
 /* Selling page */
.selling-block-top h1 {
    font-size: 3.2em;
    margin-top: 0.3em;
}
.selling-block-top h2 {
    font-size: 1.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.selling-block-top .hr-line {
    margin-bottom: 0.1em;
    margin-top: -0.3em;
	width: 15%;
}
 .selling-button{
	margin-bottom: 1.7em!important;
	margin-top: 1.1em !important;
}

.steps h2 {
    color: #222;
    display: inline-block;
    font-family: open sans;
    font-size: 1.8em;
    font-weight: 600;
    padding-left: 0.3em;
}
.steps span {
    background: #fd2727 none repeat scroll 0 0;
    border: 4px solid #fe7d7d;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: open sans;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 14px;
    padding: 0.38em;
}
.left-content {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 1.2em;
    position: relative;
    width: 100%;
}
.left-content2 {
    display: inline-block;
    float: left;
    margin-right: 0;
	margin-left: 0;
    margin-top: 0.4em;
    position: relative;
    width: 100%;
}
.left-content3 {
    display: inline-block;
    float: left;
    margin-right: 0;
	margin-left: 0;
    margin-top: 0.4em;
    position: relative;
    width: 100%;
}
.text-steps p {
    color: #666666;
    font-family: open sans;
    font-size: 0.9em;
    margin-top: 0;
}
.strong-text-steps {
    color: #333 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    margin-bottom: 0.3em;
}
.block-white {
    padding-bottom: 0.5em;
    padding-top: 0.2em;
}
.steps {
    margin-bottom: 1em; 
    text-align: center;
}
.img-step-mob{
	margin: 15px auto 0;
    width: 95%;
}
.block-grey {
    padding: 1.2em 0 0.5em;
}
.left-content2 .img-step-mob{
	margin-top: -12px;
}
.left-content3 .img-step-mob{
	margin-top: 0;
}
 }
  @media only screen and (min-width: 479px) and (max-width: 533px) {
	#nav {
		top: 34px !important;
	}
.footer-list-menu ul li {
    display: inline;
    font-size: 0.75em;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 15px;
}		
	.check-wrapper .check-label {
    width: 80% !important;
}
.tn-box {
    display: table-cell !important;
    max-height: 120px !important;
    min-height: 100px !important;
    position: relative !important;
}
.tn-box p::before{
	left: 10px !important;
}
.tn-box p {
     font: 16px amblelight,sans-serif !important;
    padding: 0 0 0 42px !important;
    width: 98%;
	word-wrap: break-word;
}
.check-wrapper .check-label {
    font-size: 13px!important;
    margin-left: 13px;
    margin-top: -4px;
    width: 89% !important;
}
}
@media screen and (min-width: 400px) and (max-width: 600px) {
.margin-badge{
	margin: 68px auto 20px!important;
}
.badge-icon {
    margin-top: -53px!important;
    right: -15px!important;
}
.modal-margin-badge-text{
	padding-top: 40px!important;
}
.modal-margin-badge{
	margin-top: -11px;
}
 } 
 @media screen and (min-width: 540px) and (max-width: 640px) {
.check-wrapper .check-label {
    font-size: 14px!important;
    margin-left: 13px;
    margin-top: -4px;
    width: 90% !important;
}
 } 
  @media screen and (min-width: 630px) and (max-width: 730px) {
 .footer-list-menu ul li {
    display: inline;
    font-size: 0.8em;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 8px;
}
}
  @media screen and (min-width: 476px) and (max-width: 630px) {
.footer-list-menu ul li:last-child {
    display: block;
    margin-right: 0;
}
 
.img-comic img {
	margin-top: 2px;
}
/* Selling page */
.selling-block-top h1 {
    font-size: 3.2em;
    margin-top: 0.3em;
}
.selling-block-top h2 {
    font-size: 1.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.selling-block-top .hr-line {
    margin-bottom: 0.1em;
    margin-top: -0.3em;
	width: 15%;
}
 .selling-button{
	margin-bottom: 1.7em!important;
	margin-top: 1.1em !important;
}

.steps h2 {
    color: #222;
    display: inline-block;
    font-family: open sans;
    font-size: 1.8em;
    font-weight: 600;
    padding-left: 0.3em;
}
.steps span {
    background: #fd2727 none repeat scroll 0 0;
    border: 4px solid #fe7d7d;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: open sans;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 14px;
    padding: 0.38em;
}
.left-content {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 1.2em;
    position: relative;
    width: 100%;
}
.left-content2 {
    display: inline-block;
    float: left;
    margin-right: 0;
	margin-left: 0;
    margin-top: 0.8em;
    position: relative;
    width: 100%;
}
.left-content3 {
    display: inline-block;
    float: left;
    margin-right: 0;
	margin-left: 0;
    margin-top: 0.8em;
    position: relative;
    width: 100%;
}
.text-steps p {
    color: #666666;
    font-family: open sans;
    font-size: 0.9em;
    margin-top: 0;
}
.strong-text-steps {
    color: #333 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    margin-bottom: 0.3em;
}
.block-white {
    padding-bottom: 0.5em;
    padding-top: 0.2em;
}
.steps {
    margin-bottom: 1em; 
    text-align: center;
}
.img-step-mob{
	margin: 15px auto 0;
    width: 85%;
}

.block-grey {
    padding: 1.2em 0 0.5em;
}
.left-content2 .img-step-mob{
	margin-top: -12px;
}
.left-content3 .img-step-mob{
	margin-top: 0;
}
 }
 /* max-width 640px, mobile-only styles, use when QAing mobile issues */
 @media screen and (min-width: 370px) and (max-width: 640px) {
.head-img > img{
	width: 70%;
}
#menu-icon img{
	float: right;
}
#nav-wrap {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.large-4-blocks img{
	float: left;
    margin-right: 20px;
	width:30%;
}
.large-4-blocks h4{
	color: #3d454b;
    font-size: 21px!important;
    line-height: 25px;
    padding-top: 15px;
    text-transform: uppercase;
}
.large-4-blocks p{ 
    color: #263948;
    font-size: 15px!important;
    line-height: 19px;
    margin-top: -5px;
    text-align: left;
}
.large-6-blocks img{
	float: left;
    margin-right: 30px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.large-6-blocks h4{
	color: #3d454b;
    font-size: 21px!important;
    line-height: 25px;
    padding-top: 15px;
    text-transform: uppercase;
}
.large-6-blocks p{ 
    color: #263948;
    text-align: left;
}
.large-7-blocks img{
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
}
.large-7-blocks h4{
	color: #3d454b;
    font-size: 21px!important;
    line-height: 25px;
    padding-top: 15px;
    text-transform: uppercase;
}
.large-7-blocks p{ 
    color: #263948;
    font-size: 15px!important;
    line-height: 19px;
    text-align: left;
	padding-top: 15px;
}
.index-text p{
	color: #263948;
    font-size: 15px!important;
    line-height: 19px;
	text-align: left;
	  margin-top: -5px;
}

.large-4-blocks p a{
	color:#008efd;
	text-decoration: underline;
}
.margin-bottom {
    margin-bottom: 15px;
}
.panel h1{
	color: #fff;
    font-size: 1.4em;
    line-height: 30px;
    text-align: center;
}  

.panel h1 span{
	display: block;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 5px;
    padding-top: 20px;
}
.large-5-blocks img{
	float: left;
    margin-right: 10px;
	width:30%;
}
.large-5-blocks h4{
	color: #323232;
    font-size: 19px;
    line-height: 21px;
    padding-top: 15px;
    text-transform: uppercase;
}
.large-5-blocks h5{
	color: #8f8f8f;
    font-size: 17px;
    line-height: 19px;
    padding-top: 0;
    text-transform: uppercase;
}  
.centr_title h1{
	color: #3d454b;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
	text-align: center;
}

 } /* max-width 640px, mobile-only styles, use when QAing mobile issues */
 @media screen and (min-width: 640px) and (max-width: 767px) {
 
	/* Selling page */
.selling-block-top h1 {
    font-size: 3.8em;
    margin-top: 0.3em;
}
.selling-block-top h2 {
    font-size: 1.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.selling-block-top .hr-line {
    margin-bottom: 0.1em;
    margin-top: -0.3em;
	width: 15%;
}
 .selling-button{
	margin-bottom: 1.7em!important;
	margin-top: 1.1em !important;
}

.steps h2 {
    color: #222;
    display: inline-block;
    font-family: open sans;
    font-size: 1.8em;
    font-weight: 600;
    padding-left: 0.3em;
}
.steps span {
    background: #fd2727 none repeat scroll 0 0;
    border: 4px solid #fe7d7d;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: open sans;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 14px;
    padding: 0.38em;
}
.left-content {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 1.2em;
    position: relative;
    width: 100%;
}
.left-content2 {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0.8em;
    position: relative;
    width: 100%;
}
.left-content3 {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0.8em;
    position: relative;
    width: 100%;
}
.text-steps p {
    color: #666666;
    font-family: open sans;
    font-size: 0.9em;
    margin-top: 0;
}
.strong-text-steps {
    color: #333 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    margin-bottom: 0.3em;
}
.block-white {
    padding-bottom: 0.5em;
    padding-top: 0.2em;
}
.steps {
    margin-bottom: 1em; 
    text-align: center;
}
.img-step-mob{
	margin: 15px auto 0;
    width: 72%;
}

.block-grey {
    padding: 1.2em 0 0.5em;
}
.left-content2 .img-step-mob{
	margin-top: -12px;
}
.left-content3 .img-step-mob{
	margin-top: 0;
}
 }
  @media screen and (min-width: 768px) and (max-width: 890px) {
	/* Selling page */
.selling-block-top h1 {
    font-size: 4em;
    margin-top: 0.3em;
}
.selling-block-top h2 {
    font-size: 1.3em;
    padding-left: 2em;
    padding-right: 2em;
}
.selling-block-top .hr-line {
    margin-bottom: 0.1em;
    margin-top: -0.3em;
	width: 15%;
}
 .selling-button{
	margin-bottom: 1.7em!important;
	margin-top: 1.1em !important;
}
 
 .block-white {
    padding-top: 2.5em;
}
  .right-content {
    display: inline-block;
    float: left;
    margin-top: 2em;
    position: relative;
    width: 50%;
}
.left-content {
    display: inline-block;
    float: left;
    margin-right: 3em;
    margin-top: -12px;
    position: relative;
    width: 40%;
}
.block-grey {
    padding: 1em 1em 0.5em;
}
  .right-content2 {
    display: inline-block;
    float: left;
    margin-top: 0;
    position: relative;
    width: 50%;
}
.left-content2 {
    display: inline-block;
    float: left;
    margin-left: 1em;
    margin-right: 0;
    margin-top: 2.5em;
    position: relative;
    width: 47%;
}
.left-content3 {
    display: inline-block;
    float: left;
    margin-left: 3em;
    margin-right: 0;
    margin-top: 0.5em;
    position: relative;
    width: 38%;
}
  .steps span {
    font-size: 2em;
    line-height: 20px;
}
.steps h2 {
    font-size: 2em;
}
.img-step-mob {
    display: none;
}
.text-steps p {
    font-size: 0.8em;
    margin-top: 0.2em;
}
.strong-text-steps {
    font-size: 0.9em !important;
    margin-bottom: 0.3em;
}
  }
 
  @media screen and (min-width: 767px) {
  	/* Selling page */
.selling-block-top h1 {
    font-size: 4.5em;
    margin-top: 0.3em;
}
.selling-block-top h2 {
    font-size: 1.5em;
}
.selling-block-top .hr-line {
    margin-bottom: 0.1em;
    margin-top: -0.3em;
	width: 15%;
}
 .selling-button{
	margin-bottom: 1.7em!important;
	margin-top: 1.1em !important;
}
.img-step-mob{
	display:none
}
.block-white {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #e2e2e2;
    padding: 2.2em 1em 0.5em;
}
  }
@media screen and (max-width: 767px) {
	.right-content{
	display:none;
	}
	.right-content2{
	display:none;
	}
   } 
@media only screen and (min-width: 40.063em) {
.head-img img{
}
#menu-icon img{
	float: right;
}
#nav-wrap {
    float: right;
    margin-top: 15px;
    position: relative;
    width: 20%;
}
	#nav {
		clear: both;
		position: absolute;
		top: 41px;
		right: -2px;
		width: 190px;
		z-index: 10000;
		padding: 5px;
		background: #f8f8f8;
		border: solid 1px #999;
		display: none; /* Видимость включается jQuery */
	}
 } /* min-width 641px, medium screens */
@media only screen (max-width:1024px) {
    #nav-wrap {
        float: right;
        margin-top: 15px;
        position: relative;
        width: 20%;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 53em) { 
.large-5-blocks h4{
    color: #323232;
    font-size: 29px;
    line-height: 40px;
    padding-top: 25px;
    text-transform: uppercase;
}

} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */






 
 /* facebook plugin */
 .fb-plugin{
	min-width:183px;
	position:relative;
	max-width:300px;
	border:1px solid #ccc;
	cursor: default;
 }
 .fb-head-block { 
    display: block;
    float: left;
    margin-top: 8px;
    padding-left: 1%;
    padding-right: 1%;
    position: relative;
    width: 98%;
 }
 .fb-head-img {
	display: inline;
    float: left;
    margin: 2px 10px 10px;
	width: 50px;
 }
 .fb-head-img img{
	width: 50px !important;
	margin: 0 !important;
 }
 * html .fb-head-title {
	float:left;
 }
 .fb-head-title {
	display: inline-block;
    float: left;
    overflow: hidden;
	width: 66%;
 }
 .fb-head-title h2{
	color: #3b5998;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: 1px;
    text-align: left;
    width: 100%;
 }

 .fb-head-title img {
	width: 50px !important;
	margin: 0 !important;
 }
 .fb-content-block {
	border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    clear: both;
    display: inline-block;
    float: left;
    margin: 0 2%;
    overflow: hidden;
    width: 96%;
	max-height: 173px;
 }
 .fb-content-block p{
	clear: both;
	width: 100%;
 }
 p.fb-style-text{
   font-family: arial !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    margin-top: 6px !important;
 }
 .content-block-img{
    display: inline-block;
    float: left;
    margin-bottom: 2px;
	margin-left: 3px;
    margin-right: 3px;
    width: 50px;
 }
 .content-block-img img{
	margin-bottom: -4px;
    width: 50px !important;
 }
 .content-block-img span{
	color: #7e7e7e;
    font-family: arial;
    font-size: 11px;
 }
 .fb-footer-block {
    clear: both;
    display: block;
    overflow: hidden;
     padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    position: relative;
    width: 100%;
 }
 .fb-footer-block img{
	margin: 3px 0 0 0 !important;
    width: 14px !important;
 }	
 .fb-footer-block h4{
    color: #979791;
    float: left;
    font-size: 11px;
    margin-bottom: 3px;
    margin-left: 6px; 
    overflow: hidden;
    position: relative;
    text-align: left;
    width: initial;
	letter-spacing: normal;
	text-rendering: auto;
	word-spacing: normal;
 }
@media (min-width: 469px) and (max-width: 520px) {
.fb-head-img img {
    width: 40px !important;
}
.fb-head-img {
    width: 40px;
}
.fb-head-title h2 {
    font-size: 17px;
    margin-bottom: 1px;
}
.fb-head-title {
    margin-bottom: 3px;
}
}
@media (max-width: 468px) {
.fb-content-block {
    max-height: 101px;
}
.fb-plugin {
    margin: 5px auto 7px;
}
}
@media (min-width: 768px) {
.fb-plugin {
    margin: 5px auto 7px;
}
}
@media (min-width: 480px) {
.style-contact-form{
    padding: 30px;
}
}
.check-wrapper {
  padding:1px 0 0 6px;
  display:inline-block;
  cursor:pointer;
  box-sizing:border-box;
  margin-bottom: 15px;  
}

.check-wrapper .check-bg {
  width:20px;
  height:20px;
  background-color:#5ED36C;
 display:inline-block;
  float:left;
  box-sizing:border-box;
}

.check-wrapper.invert .check-bg {
    background-color: #fff;
    border: 1px solid #b7171d;
    border-radius: 3px;
    padding: 10px;
}

.check-wrapper.circle .check-bg {
  border-radius:50%;
}

.check-wrapper input {
    float: left !important;
    margin-left: -20px;
    visibility: hidden;
    width: 20px !important;
}

.check-wrapper .check-label{
  -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
    float: left;
    font-size: 15px;
    margin-left: 13px;
    margin-top: -4px;
    width: 89%;
  
}

.check-wrapper .check {
   -ms-transform: rotate(42deg); 
    -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
    transform: rotate(42deg);
  -ms-transition:all 200ms linear;
  -webkit-transition:all 200ms linear;
   -moz-transition:all 200ms linear;
   transition:all 200ms linear;
  float: left;
  height: 15px;
  margin-left: -15px;
  width:8px;
  border-bottom:3px #fff solid;
  border-right:3px #fff solid;
  opacity:0;
  box-sizing:border-box;
}

.check-wrapper.invert .check {
    border-bottom: 3px solid #b7171d;
    border-right: 3px solid #b7171d;
    margin-top: 2px;
}

input[type=checkbox]:checked + .check {
  opacity:1;
}

.prompt {
  margin-bottom:20px;
  font-weight:bold;
}
.clearing-close {
    position: absolute;
    right: 20px;
    top: 10px;
}
.clearing-assembled .clearing-container .visible-img {
    margin-top: 20px;
}

.testimonials {
    
    padding: 8px 5px 0;
	margin-top: -10px;
	margin-bottom: 8px;
}
.photo {
	float: left;
	margin-right:5px; 
	display:inline; 
}
.description{
	overflow:hidden;
}
* html .description{	
	float:left;
}
.testimonials-text {
    color: #404040;
    font-family: arial;
    font-size: 0.8em;
    line-height: normal;
    margin-left: 3px;
    text-align: left;
	margin-bottom: 5px;
}
.testimonials-text span{
	color:#1d5f9b;
	font-weight:bold;
}
.testimonials-like {
    color: #919ba4;
    font-family: arial;
    font-size: 0.7em;
    letter-spacing: -0.2px;
    margin-left: 3px;
    text-align: left;
	margin-bottom: 15px;
}
.testimonials-like span{
    color:#3b5998;
}
.testimonials-like span img{
    margin-top: -4px;
}
.hover:hover{
    text-decoration: underline;
	cursor: pointer;
}


hr {
    margin: 0.25rem 0.25rem 0;
}
.tn-box {
    display: table-cell !important;
    position: relative !important;
}



span.formwrap {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    height: 45px;
    margin: 0 auto 18px;
    overflow: hidden;
    padding: 3px;
    position: relative;
    text-align: center;
    max-width: 380px;
}
.unsubscribe input:-webkit-input-placeholder  { text-align: center; }
.unsubscribe input[placeholder]          {text-align: center !important;}
.unsubscribe input::-moz-placeholder     {text-align: center !important;} 
.unsubscribe input:-moz-placeholder      {text-align: center !important;} 
.unsubscribe input:-ms-input-placeholder {text-align: center !important;}  
span.formwrap input {
    font-size: 17px;
    padding: 11px 15px 10px;
    text-align: center !important;
}
.unsubscribe-block-style p {
    overflow-wrap: break-word;
	text-align: center;
}
.button-unsubscribe{
	text-align: center; margin-top: 20px; margin-bottom: 20px;
}
.button-unsubscribe a.myButton{
	padding: 8px 40px; font-size: 19px; margin: 0px auto; color: rgb(255, 255, 255);
}

.fb-head-title h2{
	display: inline-block;
}
.fb-head-title img {
    display: inline-block;
}

@media only screen and (min-width: 37em) {
.modal-margin-badge{
	margin-top: -15px;
}

.modal-margin-badge-text{
	padding-top: 45px!important;
}
	
 }
 
.prompt {
  margin-bottom:20px;
  font-weight:bold;
}
.badge-icon{
	margin-top: -45px;
    position: absolute;
    right: -15px;
    z-index: 1;
}
