/*Общие стили*/
/*settings*/
body {
    font-family: 'r', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color:#383838;
    overflow-x: hidden;
}
.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: inherit !important;
}
btn, .btn {
    font-size: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn:focus,
.btn:active,
.btn.focus,
.slick-slide,
.slick-dots li button,
.slick-prev:focus,
.slick-next:focus
{
    box-shadow: none;
    outline: 0;
}
.btn-my {
    color:#333333;
    padding: 0;
    height: 60px;
    line-height: 57px;
    border-radius: .3rem;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .37px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
    position: relative;
}
.btn-my2 {
    color:#fff;
    padding: 0;
    height: 56px;
    width: 220px;
    line-height: 56px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .37px;
    overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
    position: relative;
}
.btn-yel {
    background-color: #fae11d;
    border-color: #fae11d;
}
.btn-yel:hover {
    background-color: #fad006;
    border-color: #fad006;
}
.btn-blue {
    background-color: #248ffb;
    border-color: #248ffb;
    color:#fff;
    text-shadow:  none;
}
.btn-blue:hover {
    background-color: #0f79e4;
    border-color: #0f79e4;
    color: #fff;
     -webkit-box-shadow: 0 0 20px 0 rgba(123,134,151,.3);
    box-shadow: 0 0 20px 0 rgba(123,134,151,.3);
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.link {
    text-decoration: underline;
}
.link:hover {
    text-decoration: underline;
}
.link-col {
    color: #248ffb;
}
.link-hov:hover {
    color: #248ffb !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 450;
}


/*header*/
.topnav .btn {
    font-size: 15px;
}
.topnav a.text-secondary {
    color:#788495 !important;
}
.topnav a.text-secondary:hover {
    color:#383838 !important;
}
.topnav .btn-outline-secondary {
    color: #248ffb;
    border-color: #248ffb !important;
    background-color: #fff;
}
.topnav .btn-outline-secondary:hover {
    color:#fff;
    background: #0f79e4;
    border-color: #0f79e4;
}
.topnav .btn-primary {
    background-color: #248ffb;
    border-color: #248ffb;
}
.topnav .btn-primary:hover {
    background-color: #0f79e4;
    border-color: #0f79e4;
}
.topnav .btn {
    padding: 0.3125rem 1.375rem;
}
.navlist a {
    margin-right: 33px;
}
.topnav {
    margin-bottom: 6rem;
}
.open-mob-nav {
    width: 34px;
    height: 30px;
    position: relative;
    display: none;
    cursor: pointer;
}
.open-mob-nav:before,
.open-mob-nav:after,
.open-mob-nav i {
    content:'';
    background: #383838;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
}
.inner-header .open-mob-nav:before,
.inner-header .open-mob-nav:after,
.inner-header .open-mob-nav i {
    background: #fff;
}
.open-mob-nav:before {
    top: 0;
}
.open-mob-nav:after {
    bottom: 0;
}
.open-mob-nav i {
    top: 14px;
}
.close-mob-nav {
    display: none;
    position: absolute;
    top: 15px;
    right: -45px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.close-mob-nav:before,
.close-mob-nav:after {
    content:'';
    display: block;
    height: 30px;
    width: 2px;
    background: #383838;
    position: absolute;
    top:0;
}
.close-mob-nav:before {
    left: 14px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-mob-nav:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mob-nav-overlay {
    display: none;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    z-index: 9;
   
}

.tabs__content {
	display: none;
}
.tabs__content.active {
	display: block;
}
.tabs__caption {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs__caption li {
    display: inline-block;
    margin: 0 27px 20px 0;
    color: #248ffb;
    cursor: pointer;
}
.tabs__caption li:hover span {
    
}
.tabs__caption li a {
    color: #248ffb;
}
.tabs__caption li span:before {
    content:'[';
    display: inline-block;
    margin-right: 5px;
    opacity: 0;
    transition: all 200ms ease;
}
.tabs__caption li span:after {
    content:']';
    display: inline-block;
    margin-left: 5px;
    opacity: 0;
    transition: all 200ms ease;
}
.tabs__caption li span:hover:before,
.tabs__caption li span:hover:after,
.tabs__caption li.active span:before,
.tabs__caption li.active span:after {
    opacity: 1;
}
.tabs__caption li.active:hover span {
    text-decoration: none;
}
.tabs__caption li.active:hover span,
.tabs__caption li.active {
    color:#383838;
    cursor: default;
}
.search-query {
    position: relative;
}
.search-query > div:nth-child(1)  {
    
}
.search-query > div:nth-child(2)  {
    position: absolute;
    top:0;
    right: 194px;
	width: 200px;
}
.search-query > div:nth-child(3) {
    width: 194px;
}
/*
.search-query__select {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #ced4da;
    border-left: 0;
    border-right: 0;
    margin: 0px;
    text-align: right;
    text-align-last: right;
    color: #383838;
    font-family: 'r', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 0 40px 0 0px;
    background-image: url(/images/new_index/b/arr.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    overflow: hidden;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
}
.search-query__select::-ms-expand {
    display: none;
}
*/

.select {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.select.is-active .select__body {
	display: block;
}

.select__header {
	border: 1px solid #ced4da;
    background: #fff url(/images/new_index/b/arr.png) no-repeat right 20px center;
    padding: 0 40px 0 0px;
	cursor: pointer;
    height: 60px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    text-align: right;
}
.select__current {
	
}
.compare-domain .select__header {
    border-left: 1px solid #ced4da;
}
/*
.select__current:first-letter,
.select__item:first-letter {
    color:#ff0000;
}
*/
.select__body {
	border: 1px solid #ced4da;
    background: #fff;
	border-top: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
    z-index: 5;
}
.select__item {
	cursor: pointer;
	line-height: 24px;
	padding: 8px;
}
.select__item:hover,
.select__item-current {
	background-color: #f2f2f2;
}
.search-query .btn-my {
    display: block;
    width: 100%;
    border-radius: 0 .3rem .3rem 0;
}
.search-query__hint span {
    color:#788495;
}
.search-query input {
    height: 60px;
    padding-left: 60px;
    padding-right: 200px;
    border-radius: 0.3rem 0 0 .3rem;
    border-right: none;
    background: #fff url(/images/new_index/b/search.png) no-repeat 25px center;
}
/*compare-domain*/
.compare-domain > div {
    width: 20%;
	position: relative;
}
.compare-domain input {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0.3rem 0 0 .3rem;
    border-right: none;
    background: #fff;
}
.compare-domain > div:nth-child(1) input {
    
}
.compare-domain > div:nth-child(2) input,
.compare-domain > div:nth-child(3) input {
    border-radius: 0;
}
.compare-domain > div:nth-child(3) input {
    
}
.compare-domain > div:nth-child(4) {
    width: 20.5%;
}
.compare-domain .btn-my {
    display: block;
    width: 100%;
    border-radius: 0 .3rem .3rem 0;
}
/*form-smart-selection*/
.form-smart-selection {
    flex-wrap: wrap;
}
.batch-mode {
    max-width: 780px;
    width:  100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    padding-top: 10px;
    position: relative;
}
.batch-mode:after {
    content:'';
    display: block;
    background: url(/images/new_index/b/bm_arrow.png) no-repeat 0 0;
    width: 71px;
    height: 72px;
    position: absolute;
    top: 0;
    right: -100px;
}
.batch-mode > div:nth-child(1) {
    width: 66%;
}
.batch-mode > div:nth-child(2) {
    width: 30%;
}
.batch-mode label {
    
}
.batch-mode textarea {
    width: 100%;
    resize: none;
    padding:  20px;
    margin: 0;
    border: 1px solid #ced4da;
    border-radius: .3rem;
}
.batch-mode textarea:focus {
    outline: none;
}
.batch-mode-switch {
    width: 100%;
    font-size: 0;
}
.batch-mode-switch > span {
    display: inline-block;
}
.batch-mode-switch__icon {
    width: 18px;
    height: 18px;
    position: relative;
    top:7px;
    margin-right: 15px;
    position: relative;
}
.batch-mode-switch__icon:before {
    content:'';
    display: block;
    background: url(/images/new_index/b/bm1.png) no-repeat 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
}
.batch-mode-switch__icon:after {
    content:'';
    display: block;
    background: url(/images/new_index/b/bm2.png) no-repeat 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top:0;
    left: 0;
}
.batch-mode-switch .batch-mode-switch__text {
    border-bottom: 1px dashed #248ffb;
    cursor: pointer;
    color: #248ffb;
    font-size: 15px;
}
.batch-mode-switch__help {
    width: 20px;
    height: 20px;
    background: url(/images/new_index/b/bm_help.png) no-repeat 0 0;
    position: relative;
    top: 7px;
    margin-left: 15px;
}
.batch-mode-switch.bm_active .batch-mode-switch__text {
    color: #383838;
    border-color: #383838;
}
.batch-mode-switch.bm_active .batch-mode-switch__icon:before {
    opacity: 1;
}
.batch-mode-switch.bm_active .batch-mode-switch__icon:after {
    opacity: 0;
}
.search-query input.field-batch-mode {
    background-image: none;
    padding-left: 20px;
}

h2.title {
    display: block;
    font-size: 43px;
    max-width: 950px;
    width: 100%;
    margin: 0 auto 5rem;
}
h2.title small {
    color:#788495;
    font-size: 15px;
    margin-top: 2.5rem;
    line-height: 1.4em;
}

/*block5*/
.block5 {
    background: #248ffb;
    color:#fff;
    padding: 1.5rem 0;
}
.block5 h3 {
    font-size: 25px;
    margin: 0;
    line-height: 1.2em;
}
.block5 .btn-my {
    width: 200px;
}

.form-group {margin-bottom: 0;position: relative;}
.batch-mode-switch, .search-query__hint {margin-top: 1rem;}

div.aj7tip {
    visibility: hidden;
    position: absolute;
    height:100px;
    border:1px solid #CCCCCC;
    top: 100%;
    left:0px;
    background:#ffffff;
    height:auto;
    display: block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index:600;
    width: 80%;
    min-width: 300px;
}


table.aj7tip {
	width:100%;
	height:auto;
	background:#ffffff;
	position: relative;
	z-index:600;
}
td.aj7tip {
	width:226px;
	height:10px;
	background:#ffffff;
	padding:0;margin:0;
}
a.aj7tip:link, a.aj7tip:visited, a.aj7tip:active, a.aj7tip:hover {
	text-decoration:none;
	width: 100%;
	color:#555;
	margin:0;
	padding:4px 4px 4px 4px;
	display: block;
}
a.aj7tip:hover {
	background:#DAE4F0;
	text-decoration:none;
	color:#2271BE;
	margin:0;
	padding:4px 4px 4px 4px;
}
.aj7tipHover {
	background:#DAE4F0;
	text-decoration:none;
	color:#2271BE;
	padding:0;
	margin:4px 4px 4px 4px;
}
table.aj7tip td.aj7tip {background-color: #fff; padding:0; margin:0;}

@media screen and (max-width:1200px) {
    .block5 span {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .open-mob-nav {
        display: block;
    }
    .mob-nav {
        flex-direction: column-reverse;
        justify-content: flex-end;
        width: 300px;
        position: fixed;
        left: -300px;
        top: 0;
        height: 100%;
        background: #fff;
        padding: 20px 0 0;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        z-index: 10;  
      }
    .mob-nav nav {
        display: flex;
        flex-direction: column;
        margin-top: 2rem;
    }     
    .openNav .mob-nav {
        left: 0px;
        -webkit-box-shadow: 0 0 50px 0 rgba(123,143,151,.3);
        box-shadow: 0 0 50px 0 rgba(123,143,151,.3);
      }
    .openNav .mob-nav-overlay,
    .openNav .close-mob-nav {
        display: block;
    }
    .openNav body {
        overflow: hidden;
    }
    
    .navlist a {
        margin: 0 0 10px 0;
    }
    .topnav {
        margin-bottom: 5rem;
    }
    .search-query > div:nth-child(2) {
        right: 140px;
    }
    .search-query > div:nth-child(3) {
        width: 140px;
    }
    .search-query input {
        padding-left: 40px;
        background-position: 10px center;
    }  
    .compare-domain {
        flex-wrap: wrap;
        justify-content: center;
    }
    .compare-domain > div:nth-child(1), .compare-domain > div:nth-child(2), .compare-domain > div:nth-child(3) {
        width: 230px;
    }
    .compare-domain > div:nth-child(4) {
        width: 230px;
    }
    .compare-domain > div:nth-child(5) {
        width: 230px;
    }
    .compare-domain > div:nth-child(3) input {
        border-right: 1px solid #ced4da;
        border-radius: 0 .3rem .3rem 0;
    }
    .compare-domain .select__header {
        border-radius: .3rem 0 0 .3rem;
    }
    .batch-mode > div:nth-child(1) {
        width: 65%;
    }
    .batch-mode > div:nth-child(2) {
        width: 32%;
    }
    h2.title {
        font-size: 34px;
    }
    h2.title br, .batch-mode:after {
        display: none;
    }
    .block5 {
        text-align: center;
    }
    .block5 h3 {
        margin-bottom: 2rem;
    }

}
@media screen and (max-width: 767px) {
    .navlist a:last-child {
        margin-right: 0;
    }
    .topnav {
        margin-bottom: 3rem;
    }
    h2.title, .block5 h3 {
        font-size: 28px;
    }  
    .search-query {
        display: block !important;
    }
    .search-query > div:nth-child(2) {
        position: static;
    }
    .search-query > div:nth-child(3),
    .search-query > div:nth-child(2) {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    .search-query > div:nth-child(1)  {
        display: block;
    }
    .search-query input {
        border-right: 1px solid #ced4da;
    }
    .select__header {
        border-left: 1px solid #ced4da;
        border-radius: .3rem 0 0 .3rem;
    }
    .search-query > div:nth-child(2) {
        margin-right: -4px;
    }
    .search-query input {
        border-radius: .3rem;
        padding-right: 20px;
    }
    .search-query .custom-select {
        border-left: 1px solid #ced4da;  
        border-radius: .3rem 0 0 .3rem;
    }
    .compare-domain {
        flex-wrap: wrap;
    }
    .compare-domain > div,
    .batch-mode > div:nth-child(1),
    .batch-mode > div:nth-child(2) {
        width: 100% !important;
    }
    .compare-domain > div input,
    .compare-domain > div .select__header {
       border: 1px solid #ced4da;  
       border-radius: .3rem !important;
    }
    
}
@media screen and (max-width: 575px) {
    .search-query > div:nth-child(3),
    .search-query > div:nth-child(2),
    .compare-domain > div {
        display: block;
        width: 100% !important;
    }
    .select__header {
        border-right: 1px solid #ced4da;
        border-radius: .3rem;
    }
    .search-query button.btn,
    .compare-domain input,
    .compare-domain button.btn{
        border-radius: .3rem !important;
    }
    .compare-domain input {
        border: 1px solid #ced4da;
    }
    
}
@media screen and (max-width: 370px) {
    .close-mob-nav {
        right: 20px;
    }
    .mob-nav {
        padding-top: 60px;
    }
}

