@charset "utf-8";
/* CSS Document */
.b-tabs-content__item._active {
    display: block;
}

.b-service {
    background: #979799;
    -webkit-box-shadow: 0 10px 30px #CDD4D9;
    box-shadow: 0 10px 30px #CDD4D9;
    padding: 3.5em 2.5em 2.5em;
    color: #fff;
}

.b-whois__field {
    position: relative;
}

.b-service__note {
    display: block;    
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 10px;
	color:#F0F0F0;
}

.b-service__note a:link {color: #CF3500;}
.b-service__note a:hover {color: #FF4F12;}

.b-service__field input[type="text"] {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 1.1em;
    font-size: 1.1em;
    color: #3C3C3C;
    background: #F3F4F4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0 none;    
    font-weight: normal;
}
.b-service__field input::-webkit-input-placeholder {
	color:#b8b8b8;
	font-size:1em;
}
.b-whois__submit {
    display: block;
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    right: 0;
    cursor: pointer;
    background: none;
    border: 0 none;
}

.b-whois__submit .isvg {
    font-size: 14px;
    fill: #ff4f12;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.isvg-search {
    width: 1em;
}
.isvg {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: inherit;
    stroke: inherit;
    font-size: 10px;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
* {
    outline: none;
	box-sizing: border-box;
}

.b-whois .b-whois__clear {
    display: none;
}
.b-whois__clear {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(203, 219, 220, 0.5);
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -10px;
    border: 0 none;
    cursor: pointer;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button {
    outline: 0 none;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.b-whois__clear .isvg {
    font-size: 8px;
    stroke: #879E9F;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    left: 6px;
    top: 6px;
}
.isvg-close {
    width: 1.05556em;
}

.b-whois.b-whois_processed .b-whois__submit {
  display: none; }

.b-whois.b-whois_processed .b-whois__clear {
  display: block; }

@media (max-width: 768px) {
	.b-service__field input[type="text"] {
    	font-size: 1em;
	}
	.b-service {
		padding: 2.5em 1em 1em;
	}
	.b-whois__submit {
		right:-0.5em;
	}
}