.metatest_block *, .metatest_block *::before, .metatest_block *::after {
    box-sizing: border-box;
}
.metatest_block .container{
	box-sizing: content-box;
}
.lds-dual-ring {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 34px;
  height: 34px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.form_eml_send .lds-dual-ring:after {
  border-color: #0f7cca transparent #0f7cca transparent;
}
@keyframes lds-dual-ring {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}
a{
    cursor: pointer;
}

.metatest_block, .metatest_block label{
	font-size: 16px;
}


.input-box > select.input-large{
    width: 61px;
}
.input-box .label-symbol{
    float: left;
    width: 21%;
    text-align: left;
    margin-right: 20px;
    line-height: 36px;
}
.d-flex{
	display: flex;
}
.d-flex.color {
    background-color: #eef7fd;
}
.w100{
    width: 100%;
}
.mt-5 {
	margin-top:5px;
}
.mt-10 {
	margin-top:10px;
}
.mt-20 {
	margin-top:20px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-60 {
	margin-bottom:60px;
}
.mt-40 {
	margin-top:40px;
}
.mt-70 {
	margin-top:70px;
}
.ml-a {
    margin-left: auto;
}
.ml-10 {
    margin-left: 10px;
}
.pl-15 {
	padding-left:15px;
}
.pl-40 {
	padding-left:40px;
}
.pt-12{
	padding-top:12px;
}
.pt-15{
	padding-top:15px;
}
.pt-20 {
	padding-top:20px;
}
.pr-40 {
	padding-right:40px;
}

.mr-2 {
	margin-right:.5rem;
}
.ml-1{
	margin-left:0.25rem;
}
.ml-2{
	margin-left:0.5rem;
}
.ml-3{
	margin-right:1rem;
}
.ml-4{
	margin-right:1.5rem;
}

.btn {
    -moz-user-select: none;    
    cursor: pointer;
    display: inline-block;        
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;	
}
.btn.btn-blue {
	font-size: 16px;
	font-weight: bold;
    border-radius: 0px;
	color: #fff;
    background-color:#0f7cca;
	background-image: none;
    text-shadow:none;
    border: none;
}
#metatester .btn.btn-blue {
    max-width: 100px;
	font-size: 16px;
	font-weight: bold;
    border-radius: 0px;
    background-color:#fff;
    border: 1px solid #bebebe;
    color: #000000;
	background-image: none;
	text-shadow:none;
}
.btn.btn-blue.size1, #metatester label.btn.btn-blue.size1{
    padding: 10px 20px;
}
.btn.btn-blue.size2{
	font-size:18px;
	border-radius: 7px;
	padding: 16px 25px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}
.btn.btn-blue:hover, .btn.btn-blue:focus{
	background-color:#0f7cca;
	background-image: none;
	color: #fff;
}
.btn.btn-blue2, .btn.btn-blue2:hover, .btn.btn-blue2:focus{
    background-color:#465a6b;
}
.btn.btn-sm{
	font-size:14px;
	font-weight: normal;
}

button.red{
	color:red;
}
.float-right {
	float: right;
}
.text-right{
	text-align: right;
}

.meta-info {
    font-size: 11px;
    color: #646464;
    margin-top: 6px;
}
#metatester{
    clear: both;
    margin-bottom: 10px;
}
#whitebox div {
    text-align: left;
}
.info-box {
    color: white;
}
table.nopad {
    border-collapse: collapse;
}

span.title-diff, .diff, span.description-diff {
    line-height: 16px !important;
}
.wrap-cont{
    width: 100%;
}
.wrap-cont label{
    padding: 0 21px;
}

.title_add_url{    
    margin-bottom: 5px;
}

.input-box input.add_url{
    display:inline-block;    
    margin-bottom: 0px;
}
.input-box button{
    display:inline-block;
    text-align: center;
    min-width:95px;
}
.input-group-btn{
	display:flex;
}
.input-group-btn .input{	
	width:100%;
}
.input-group-btn .btn{
	width:150px;
	flex-shrink:0;
}

#container_meta_test{
	background-color: #fff;
}

.google-snippet-container{
     padding-left: 30px;
     padding-right: 30px;
}
.google-snippet-container.desktop{
    border-right:1px solid #f6f6f6;	
}


.block-wrapper{    
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    min-height: 90px;	
}
.block-wrapper .inner{
	width: 100%;
	max-width: 600px;
}
.block-wrapper a, .block-wrapper a:link{
	font-family: Arial, sans-serif;
    color: #1a0dab;
    line-height: 1.3;
	font-size: 20px;
    text-decoration: none;    
}
.block-wrapper a:hover{
	color: #1a0dab;
    text-decoration: underline;
}
.block-wrapper .meta-data-url{
	font-family: Arial, sans-serif;
    font-size:16px;
    line-height: 1.58;
    color: #006621;  
	padding-top: 1px;
	padding-bottom: 2px;
}
.block-wrapper .meta-data-description{
	font-family: Arial, sans-serif;
    color: #545454;
    line-height: 1.58;
	word-wrap: break-word;    
    font-size:14px;
}
.block-wrapper .snippet-rich{
	font-size:14px;
	color: #70757a;
	margin-bottom: 2px
}
.block-wrapper .snippet-rich img{
	width:14px;
	height: 14px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.block-wrapper .test-date{
	color: #70757a;
	font-size:14px;
}
.block-wrapper .meta-data-url.cache::after{
	border-color: #006621 transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	width: 0;
	height: 9px;
	top: 50%;
	display:inline-block;
	position: relative;
	content:'';
	margin-top: -4px;
	margin-left: 4px;
}

.snippet-rich-mobile{
	margin-top:8px;
	font-size:14px;
	color: #70757A;	
	order: 3;
}
.snippet-rich-mobile .text{
	color: #202124;
	margin-bottom: 4px;
}
.snippet-rich-mobile img{
	width:12px;
	height: 12px;
	position: relative;
	top: -3px;
	vertical-align: middle;
}


#container_meta_test.mobile{
	padding-top:5px;
}
.mobile .block-wrapper{	
	box-shadow:0 1px 6px rgba(32, 33, 36, 0.28);
	border-radius:8px;
	padding: 12px 16px;
	max-width: 344px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.mobile .block-wrapper .inner{
	max-width:312px;
	display: flex;
	flex-direction: column;	
}
.mobile .block-wrapper .title-wrapper{
	order: 1;
	margin-bottom: 12px;
}
.mobile .block-wrapper a, .mobile  .block-wrapper a:link{
    color: #1558d6;
    line-height: 1.3;
	font-size: 18px;    
}
.mobile .block-wrapper .meta-data-url{
	font-size:12px;
	color: #202124;	
}
.mobile .block-wrapper .meta-data-url-block{
	order: 0;
	margin-bottom: 12px;	
}
.mobile .block-wrapper .favicoin{
	display: block;
	width: 16px;
	height: 16px;	
	margin-right: 12px;
	float:left;
}
.mobile .block-wrapper .favicoin img{	
	width: 16px;
	height: 16px;
}

.mobile .block-wrapper .description-wrapper{
	order: 2;
}
.mobile .block-wrapper .test-date{
	color: #808080;
}
.mobile .block-wrapper .meta-data-url.cache::after{
	display: none!important;
}

#debug-google-wrapper{
	display: none;
	position:absolute;
	width: 100%;
	left:0px;
}
#debug-google-wrapper.block-wrapper, #debug-google-wrapper.block-wrapper .inner, .mobil #debug-google-wrapper.block-wrapper, .mobil #debug-google-wrapper.block-wrapper .inner{
	width: 2000px;
	max-width:  2000px;
}

.google-logo-block{
	background-color: #f6f6f6;	
	padding: 18px 30px;
    display: flex;
    align-items: center;
}
.google-logo-block .glogo{
	width:112px;
	flex-shrink:0;
}
.google-logo-block .ginput{
    width:100%;
    max-width: 355px;
    margin-left: 30px;
}
.google-logo-block .glogo div{
	width:92px;
	height:30px;
	background-image:url("/images/googlelogo.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 92px 30px;
	margin-right: 20px;
}
.google-logo-block .ginput .some-text {
	height: 34px;
	width: 100%;
	max-width:520px;
	background-color:#fff;
	border-radius:15px;
    margin-bottom: 0;
}


.metatest_block .span9{
    position:relative;
    min-height:1px;
    width:75%;
    float:left;
}
.metatest_block .span3{
    position:relative;
    min-height:1px;
    width: 25%;
    float: right;
}
.span3 > button{
    margin-left: 11%;
    margin-top:0%;    
}

.tomail{
    margin-top: 20px;
}
label.label-url{
    display: block;
}
#url-text, input#title-text, textarea#description-text{
    width: 100%;
    margin-bottom:0px;
    resize: none;
}
textarea#description-text {
    max-height: 170px;
}
#metatester{
    width: 100%;
}
#metatester .input-box label.label-url{
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}
#metatester label{
    padding-top: 0px;
}
#metatester input.error, #metatester textarea.error, .metatest_block input.error, .metatest_block textarea.error{
    border:1px solid red !important;
}
label{
    line-height: 30px;
}
.list_urls {
    clear: both;
    display: block;
    width: 100%;
}
.info-box.danger {
    background: #ff5454 none repeat scroll 0 0;
    border: 1px solid #ff2121;
}
#infoboxes {
    display: none;
    clear: both;
}
.info-box {
    border: 1px solid black;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.35) inset, 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    color: white;
    float: left;
    height: auto;
    min-height: 175px;
    margin: 10px;
    padding: 20px;
    width: 46%;
}
.info-box .count {
    font-size: 34px;
    font-weight: 700;
    margin-top: -10px;
}
.diff {
    padding-top: 10px;
}

.title-diff, .description-diff {
    margin-top: 10px;
}
.info-box .title, .title-diff, .description-diff {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}
.info-box.success {
    background: #79c447 none repeat scroll 0 0;
    border: 1px solid #61a434;
}
.g-recaptcha{
    margin-top: 10px;
    margin-bottom: 10px;
}
#lengthCheck{
    margin-top: 10px;
}
#description-text{
    height: 185px;
}
.span12{
    width: 100%;
}
.symbol_box{	
    align-items: initial;
    content: unset;
    display: flex !important;
    flex-wrap: wrap;
	padding: 6px 6px 10px 6px;	
}


.metatest_block input[type="text"],
.metatest_block input[type="password"],
.metatest_block textarea{	
	border-radius: 0;
	color: #000;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 1.42857;
	padding: 6px 12px;
	box-shadow: 0px 0px 3px 0 rgba(70,70,70, 0.1);
	border:0px;
	outline: 0px;
}


.bl-btn-del {
	padding-top: 12px;
	padding-right: 20px;
	text-align:right;	
}

.input-box{    
	margin-bottom:30px;
}
.input-box-mim{
	margin-bottom:19px;
}
.input-box-mim, .checkboxes {
    position: relative;
}
.input-box-mim .copy-text {
    position: absolute;
    cursor: pointer;
    bottom: 22px;
    right: 5px;
    display: block;
    background-color: #fff;
    background-image: url(/templates/maxx/images/copy-s.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 35px;
    height: 28px;
    border: 1px solid #bebebe;
    transition-duration: 0.2s;
}
.input-box-mim .copy-text:hover {
    background-color: #d8d8d8;
    transition-duration: 0.2s;
}
.checkboxes .copy-text-button {
    position: absolute;
    cursor: pointer;
    bottom: 5px;
    right: 5px;
    display: block;
    background-color: #fff;
    background-image: url(/templates/maxx/images/copy-s.png);
    background-repeat: no-repeat;
    background-position: 85px center;
    width: 110px;
    height: 28px;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 10px;
    font-weight: bold;
    color: #000;
    border: 1px solid #bebebe;
    transition-duration: 0.3s;
}
.checkboxes .copy-text-button:hover {
    background-color: #d8d8d8;
    transition-duration: 0.3s;
}
#both-copy {
    display: none;
}

.metatest_block .progress, .metatest_block .progress-bar {
    border-radius: 0;
}
.metatest_block .progress {
    position: relative;    
}
.metatest_block .progress{
    height:4px;
    width: 100%;
    background-color: #e9e9e9;
	background-image: none;
    border-radius: 0px;    
    overflow: hidden;
	box-shadow: none;
	margin-bottom: 0px;
}
.metatest_block .progress-bar {
    background-color: #f78811;    
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.bar-success{
    background: #5cb85c none repeat scroll 0 0;
}
.bar-short{
    background: #f78811 none repeat scroll 0 0;
}
.bar-warning {
    background: #81b5dd none repeat scroll 0 0;
}
.bar-danger {
    background: #ff0000 none repeat scroll 0 0;
}

.meta-input-msg {	
	font-size:11px;		
	line-height:100%;
	height:11px;
}

.meta-input-msg.lenghtshort{
	color:#f78811;
}
.meta-input-msg.lenghtnorm{
	color: #81b5dd;
}
.meta-input-msg.lenghtsuccess{
	color: #5cb85c;
}
.meta-input-msg.lenghtlong{
	color: #ff0000;
}

.symbol_box{
    clear: both;
    display: block;
    width: 100%;
}
.input-box button.symbol_btn {
    margin-left: 5px;
    margin-top: 5px;    
    height: 48px;
    width: 48px;
	border:0px;
	min-width:48px;
	background: #ebe9ec;
	font-size:30px;
	padding:4px;
	text-align: center;
}
.input-box button.symbol_btn:hover {
    background-color: #ccc;
}
#specification{
    margin-top: 40px;
}
.specification{
	margin-left:0px;
    list-style: none;
	display: flex;
}
.specification li{
    display: block;
    width: 100%;
	font-size: 12px;
    padding-right:20px;
}
.specification li:last-child{
	padding-right:0px;
}
span.spt{
    width: 30px;
    height: 8px;
    display: block;    
	margin-bottom:10px
}
.class-focus::-webkit-input-placeholder {color:#f7f7f7;}
.class-focus::-moz-placeholder          {color:#f7f7f7;}/* Firefox 19+ */
.class-focus:-moz-placeholder           {color:#f7f7f7;}/* Firefox 18- */
.class-focus:-ms-input-placeholder      {color:#f7f7f7;}
#more_hide,
#emojis_more button{
    display:none;
}
#more_hide,
#more_show{
    line-height: 30px;
}
.show_hide_div{
    width:100%;
}


#password_retype_area,
#register_area,
#login_area,
#items_list,
#item_title_field{
    border: 1px solid #e5e5e5;
    padding:10px;
    width: 40%;
    min-width:300px;
    display: none;
    margin-bottom:3px;
    z-index: 100;
    background-color: #fff;
    position: absolute;
    left:50%;
    top:0;
    opacity: 1;
}
#items_list{
    min-height:250px;
    max-height: 500px;
    overflow-y: auto;
}
#items_list .saved_list{
    width:100%;
}
#items_list .saved_list td{
    border-bottom: 1px dotted #e5e5e5;
}
#password_retype_area button,
#item_title_field button,
#register_area button,
#login_area button{
    margin-top:4px;
}
#overlay {

    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
    background-color: #000;

    opacity: 0.5;
    dispaly:none;
}
a.close_btn{
    position:absolute;
    top:10px;
    right:10px;
}
.tabs {
	background:#fff;
}
.tabs ul{
	display: flex;
	margin:0px;
	margin-left:auto;
}
.tabs li{
	margin:0px;
	display:block;	
	background-color:#ededed;	
	margin-right: 12px;	
}
.tabs li:last-child {
    margin-right: 0;
}

.tabs li.ui-tabs-active{
	background-color:#b0b8bf;	
}
.tabs li a{
	display:block;
	text-decoration:none;
	color: #000000;
	text-align: center;
	padding:10px;
	font-size:15px;
}
.tabs li.ui-tabs-active a{
    color: #000000;
    background-color: #fff;
	font-weight: bold;
}
.tabs li a:focus {
    outline: none;
}
.tabs .cats{
	padding-bottom: 6px;
}
.tabs .cats select{	
	margin-bottom:0px;
	width:300px;
	border:1px solid #ccc;
	border-radius:0px;
	margin-left:5px;
	font-size:15px;
	padding-left:9px;
}
.tabs .cats .name{
	display:inline-block;
	line-height:30px;
	font-size:14px;
}


a.tab{
    height: 0;
    opacity: 0;
	display:block;
	width: 130px;			
	text-decoration:none !important;
	color: #858585;
	text-align: center;
	padding-top: 5px;
	padding-bottom:5px;	
	line-height:30px;
}
a.tab::before{
	content:'';
	display: inline-block;
	background-image: url('/images/icon/desktop_s.svg');
	background-size: 22px 22px;
	width:22px;
	height:22px;
	margin-right:5px;
	position:relative;
	top:5px;
}
a.tab.imobile::before{
	background-image: url('/images/icon/mobile_s.svg');
	margin-right: 7px;
}

a.tab:hover{
	text-decoration:none;
}

.checkboxes .text{
	line-height:25px;
	display: inline-block;
    vertical-align: top;
    color: #000000;
}
.checkboxes label span {
    color: #000000;
}
.checkboxes .mr-2{
	margin-right: 1.2rem;
}
.checkboxes label{
	display: inline-block;
}
.custom-checkbox, input.custom-checkbox[type="checkbox"]{
	position: absolute;	
	opacity: 0;
	width:25px;
	height:25px;
	margin-top:0px;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.05);
  background-repeat: no-repeat;
  background-position: center center;  
}
.custom-checkbox:checked+label::before {
  background-image: url(/images/checkbox.png);
}


.btn-blue-border, a.btn-blue-border{
    color: #3089d5;
    font-size: 16px;
    border:1px solid #3089d5;
    font-weight: bold;
    padding: 10px 25px;
	display: inline-block;
}
a.btn-blue-border:hover{
	text-decoration: none;
}

.kontakt_block {
    margin-bottom: 30px;
}

.text_emoj_error{
    line-height: 26px;
    color: #000000;
}

.google-snippet-container.form-send{
    padding: 0px 30px 40px 30px;  
    margin-bottom: 30px;  
}

.form_send{
    border:1px solid #ccc;
    padding: 10px 20px 20px 20px;
    display: none;
}
.form_send .head{
    color: #3089d5;
    font-weight: bold;
    margin-bottom: 15px;
}
.form_send .name{
    margin-bottom: 3px;
    font-size: 14px;
}
.form_send .row{
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}
.form_send .col-6{    
}
.form_send input[type="text"],
.form_send textarea
{
    height: 30px;
    font-size: 14px;
    box-shadow: 0px 0px 3px 0 rgba(70,70,70, 0.2);
    width: 100%;
    resize: none;
}
.form_send textarea{
    height: 60px;
}
.form_send .text_x{
    font-size: 12px;
    color:#3089d5;
}
.form_send .msg{
    display: none;
    margin-bottom: 20px
}
.form_send .msg.error{
    color: red;
}

.form_error_send{
    padding: 35px 60px;
}
.form_error_send .btn{
    width: 135px;
}
.form_error_send .txt_f_u{
    font-size: 14px;
}
.form_error_send .msg{
    display: none;
    margin-bottom: 20px
}
.form_error_send .msg.error{
    color: red;
}
.form_error_send input[type=file]{
    width:130px;
    height:35px;
    position: absolute;
    top:0px;    
    right:0px;
    opacity:0;
    pointer-events:none;
    user-select:none
}
.p-relative{
    position:relative;
}
.form_error_send_load, .form_email_send_load{
    display: none;
    text-align: center;
}
.btn_error_send_block a.btn-blue-border {
    color: #000000;
    font-weight: bold;
    border: 1px solid #bebebe;
    background-color: #fff;
    min-width: 240px;
}

.tab-toggler {
    display: flex;
}
.tab-toggler a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    text-align: center;
    background-color: #d8d8d8;
    margin-right: 15px;
    padding: 11px 10px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    position: relative;
}
.tab-toggler a.active {
    background-color: #fff;
}
.tab-toggler a.tab1 {
    padding-left: 30px;
}
.tab-toggler a.tab2 {
    padding-left: 25px;
}
.tab-toggler a.tab1::before {
    content: '';
    background-image: url(/images/icon/desktop_s.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: 16px;
}
.tab-toggler a.tab2::before {
    content: '';
    background-image: url(/images/icon/mobile_s.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: 16px;
}
.google-snippet-containers {
    min-height: 283px;
}


@media (max-width: 1400px){
	.tabs .cats select{
		width:150px;
	}
}

@media (max-width: 1199px){
    .google-snippet-containers{
        display: block;
    }
    .google-snippet-container{
        width: 100%;
    }    
    #metatester .row{
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }
    .col-6{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .form_error_send .col-6 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobile .block-wrapper{
        margin-left: 40px;
        margin-top: 20px;
    }
    a.tab{
        width: 100%;
        text-align: left;
        padding-left: 40px;
    }
    .kontakt_block .text-right{
        text-align: left;
    }
    .form_eml_send .col-6{
        padding-left: 20px;
        padding-right: 20px;
    }
    .google-snippet-container.form-send{
        margin-top: 40px;
        padding-top: 20px;
    }
	.tabs .cats {
		padding-right: 12px;
	}
	.tabs .cats select{
		margin-left:0px;
		width:100%;
	}
}
@media (max-width: 979px){
    .itemid-134 .home_banner {
        padding-bottom: 100px;
    }
}
@media (max-width: 768px) {
    a.tab{     
        padding-left: 20px;
    }
    .mobile .block-wrapper{
        margin-left: 20px;
        margin-right: 20px;
    }
    .google-snippet-container .pl-40.pt-20, .google-snippet-container.form-send{
        padding-left: 20px;
        padding-right: 20px;
    }    
    
	.specification, .specification li{
		display: block;
	}
	.tabs ul, .tabs li{
		display: block;
	}
	.tabs li{
		width: 100%;
		margin-bottom:2px;
		margin-right:0px;
	}
	.tab_view a{
		width:50%;
	}
	.google-logo-block{
		display: block;
	}
	.google-logo-block .glogo{
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.google-logo-block .glogo div{
		margin:auto;
	}
	.google-logo-block .ginput div{
		width: 100%;
		max-width:100%;
	}
    .kontakt_block_text { 
        flex-direction: column;
        padding: 20px 15px;
    }
    .kontakt_block_text .item-2 {
        margin-top: 20px;
    }
    .kontakt_block_text .text{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .btn.btn-blue.size2{
        font-size: 16px;
        padding: 10px 15px;
    }
    .tabs .d-flex{
        display: block;
    }
    .tabs .d-flex .cats{
        display: none;
    }
    .form_error_send{
        padding: 20px 20px;
    }  
    .mobile .block-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 480px){
	.input-group-btn{
		display: block;		
	}
	.input-group-btn .btn {
		width: 100%;
		padding-top:10px;
		padding-bottom:10px;
	}
    .checkboxes > span{
        display: block;
        padding-top: 2px;
    }
    .form_error_send .d-flex{
        display: block;
    }
    .form_error_send .btn{
        width: 100%;
    }
    .form_send .row{
        display: block;
    }
    .form_send .btn{
        width: 100%;
    }
    .form_send{
        border:0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #metatester .btn.btn-blue {
        max-width: 100%;
    }
    .form_eml_send .col-6 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ml-2 {
        margin-left: 0;
    }
}


.info .item-show {
    display: none;
}

mark.m-strong {
    background-color: transparent;
    font-weight: bold;
    color: inherit;
}