html {
  line-height: 1.15;
  box-sizing: border-box;
  height: 100%;
  letter-spacing: .01em;

  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  min-width: 320px;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  letter-spacing: .025em;
  color: #1c1c1c;
  background-color: #fff;
}

main {
  display: block;
}

.like-h1,
.like-h2,
.like-h3 {
  display: block;
}

h1,
h2,
h3,
h4,
.like-h1,
.like-h2,
.like-h3 {
  font-family: 'Arimo', sans-serif;
}

h1,
.like-h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 43px 0;
  letter-spacing: .05em;
  text-transform: uppercase;
}

h2,
.like-h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 33px 0;
  letter-spacing: .05em;
  text-transform: uppercase;
}

h3,
.like-h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 23px 0;
  letter-spacing: .025em;
  text-transform: uppercase;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  text-decoration: none;
  color: #d10428;
  border: none;
  outline: none;
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

input,
textarea {
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html *,
html ::after,
html ::before {
  box-sizing: inherit;
}

/***********************************************/
.wrap-b-footer {
  min-height: 100%;
  margin-bottom: -50px;
}

* html .wrap-b-footer {
  height: 100%;
}

.wrap-b-footer:after {
  display: block;
  height: 50px;
  content: '';
}

.clearfix::before {
  display: table;
  clear: both;
  content: '';
}

.clearfix::after {
  display: table;
  clear: both;
  content: '';
}

.resize {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.resize .resize {
  padding: 0;
}

/**/
.contact-item {
  font-size: 18px;
  line-height: 1;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px 18px;
}

.contact-item>a {
  color: inherit;
}

.logo>a {
  display: block;
}

.logo-pic {
  display: block;
  width: 169px;
  height: 79px;
}

.btn {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  min-width: 180px;
  padding: 15px 5px;
  transition: .4s ease-out;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #2fa3e7;
  border-radius: 4px;
  background: #2fa3e7;
}

.btn:hover {
  border-color: #0674b4;
  background: #0674b4;
}

.red-transp-btn {
  color: #d10428;
  border: 2px solid #d10428;
  background: transparent;
}

.red-transp-btn:hover {
  color: #fff;
  border: 2px solid #d10428;
  background: #d10428;
}

.gray-block {
  padding: 40px 0;
  background: #f2f4fc url(../img/gery-block-bg.png) no-repeat center center;
}

.right-block {
  float: right;
}

.left-block {
  float: left;
}

.left-block,
.right-block {
  line-height: 1.2;
  max-width: 50%;
  min-height: 20px;
}

/**/
.header-contacts-line {
  padding: 14px 0;
  border-bottom: 2px solid #b4c8d8;
  background: #fff;
}

.header-contacts-group {
  font-family: 'Arimo', sans-serif;
  float: right;
}

.header-contact {
  float: left;
  margin-left: 50px;
}

.tel-item {
  font-size: 20px;
  font-weight: 700;
  background-image: url(../img/phone.svg);
}

.mail-item {
  background-image: url(../img/mail.svg);
}

.header-nav-line {
  padding: 20px 0 40px;
  background: #eff1fd;
}

.header-logo,
.header-nav {
  float: left;
}

.header-logo {
  margin-right: 37px;
}

.login-group {
  float: right;
  padding-top: 40px;
}

.login-group .btn {
  min-width: 150px;
  padding: 10px 5px;
  letter-spacing: .025em;
  text-transform: none;
}

.login-group .red-transp-btn {
  margin-right: 16px;
}

.reg-btn,
.login-btn{
  display: inline-block;
  padding-right: 22px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px 18px;
}

.reg-btn {
  background-image: url(../img/user-plus.svg);
}

.red-transp-btn:hover .reg-btn {
  background-image: url(../img/user-plus-wt.svg);
}

.login-btn {
  background-image: url(../img/log-in.svg);
}

.money-btn {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px 18px;
}

/**/
.header-nav,
.main-nav {
  margin: 0;
  padding: 0;
}

.header-nav-item,
.main-nav-item {
  display: inline-block;
  list-style: none;
}

.header-nav-item a,
.main-nav-item a {
  display: block;
  color: inherit;
}

.header-nav {
  padding: 42px 0 0;
}

.header-nav-item {
  margin-right: 20px;
}

.header-nav-item a {
  line-height: 1;
  padding: 10px 0;
  transition: .4s ease-out;
  letter-spacing: normal;
}

.header-nav-item a:hover {
  color: #d10428;
}

.main-nave-line {
  min-height: 50px;
  color: #fff;
  background: #0674b4;
}

.main-nav {
  text-align: center;
  color: #fff;
}

.main-nav-item {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  line-height: 1;
  transition: .4s ease-in-out;
  text-transform: uppercase;
}

.main-nav-item:hover {
  background-color: #2fa3e7;
}

.main-nav-item a,
.main-nav-item span {
  display: block;
  padding: 17px 26px;
}

.main-nav-item.mobile-nav-item,
#pull {
  display: none;
}

/*Слайдер*/
.slider-block {
  min-height: 560px;
  background-image: -moz-linear-gradient(50deg, rgb(252, 253, 254) 0%, rgb(238, 244, 253) 52%, rgb(224, 234, 252) 100%);
  background-image: -webkit-linear-gradient(50deg, rgb(252, 253, 254) 0%, rgb(238, 244, 253) 52%, rgb(224, 234, 252) 100%);
  background-image: -ms-linear-gradient(50deg, rgb(252, 253, 254) 0%, rgb(238, 244, 253) 52%, rgb(224, 234, 252) 100%);
  box-shadow: 0 10px 30px 0 rgba(70, 139, 250, .1);
}

.slider-wrap {
  position: relative;
  min-height: 560px;
  padding-bottom: 20px;
  background: url(../img/slider-bg.png) no-repeat center center/ auto 100%;
}

.resize.slide-content {
  padding-top: 97px;
  padding-bottom: 48px;
  text-align: center;
}

.slide-title {
  font-family: 'Arimo', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  color: #32425f;
}

.slider-title-accent {
  font-size: 80px;
  display: inline-block;
  color: #d10428;
}

.slide-list {
  display: flex;
  max-width: 1015px;
  margin: 0 auto;
  padding: 46px 0 53px;
}

.slide-list li {
  font-family: 'Arimo', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  width: 33.3%;
  min-height: 30px;
  padding: 0 10px 0 55px;
  list-style: none;
  text-align: left;
  letter-spacing: .05em;
  background: url(../img/icon-checked.png) no-repeat 10px 5px/ 25px 25px;
}

/*Контент*/
.content-main {
  padding-top: 26px;
}

.page-content-main {
  padding: 20px 0 40px;
}

.breadcr {
  font-size: 14px;
  border-bottom: 1px solid #b4c8d8;
  padding: 15px;
}

.breadcr,
.breadcr span {
  color: #d10428;
}

.breadcr a {
  color: #1c1c1c;
}

.breadcr a:hover {
  text-decoration: underline;
}

.domains {
  margin-bottom: 115px;
  padding: 30px 30px 40px;
  border-radius: 4px;
  background-color: rgb(242, 244, 252);
  box-shadow: 0 3px 9px 1px rgba(70, 139, 250, .2);
}

.news {
  margin-bottom: 40px;
  padding: 30px 30px 40px;
  border-radius: 4px;
  background-color: rgb(242, 244, 252);
  box-shadow: 0 3px 9px 1px rgba(70, 139, 250, .2);
}

.search-domain {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.domain-name {
  font-size: 20px;
  width: 100%;
  height: 74px;
  padding: 0 190px 0 28px;
  letter-spacing: normal;
  color: #b8b8b8;
  border: 3px solid #2fa3e7;
  border-radius: 4px;
  background-color: #fff;
}

.domain-submit {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -25px;
  padding: 15px 53px 15px 20px;
  cursor: pointer;
  text-align: left;
  background: #2fa3e7 url(../img/search.svg) no-repeat right 30px center;
}

.domain-submit:hover {
  background: #0674b4 url(../img/search.svg) no-repeat right 30px center;
}

.check-domain-topline.clearfix {
  padding: 38px 0 24px;
}

.check-allzone,
.check-popzone {
  font-weight: 500;
  float: left;
  width: 25%;
  padding-left: 15px;
  letter-spacing: .05em;
}

.check-domain-block {
  display: flex;
  width: 100%;
  background: url(../img/table-bg.jpg);
}

.check-domain-column {
  width: 25%;
}

.check-domain-item {
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
}

.domain-checkbox {
  float: left;
}

.domain-price {
  float: right;
}

.check {
  font-weight: 700;
  position: relative;
  padding-left: 28px;
}

.check-input {
  position: absolute;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #2fa3e7;
  border-radius: 4px;
  background: #fff;
}

.check-input:checked+.custom-checkbox {
  border: none;
  background: url(../img/check.png);
  background-size: 20px 20px;
}

.check-input:disabled+.custom-checkbox {
  border: 2px solid #e2e2e2;
  background: #e2e2e2;
}

.check-input:focus+.custom-checkbox {
  border: 4px solid #2fa3e7;
  background: #fff;
}

.check-input:checked:focus+.custom-checkbox {
  border: none;
  background: url(../img/check-focus.png);
}

.domain-price {
  font-weight: 500;
  font-style: italic;
}

.more-link {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-right: 25px;
  text-decoration: underline;
  background: url(../img/arrow-right-circle.svg) no-repeat right center;
}

.more-link:hover {
  text-decoration: none;
}

/*Тарифы*/
.pricing-cont {
  display: none;
  clear: both;
}

.pricing-cont.visible {
  display: block;
}

.pricing-tabs {
  display: flex;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
}

.pricing-tabs li {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  width: 16.666%;
  padding-bottom: 14px;
  list-style: none;
  cursor: pointer;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 5px solid #fff;
}

.pricing-tabs li.active {
  cursor: default;
  border-bottom-color: #2fa3e7;
}

.tariff-group {
  margin: 0 -10px 45px;
  text-align: left;
}

.tariff-item-wrap {
  display: inline-block;
  width: calc(25% - 4px);
  padding: 0 10px;
  vertical-align: top;
  margin-bottom: 20px;
}

.tariff-item {
  padding-bottom: 40px;
  text-align: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 20px 51px 0 rgba(70, 139, 250, .2);
}

.tariff-header {
  position: relative;
  padding: 23px 10px 55px;
  color: #fff;
  background-image: -moz-linear-gradient(50deg, rgb(0, 210, 255) 0%, rgb(24, 187, 243) 52%, rgb(47, 163, 231) 100%);
  background-image: -webkit-linear-gradient(50deg, rgb(0, 210, 255) 0%, rgb(24, 187, 243) 52%, rgb(47, 163, 231) 100%);
  background-image: -ms-linear-gradient(50deg, rgb(0, 210, 255) 0%, rgb(24, 187, 243) 52%, rgb(47, 163, 231) 100%);
}

.tariff-header-green {
  background-image: -moz-linear-gradient(50deg, rgb(149, 249, 208) 0%, rgb(75, 219, 189) 48%, rgb(0, 189, 169) 100%);
  background-image: -webkit-linear-gradient(50deg, rgb(149, 249, 208) 0%, rgb(75, 219, 189) 48%, rgb(0, 189, 169) 100%);
  background-image: -ms-linear-gradient(50deg, rgb(149, 249, 208) 0%, rgb(75, 219, 189) 48%, rgb(0, 189, 169) 100%);
}

.tariff-header-orange {
  background-image: -moz-linear-gradient(50deg, rgb(240, 172, 148) 0%, rgb(243, 135, 106) 48%, rgb(246, 97, 63) 100%);
  background-image: -webkit-linear-gradient(50deg, rgb(240, 172, 148) 0%, rgb(243, 135, 106) 48%, rgb(246, 97, 63) 100%);
  background-image: -ms-linear-gradient(50deg, rgb(240, 172, 148) 0%, rgb(243, 135, 106) 48%, rgb(246, 97, 63) 100%);
}

.tariff-header-red {
  background-image: -moz-linear-gradient(50deg, rgb(249, 157, 149) 0%, rgb(219, 80, 75) 48%, rgb(189, 3, 0) 100%);
  background-image: -webkit-linear-gradient(50deg, rgb(249, 157, 149) 0%, rgb(219, 80, 75) 48%, rgb(189, 3, 0) 100%);
  background-image: -ms-linear-gradient(50deg, rgb(249, 157, 149) 0%, rgb(219, 80, 75) 48%, rgb(189, 3, 0) 100%);
}

.tariff-header::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 65px;
  content: '';
  background: url(../img/tariff-element.png) center top/ auto 65px;
}

.tariff-name {
  font-family: 'Arimo', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.tariff-descript {
  font-size: 18px;
  line-height: 1.1;
  display: block;
  letter-spacing: normal;
}

.tariff-accent {
  font-size: 30px;
  display: block;
  padding-top: 10px;
  letter-spacing: normal;
  text-transform: uppercase;
}

.tariff-params {
  padding-bottom: 30px;
}

.tariff-param-item {
  display: block;
  padding: 8px;
}

.tariff-param-item:nth-child(odd) {
  background: #f2f4fc;
}

.infinity {
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 5px;
}

.tariff-param-value {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
  position: relative;
  bottom: -3px;
  display: inline-block;
  margin: 0 0 5px 0;
  letter-spacing: normal;
  color: #d10428;
}

.tariff-param-item.rub-in {
  padding: 3px 5px;
  /* line-height: 30px; */
}

.small-accent {
  font-size: 14px;
}

.tariff-place {
  font-size: 22px;
  display: block;
  padding-top: 10px;
  padding-bottom: 15px;
  letter-spacing: normal;
}

.tariff-name.serv-name {
  font-size: 20px;
  padding-bottom: 15px;
}

.info-link {
  font-family: 'Arimo', sans-serif;
  display: inline-block;
  padding-left: 25px;
  color: #0674b4;
  background: url(../img/info.svg) no-repeat left top;
}

a.info-link {
  font-style: italic;
  text-decoration: underline;
}

a.info-link:hover {
  text-decoration: none;
}

.news-block-wrap {
  max-width: 1360px;
  margin: 80px auto 90px;
  padding: 45px 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 20px 51px 0 rgba(70, 139, 250, .2);
}

.news-block-wrap .like-h1 {
  margin-top: 0;
  margin-bottom: 28px;
  padding: 0 30px;
}

.tariff-params {
  padding-bottom: 30px;
}

.news-block {
  display: flex;
  width: 100%;
}

.news-block-item {
  width: 33.333%;
  padding: 0 35px;
  border-right: 2px solid #e0e5f6;
}

.news-block-item:nth-child(3n) {
  border-right: none;
}

.news-date {
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
  color: #0674b4;
}

.news-short {
  line-height: normal;
  display: block;
  text-decoration: underline;
  letter-spacing: .05em;
  color: #1c1c1c;
}

.news-short:hover {
  text-decoration: none;
}

.news-bottom {
  margin: 50px 30px 0;
}

/*Способы оплаты*/
.payment-wrap {
  padding: 50px 0 85px;
  background: #112154;
}

.payment-wrap h2 {
  text-align: center;
  color: #fff;
}

.payment-list {
  text-align: center;
}

.payment-pic,
.payment-list .more-link {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.payment-list .more-link {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  background-image: url(../img/arrow-right-circle-w.svg);
}

.footer {
  color: #fff;
  background: #1a1f31;
}

.footer a {
  color: #fff;
}

.footer-topline {
  max-width: 1420px;
  margin: 0 auto;
  padding: 35px 20px 18px;
}

.telegram-item {
  background-image: url(../img/telegram.svg);
}

.table-mobile {
  overflow: auto;
}

.table-mobile table {
  overflow-x: scroll;
}

.simple-table {
  width: 99%;
  border-collapse: collapse;
  background: #f2f4fc;
  margin: 0 0 20px;
}

.simple-table .simple-table__product {
  font-weight: bold;
  text-align: left;

}

.simple-table td {
  border-right: 2px solid #fff;
}

.simple-table .left-table__product {
  border-right: 2px solid #fff;
  text-align: left;
}

.simple-table tr:nth-child(2n+1) {
  background: #fff;
}

.simple-table th,
.simple-table tr:nth-child(2n+1) td {

  border-right: 2px solid #f2f4fc;
}

.simple-table th:last-child,
.simple-table td:last-child {
  border-right: none;
}

.simple-table th,
.simple-table td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}

.spoiler__btn {
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}

.spoiler__btn:hover {
  text-decoration: underline;
}

.spoiler__text {
  padding: 10px;
  border: 2px solid #2fa3e7;
  border-radius: 4px;
  background: #fff;
  margin: 20px 0;
  max-width: 700px;
  display: none;
}

.footer-contact.mail-item {
  background-image: url(../img/mail-w.svg);
}

.footer-contact.tel-item {
  background-image: url(../img/phone-w.svg);
}

.footer-column {
  float: left;
  width: 33.333%;
  padding: 0 10px;
}

.footer-nav {
  font-size: 18px;
  margin: 0;
  padding: 10px 0 0;
}

.footer-nav li {
  padding-bottom: 10px;
  list-style: none;
}

.footer-nav li a:hover {
  text-decoration: underline;
  opacity: .7;
}

.footer-contact-wrap {
  padding-top: 15px;
}

.footer-contact {
  padding-bottom: 27px;
}

.tel-descript {
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding-top: 12px;
}

.footer-bottomline {
  padding: 55px 0;
  border-top: 1px solid #737373;
}

@media (max-width:1200px) {

  .logo-pic,
  .header-logo,
  .header-nav,
  .login-group {
    transition: .4s ease-out;
  }

  .header-logo {
    margin-right: 20px;
  }

  .logo-pic {
    display: block;
    width: 140px;
    height: auto;
    transition: .4s ease-out;
  }

  .header-nav {
    padding: 30px 0 0;
  }

  .login-group {
    float: right;
    padding-top: 28px;
  }
}

@media (max-width:1100px) {
  .header-nav-line {
    transition: .4s ease-out;
  }

  .login-group {
    float: right;
    padding-top: 0;
  }

  .login-group .btn {
    display: block;
    width: 120px;
    min-width: 140px;
  }

  .login-group .red-transp-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .header-nav-line {
    padding: 20px 0;
    background: #eff1fd;
  }
}

@media (max-width:1000px) {
  .header {
    position: relative;
    padding-top: 50px;
  }

  .header-contacts-line {
    position: absolute;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    padding: 0;
    padding-top: 20px;
    border-bottom: none;
    background: none;
  }

  .header-contact {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .main-nave-line {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .main-nav {
    position: absolute;
    z-index: 9;
    left: 0;
    display: none;
    width: 100%;
    text-align: left;
    background: #0f79b7;
  }

  .main-nav-item,
  .main-nav-item.mobile-nav-item {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }

  #pull {
    display: block;
  }

  #pull {
    display: table-cell;
    width: 50px;
    height: 50px;
    cursor: pointer;
    vertical-align: middle;
  }

  .header-nav {
    display: none;
  }

  .resize.slide-content {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
  }

  .slider-wrap,
  .slider-block {
    min-height: 360px;
  }

  .slide-title {
    font-size: 32px;
  }

  .slider-title-accent {
    font-size: 44px;
  }

  .pricing-plans {
    max-width: 680px;
    margin: 0 auto;
  }

  .pricing-tabs {
    margin: 0 0 30px;
  }

  .pricing-tabs li {
    line-height: 1;
    text-transform: none;
  }

  .tariff-item-wrap {
    width: calc(50% - 4px);
    margin-bottom: 20px;
  }

  .tariff-name {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .tariff-header {
    padding-bottom: 55px;
  }

  .tariff-params {
    padding-bottom: 15px;
  }

  .tariff-item {
    padding-bottom: 20px;
  }

  .tariff-param-value {
    font-size: 24px;
  }

  .rub {
    width: 10px;
    height: 13px;
  }

  .infinity {
    width: 20px;
    height: 12px;
  }

  h1,
  .like-h1 {
    margin: 33px 0;
  }

  .content-main {
    padding-top: 10px;
  }

  .domains {
    margin-bottom: 50px;
  }

  .news {
    margin-bottom: 50px;
  }

  .news-block-wrap {
    margin: 50px auto;
  }

  .payment-wrap {
    padding: 30px 0;
    background: #112154;
  }

  .payment-pic {
    width: calc(16.666% - 14px);
    height: auto;
    margin: 0 5px;
  }
  .check-domain-block {
	background: none;
  }
}

@media (max-width:850px) {
  .slide-list li {
    font-size: 16px;
  }

  .slide-list {
    padding: 40px 0;
  }

  .check-domain-block {
    flex-wrap: wrap;
  }

  .check-domain-column {
    width: 50%;
  }

  .check-allzone,
  .check-popzone {
    width: 33%;
  }

  .footer-column {
    width: 50%;
    padding: 0 10px 20px;
  }
}

@media (max-width:650px) {
  .header-contacts-line {
    position: static;
    margin: auto;
  }

  .news-block,
  .slide-list {
    flex-wrap: wrap;
  }

  .slide-list li,
  .news-block-item {
    width: 50%;
    margin-bottom: 20px;
  }

  .pricing-tabs.clearfix {
    flex-wrap: wrap;
  }

  .pricing-tabs li {
    width: 33.333%;
    margin-bottom: 10px;
  }

  .news-block-item:nth-child(3n) {
    border-right: 2px solid #e0e5f6;
  }

  .news-block-item:nth-child(2n) {
    border-right: none;
  }

  .footer-column.cont-column {
    width: 100%;
  }
}

@media (max-width:480px) {
  .logo-pic {
    width: 120px;
  }

  .slide-list li,
  .news-block-item {
    width: 100%;
  }

  .news-block-item,
  .news-block-item:nth-child(2n),
  .news-block-item:nth-child(3n) {
    border-right: none;
  }

  .slide-title {
    font-size: 26px;
  }

  h1,
  .like-h1 {
    font-size: 26px;
    margin: 30px 0;
  }

  h2,
  .like-h2 {
    font-size: 24px;
    margin: 20px 0;
  }

  .domains {
    padding: 30px 10px;
  }
  .news {
    padding: 30px 10px;
  }

  .btn.domain-submit {
    font-size: 0;
    right: 5px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-top: -15px;
    padding: 0;
    background: #2fa3e7 url(../img/search.svg) no-repeat center center;
  }

  .domain-name {
    font-size: 16px;
    height: 45px;
    padding-right: 35px;
    padding-left: 5px;
  }

  .check-domain-topline {
    padding: 25px 0;
  }

  .check-allzone,
  .check-popzone {
    width: 100%;
    margin-bottom: 10px;
  }

  .check-domain-column {
    width: 100%;
  }

  .left-block,
  .right-block {
    line-height: 1.2;
    float: none;
    max-width: 100%;
    min-height: 20px;
    margin-bottom: 20px;
    text-align: right;
  }

  .pricing-tabs li {
    width: 50%;
    margin-bottom: 10px;
  }

  .tariff-item-wrap {
    display: block;
    width: 100%;
  }

  .payment-pic {
    width: calc(33.33% - 14px);
    height: auto;
    margin: 0 5px 10px;
  }

  .footer-column {
    width: 100%;
    padding: 0 20px;
  }
}
