@charset "UTF-8";
@font-face {
  font-family: "Roboto-Light";
  /*src: url("/fonts/RobotoNeueCyr-Light.otf") format("truetype");*/
  src: url("/fonts/Roboto-Light.ttf") format("truetype");
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("/fonts/Montserrat-Light.ttf") format("truetype");
  font-family: 'Montserrat', sans-serif;
  font-style: light;
  font-weight: 300;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("/fonts/Montserrat-Regular.ttf") format("truetype");
  font-family: 'Montserrat', sans-serif;
  font-style: regular;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("/fonts/Montserrat-Medium.ttf") format("truetype");
  font-family: 'Montserrat', sans-serif;
  font-style: medium;
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat-Seni-bold";
  src: url("/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-family: 'Montserrat', sans-serif;
  font-style: semi-bold;
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("/fonts/Montserrat-Bold.ttf") format("truetype");
  font-family: 'Montserrat', sans-serif;
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: "Roboto-Medium";
  /*src: url("/fonts/RobotoNeueCyr-Medium.otf") format("truetype");*/
  src: url("/fonts/Roboto-Medium.ttf") format("truetype");
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  /*src: url("/fonts/RobotoNeueCyr-Bold.otf") format("truetype");*/
  src: url("/fonts/Roboto-Medium.ttf") format("truetype");
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
}

html {
  height: 100%;
}

body {
  font-family: 'Roboto-Light';
  font-size: 14px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

h1, h2 {
  /*font-size: 20px;                 */
  padding-top: 5px;	
  margin: 0;
}

@media (min-width:960px) { h1,h2 {font-size: 36px;} }
@media (min-width:960px) { body {font-size: 17px;} }

h3, h4 {
  margin: 0;
}

a, a:hover, a:focus {
  text-decoration: none;
}

a.white{
  color: #fff;
  text-decoration: underline;
}

.white:hover, .white:focus {
  text-decoration: none;
  font-weight: bold;
}

h2 {
  font-family: 'Montserrat';
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

section {
  font-size: 1.25em;
  color: #777;
  font-family: Roboto, sans-serif;
  padding: 10% 15%;
}

/* модалка */
.modal button.close {
  background: none;
  border: none;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  right: 35px;
  position: absolute;
}

.modal button.close:focus {
  outline: none;
  color: #000;
}

.modal-backdrop.in {
  opacity: .9;
}

.modal-backdrop {
  background: linear-gradient(to right, #09cddf 0%, #1b5bc9 100%);
}

.modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
margin-top: 33px;
#  padding: 30px;
}

.modal-dialog {
  width: 40%;
  margin: 80px auto;
background: #fff;
color: #000;

    vertical-align: middle;
    padding: 35px 30px 35px;
#    font-size: 1.25rem;
    text-align: center;
    max-width: 368px;

}

.modal-dialog .modal-title {
  text-align: center;
  font: normal 24px 'Roboto-Light';
  color: #000;
  margin-bottom: 10px;
    font-weight: 400;
    margin-top: 30px;
}

#refill-score .score-box {
  padding: 15px 0;
}

#refill-score span {
  color: #959595;
  font-size: 13px;
}

#refill-score input:not([type="submit"]) {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

#refill-score label:hover, #refill-score input:hover {
  cursor: pointer;
}

#refill-score p {
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  padding: 7px;
  margin-top: -30px;
  text-align: center;
  margin-bottom: 30px;
}

#refill-score hr {
  width: 100%;
  height: 1px;
  border: none;
  margin: 0;
  margin-top: 40px;
  background: #ccc;
}

#refill-score input[type="submit"] {
  margin: 30px auto;
  display: block;
  display: block;
  padding: 10px 15px;
}

.modal .modal-content {
  background-color: transparent;
}

.modal p {
  padding: 5px 0;
}

.modal p label {
  display: inline-block;
  width: 25%;
  color: #fff;
}

.modal p input {
  width: 100%;
  color: #1d62dd;
  padding: 10px 15px;
  border: none;
  border: 1px solid #d3d3d3;
}

.modal input[type='submit'] {
  padding: 15px 0px;
  display: block;
  margin: 15px auto 0px;
  width: 75%;
  color: #fff;
}

.modal input[type='submit']:hover {
  background-color: #fff;
  color: #ff264e;
}

a[data-toggle='modal']:focus {
  outline: none;
}

/* ====== */
#mainPage {
  background: #06b8cb;
  background: -moz-linear-gradient(top, #06b8cb 0%, #1a65dc 100%);
  background: -webkit-linear-gradient(top, #06b8cb 0%, #1a65dc 100%);
  background: linear-gradient(to bottom, #06b8cb 0%, #1a65dc 100%);
  min-height: 100%;
  width: 100%;
  z-index: 1;
}

.menu-btn {
  cursor: pointer;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
  vertical-align: top;
  float: right;
}

.menu-btn .icon-reorder {
  background-image: url(/img/icons.png);
  background-position: 188px -83px;
  display: inline-block;
  width: 30px;
  height: 25px;
}

.plus {
  position: relative;
  background-image: url(/img/icons.png);
  background-position: 262px -45px;
  display: inline-block;
  width: 30px;
  height: 30px;
}


.menu-btn:link, .menu-btn:visited, .menu-btn:active, .menu-btn:focus {
  color: #555;
}

.menu-btn:hover {
  color: #f60;
}

.open {
  display: block;
  top: 0%;
  z-index: 10 !important;
}

.closed {
  display: none;
  top: 50%;
  z-index: 10;
}

.blur {
  -webkit-filter: blur(10px);
}

#mainNav {
  color: #fff;
#  padding: 30px 10%;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  min-height: 100%;
  z-index: 10;
}

#mainNav .logo {
 padding-top: 15px;
}

#mainNav #close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url(/img/icons.png);
  //background-position: 259px -83px;
  background-position: 188px -83px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 2em;
  line-height: 1.75em;
  width: 2em;
}

#mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Roboto-Medium';
}

#mainNav li {
  border-left: 1px solid #5c9fe4;
  border-right: 1px solid #196dca;
  position: relative;
}

#mainNav > ul > :first-child {
  border-width: 0;
}

#mainNav > ul {
//  border: 2px solid rgba(175, 175, 175, 0.9);
}

#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:active, #mainNav a:focus {
  display: block;
  height: 3em;
  padding: 1em 1em 1em 10%;
  text-decoration: none;
  -moz-transition: background-color 0.1s ease-in-out 0s;
  -o-transition: background-color 0.1s ease-in-out 0s;
  -webkit-transition: background-color 0.1s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: background-color 0.1s ease-in-out 0s;
}

#mainNav .sub-menu a {
  padding-left: 15%;
}

#mainNav i {
  padding-right: .25em;
}

header {
width: 100%;
background: white;
top: 0;
#  -webkit-box-shadow: 0px 16px 35px -13px #400000;
#  -moz-box-shadow: 0px 16px 35px -13px #400000;
#  box-shadow: 0px 16px 35px -13px #400000;
  z-index: 999;
}

header .my-profile-block {
  position: absolute;
  right: 0;
  width: 320px;
}

header .my-profile-block .open-profile-block {
  padding: 10px 15px;
  display: inline-block;
  background-color: #fff;
  color: #244b7a;
  border-radius: 0 0 0 23px;
  width: 100%;
  box-shadow: inset 0px 16px 35px -13px #400000;
  border: none;
  text-align: left;
}

header .my-profile-block .open-profile-block:focus {
  outline: none;
}

header .my-profile-block .open-profile-block:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 30px;
  background: url(/img/profile_icon_open.png) no-repeat;
  vertical-align: middle;
}

header .profile-links-box {
  box-shadow: inset 0px 16px 35px -13px #400000;
  padding: 10px 15px;
  background-color: #fff;
  width: 100%;
  display: none;
  font-size: 15px;
}

header .profile-links-box a {
  text-decoration: underline;
}

header .profile-links-box a:hover {
  text-decoration: none;
}

header .profile-links-box .close-profile-block {
  background: url(/img/icons.png);
  background-position: -6px -84px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: none;
}

header .profile-links-box .close-profile-block:focus {
  outline: none;
}

header .profile-links-box ul {
  padding: 0 15px;
}

header .profile-links-box ul li {
  list-style: none;
}

header .profile-links-box ul li a {
  color: #1b61dd;
}

header .profile-links-box .box-prof a {
  color: #ff264e;
}

header .profile-links-box p {
  margin-top: 15px;
  padding: 0 15px 25px 15px;
  border-bottom: 1px solid #c2c2c2;
}

header .profile-links-box p a {
  color: #ff264e;
}

header .profile-links-box p:before {
  background: url(/img/icons.png);
  content: '';
  background-position: -207px 0px;
  display: inline-block;
  width: 52px;
  height: 45px;
  float: left;
}

.above-header {
  padding: 15px 0;
  color: #7e7e7e;
  font-size: 15px;
  position: relative;
  z-index: 12;
}

.dc-our-ic {
  display: inline-block;
  /* margin-top: 30px; */
  margin-bottom: -30px;
  height: 60px;
  width: 2px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #cccccc;
}

.dc-our-ic .text-block {
  float: left;
  color: #7e7e7e;
}

.dc-our-ic .text-block:hover {
  text-decoration: underline;
}

.dropdown-menu li a {
padding-top:8px !important;
padding-bottom:0px !important;
height:2.5em !important;
}

.dc-our-ic .icon-block {
  width: 50px;
  float: left;
  height: 48px;
  background-image: url(/img/icons.png);
  background-position: 302px 0px;
  margin-right: 15px;
}

.logo-box {
  float: left;
}

.cp-links-block {
  float: right;
  padding: 14px 0;
}

.sign-out {
position: relative !important;
}

.cp-links-block .accaunt-box,
.cp-links-block .support-box,
.cp-links-block .faq-box,
.cp-links-block .num-phone-box {
  float: left;
}

.cp-links-block .accaunt-box {
  float: left;
}

.cp-links-block .accaunt-box a {
  color: #1b61dd;
  text-decoration: underline;
}

.cp-links-block .accaunt-box a:hover {
  text-decoration: none;
}

.cp-links-block .accaunt-box .sign-in {
  float: left;
#  margin-right: 10px;
  text-align: center;
}

.cp-links-block .accaunt-box .sign-in .min-mod {
  top: 180%;
  left: 25px;
}

.cp-links-block .accaunt-box .link-ac {
  text-align: center;
#  width: 47px;
#  margin-right: 10px;
}

.cp-links-block .accaunt-box .icon-ac {
  width: 29px;
  float: left;
  height: 27px;
  background-image: url(/img/icons.png);
  background-position: 333px 0px;
  margin-right: 10px;
  background-size: 180px;
  margin: 0 5px;
}

.cp-links-block .accaunt-box .ac-text {
  text-align: left;
  float: left;
}

.cp-links-block .accaunt-box .ac-text span {
  color: #ff264e;
  font-weight: bold;
}

.cp-links-block .icon-faq-sup {
  float: left;
  background-image: url(/img/icons.png);
  margin: 0 5px;
}

.cp-links-block .support-box .text-block {
  float: left;
  color: #7e7e7e;
}

.cp-links-block .support-box .text-block:hover {
  text-decoration: underline;
}

.cp-links-block .support-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Roboto-Medium';
}

.cp-links-block .support-box li {
  position: relative;
}

.cp-links-block .support-box p {
  line-height: 1.1;
}

.cp-links-block .support-box .icon-faq-sup {
  background-position: 206px 0px;
  width: 67px;
  height: 43px;
}

.cp-links-block .faq-box .text-block {
  float: left;
  color: #7e7e7e;
}

.cp-links-block .faq-box .text-block:hover {
  text-decoration: underline;
}

.cp-links-block .faq-box p {
  line-height: 1.1;
}

.cp-links-block .faq-box .icon-faq-sup {
  background-position: 140px 0px;
  width: 50px;
  height: 48px;
}

.cp-links-block .num-phone-box {
  margin-left: 20px;
}

.cp-links-block .num-phone-box p:last-child {
  font-size: 27px;
  color: #000;
  font-family: 'Roboto-Medium';
}

.services-nav {
  display: none;
  padding-left: 9px;
}

.sliders .slick-prev, .sliders .slick-next {
  z-index: 10;
  padding: 60px 30px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(/img/icons.png);
}

.sliders .slick-prev {
  left: 0;
}

.sliders .slick-next {
  right: 0;
}

.sliders .slick-prev:before,
.sliders .slick-next:before {
  content: '';
}

.sliders .slick-prev {
  background-position: 125px -80px;
}

.sliders .slick-next {
  background-position: 65px -80px;
}

.sliders .slick-prev:hover, .sliders .slick-next:hover {
  background-color: black;
}

.sliders .slide-box {
	padding: 0px 0px 0px 0px;
	background-size: cover;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-color: #000;
	color: #fff;	
}

.sliders .index{
	background-image: url(../img/home_slide_1.jpg);

}
.sliders .hosting{
	background-image: url(../img/home_slide_1.jpg);
}

.sliders .vps{
	background-image: url(../img/home_slide_9.jpg);
}

.sliders .server{
	background-attachment: fixed;
	background-image: url(../img/home_slide_5.jpg);
}

.sliders .onecserver{
	background-attachment: fixed;
	background-image: url(../img/bg_play_server.jpg);
}

.sliders .ssl{
	background-image: url(../img/home_slide_2.jpg);
}

.sliders .colo{
	background-image: url(../img/home_slide_7.jpg);
}

.sliders .monitor{
	background-image: url(../img/home_slide_3.jpg);
}

.sliders .monitor3{
	background-image: url(../img/home_slide_3a.jpg);
	background-position: right;
}

.sliders .dns{
	background-image: url(../img/home_slide_10.jpg);
}

.sliders .domain{
	background-image: url(../img/home_slide_8.jpg);
}

.sliders .bonus{
	background-image: url(../img/home_slide_3a.jpg);
}

.sliders .hosting1c{
	background-image: url(../img/home_slide_13.jpg);
}

.sliders .spla{
	background-image: url(../img/home_slide_14.jpg);
}

.sliders .server_sale{
	background-image: url(../img/home_slide_14.jpg);
}


.sliders .content-slide {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding: 30px 0;
  padding-top: 30px;
}

.sliders .content-slide h2 {
  /*  font-family: 'Roboto-Light'; */
  font-family: 'Montserrat';
    color: #fff;
}

.sliders .content-slide a .button {
  display: inline-block;
  background-color: #ff264e;
  border-radius: 10px;
  padding: 25px 30px;
  margin-top: 35px;
  color: #fff;
}

.sliders .content-slide h2 .separator{
      width: 220px;
      height: 4px;
      margin: 10px 0 15px 0;
      display: block;
	  }
.sliders .content-slide h2 .blue{
  background-color: #00a2ff!important;
	  }	

.sliders .content-slide h2 .orange{
  background-color: #ff9000!important;
	  }		  

.sliders .content-slide h2 .green{
  background-color: #35d129!important;
	  }	
	  
.sliders .content-slide h2 .violet{
  background-color: #e254ff!important;
	  }	
.sliders .content-slide h2 .yellow{
  background-color: #ffdd00!important;
	  }		  
	  
.title-con {
//  width: 390px;
  text-align: center;
  position: relative;
  color: #FFF;
  margin: 20px auto 20px;
  height: 60px;
}

.title-con .ico-title {
#  background-image: url(/img/logo_title.png);
#  position: absolute;
#  left: 0;
#  width: 183px;
#  height: 143px;
}

.title-con .text-title {

}

.title-con p, .title-con h1 {
    font-weight: 400;
    font-style: normal;
//  font-family: 'Roboto-Medium';
//  color: #FFFFFF;
}

.black h1
{
  color: #000;
}

.black h2
{
  color: #000;
}

.black p
{
  color: #818387;
}

.title-con p
{
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-style: normal;
    font-family: 'Roboto-Light';
}

.benef-con-t {
  margin: 130px auto 50px;
}

.benef-con-t .text-title {
  right: 0;
  top: 0;
}

.benefit-con .benef-box {
  font-family: 'Roboto-Medium';
  text-align: center;
  padding: 30px;
  height: 250px;
  position: relative;
}

.benefit-con .benef-box button {
  display: inline-block;
  margin-top: 15px;
  font-size: 23px;
  color: #000;
  text-decoration: underline;
  background-color: transparent;
  border: none;
}

.benefit-con .benef-box button:hover {
  text-decoration: none;
}

.benefit-con .benef-box button:focus {
  outline: none;
}

.benefit-con .benef-box a {
  display: inline-block;
  margin-top: 15px;
  font-size: 23px;
  color: #000;
  text-decoration: underline;
  background-color: transparent;
  border: none;
}

.benefit-con .benef-box a:hover {
  text-decoration: none;
}

.benefit-con .benef-box a:focus {
  outline: none;
}

.benefit-con .benef-box .boxtext {
  margin-top: 15px;
  font-size: 23px;
  color: #000;
  background-color: transparent;
  border: none;
}

.benef-box {
  margin-top: 7px;
  text-align: center;
}

.benef-box img {
  margin-bottom: 15px;
}


.min-mod {
  position: absolute;
  width: 300px;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 2px #c4c3c2;
  -moz-box-shadow: 0px 0px 15px 2px #c4c3c2;
  box-shadow: 0px 0px 15px 2px #c4c3c2;
  z-index: 1;
  margin-left: -150px;
  left: 50%;
  text-align: left;
  font-family: 'Roboto-Light';
  top: 140%;
}

.min-mod .title-mod {
  font-size: 23px;
  color: #000;
  font-family: 'Roboto-Medium';
  line-height: 1.1;
  position: relative;
}

.min-mod .title-mod p {
  color: #000;
}


.min-mod .title-mod .triangle {
  transform: rotate(45deg);
  -webkit-box-shadow: -5px -4px 20px -3px #c4c3c2;
  -moz-box-shadow: -5px -4px 20px -3px #c4c3c2;
  box-shadow: -5px -4px 20px -3px #c4c3c2;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -45px;
  margin-left: -20px;
  left: 50%;
  background-color: #fff;
}

.min-mod .content-mod {
  color: #4d4d4d;
  padding: 10px 0;
}

.min-mod .content-mod p {
  color: #000;
}


.min-mod input {
  width: 100%;
}

.min-mod input:focus {
  outline: none;
}

.min-mod input[type='text'],
.min-mod input[type='email'] {
  padding: 5px 10px;
  border-radius: 15px;
  border: 1px solid #acacac;
  margin: 7px 0;
}

.min-mod ::-webkit-input-placeholder {
  color: #2165de;
}

.min-mod ::-moz-placeholder {
  color: #2165de;
}

.min-mod :-moz-placeholder {
  color: #2165de;
}

.min-mod :-ms-input-placeholder {
  color: #2165de;
}

.min-mod input[type='submit'] {
  background-color: #ff264e;
  border-radius: 7px;
  color: #fff;
  border: none;
  margin-top: 10px;
  padding: 20px;
}

.culculate-con {
  background: url(/img/bg_culc.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 100px 0;
  height: 1020px;
}

.culculate-con .title-culc {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
}

.culculate-con .title-culc p {
  color: #fff;
  font-family: 'Roboto-Medium';
  font-size: 42px;
}

.culculate-con .title-culc p:last-child {
  font-size: 21px;
}

.culculate-con .culc-content-text {
  width: 59%;
  margin: 0 auto;
}

.culculate-con .culc-content-text p {
  color: #cde3f2;
}

.result-culc-wrap {
  background-color: #fff;
  padding: 12px;
}

.result-culc-wrap .result-culc-block {
  padding: 21px 15px;
  border-top: 2px solid #1d62dd;
  border-right: 2px solid #1387d6;
  border-bottom: 2px solid #05bacb;
  border-left: 2px solid #1387d6;
  text-align: center;
}

.result-culc-wrap .result-culc-block .gr-box {
  color: #898989;
  font-size: 22px;
}

.result-culc-wrap .result-culc-block .title-result {
  font-family: 'Roboto-Medium';
  font-size: 45px;
  background: linear-gradient(#09cddf, #1b5bc9);
}

.result-culc-wrap .result-culc-block .title-result p {
  color: #000;
  background: #fff;
  mix-blend-mode: lighten;
}

.result-culc-wrap .result-culc-block .price-result {
  font-size: 70px;
  line-height: 1.1;
}

.result-culc-wrap .result-culc-block button {
  margin: 10px 0;
  border-radius: 10px;
  font-family: 'Roboto-Medium';
  font-size: 17px;
}

.result-culc-wrap .result-culc-block button:focus {
  outline: none;
}

.result-culc-wrap .result-culc-block .but-1 {
  color: #fff;
  background-color: #ff264e;
  padding: 25px;
  width: 100%;
  border: none;
}

.result-culc-wrap .result-culc-block .but-2 {
  background-color: #fff;
  border: 2px solid #ff264e;
  padding: 25px;
  width: 100%;
}

.reviews-form-block {
  -webkit-box-shadow: 0px 0px 14px 1px #c4c3c2;
  -moz-box-shadow: 0px 0px 14px 1px #c4c3c2;
  box-shadow: 0px 0px 14px 1px #c4c3c2;
}

.reviews-form-block .form-block-head {
  background: #1a63dd;
  background: -moz-linear-gradient(left, #1a63dd 0%, #05b9cb 100%);
  background: -webkit-linear-gradient(left, #1a63dd 0%, #05b9cb 100%);
  background: linear-gradient(to right, #1a63dd 0%, #05b9cb 100%);
  padding: 30px;
}

.reviews-form-block .form-block-head h3 {
  color: #fff;
  font-family: 'Roboto-Light';
}

.reviews-form-block .form-block-head a {
  display: inline-block;
  float: right;
  margin-top: -23px;
}

.reviews-form-block form {
  padding: 20px 20px 30px;
}

.reviews-form-block form input, .reviews-form-block form textarea {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  border: 1px solid #0e131a;
}

.reviews-form-block form input[type="submit"] {
  background-color: #ff264e;
  padding: 20px;
  color: #fff;
  border-radius: 7px;
  border: none;
}

.reviews-form-block form label {
  color: #808080;
}

.reviews-container {
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 10px;
}

.reviews-container .rev-wrap {
  padding: 15px 0;
}

.reviews-container .rev-wrap .rev-text {
  position: relative;
  height: 150px;
  -webkit-box-shadow: inset 0px -33px 30px -5px white;
  -moz-box-shadow: inset 0px -33px 30px -5px white;
  box-shadow: inset 0px -33px 30px -5px white;
}

.reviews-container .rev-wrap .rev-text p {
  position: absolute;
  color: #4d4d4d;
  font-size: 15px;
  height: 150px;
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
  z-index: -1;
}

.reviews-container .rev-wrap .rev-text:hover p {
  z-index: 1;
  height: auto;
}

.pagination-rev {
  padding: 15px 0;
}

.pagination-rev a {
  display: inline-block;
  color: #4d4d4d;
  min-width: 30px;
  text-align: center;
}

.pagination-rev .active {
  border-radius: 3px;
  padding: 4px;
  background-color: #05bacb;
  color: #fff;
}

.services-home-container {
  padding: 20px 0;
  margin-bottom: 40px;
}

.services-home-container1 {
  padding: 20px 0;
  margin-bottom: 10px;
}

.services-home-container .services-block-1,
.services-home-container .services-block-2,
.services-home-container .services-block-3 {
  height: 400px;
  text-align: center;
  transition: .3s;
  position: relative;
}

.services-home-container .services-block-1 a,
.services-home-container .services-block-2 a,
.services-home-container .services-block-3 a {
  display: inline-block;
  width: 170px;
  font-size: 23px;
  color: #fff;
  font-family: 'Roboto-Medium';
  margin-top: 40px;
}

.services-home-container .services-block-1 a:hover,
.services-home-container .services-block-2 a:hover,
.services-home-container .services-block-3 a:hover {
  text-decoration: underline;
}

.services-home-container .services-block-1:hover,
.services-home-container .services-block-2:hover,
.services-home-container .services-block-3:hover {
  transform: scale(1.1);
  z-index: 1;
}

.services-home-container .services-block-1 {
  background: url(/img/service_home_1.png) no-repeat center 100%;
}

.services-home-container .services-block-2 {
  background: url(/img/service_home_2.png) no-repeat center 100%;
}

.services-home-container .services-block-2 a {
  margin-top: 285px;
}

.services-home-container .services-block-3 {
  background: url(/img/service_home_3.png) no-repeat center 100%;
}

.accyy-home-container {
  padding: 0px 0;
}

.accyy-home-container .services-block-1,
.accyy-home-container .services-block-2,
.accyy-home-container .services-block-3 {
  height: 400px;
  text-align: center;
  transition: .3s;
  position: relative;
}

.accyy-home-container .services-block-1 a,
.accyy-home-container .services-block-2 a,
.accyy-home-container .services-block-3 a {
  display: inline-block;
  width: 170px;
  font-size: 23px;
  color: #fff;
  font-family: 'Roboto-Medium';
  margin-top: 40px;
}

.accyy-home-container .services-block-1 a:hover,
.accyy-home-container .services-block-2 a:hover,
.accyy-home-container .services-block-3 a:hover {
  text-decoration: underline;
}

.accyy-home-container .services-block-1:hover,
.accyy-home-container .services-block-2:hover,
.accyy-home-container .services-block-3:hover {
  transform: scale(1.1);
  z-index: 1;
}

.accyy-home-container .services-block-1 {
  background: url(/img/service_home_1.png) no-repeat center 100%;
}

.accyy-home-container .services-block-2 {
  background: url(/img/service_home_2.png) no-repeat center 100%;
}

.accyy-home-container .services-block-2 a {
  margin-top: 285px;
}

.accyy-home-container .services-block-3 {
  background: url(/img/service_home_3.png) no-repeat center 100%;
}


.bonus-home-container {
  padding: 0px 0;
}

.bonus-home-container .services-block-1,
.bonus-home-container .services-block-2,
.bonus-home-container .services-block-3 {
  height: 400px;
  text-align: center;
  transition: .3s;
  position: relative;
}

.bonus-home-container .services-block-1 a,
.bonus-home-container .services-block-2 a,
.bonus-home-container .services-block-3 a {
  display: inline-block;
  width: 170px;
  font-size: 23px;
  color: #fff;
  font-family: 'Roboto-Medium';
  margin-top: 40px;
}

.bonus-home-container .services-block-1 a:hover,
.bonus-home-container .services-block-2 a:hover,
.bonus-home-container .services-block-3 a:hover {
  text-decoration: underline;
}

.bonus-home-container .services-block-1:hover,
.bonus-home-container .services-block-2:hover,
.bonus-home-container .services-block-3:hover {
  transform: scale(1.1);
  z-index: 1;
}

.bonus-home-container .services-block-1 {
  background: url(/img/service_home_1.png) no-repeat center 100%;
}

.bonus-home-container .services-block-2 {
  background: url(/img/service_home_2.png) no-repeat center 100%;
}

.bonus-home-container .services-block-2 a {
  margin-top: 285px;
}

.bonus-home-container .services-block-3 {
  background: url(/img/service_home_3.png) no-repeat center 100%;
}

.clients-home-container {
  background-color: #eef6fa;
  padding: 50px 0;
}

.clients-home-container .title-con {
  width: 420px;
}

.clients-home-container .title-con p {
  color: #fff;
}

.clients-home-container .slide-box {
  padding: 30px;
  text-align: center;
}

.clients-home-container .slick-slide:focus {
  outline: none;
}

.clients-home-container .slick-slide img {
  display: inline-block;
}

.clients-home-container .slick-prev, .clients-home-container .slick-next {
  z-index: 10;
  padding: 60px 30px;
  background-image: url(/img/icons.png);
}

.clients-home-container .slick-prev {
  left: -60px;
}

.clients-home-container .slick-next {
  right: -60px;
}

.clients-home-container .slick-prev:before,
.clients-home-container .slick-next:before {
  content: '';
}

.clients-home-container .slick-prev {
  background-position: 125px -80px;
}

.clients-home-container .slick-next {
  background-position: 65px -80px;
}

.clients-home-container .slick-prev:hover, .clients-home-container .slick-next:hover {
  opacity: .7;
}

.content-home-container {
  padding: 50px 10px;
}

.content-home-container h3 {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: 'Roboto-Medium';
  max-width: 350px;
}

.content-home-container h1 {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto-Medium';
}

.content-home-container p {
  padding: 10px 0;
  font-size: 17px;
}

.content-home-container .slogan p {
  float: left;
}

.content-home-container .slogan div {
  overflow: hidden;
}

.content-home-container .slogan div p {
  font-size: 32px;
  text-transform: uppercase;
  padding: 0 10px;
  border-right: 2px solid #000;
}

.content-home-container .slogan div p:first-child {
  color: #05bacb;
  padding-left: 0;
}

.content-home-container .slogan div p:nth-child(2) {
  color: #1d62dd;
}

.content-home-container .slogan div p:last-child {
  color: #ff264e;
  border-right: none;
}

.content-home-container ul {
  padding: 0;
}

.content-home-container ul li {
  list-style: none;
  padding-left: 20px;
  margin: 20px 0;
  border-left: 2px solid #05bacb;
}

.content-home-container ul h4 {
  font-family: 'Roboto-Light';
}

.content-home-container2 {
  padding: 50px 10px;
  background: url(/img/bg_lines.png);
  background-repeat: repeat;
  background-size: inherit;
  background-attachment: fixed;
//  padding: 25px 0;
  position: 0 0;
}

.content-home-container2 h3 {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: 'Roboto-Medium';
  max-width: 350px;
}

.content-home-container2 h1 {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto-Medium';
}

.content-home-container2 p {
  padding: 10px 0;
  font-size: 17px;
}

.content-home-container2 .slogan p {
  float: left;
}

.content-home-container2 .slogan div {
  overflow: hidden;
}

.content-home-container2 .slogan div p {
  font-size: 32px;
  text-transform: uppercase;
  padding: 0 10px;
  border-right: 2px solid #000;
}

.content-home-container2 .slogan div p:first-child {
  color: #05bacb;
  padding-left: 0;
}

.content-home-container2 .slogan div p:nth-child(2) {
  color: #1d62dd;
}

.content-home-container2 .slogan div p:last-child {
  color: #ff264e;
  border-right: none;
}

.content-home-container2 ul {
  padding: 0;
}

.content-home-container2 ul li {
  list-style: none;
  padding-left: 20px;
  margin: 20px 0;
  border-left: 2px solid #05bacb;
}

.content-home-container2 ul h4 {
  font-family: 'Roboto-Light';
}

.checkout-home-container {
  padding: 85px 0;
  background: #1a63dd;
  background: -moz-linear-gradient(left, #05b9cb 0%, #1a63dd 100%);
  background: -webkit-linear-gradient(left, #05b9cb 0%, #1a63dd 100%);
  background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%);
  text-align: center;
}

.checkout-home-container p {
  color: #fff;
}

.checkout-home-container button {
  background-color: #ff264e;
  padding: 20px;
  color: #fff;
  border-radius: 7px;
  border: none;
  margin-top: 40px;
}

.accept-home-container {
//padding-top: 30px;
//position: absolute;
//left:0px;
//top: 210px;
 font-family: 'Roboto-Medium';
}

.accept-home-container .title-con {
  width: 540px;
}

.accept-home-container .accept-block {
//  text-align: center;
//  margin: 30px 0;
//  padding: 40px 0;
//  border-top: 1px solid #cacaca;
}

.accept-home-container .accept-block img {
  margin:5px;
}

.line-home {
  height: 8px;
  margin: 0;
  border: none;
  width: 100%;
  background: #1a63dd;
  background: -moz-linear-gradient(left, #05b9cb 0%, #1a63dd 100%);
  background: -webkit-linear-gradient(left, #05b9cb 0%, #1a63dd 100%);
  background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%);
}

footer.footer {
    background-color: #f1f1f1;  
}

footer.footer .footer-nav-con {
  padding: 25px 0;
  overflow: hidden;
}

footer.footer p {
  font-family: 'Roboto-Medium';
}

footer.footer ul {
  padding: 0;
}

footer.footer ul li {
  list-style: none;
  display: block;
}

footer.footer ul li a {
  font-size: 15px;
  color: #555;
}

footer.footer ul li a:hover {
  color: #1d62dd;
}

footer.footer .info-comp {
  padding: 40px;
  background-color: #f1f1f1;
}

footer.footer .info-comp li {
  padding: 10px 0;
}

footer.footer .info-comp li p:first-child {
  font-size: 15px;
  color: #6e6e6e;
}

footer.footer .info-comp li p:last-child {
  font-size: 20px;
  color: #000;
  font-family: 'Roboto-Medium';
}

footer.footer .info-comp .design_by_block:before {
  content: '';
  width: 40px;
  height: 60px;
  display: inline-block;
  float: left;
  background: url(/img/design_by.png) no-repeat;
}

footer.footer .info-comp .design_by_block {
  color: #939393 !important;
  font-size: 15px !important;
}

/* ============== */
.price-box {
  margin: 0 auto;
}

.ui-widget-content {
  margin-top: 4px;
  background: #fff;
  border: none;
}

.ui-slider-horizontal {
  height: 3px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: default;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 15px;
}

.ui-slider .ui-slider-handle .glyphicon {
  color: #FFFFFF;
  margin: 0 3px;
  font-size: 11px;
  opacity: 0.5;
}

.ui-corner-all {
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #fff;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
  cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
  cursor: pointer;
  outline: none;
}

.price, .lead p {
  font-weight: 600;
  font-size: 32px;
  display: inline-block;
  line-height: 60px;
}

.total {
  border-bottom: 1px solid #7f8c8d;
  position: relative;
  padding-bottom: 20px;
}

.total:before {
  content: "";
  display: inline;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background: #7f8c8d;
  opacity: 0.5;
}

.price-slider {
  margin: 90px auto;
  transform: rotate(-8deg);
  position: relative;
}

.price-slider .bg-bord-1 {
  width: 25%;
  height: 3px;
  background: #06b6cc;
  background: -moz-linear-gradient(left, #06b6cc 0%, #6ad0e1 100%);
  background: -webkit-linear-gradient(left, #06b6cc 0%, #6ad0e1 100%);
  background: linear-gradient(to right, #06b6cc 0%, #6ad0e1 100%);
  float: left;
}

.price-slider .bg-bord-2 {
  width: 25%;
  height: 3px;
  background: #06b6cc;
  background: -moz-linear-gradient(left, #6ad0e1 0%, #1a92d5 100%);
  background: -webkit-linear-gradient(left, #6ad0e1 0%, #1a92d5 100%);
  background: linear-gradient(to right, #6ad0e1 0%, #1a92d5 100%);
  float: right;
  margin-top: -3px;
}

.price-slider p {
  color: #cde3f2;
  font-style: italic;
  font-size: 14px;
}

.price-slider .check-item {
  margin-left: 25%;
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -5px;
  position: absolute;
  z-index: 1;
}

.price-slider .calk-i:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.price-slider .calk-i span {
  color: #cde3f2;
  display: inline-block;
  margin-top: 10px;
  width: 0;
}

.price-slider span {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 13px;
}

.form-pricing {
  padding: 20px;
}

.price-form {
  margin-bottom: 10px;
  padding: 20px;
}

.form-group {
  margin-bottom: 0;
}

.form-group span.price {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 14px;
}

.help-text {
  display: block;
  margin-top: 32px;
  margin-bottom: 10px;
  color: #737373;
  position: absolute;
  /*margin-left: 20px;*/
  font-weight: 200;
  text-align: right;
  width: 188px;
}

.ui-slider-range-min {
  background: #1d62dd;
}

/* ===== страница вакансий ==== */
.vacanci-container {
  padding: 70px 0;
}

.vacanci-container .title-con {
  width: auto;
}

.vacanci-container .vacanci-block {
  padding: 20px 0;
}

.vacanci-container .vacanci-block .vacanci-block-head {
  background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%);
  padding: 30px;
  color: #fff;
}

.vacanci-container .vacanci-block .vacanci-block-head h2 {
#  font-size: 28px;
}

.vacanci-container .vacanci-block .vacanci-content {
  background-color: #eef6fa;
  padding: 30px;
}

.vacanci-container .vacanci-block .vacanci-content p {
  margin-bottom: 15px;
  color: #232323;
}

.vacanci-container .vacanci-block .vacanci-content p span {
  font-weight: bold;
}

.vacanci-container .vacanci-block .vacanci-content hr {
  height: 1px;
  background-color: #c1c5c7;
  border: none;
  width: 100%;
}

.vacanci-container .vacanci-block .vacanci-content a {
  color: #232323;
}

.vacanci-container .vacanci-block .vacanci-content a:hover {
  color: #1d62dd;
}

/* страница сертификата */
.sert-container {
  background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%);
  padding: 20px 0;
}

.sert-container .row-sert {
  padding: 25px 35px;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.sert-container .row-sert h2 {
  font-size: 25px;
  font-family: 'Roboto-Medium';
  margin-bottom: 10px;
}

.sert-container .row-sert .prices-sert {
  text-align: center;
}

.sert-container .row-sert p {
  font-size: 15px;
}

.sert-container .row-sert p.price {
  font-size: 40px;
  width: 100%;
}

.sert-container .row-sert font.price-name {
  font-size: 22px;
}

.sert-container .row-sert button {
  border: 2px solid #fff;
  border-radius: 7px;
  background-color: transparent;
  width: 100%;
  padding: 15px;
  margin-top: 15%;
}

.sert-container .row-sert:hover {
  background-color: #fff;
}

.sert-container .row-sert:hover p, .sert-container .row-sert:hover p.price-name {
  color: #7b7b7b;
}

.sert-container .row-sert:hover button {
  background-color: #ff264e;
  border-color: #ff264e;
}

.sert-container .row-sert:hover button:hover {
  background-color: transparent;
  color: #ff264e;
}

.sert-container .row-sert:hover h2 {
  color: #000;
  background-color: #fff;
  mix-blend-mode: lighten;
}

.sert-container .row-sert:hover .title-row-sert {
  background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%);
}

.sert-container .row-sert:hover p.price {
  color: #000;
  background-color: #fff;
  mix-blend-mode: lighten;
}

.sert-container .row-sert:hover .title-price {
  background: linear-gradient(#09cddf, #1b5bc9);
}

.content-sert-con {
  padding: 90px 0;
}

.content-sert-con h3 {
  font-size: 28px;
  font-family: 'Roboto-Medium';
}

.content-sert-con p {
  margin: 20px 0;
}

.content-sert-con p span {
  font-weight: bold;
  color: #000;
}

/* страница документы */
.doc-container {
  background: url(/img/bg_doc.png) no-repeat 100% 0;
  padding: 50px 0;
}

.doc-container .title-con {
  width: auto;
}

.doc-container .doc-block {
  padding: 40px 0;
}

.doc-container .doc-block .doc-wrap {
  padding: 30px;
  border: 1px solid #cacaca;
  display: inline-block;
}

.doc-container .doc-block .scale-doc {
  display: block;
}

.doc-container .doc-block .scale-doc:hover {
  background: url(/img/icon_scale.png) no-repeat 50% 50%, linear-gradient(to right, rgba(5, 185, 203, 0.6) 0%, rgba(26, 99, 221, 0.6) 100%);
}

.doc-container .doc-block .scale-doc:hover img {
  position: relative;
  z-index: -1;
}

/* страница заказать сертификат */
.order-sert-container {
  background: url(/img/bg_order_sert.png) no-repeat 100% 100%;
  padding: 0;
}

.order-sert-container .title-con {
  width: auto;
}

.order-sert-container .forms-fields label {
  width: 100%;
  padding: 7px 0;
  display: block;
  font-weight: bold;
}

.order-sert-container .forms-fields select, .order-sert-container .forms-fields input, .order-sert-container .forms-fields textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #7d7d7d;
  margin-bottom: 10px;
}

.order-sert-container .forms-fields select:focus, .order-sert-container .forms-fields input:focus, .order-sert-container .forms-fields textarea:focus {
  border-color: #1b61dd;
  outline: none;
}

.order-sert-container .forms-fields select {
  color: #1b61dd;
}

.order-sert-container .forms-fields span {
  color: #999;
  font-weight: normal;
}

.order-sert-container .forms-fields .mail-box-sert input {
  width: 20px;
  height: 20px;
  margin: 6px 5px 10px 0;
  vertical-align: middle;
  background-color: #1b61dd;
}

.order-sert-container .forms-fields .mail-box-sert label {
  font-size: 17px;
  color: #1b61dd;
  display: inline;
}

.order-sert-container .forms-fields .mail-box-sert label:hover {
  cursor: pointer;
}

.order-sert-container .forms-fields .desc-mail-sert {
  padding-left: 40px;
  border-left: 1px solid #666;
}

.order-sert-container .forms-fields .desc-mail-sert p {
  color: #999;
}

.order-sert-right .order-sert-head {
  background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%);
  padding: 30px;
  color: #fff;
}

.order-sert-right .order-sert-head p {
  font-size: 20px;
}

.order-sert-right .order-sert-content {
  background-color: #eef6fa;
  padding: 30px;
}

.order-sert-right .order-sert-content button {
  padding: 10px 15px;
}

.order-sert-right .order-sert-content p {
  color: #000;
  font: normal 28px 'Roboto-Medium';
}

.order-sert-right .order-sert-content .row-sert-pr {
  color: #898989;
  font-size: 22px;
}

.order-sert-right .order-sert-content .row-sert-pr > span {
  color: #000;
  font-weight: bold;
  font-family: 'Roboto-Medium';
  font-size: 17px;
}

.order-sert-right .order-sert-content .row-sert-pr .sert-pr {
  background: linear-gradient(#09cddf, #1b5bc9);
  display: inline-block;
}

.order-sert-right .order-sert-content .row-sert-pr .sert-pr span {
  color: #000;
  background-color: #eef6fa;
  mix-blend-mode: lighten;
}

.order-sert-right .order-sert-content hr {
  background-color: #c1c5c7;
  height: 1px;
  border: none;
}

.button-small
{
margin-top: 0px !important;
} 

.button-adman-1 {
  width: auto;
  background-color: #ff264e;
  border-radius: 7px;
  border: 2px solid #ff264e !important;
  color: #fff !important;
  margin-top: 30px;
}

.button-adman-1:hover {
  color: #ff264e !important;
  background-color: transparent;
}

.button-adman-1:focus {
  outline: none;
}

.button-adman-3 {
  width: auto;
  background-color: #00B220;
  border-radius: 7px;
  border: 2px solid #00B220 !important;
  color: #fff !important;
  }

.button-adman-3:hover {
  color: #00B220 !important;
  background-color: transparent;
}

.button-adman-3:focus {
  outline: none;
}

.button-inv {
  width: auto;
//  background-color: #FFF !important;
  background-color: transparent !important;
  border-radius: 25px;
  color: #ff264e !important;
  border: 2px solid #ff264e !important;
  margin-top: 40px;
}

.button-inv:hover {
  color: #fff !important;
  background-color: #ff264e !important;
}

.button-inv:focus {
  outline: none;
}



.button-adman-2 {
  width: auto;
//  background-color: #FFF !important;
  font-family: 'Roboto-Medium';
  font-size: 17px;
  background-color: transparent; 
  border-radius: 5px;
  color: #fff ;
  border: 2px solid #fff ;
  margin-top: 15%;
  width: 50%;
  margin-bottom: 15px;
}

.button-adman-2:hover {
  color: #ff264e;
  border: 2px solid #ff264e ;
}

.button-adman-2:focus {
  color: #fff;
  border: 2px solid #fff ;
}

.button-adman-4 {
  width: auto;
//  background-color: #FFF !important;
  font-family: 'Roboto-Medium';
  font-size: 17px;
  padding: 10px 10px !important;
  background-color: transparent; 
  border-radius: 25px;
  color: #fff ;
  border: 2px solid #fff ;
  margin-top: 5%;
  width: 50%;
  margin-bottom: 15px;
}

.button-adman-4:hover {
  color: #ff264e;
  border: 2px solid #ff264e ;
}

.button-adman-4:focus {
  color: #fff;
  border: 2px solid #fff ;
}

.button-adman-5 {
  width: auto;
//  background-color: #FFF !important;
  font-family: 'Roboto-Medium';
  font-size: 17px;
  padding: 10px 10px !important;
  background-color: transparent; 
  border-radius: 25px;
  color: #217ca1 ;
  border: 2px solid #217ca1 ;
  margin-top: 5%;
  width: 50%;
  margin-left: 15px;
  margin-bottom: 15px;
}

.button-adman-5:hover {
  color: #ff264e;
  border: 2px solid #ff264e ;
}

.button-adman-6 {
  width: auto;
//  background-color: #FFF !important;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  padding: 5px 5px !important;
  background-color: transparent; 
  border-radius: 25px;
  color: #217ca1 ;
  border: 2px solid #217ca1 ;
  margin-top: 1%;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
}

.button-adman-6:hover {
  color: #ff264e;
  border: 2px solid #ff264e ;
}

.best-client {
    width: 25px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 10px;
    background-image: url(../img/best.png) , none;
    -webkit-background-size: 25px 46px;
    background-size: 25px 46px;
    background-repeat: no-repeat;
}
.best-client:hover {
    
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform (1.1);
}
.best-recomend {
    width: 25px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 10px;
    background-image: url(../img/recomend.png) , none;
    -webkit-background-size: 25px 46px;
    background-size: 25px 46px;
    background-repeat: no-repeat;
}
.best-recomend:hover {
    
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform (1.1);
}

.choose1 {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 20px;
    left: 25px;
    background-image: url(../img/choose.png) , none;
    -webkit-background-size: 41px 41px;
    background-size: 41px 41px;
    background-repeat: no-repeat;
}

.logo1cap {
    width: 60px;
    height: 35px;
    position: absolute;
    top: 25px;
    left: 25px;
    background-image: url(../img/logo1cap.png) , none;
    -webkit-background-size: 60px 35px;
    background-size: 60px 35px;
    background-repeat: no-repeat;
}

.logo1cm {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 15px;
    left: 25px;
    background-image: url(../img/logo1cm_smoll.png) , none;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
}

.best-bonus {
    width: 25px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 10px;
    background-image: url(../img/bonusy.png) , none;
    -webkit-background-size: 25px 46px;
    background-size: 25px 46px;
    background-repeat: no-repeat;
}
.best-bonus:hover {
    
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform (1.1);
}

/* страница информация о заказе 1 */
.info-sert-container {
 // background: url(/img/info_sert_1.png) no-repeat 0 20%, url(/img/info_sert_2.png) no-repeat 100% 90%;
//  padding: 50px 0;
}

.info-sert-container .title-con {
  width: auto;
}

.info-sert-container .info-param-block .row-param {
  padding: 5px 15px;
  overflow: hidden;
}

.info-sert-container .info-param-block .row-param p {
  width: 50%;
  float: left;
}

.info-sert-container .info-param-block .row-param a {
  color: #1b61dd;
  text-decoration: underline;
}

.info-sert-container .info-param-block .row-param a:hover {
  text-decoration: none;
}

.info-sert-container .info-param-block p:first-child {
  font-family: 'Roboto-Medium';
}

.info-sert-container .info-param-block .title-info-param {
  padding: 15px;
  background-color: #eef6fa;
  font: normal 28px 'Roboto-Medium';
  display: inline-block;
  margin-bottom: 20px;
}

.info-sert-container .info-param-block-2 {
  padding: 20px 0;
}

.info-sert-container .info-param-block-2 .but-sert-info {
  float: left;
  width: 30%;
}

.info-sert-container .info-param-block-2 .but-sert-info button {
  width: 155px;
  text-align: center;
  padding: 15px;
  border: 2px solid #1b61dd;
  color: #1b61dd;
  border-radius: 7px;
  background-color: transparent;
}

.info-sert-container .info-param-block-2 .row-param-block-2 {
  overflow: hidden;
  padding: 12px 0;
}

.info-sert-container .info-param-block-2 .row-param-block-2 p {
  padding: 0 20px;
  float: right;
  width: 70%;
}

.info-sert-container .info-param-block-2 .row-param-block-2 span {
  font-family: 'Roboto-Medium';
}

/* страница контакты */
.contact-container {
  background: url(/img/info_sert_2.png) no-repeat 100% 90%;
  padding: 0 0 50px 0;
}

.contact-container .title-con {
  width: auto;
}

.contact-container .contact-block {
  padding: 10px 0;
}

.contact-container .contact-block .title-bold-block {
  font-size: 28px;
  font-family: 'Roboto-Medium';
}

.contact-container .contact-block a {
  font-family: 'Roboto-Medium';
  color: #000;
}

.contact-container .contact-block a:hover {
  color: #1b61dd;
}

.contact-container .adres-contact {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 30px;
}

.domens-container-2 {
  background: url(/img/bg_lines.png);
  background-repeat: repeat;
  background-size: inherit;
  background-attachment: fixed;
//  padding: 25px 0;
  position: 0 0;
}

.domens-container-3 {
  background: url(/img/cookies2.png);
  background-repeat: repeat;
  background-size: inherit;
  background-attachment: fixed;
//  padding: 25px 0;
  position: 0 0;
}

/* страница мои домены */
.domens-container {
//  background: url(/img/bg_lines.png) no-repeat 100% 0%;
  background-size: 25%;
//  padding: 25px 0;
  position: relative;
}

.domens-container .title-con {
  width: auto;
}

.domens-container .title-con button {
  float: right;
  padding: 10px 30px;
  margin-top: 60px;
  margin-bottom: 15px;
}

.domens-container .about-sup-tech p {
  padding: 7px 0;
}

.domens-container .about-sup-tech .sup-phone {
  color: #ff254d;
  font: normal 28px 'Roboto-Medium';
}

.domens-container .about-sup-tech input:not([type='submit']), .domens-container .about-sup-tech textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  border-top: 2px solid #1d62dd;
  border-right: 2px solid #0f94d3;
  border-bottom: 2px solid #05bacb;
  border-left: 2px solid #0f94d3;
}

.domens-container .about-sup-tech label {
  color: #898989;
  margin-top: 20px;
  display: inline-block;
}

.domens-container .about-sup-tech input[type='submit'] {
  padding: 10px 20px;
}

.domens-content {
  background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%);
  //padding: 0px 0px 1px 2px;
}

.domens-content table {
  width: 100%;
  color: #fff;
  border: 1px solid #5394cc;
}

.domens-content table .checkbox-dom {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}

.domens-content table .checkbox-dom + label {
  cursor: pointer;
}

.domens-content table .checkbox-dom:not(checked) {
  position: absolute;
  opacity: 0;
}

.domens-content table .checkbox-dom:not(checked) + label {
  position: relative;
  padding: 0 0 0 23px;
  padding-bottom: 8px;
}

.domens-content table .checkbox-dom:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}

.domens-content table .checkbox-dom:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1b61dd;
  opacity: 0;
  transition: all .2s;
}

.domens-content table .checkbox-dom:checked + label:after {
  opacity: 1;
}

.domens-content table thead {
  background-color: #59b1e1;
  text-align: center;
}

.domens-content table thead tr td {
  padding: 15px;
}

.domens-content table thead tr td a {
color: white !important;
}


.domens-content table tr td {
  border-right: 1px solid #5394cc;
}

.domens-content table tr td:last-child {
  border-right: none;
}

.domens-content1 {
  background: linear-gradient(to right, #08e8b0 0%, #1a63dd 100%);
  //padding: 0px 0px 1px 2px;
}

.domens-content2 {
  background: linear-gradient(to right, #04ffcb 5%, #1a63dd 100%);
  //padding: 0px 0px 1px 2px;
}

.domens-content1 table {
  width: 100%;
  color: #fff;
  border: 1px solid #5394cc;
}

.domens-content1 table .checkbox-dom {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}

.domens-content1 table .checkbox-dom + label {
  cursor: pointer;
}

.domens-content1 table .checkbox-dom:not(checked) {
  position: absolute;
  opacity: 0;
}

.domens-content1 table .checkbox-dom:not(checked) + label {
  position: relative;
  padding: 0 0 0 23px;
  padding-bottom: 8px;
}

.domens-content1 table .checkbox-dom:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}

.domens-content1 table .checkbox-dom:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1b61dd;
  opacity: 0;
  transition: all .2s;
}

.domens-content1 table .checkbox-dom:checked + label:after {
  opacity: 1;
}

.domens-content1 table thead {
  background-color: #59b1e1;
  text-align: center;
}

.domens-content1 table thead tr td {
  padding: 15px;
}

.domens-content1 table thead tr td a {
color: white !important;
}


.domens-content1 table tr td {
  border-right: 1px solid #5394cc;
}

.domens-content1 table tr td:last-child {
  border-right: none;
}


table.noborder tbody tr {
  border: none !important;
}

table.noborder thead tr {
  border: none !important;
}

table.noborder thead td {
  border: none !important;
}

table.noborder tbody tr td {
  border: none !important;
}

table.noborder {
  border: none !important;
}


.domens-content table tbody tr {
  border-bottom: 1px solid #1092d3;
  color: #000;
  background-color: #fff;
}

.domens-content table tbody tr:nth-child(2n) {
  background-color: #F2FAFD;
}

.domens-content table tbody tr.blue {background-color: #D3DEF4;}


.domens-content table tbody tr:nth-child(2n) .name-dom span {
//  background-color: #e7f5fb;
}

.domens-content table tbody tr .ico-edit-name-serv {
  font-size: 16px;
}

.domens-content table tbody tr:last-child {
  border-bottom: none;
}

.domens-content table tbody tr td {
  padding: 10px 5px;
}

.domens-content table tbody tr .not-active-dom {
  color: #ff264e;
}

.domens-content table tbody tr .active-dom {
  color: #1876d9;
}

.domens-content table tbody tr .status-ic-dom, .domens-content table tbody tr .no-status-ic-dom {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(/img/icons.png);
  background-position: -258px -5px;
}

.grey {    
font-size: 15px;
color: gray;
}

.domens-content table tbody tr .no-status-ic-dom, .domens-content table tbody tr .link-event-dom-2 {
  background-position: -10px -87px;
}

.domens-content table tbody tr .link-event-dom a, .domens-content table tbody tr .link-event-dom-2 a {
  background-image: url(/img/icons.png);
  display: inline-block;
  width: 27px;
  height: 27px;
}

.domens-content table tbody tr .link-event-dom a:hover, .domens-content table tbody tr .link-event-dom-2 a:hover {
  opacity: .6;
}

.domens-content table tbody tr .link-event-dom a:first-child {
  background-position: -5px -48px;
}

.domens-content table tbody tr .link-event-dom a:nth-child(2) {
  background-position: -38px -48px;
}

.domens-content table tbody tr .link-event-dom a:last-child {
  background-position: -72px -48px;
}

.domens-content table tbody tr .link-event-dom-2 a:first-child {
  background-position: -104px -48px;
}

.domens-content table tbody tr .link-event-dom-2 a:nth-child(2) {
  background-position: -137px -48px;
}

.domens-content table tbody tr .link-event-dom-2 a:last-child {
  background-position: -170px -48px;
}

.domens-content table tbody tr .del-zone-row a {
  background-position: -137px -48px !important;
}

.domens-content table tbody tr .name-dom {
  background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%);
}

.domens-content table tbody tr .name-dom span {
  color: #000;
  background-color: #fff;
  mix-blend-mode: lighten;
  display: inline-block;
  width: 100%;
  font: normal 25px 'Roboto-Medium';
  padding: 1px;
}

.domens-content .selection-block {
  margin-top: 30px;
}

.domens-content .selection-block p {
  color: #fff;
  margin-bottom: 10px;
}

.domens-content .selection-block select {
  padding: 5px;
  border: none;
}

.domens-content .selection-block select:focus {
  outline: none;
}

/* мои сервера */
.domens-content a:not(.ico-edit-name-serv) {
  text-decoration: underline;
  color: #1b61dd;
}

.domens-content a:not(.ico-edit-name-serv):hover {
  text-decoration: none;
}

.domens-content .ico-edit-name-serv {
//  display: inline-block;
  width: 100%;
  text-align: left;
}

.domens-content .ico-edit:after,
.domens-content .ico-edit-name-serv:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 15px;
  background-image: url(/img/icons.png);
  background-position: -275px -6px;
}

.server-con tbody tr td:first-child {
#  width: 230px;
}

.massage-new-block {
  background: #FFD2D2;
  padding: 5px;
  width: 100%;
  bottom: 0;
}

.massage-new-block a {
  color: #ff4265;
  text-decoration: underline;
  font-weight: bold;
}

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


.massage-info-block {
  background: #FFFF7D;
  padding: 5px;
  width: 100%;
  bottom: 0;
}

.massage-info-block a {
  color: #ff4265;
  text-decoration: underline;
  font-weight: bold;
}

.massage-new-block a:hover {
  text-decoration: none;
}


/* страница управление зоной */
.domens-content .title-table-zone {
  margin-bottom: 20px;
}

.domens-content .title-table-zone p {
  font: normal 28px 'Roboto-Medium';
  color: #fff;
}

.domens-content .title-table-zone p span {
  font-size: 15px;
  color: #84d7e6;
}

.zone-content {
  padding: 30px 0;
}

.zone-content .add-dom-zone {
  padding: 30px 0;
  overflow: hidden;
  line-height: 1.9;
}

.zone-content .add-dom-zone > p span {
  font-weight: bold;
}

.zone-content .add-dom-zone .desc-zone p {
  line-height: 1.7;
  padding: 20px 0;
}

.zone-content .add-dom-zone .desc-zone p span {
  font-family: 'Roboto-Medium';
  margin: 5px 0;
}

.zone-content .add-dom-zone button {
  background-color: #fff;
  color: #ff264e;
  border: 2px solid #ff264e;
  border-radius: 7px;
  padding: 7px 30px;
  font-family: 'Roboto-Medium';
}

.zone-content .add-dom-zone button:hover {
  background-color: #ff264e;
  color: #fff;
}

.zone-content .name-dom-zone {
  overflow: hidden;
}

.zone-content .name-dom-zone p {
  float: left;
}

.zone-content .name-dom-zone p span:last-child {
  display: inline-block;
  padding: 7px 10px;
  color: #1b61dd;
  border: 1px solid #7d7d7d;
}

.zone-content .name-dom-zone p:nth-child(2) {
  padding: 37px 20px 8px;
}

/* страница отзывы */
.recall-container .add-recall-block {
  border: 1px solid #b3b3b3;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 45px;
}

.recall-container .avatar-box {
  background-color: #eef6fa;
  text-align: center;
  padding: 30px;
}

.recall-container .avatar-box p {
  padding-bottom: 15px;
  font-family: 'Roboto-Medium';
}

.recall-container form input, .recall-container form textarea {
  width: 100%;
  border: none;
  padding: 20px;
}

.recall-container form input[type="submit"] {
  background: #06b8cb;
  background: -moz-linear-gradient(top, #06b8cb 0%, #1a65dc 100%);
  background: -webkit-linear-gradient(top, #06b8cb 0%, #1a65dc 100%);
  background: linear-gradient(to bottom, #06b8cb 0%, #1a65dc 100%);
  color: #fff;
}

.recall-container form input[type="submit"]:hover {
  background: #1a65dc;
}

.recall-container .mes-recall {
  padding: 30px;
}

.recall-container .mes-recall .head-mes {
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
}

.recall-container .mes-recall .head-mes p {
  color: #1b61dd;
  font-family: 'Roboto-Medium';
}

.recall-container .mes-recall .head-mes p:first-child {
  float: left;
}

.recall-container .mes-recall .head-mes p:last-child {
  float: right;
}

.recall-container .head-mes-us {
  padding: 15px;
  background-color: #eef6fa;
}

.recall-container .head-mes-us img {
  max-width: 80px;
}

.recall-container .head-mes-us span:not(.time-mes) {
  font: normal 21px 'Roboto-Medium';
  margin-left: 10px;
}

.recall-container .head-mes-us .time-mes {
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.recall-container .content-mes-us {
  margin-bottom: 55px;
}

.recall-container .content-mes-us p {
  padding: 30px 0;
}

.recall-container .comments-block {
  background-color: #eef6fa;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.recall-container .comments-block .comments-block-head {
  font-size: 21px;
  padding: 20px 0 35px;
}

.recall-container .comments-block .row-comments-block {
  padding: 20px 0;
  border-top: 1px solid #c1c5c7;
  overflow: hidden;
}

.recall-container .comments-block .row-comments-block a {
  color: #1b61dd;
  text-decoration: underline;
}

.recall-container .comments-block .row-comments-block a:hover {
  text-decoration: none;
}

.recall-container .name-user {
  font: normal 21px 'Roboto-Medium';
  display: inline-block;
  margin-top: 10px;
}

.row-atr-mes {
  padding: 30px 0;
  border-top: 1px solid #cacaca;
}

.row-atr-mes .read-com-box, .row-atr-mes .coment-box {
  margin-left: 50px;
}

.time-mes {
  color: #8c8c8c;
  font-size: 15px;
  font-family: 'Roboto-Light';
}

.like-box {
  color: #000;
}

.like-box:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 29px;
  background-image: url(/img/icons.png);
  background-position: -204px -43px;
  margin-right: 7px;
}

.read-com-box {
  color: #05bacb;
  text-decoration: underline;
}

.read-com-box:hover {
  text-decoration: none;
  color: 000;
}

.read-com-box:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 25px;
  background-image: url(/img/icons.png);
  background-position: -263px -43px;
  margin-right: 7px;
}

.coment-box {
  color: #ff244d;
  text-decoration: underline;
}

.coment-box:hover {
  text-decoration: none;
  color: 000;
}

.coment-box:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 29px;
  background-image: url(/img/icons.png);
  background-position: -234px -43px;
  margin-right: 7px;
}

.eye-vis-box {
  color: #707070;
}

.eye-vis-box:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url(/img/icons.png);
  background-position: -73px -83px;
  margin-right: 7px;
}

/* страница статьи */
.articles-container {
  padding-bottom: 30px;
}

.articles-container .row-articles {
  margin-bottom: 35px;
}

.articles-container .row-articles img {
  max-width: 400px;
  float: left;
  margin: 0 30px 30px 0;
}

.articles-container .row-articles h2 {
  margin-bottom: 25px;
  font: normal 28px 'Roboto-Medium';
}

.articles-container .content-articles {
  position: relative;
  height: 350px;
  -webkit-box-shadow: inset 0px -33px 30px -5px white;
  -moz-box-shadow: inset 0px -33px 30px -5px white;
  box-shadow: inset 0px -33px 30px -5px white;
  overflow: hidden;
}

.articles-container .content-articles .hov-content-art {
  position: relative;
  color: #4d4d4d;
  font-size: 15px;
  height: 200px;
  z-index: -1;
}

.articles-container .content-articles:hover {
  height: auto;
}

.articles-container .content-articles:hover .hov-content-art {
  z-index: 1;
  height: auto;
}

.articles-container .row-atr-mes {
  border: none;
  border-bottom: 1px solid #cacaca;
  clear: both;
}

/* страница правила пользования сетью */
.regulations-container {
  background-color: #eef6fa;
  padding-bottom: 100px;
}

.regulations-container .regulations-title {
  font: normal 23px 'Roboto-Medium';
  margin-bottom: 20px;
}

.regulations-container .domens-container {
  background: none;
}

.regulations-container p {
  padding: 5px 0;
}

.regulations-container p:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/img/icons.png);
  background-position: -10px -83px;
  margin-right: 10px;
}

/* страница техническая поддержка */
.tech-sup-container .line-home {
  margin-top: 70px;
  background: #f1f1f1;
}

.tech-sup-container h2 {
  font-size: 22px;
}

.tech-sup-container .box-tech-sup {
  padding: 30px 0;
}

.tech-sup-container .box-icon {
  width: 130px;
  overflow: hidden;
  float: left;
  height: 100px;
  margin-right: 30px;
}

.tech-sup-container p {
  padding: 20px 0;
}

/* страница редактировать ДНС */
.edit-dns-container {
  background: url(/img/bg_dns.png) no-repeat 100% 10%;
  padding-bottom: 125px;
}

.edit-dns-container .domens-container {
  background: none;
}

.edit-dns-container .title-dns {
  margin-top: 20px;
  color: #000;
}

.edit-dns-container .title-dns p:first-child {
  color: #8c8c8c;
}

.edit-dns-container .title-dns p:last-child {
  font: normal 28px 'Roboto-Medium';
}

.edit-dns-container .radio-but-dns input {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  height: 16px;
  width: 16px;
}

.edit-dns-container .radio-but-dns p {
  padding: 10px 0;
}

.edit-dns-container .host-fields .title-dns p {
  color: #000;
}

.edit-dns-container .host-fields label {
  width: 100%;
  color: #000;
}

.edit-dns-container .host-fields input {
  padding: 5px 7px;
  width: 100%;
  color: #1b61dd;
  border: 1px solid #000;
}

.edit-dns-container .host-fields input:focus {
  outline: none;
  border-color: #999;
}

.edit-dns-container .host-fields p {
  padding: 10px 0;
}

.edit-dns-container label:hover {
  cursor: pointer;
}

.edit-dns-container input[type="submit"] {
  padding: 15px 40px;
  color: #fff;
  margin-top: 20px;
}

.edit-dns-container input[type="submit"]:hover {
  color: #ff244d;
}

/* страница редактирования профиля */
.edit-profile-dns .host-fields input {
  width: 40%;
}

.edit-profile-dns .host-fields label {
  display: block;
}

.edit-profile-dns .host-fields span {
  display: inline-block;
  padding-left: 30px;
  color: #a3a3a3;
  vertical-align: middle;
}

/* страница ДЦ */
.slide-dc-container {
  background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%);
  padding: 200px 0 50px;
}

.slide-dc-container .about-serv-dc {
  padding: 60px;
}

.slide-dc-container .content-slide-dc .col-md-5, .slide-dc-container .content-slide-dc .col-md-7 {
  padding: 0;
}

.slide-dc-container .slider-dc {
  padding: 0 59px;
  max-width: 100%;
}

.slide-dc-container .slick-list {
  background-color: #fff;
  box-shadow: -6px 5px 11px 0px rgba(110, 110, 110, 0.75);
}

.slide-dc-container h3 {
  font-size: 34px;
}

.slide-dc-container p {
  padding: 7px 0;
}

.slide-dc-container .slick-dots {
  top: -200px;
  bottom: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: stretch;
  align-items: flex-start;
  left: 0;
  padding: 100px 0;
  background: url(/img/line_dc.png) no-repeat;
  background-position: 100%;
  background-size: 100% 100%;
}

.slide-dc-container .slick-dots li button:before {
  content: '';
}

.slide-dc-container .slick-dots li button {
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
}

.slide-dc-container .slick-dots li.slick-active button {
  padding: 20px;
  background-color: #ff264e;
  margin-top: -10px;
  margin-left: -10px;
}

.services-dc-con {
  /* background-color: #eef6fa; */
  padding: 0 0;
  margin-bottom: 40px;
}

.services-dc-con1 {
  /* background-color: #eef6fa; */
  padding: 0 0;
  margin-bottom: 0px;
}

.wh{
  background-color: #fff !important;
  padding: 0 0;
}

.services-dc-con .domens-container {
  background: none;
  padding: 20px 0;
}

.benef-box2 {
	background-color: #eef6fa;
	text-align: left;
	background-image: url(/img/choose.png);
	background-position: 10px 20px;
	background-repeat: no-repeat;

	}

.benef-box2 p{
	padding: 20px 10px 20px 60px;
        
}

.benef-box3 {
	background-color: #d7ebf4;
	text-align: left;
	background-image: url(/img/choose.png);
	background-position: 10px 20px;
	background-repeat: no-repeat;

	}

.benef-box3 p{
	padding: 20px 10px 0px 60px;
        
}

.benef-box4 {
	background-color: rgba(17,10,0,0.8);
	text-align: left;
	background-image: url(/img/bonus3.png);
	background-position: 10px 25px;
	background-repeat: no-repeat;

	}
.benef-box4 h2{
	padding: 20px 10px 0px 60px;
	   
}

.benef-box4 h3{
	padding: 20px 10px 0px 60px;
	   
}
.benef-box4 p{
	padding: 20px 10px 0px 60px;
	color: white;
        
}

.benef-box5 {
	background-color: #d7ebf4;
	text-align: left;
	background-image: url(/img/choose.png);
	background-position: 10px 20px;
	background-repeat: no-repeat;

	}

.benef-box5 p{
	padding: 20px 25px 0px 60px;
        
}


.benef-box6 {
	background-color: rgba(17,10,0,0.8);
	text-align: center;
	margin: 0 auto;
    color: #fff;
    padding: 30px 0;
    padding-top: 30px;
	}
.benef-box6 .bg-img{
	background-repeat: no-repeat;
}

.benef-box6 h2{
	padding: 20px 10px 0px 20px;
	font-family: 'Montserrat';
    color: #fff;
	text-align:left;
}
.benef-box6 h2 .separator{
      width: 220px;
      height: 4px;
      margin: 10px 0 15px 0px;
      display: block;
	  left: auto;
	  background-color: #FFE454!important;
	  }

.benef-box6 h3{
	padding: 10px 10px 0px 10px;
	   
}
.benef-box6 p{
	padding: 20px 10px 0px 60px;
	color: white;
        
}

.benef-box7 {
	background-color: rgba(55,100,101,0.68);
	text-align: left;
	margin: 5px 10px 5px 10px;
    color: #fff;
    padding: 20px;
   
	}

.benef-box7 h2{
	/* padding: 20px 10px 0px 20px; */
	font-family: 'Ubuntu';
	font-size: 20px;
    color: #fff;
	text-align:left;
}
.benef-box7 h2 .separator{
      width: 220px;
      height: 4px;
      margin: 10px 0 15px 0px;
      display: block;
	  left: auto;
	  background-color: #FFE454!important;
	  }

.benef-box7 h3{
	padding: 10px 10px 0px 10px;
	
	   
}
.benef-box7 p{
	/* padding: 10px 10px 0px 10px; */
	color: white;
	font-size: 16px;
        
}

.benef-box8 {
	background-color: #d6fdfc;
	text-align: left;
	background-image: url(/img/choose.png);
	background-position: 10px 20px;
	background-repeat: no-repeat;

	}

.benef-box8 p{
	padding: 20px 25px 0px 60px;
        
}

.benef-box9 {
	background-color: #d7ebf4;
	text-align: left;
	background-image: url(/img/logo1cm_smoll.png);
	background-position: 10px 15px;
	background-repeat: no-repeat;

	}
	
.benef-box9 p{
	padding: 20px 25px 0px 75px;
        
}

.benef-box10 {
	background-color: #d7ebf4;
	text-align: left;
	background-image: url(/img/logo1cf_bgb.png);
	background-position: 10px 15px;
	background-repeat: repeat;

	}
	
.benef-box10 p{
	padding: 20px 25px 0px 60px;
        
}

.services-dc-con a {
  display: inline-block;
  width: 100%;
  color: #2266de;
  border: 2px solid #2266de;
  border-radius: 7px;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
}

.tabs a {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #9B9B9B;
  border: none;
  border-radius: 0px;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
    
}

.tabs .active a {
    background: none;
    border-bottom: 3px solid #4A90E2;
    color: #333333;
}

.tabs a:hover {
    background: none!important;
    border-bottom: 3px solid #4A90E2!important;
    color: #333333!important;

}

.tabs-index a {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 0px;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
    
}

.tabs-index .active a {
    background: none;
    border-bottom: 3px solid #fff;
    color: #fff;
}

.tabs-index a:hover {
    background: none!important;
    border-bottom: 3px solid #fff!important;
    color: #fff!important;

}

.services-dc-con a:hover {
  background: linear-gradient(to bottom, #06b8cb 0%, #1a65dc 100%);
  color: #fff;
}

.under-content-dc {
  padding: 80px 0;
}

.under-content-dc p {
  padding: 7px 0;
}

/* страница конфигуратор */
.configur-con {
  //padding-bottom: 100px;
}

.configur-con .redl-conf {
  color: #ff264e;
  font: normal 12px 'Roboto-Medium';
}

.configur-con label:hover {
  cursor: pointer;
}

.configur-con h2 {
  background: linear-gradient(#09cddf, #1b5bc9);
  font: bold 25px 'Roboto-Light';
}

.configur-con h2 span {
  color: #000;
  background: #fff;
  mix-blend-mode: lighten;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  border-bottom: 2px solid #1494d4;
}

.configur-con input:not([type='checkbox']):not([type=radio]), .configur-con select, .configur-con textarea {
  width: 85%;
  max-width: 100%;
  padding: 7px 15px;
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  color: #2568de;
}

.configur-con input:not([type='radio']):focus, .configur-con select:focus, .configur-con textarea:focus {
  outline: none;
  border-color: #2568de;
}

.configur-con .configur-block {
  padding-bottom: 30px;
}

.configur-con .configur-block p {
  font-size: 12px;
  color: #8d8d8d;
  padding: 5px 0;
  width: 85%;
}

.configur-con .configur-block label {
  display: block;
  margin: 20px 0 5px 0;
}

.configur-con .result-culc-wrap {
  box-shadow: -2px 3px 25px -2px #ccc;
}

.configur-con .dop-servis
{
padding-bottom: 30px;
}

.configur-con .servis-sup
{
padding-bottom: 30px;
}

.configur-con .dop-servis > div,
.configur-con .servis-sup > div {
  margin-top: 15px;
  overflow: hidden;
  //width: 85%;
}

.configur-con .dop-servis input[type='radio'],
.configur-con .servis-sup input,
.configur-con .dop-servis input[type='checkbox']
{
  float: left;
  width: 15px;
  height: 15px;
  margin: 5px 10px 0 0;
}

.configur-con .servis-sup p {

}

.configur-con .servis-sup label {
  display: block;
}

.configur-con .dop-servis p {
  font-size: 12px;
  color: #8d8d8d;
}

.configur-con .dop-servis .title-dop-servis {
  font-weight: bold;
  margin-top: 25px;
}

.configur-con .button-adman-1 {
  padding: 15px;
  width: 89% !important;
}

.left-ban {
  background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%);
  padding: 90px 15px;
  height: 503px;
}

.left-ban h2 {
  font: normal 42px 'Roboto-Medium';
  color: #fff;
  padding: 10px 0;
  width: 400px;
}

.left-ban h2:first-child {
  border-bottom: 1px solid #59b1e1;
}

.right-ban {
  background: url(/img/virtual_serv.jpg) no-repeat;
  background-size: cover;
  height: 503px;
}

.circle-text {
  border-radius: 50%;
  width: 540px;
  height: 540px;
  background: linear-gradient(to bottom, #06b8cb 0%, #1a65dc 100%);
  margin: 0 auto;
  padding: 70px 30px;
  text-align: center;
  color: #fff;
  margin-top: -270px;
  position: relative;
}

.circle-text p:first-child {
  width: 70%;
  margin: 0 auto;
}

.circle-text p:nth-child(3) {
  font: normal 28px 'Roboto-Medium';
}

.circle-text img {
  margin: 20px 0;
}

.circle-text .button-adman-1 {
  padding: 15px;
}

.circle-text .button-adman-1:hover {
  background: #fff;
}

.nem-ico {
  width: 50px;
  height: 50px;
  padding: 5px;
  font: normal 32px 'Roboto-Medium';
  background: linear-gradient(to bottom, #06b8cb 0%, #1a65dc 100%);
  color: #fff;
  text-align: center;
  border-radius: 40px;
  float: left;
}

.text-serv-ub {
  margin-bottom: 40px;
}

.text-serv-ub p:first-child {
  font: normal 23px 'Roboto-Medium';
  margin-bottom: 15px;
}

.text-serv-ub p:last-child {
  color: #484b4c;
}

.virt-serv-container {
  background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%);
  padding-bottom: 80px;
}

.virt-serv-container2 {
  background: linear-gradient(to right, #04ffcb 5%, #1a63dd 100%);
  padding-bottom: 80px;
}

.virt-serv-container .domens-container {
  background: none;
  padding: 0;
  padding-bottom: 60px;
}

.virt-serv-container .title-con .ico-title {
  background: url(/img/logo_title_white.png);
  color: #fff;
  height: 132px;
}

.virt-serv-container .title-con p {
#  color: #b7e1f1;
#  font: normal 17px 'Roboto-Light';
#  text-align: left;
#  margin-top: 40px;
}

.virt-serv-container .title-con .text-title {
  top: 43px;
}

.virt-serv-container .title-con .text-title h1 {
  color: #fff;
}

.virt-serv-container ul {
  padding: 0;
  margin: 0;
  border-right: 1px solid #509eca;
}

.virt-serv-container ul li:nth-child(2n) {
  background: linear-gradient(to right, #80d5ef 0%, #6fbce6 100%);
}

.virt-serv-container ul li {
  padding: 5px;
  list-style: none;
}

.virt-serv-container ul li span {
  display: inline-block;
  width: 50%;
  color: #000;
}


.virt-serv-container .row-sert:hover ul li:nth-child(2n) {
  background: linear-gradient(to right, #f1f1f1 0%, #fff 100%);
}

.virt-serv-container .row-sert:hover hr {
  background-color: #118fd4;
}

.virt-serv-container .row-sert:hover .sal-serv-virt span {
  color: #ff264e;
}

.virt-serv-container hr {
  width: 90%;
  height: 4px;
  background-color: #fff;
  margin-left: -20px;
  margin-top: 10px;
  border: none;
}

.virt-serv-container .sal-serv-virt {
  margin-top: 20px;
  color: #000;
}

.virt-serv-container .sal-serv-virt span {
  color: #fff;
  font: normal 19px 'Roboto-Medium';
}

.virt-serv-container .row-sert .prices-sert {
  text-align: left;
  padding-left: 20px; 
}

.virt-serv-container .row-sert button {
  margin-top: 0;
}

.virt-serv-container .row-play-serv {
  background: url(/img/play_serv.png) no-repeat;
  background-size: cover;
  padding: 70px 35px;
}

.virt-serv-container .row-play-serv h2 {
  color: #fff;
  font-size: 25px;
}

.virt-serv-container .row-play-serv button {
  background-color: #ff264e;
  border: none;
  width: 170px;
  margin: 25px auto;
  display: block;
  padding: 15px 60px;
}

.virt-serv-container .row-play-serv button:hover {
  background-color: #fff !important;
}

.virt-serv-container1 {
  background: linear-gradient(to right, #08e8b0 0%, #1a63dd 100%);
  padding-bottom: 80px;
}

.virt-serv-container1 .domens-container {
  background: none;
  padding: 0;
  padding-bottom: 60px;
}

.virt-serv-container1 .title-con .ico-title {
  background: url(/img/logo_title_white.png);
  color: #fff;
  height: 132px;
}

.virt-serv-container1 .title-con p {
#  color: #b7e1f1;
#  font: normal 17px 'Roboto-Light';
#  text-align: left;
#  margin-top: 40px;
}

.virt-serv-container1 .title-con .text-title {
  top: 43px;
}

.virt-serv-container1 .title-con .text-title h1 {
  color: #fff;
}

.virt-serv-container1 ul {
  padding: 0;
  margin: 0;
  border-right: 1px solid #509eca;
}

.virt-serv-container1 ul li:nth-child(2n) {
  background: linear-gradient(to right, #80d5ef 0%, #6fbce6 100%);
}

.virt-serv-container1 ul li {
  padding: 5px;
  list-style: none;
}

.virt-serv-container1 ul li span {
  display: inline-block;
  width: 50%;
  color: #000;
}


.virt-serv-container1 .row-sert:hover ul li:nth-child(2n) {
  background: linear-gradient(to right, #f1f1f1 0%, #fff 100%);
}

.virt-serv-container1 .row-sert:hover hr {
  background-color: #118fd4;
}

.virt-serv-container1 .row-sert:hover .sal-serv-virt span {
  color: #ff264e;
}

.virt-serv-container1 hr {
  width: 90%;
  height: 4px;
  background-color: #fff;
  margin-left: -20px;
  margin-top: 10px;
  border: none;
}

.virt-serv-container1 .sal-serv-virt {
  margin-top: 20px;
  color: #000;
}

.virt-serv-container1 .sal-serv-virt span {
  color: #fff;
  font: normal 19px 'Roboto-Medium';
}

.virt-serv-container1 .row-sert .prices-sert {
  text-align: left;
  padding-left: 20px; 
}

.virt-serv-container1 .row-sert button {
  margin-top: 0;
}

.virt-serv-container1 .row-play-serv {
  background: url(/img/play_serv.png) no-repeat;
  background-size: cover;
  padding: 70px 35px;
}

.virt-serv-container1 .row-play-serv h2 {
  color: #fff;
  font-size: 25px;
}

.virt-serv-container1 .row-play-serv button {
  background-color: #ff264e;
  border: none;
  width: 170px;
  margin: 25px auto;
  display: block;
  padding: 15px 60px;
}

.virt-serv-container1 .row-play-serv button:hover {
  background-color: #fff !important;
}


.virt-serv-container-index {
  background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%);
  padding-bottom: 30px;
}

.virt-serv-container-index .domens-container {
  background: none;
  padding: 0;
}

.virt-serv-container-index .title-con .ico-title {
  background: url(/img/logo_title_white.png);
  color: #fff;
  height: 132px;
}

.virt-serv-container-index .title-con p {
#  color: #b7e1f1;
#  font: normal 17px 'Roboto-Light';
#  text-align: left;
#  margin-top: 40px;
}

.virt-serv-container-index .title-con .text-title {
  top: 43px;
}

.virt-serv-container-index .title-con .text-title h1 {
  color: #fff;
}

.virt-serv-container-index ul {
  padding: 0;
  margin: 0;
  border-right: 1px solid #509eca;
}

.virt-serv-container-index ul li span {
  display: inline-block;
  width: 50%;
  color: #000;
}


.virt-serv-container-index .row-sert:hover ul li:nth-child(2n) {
  background: linear-gradient(to right, #f1f1f1 0%, #fff 100%);
}

.virt-serv-container-index .row-sert:hover hr {
  background-color: #118fd4;
}

.virt-serv-container-index .row-sert:hover .sal-serv-virt span {
  color: #ff264e;
}

.virt-serv-container-index hr {
  width: 90%;
  height: 4px;
  background-color: #fff;
  margin-left: -20px;
  margin-top: 10px;
  border: none;
}

.virt-serv-container-index .sal-serv-virt {
  margin-top: 20px;
  color: #000;
}

.virt-serv-container-index .sal-serv-virt span {
  color: #fff;
  font: normal 19px 'Roboto-Medium';
}

.virt-serv-container-index .row-sert .prices-sert {
  text-align: left;
  padding-left: 20px; 
}

.virt-serv-container-index .row-sert button {
  margin-top: 0;
}

.virt-serv-container-index .row-play-serv {
  background: url(/img/play_serv.png) no-repeat;
  background-size: cover;
  padding: 70px 35px;
}

.virt-serv-container-index .row-play-serv h2 {
  color: #fff;
  font-size: 25px;
}

.virt-serv-container-index .row-play-serv button {
  background-color: #ff264e;
  border: none;
  width: 170px;
  margin: 25px auto;
  display: block;
  padding: 15px 60px;
}

.virt-serv-container-index .row-play-serv button:hover {
  background-color: #fff !important;
}


.services-host-adman .text-title {
  text-align: left;
}

.services-host-adman .text-title h1 {
  background: #fff;
}

.services-host-adman .title-con p {
  text-align: left;
  font: normal 17px 'Roboto-Light';
  margin-top: 40px;
}

.services-host-adman .domens-container {
  background: none;
}

.desc-serv-host p {
  font: normal 28px 'Roboto-Medium';
  padding: 35px 0;
}

.color-gr-title,
.color-bl-title,
.color-rd-title {
  font-size: 32px;
  padding: 45px 0 20px;
}

.color-gr-title {
  color: #05bacb;
}

.color-bl-title {
  color: #1d62dd;
}

.color-rd-title {
  color: #ff264e;
}

.domens-host {
  background-image: url(/img/domens_serv.jpg);
}

.condition-dom-serv {
  padding-bottom: 50px;
}

.condition-dom-serv .domens-container {
  background: none;
}

.condition-dom-serv .domens-container .text-title {
  position: relative;
}

.condition-dom-serv .domens-container .title-con {
  height: 100%;
}

.condition-dom-serv h1 {
  text-align: left;
  background: #fff;
}

.regist-dom-wrap {
  background: linear-gradient(to right, #2dbad5 0%, #3c84e0 100%);
  color: #fff;
}

.regist-dom-wrap .search-reg-block {
  background: #eef6fa;
  padding: 30px;
}

.regist-dom-wrap .search-reg-block p:last-child {
  padding-top: 25px;
}

.regist-dom-wrap .search-reg-block input[type="text"] {
  width: 85%;
  padding: 14px;
  border: 2px solid #000;
  border-radius: 10px;
  color: #000;
  font-size: 24px;
  vertical-align: middle;
}

.regist-dom-wrap .search-reg-block input[type="text"]:focus {
  outline: none;
  border-color: #ff264e;
}

.regist-dom-wrap .search-reg-block input[type="submit"] {
  width: 15% !important;
  margin: 0;
  margin-left: -13px;
  padding: 20px;
  vertical-align: middle;
}

.regist-dom-wrap .search-reg-block input[type="submit"]:hover {
  background: #fff;
}

.regist-dom-wrap .search-reg-block input[type="radio"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 25px;
}

.regist-dom-wrap .search-reg-block label {
  color: #000;
}

.regist-dom-wrap .addit-dom {
  padding: 20px 30px;
}

.regist-dom-wrap .addit-dom a {
  font-size: 20px;
  display: inline-block;
  padding: 0 15px;
  color: #fff;
}

.regist-dom-wrap .addit-dom a:hover {
  text-decoration: underline;
}

.regist-dom-wrap .addit-dom span {
  font-size: 15px;
}

.regist-dom-wrap .variant-dom-block,
.regist-dom-wrap .domens-block {
  padding: 0 30px;
}

.regist-dom-wrap .variant-dom-block {
  padding: 10px 35px;
}

.regist-dom-wrap .row-domens-1 {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 25px;
}

.regist-dom-wrap .row-domens-1 button {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 7px;
  color: #fff;
  padding: 10px 30px;
  margin-top: 10px;
}

.regist-dom-wrap .row-domens-1 button:hover {
  background: #fff;
  color: #ff264e;
}

.regist-dom-wrap .row-domens-1 p {
  line-height: 3em;
  font-size: 20px;
}

.regist-dom-wrap .row-domens-1 .small-name {
  font-size: 15px;
}

.regist-dom-wrap .price-dom {
  font: bold 26px 'Roboto-Medium';
}

.regist-dom-wrap .title-block-dom {
  font: normal 25px 'Roboto-Medium';
  padding: 0 35px;
  margin-top: 80px;
  color: #000;
}

.regist-dom-wrap .variant-dom-block-2 {
  padding: 15px 35px 35px;
}

.regist-dom-wrap .variant-dom-block-2 .row-domens-2 {
  padding: 10px 25px;
}

.regist-dom-wrap .variant-dom-block-2 .row-domens-2 label, .regist-dom-wrap .variant-dom-block-2 .row-domens-2 span:not(.price-dom) {
  font-size: 20px;
}

.regist-dom-wrap .variant-dom-block-2 .row-domens-2 a {
  color: #fff;
  padding: 4px 15px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 15px;
}

.regist-dom-wrap .variant-dom-block-2 .row-domens-2 a:hover {
  text-decoration: none;
  background: #fff;
  color: #ff264e;
}

.regist-dom-wrap .variant-dom-block-2 .row-domens-2 input[type='radio'] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  padding: 10px;
  margin-right: 5px;
}

.regist-dom-wrap .variant-dom-block-2 .row-domens-2:nth-child(odd) {
  background: rgba(255, 255, 255, 0.2);
}

.data-info-con {
  background-color: #eef6fa;
}

.data-info-con .text-title h1 {
  background-color: #eef6fa;
}

.data-info-con .domens-container {
  background: none;
}

.bord-l-box {
  padding: 0 10px;
  border-left: 2px solid #05bacb;
}

.text-color-r {
  color: #ff264e !important;
  text-align: left;
  font: normal 17px 'Roboto-Light' !important;
  margin-top: 40px;
}

.coloc-serv {
  background-image: url(/img/colac_serv.jpg);
}

.coloc-box {
  padding-top: 40px;
  overflow: hidden;
}

.cause-block {
  padding-bottom: 50px;
  overflow: hidden;
}

.row-coloc-serv {
  border-right: 1px solid #e5e5e5;
}

.row-coloc-serv p {
  color: #000;
  font: normal 18px 'Roboto-Medium';
}

.advant-sale-adm {
  text-align: center;
}

.advant-sale-adm p:nth-child(2) {
  color: #ff264e;
  font-size: 36px;
  text-transform: uppercase;
}

.advant-sale-adm button {
  padding: 15px 35px;
}

.title-serv-dom {
  font: normal 17px 'Roboto-Medium' !important;
}

.row-sell-block {
  padding: 0 !important;
}

.row-sell-block .wrap-row-sell {
  padding: 25px 35px;
}

.config-but-block {
  background-color: #6aa8e4;
  text-align: center;
  padding: 25px;
}

.config-but-block a {
  color: #fff;
  display: block;
}

.config-but-block a:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: 14px auto;
  background: url(/img/icons.png);
  background-position: -68px -116px;
}

.config-but-block button {
  margin-top: 40px !important;
}

.sert-container .row-sert.row-sell-block:hover .config-but-block {
  background-color: #e7e7e7;
}

.sert-container .row-sert.row-sell-block:hover .config-but-block a {
  color: #2165de;
}

.sert-container .row-sert.row-sell-block:hover .price-table td {
  color: #118fd4;
}

.sert-container .row-sert:hover .price-table td {
  color: #118fd4;
}

.sert-container .row-sert.row-sell-block:hover .config-but-block a:before {
  background-position: -1px -116px;
}

.content-sell-serv {
  padding: 75px 0;
  border-bottom: 2px solid #cacaca;
}

.content-sell-serv-2 {
  padding: 40px 0;
}

.equipment-desc {
  padding: 10px 0;
  margin-top: -90px;
  margin-left: 200px;
  margin-bottom: 42px;
}

.equipment-desc p {
  color: #ff264e;
}

.equipment-title-con {
  padding: 50px 0;
}

.equipment-title-con.domens-container {
  background: none;
}

.equipment-title-con.domens-container .title-con h1 {
  text-align: left;
}

.equipment-garant-block {
  margin-top: 100px;
}

.equipment-content {
  padding-bottom: 80px;
}

/* страница игровые серверы */
.play-serv-slide {
  background: url(/img/play_server_slide.jpg) no-repeat;
  background-size: cover;
}

.play-serv-slide .title-con .ico-title {
  background: url(/img/logo_play_serv_1.png) no-repeat;
}

.play-serv-slide .domens-container {
  background: none;
  margin-bottom: -60px;
}

.play-serv-slide .title-con {
  margin-bottom: 0;
}

.play-serv-slide .title-con h1 {
  color: #fff;
}

.play-serv-slide .slide-play-box {
  padding: 30px;
  border-radius: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 203, 0, 0.9) 100%);
  color: #fff;
}

.play-serv-slide .slide-play-box p {
  font: normal 60px 'Roboto-Medium';
  padding: 30px;
}

.play-serv-content {
  background: url(/img/bg_play_server.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0;
  color: #fff;
}

.play-serv-content h2 {
  background: url(/img/logo_play_serv_2.png) no-repeat;
  background-size: contain;
  width: 430px;
  font-size: 42px;
  padding: 75px 0;
  margin: 50px 0;
}

.play-serv-content .play-text-con p {
  font: normal 28px 'Roboto-Medium';
}

.play-serv-content .text-serv-ub p:last-child {
  color: #fff;
}

.play-serv-content .nem-ico {
  background: linear-gradient(to bottom, #face01 0%, #ff8700 100%);
}

.organ-play-con {
  padding: 75px 0;
  background: url(/img/bg_play_2.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

.organ-play-con h3 {
  font: normal 42px 'Roboto-Medium';
}

.organ-play-con p {
  color: #734a00;
  padding: 30px 0;
}

.organ-play-con button {
  padding: 10px 30px;
  margin-top: 20px;
}

.save-total-box input[type='submit'] {
  width: auto !important;
  margin: 0;
  color: #fff;
  margin-left: -15px;
}

.save-total-box input[type='submit']:hover {
  color: #ff264e;
  background-color: #fff;
}

.save-total-conf {
  display: inline-block;
  width: auto !important;
  border: 2px solid #2a6bff;
  padding: 2px 20px 2px 15px;
  border-radius: 7px;
}

.save-total-conf p {
  background: linear-gradient(#09cddf, #1b5bc9);
  font-size: 25px !important;
  font-family: 'Roboto-Medium';
  display: inline;
  vertical-align: middle;
}

.save-total-conf p span {
  color: #000;
  background: #fff;
  mix-blend-mode: lighten;
}

p.white a {color:white;}

.fast {margin-bottom: 20px;}
.dfast {display:inline-block;}
.dfast a.dfastoper {display:none;}

.fast A {
text-decoration: none;
border-bottom: 1px dashed #000080;
}


.fast A:hover {
    color: #f00000;
}

.checkbox-dom:not(checked) {
    position: absolute;
    opacity: 0;
}
.checkbox-dom {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.checkbox-dom:not(checked) + label {
  position: relative;
  padding: 0 0 0 23px;
}

.checkbox-dom:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}

.checkbox-dom:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1b61dd;
  opacity: 0;
  transition: all .2s;
}

.checkbox-dom:checked + label:after {
  opacity: 1;
}

.order-mobile-right {
  display: none;
}

.sign-in .button-inv {
margin-top: 0;
padding: 5px 0;
width: 148px;
}

.callback-elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 25px;
    color: #186b8d !important;
    font-weight: 400 !important;
    transition: opacity .25s ease-in-out 0s;
    text-decoration: none !important;
}

.callback {
    position: relative;
}

.callback-elem:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background: url(/img/spritesheet.png) -1px -40px;
    width: 16px;
    height: 16px;
}

#toTop {
width:100px;
border:1px solid #ccc;
background:#f7f7f7;
text-align:center;
padding:5px;
position:fixed;
bottom:10px;
right:10px;
cursor:pointer;
display:none;
color:#333;
font-family:verdana;
font-size:11px;
}

.butdown {
font-family: 'Roboto-Medium';
font-size: 16px;
}

.butdown li a:hover {
    background-color: #108fd4;
color: #FFF;
}

.butdown li a {
    padding: 0px 30px;
}

#myOrder {
//Z-INDEX:999;
}

.maintain img {
display: inline;
padding-right: 10px;
padding-top: 10px;
width: auto !important;
}

.lprice {
position: relative;
padding: 0;
text-align: center;
}

.lprice .lfrom {
    font-size: 36px;
    font-weight: 100;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 1;
}

.lprice .lcost {
font-family: Roboto,sans-serif;
    font-size: 15rem;
    font-weight: 700;
    line-height: 1;
    margin: -2px 0 0 4px;
}

.lprice .lcostm {
font-family: Roboto,sans-serif;
    font-size: 12rem;
    font-weight: 700;
    line-height: 1;
    margin: -2px 0 0 4px;
}

.lprice .lrack {
font-family: Roboto,sans-serif;
    font-size: 10rem;
    font-weight: 700;
    line-height: 1;
    margin: -2px 0 0 4px;
}

.lprice .atmonth {
    font-size: 2.3rem;
    position: relative;
//    left: -12px;
}

.lprice .order {
    font-size: 2.4rem;
    margin: 13px 0 0 10px;
    padding: 9px 9px 10px 9px;
    border-radius: 29px;
    width: 260px;
    border: none;
    background-color: $FFF;
}

.lprice a {
padding: 10px 10px !important;
margin-top: 8px !important;
color: #FFF !important;
}

.lprice .or {
    display: block;
    text-align: center;
    padding: 8px 0;
}

.tab-content .wrapper {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px;
}

.tab-content .text {
    padding: 20px 20px 0 20px;
    font-weight: 500;
    line-height: 21px;
font-family: "Roboto-Medium";
}

.tab-content .text p {
    margin: 0 0 30px 0;
}

.tab-content .text_dc {
    padding: 20px 20px 0 20px;
    font-weight: 500;
    line-height: 21px;
font-family: "Roboto-Light";
}

.tab-content .text_dc p {
    margin: 0 0 30px 0;
}
@media screen and (min-width: 768px)
{
.tab-content .wrapper {
    padding: 30px 54px 35px 45px;
}
}

.tab-content .wrapper>div {
    margin-bottom: 20px;
}

.tab-content {
    margin: 0 auto;
    padding: 20px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #656565;
}



.tab-content .dotted {
    width: 100%;
    height: 1px;
    background: url(/img/dotted-border-x.png) bottom repeat-x;
}

.tab-content .green {
    background-color: transparent;
    font-size: 14px;
    color: #8dab43;
}

@media screen and (min-width: 568px) {

.tab-content .wrapper .dotted-row span:last-child {
    position: relative;
    top: 5px;
    padding-left: 5px;
    text-align: right;
}
.tab-content .wrapper .dotted-row span {
    display: table-cell;
    white-space: nowrap;
}


.tab-content .wrapper .dotted-row span {
    display: table-cell;
    white-space: nowrap;
}
.tab-content .wrapper>div {
    display: table;
    margin-bottom: 16px;
}

.tab-content .wrapper>div {
    display: table;
    margin-bottom: 6px;
}
.tab-content .wrapper .dotted-row {
    display: table-row;
}

.tab-content .wrapper .dotted-row span:first-child {
    position: relative;
    top: 5px;
    padding-right: 5px;
}

.tab-content .wrapper .dotted-row span {
    display: table-cell;
    white-space: nowrap;
}
}


@media screen and (min-width: 1024px) {
.tab-content .text {
    padding: 32px 24px 32px 8px;
}
}

@media screen and (min-width: 1023px) {

.tab-content .text {
    clear: both;
}
}


.tabs li {
    list-style-type: none; 
   }
.tabs ul {
    margin-left: 0; 
    padding-left: 0; 
   }

.tabs-index li {
    list-style-type: none; 
   }
.tabs-index ul {
    margin-left: 0; 
    padding-left: 0; 
   }

@media screen and (max-width: 567px) {
 .tab-content .wrapper .dotted-row span {
    display: block;
    text-align: center;
}

.tab-content .wrapper .dotted-row span:last-child {
 font-family: "Roboto-Medium";
}

.tab-content .dotted {
    display: none !important;
}

}

.cost-inner {
 //font-family: "Roboto-Medium";
//    border: 1px solid #d5dee1;
//    border-radius: 6px;         
padding-top: 25px;
//    padding: 26px 20px 15px 20px;
    width: 280px!important;
    max-width: 100%!important;
    height: 125px;
    margin: 0 auto;
	color: #fff!important;

}

.cost-inner-2 {
	 //font-family: "Roboto-Medium";
//    border: 1px solid #d5dee1;
//    border-radius: 6px;         
padding-top: 25px;
//    padding: 26px 20px 15px 20px;
    width: 280px!important;
    max-width: 100%!important;
    height: 148px;
    margin: 0 auto;
	color: #fff!important;

}

.cost-inner-2 span {
	display: inline-block!important;
	width: auto!important;
	color: #fff!important;
}

.cost-inner-3 {
font-family: "Roboto";
font-size: 36px;
//    border: 1px solid #d5dee1;
//    border-radius: 6px;         
padding-top: 0px;
//    padding: 26px 20px 15px 20px;
    width: 50px!important;
    max-width: 50%!important;
    height: 20px;
    margin: 0 left;
	color: #1A63DD!important;

}

.cost-inner-4 {
	 //font-family: "Roboto-Medium";
//    border: 1px solid #d5dee1;
//    border-radius: 6px;         
padding-top: 5px;
//    padding: 26px 20px 15px 20px;
    width: 280px!important;
    max-width: 100%!important;
    height: 60px;
    margin: 0 auto;
	color: #fff!important;

}

.cost-inner-4 span {
	display: inline-block!important;
	width: auto!important;
	color: #fff!important;
}

.cost-inner-5 {
font-family: "Roboto";
font-size: 36px;
//    border: 1px solid #d5dee1;
//    border-radius: 6px;         
padding-top: 0px;
//    padding: 26px 20px 15px 20px;
    width: 50px!important;
    max-width: 50%!important;
    height: 20px;
    margin: 0 left;
	color: #ffffff!important;

}

table.price-table {
    margin: 0 auto 0 auto;
}

table.price-table td.thousand {
//    color: #76878e;
    color: #fff;
    font-size: 68px;
    font-weight: 700;
    line-height: 50px;
    vertical-align: middle;
    padding-right: 2px;
}

table.price-table td {
    vertical-align: middle;
    text-align: left;
    //color: #76878e;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .83px;
    line-height: 30px !important;
    padding: 0;
}

table.price-table td.per-month-2 {
    vertical-align: middle;
    text-align: left;
    //color: #76878e;
    color: #217ca1;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .83px;
    line-height: 30px !important;
    padding: 0;
}

table.price-table td.unit {
//    color: #76878e;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
//    line-height: 10px;
}

table.price-table td.unit-2 {
//    color: #76878e;
    color: #217CA1;
    font-size: 30px;
    font-weight: 700;
//    line-height: 10px;
}


.choose {
    margin: 20px 0 0 0;
    text-align: center;
}

.choose span.item.act, .choose span.item:hover {
    background-color: #ecf1f3;
    color: #76878e !important;
}
.choose span.item {
    cursor: pointer;
    line-height: 22px;
    height: 22px;
    border-radius: 3px;
    min-height: 0;
    color: #76878e;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 0 10px;
}

.white {
color: #fff !important;
}

.prices-cont .item {
    min-height: 86px;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

.srvname {
color: #1a63dd;
font-size: 16px;
 font-family: "Roboto-Medium";
}

.addicon {
background-image: url(/img/icons.png);
background-position: -37px -48px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.infoicon {
background-image: url(/img/icons.png);
background-position: -4px -48px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.xicon {
background-image: url(/img/icons.png);
background-position: -9px -87px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.okicon {
background-image: url(/img/icons.png);
background-position: -151px -87px;
    display: inline-block;
    width: 20px;
    height: 20px;
}


.payicon {
background-image: url(/img/icons.png);
background-position: -72px -48px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.conficon {
background-image: url(/img/icons.png);
background-position: -4px -177px;
    display: inline-block;
    width: 30px;
    height: 30px;
}




.deleteicon {
background-image: url(/img/icons.png);
background-position: -136px -48px;
    display: inline-block;
    width: 30px;
    height: 30px;
}
    
.controlicon {
background-image: url(/img/icons.png);
background-position: -102px -48px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.editicon {
background-image: url(/img/icons.png);
background-position: -232px -48px;
    display: inline-block;
    width: 30px;
    height: 30px;
}


.icon:hover {
 opacity: .6;
}

.bonusdisable {
color: gray;
text-decoration: line-through;
}

.nopadding {
padding:0;
}

.right {
text-align:right;
}

.md-trigger--off {
    background-color: #b2b2b2;
}

.md-trigger {
    position: relative;
    height: 20px;
    width: 35px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    top: -2px;
    border-radius: 10px;
}


.md-trigger--on {
    background-color: #36aa51;
}

.md-trigger--on .md-trigger__circle {
    right: 2px;
}

.md-trigger--off .md-trigger__circle {
    left: 2px;
}

.md-trigger__circle {
    position: absolute;
    top: 2px;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: #fff;
}

.md-trigger__circle {
    position: absolute;
    top: 2px;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: #fff;
}
.ui-dialog { z-index: 1000 !important ;}

.btn-group-blue {
background-color:#F2FAFD; 
width:100%;
border-color: #ccc;
border: 1px solid #ccc;
margin-top:20px;
}

.btn-blue {
background-color: #F2FAFD;
border-radius: 0 !important;
}

.btn-active {
background-color: #59b1e1;
color: #fff;
border-radius: 0 !important;
}

.btn-blue:focus, 
.btn-blue:hover, .btn-active:hover,
.btn-active:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
  color: #fff;
}

.input-group-addon {
    background: transparent;
    border: 0;
}

#fl_chet {
background: #c3f8b7;
}

.zakazpages {
display: none;
}

.about-sup-tech {
padding-top: 20px;
}

.w100 {
width:100% !important;
}

.bconf {
    background: none;
    border: none;
    color: #f00;
    font-size: 65px;
    line-height: 1;
    right: 25px;
    position: absolute;
    z-index: 99999999;
}

.vpt_plan-container:hover {
  z-index: 4
}
ul.vpt_plan {
  background-color: #f5f5f5;
  text-align: center;
  -moz-transition: box-shadow .3s, margin .5s;
  -o-transition: box-shadow .3s, margin .5s;
  -webkit-transition: box-shadow .3s, margin .5s;
  transition: box-shadow .3s, margin .5s;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0
}
ul.vpt_plan>li {
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  border-bottom: none;
}
ul.vpt_plan>li:last-child {
  border-bottom: none
}
ul.vpt_plan .vpt_plan-name {
  display: block;
  padding: 5px 0;
  margin: 0 auto;
  background-color: #6dcaec;
  -o-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
  -ms-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
  -moz-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
  -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
  box-shadow: inset 0 0 50px rgba(0,0,0,.07);
  -moz-transition: border-color .3s, background-color .3s, color .3s;
  -o-transition: border-color .3s, background-color .3s, color .3s;
  -webkit-transition: border-color .3s, background-color .3s, color .3s;
  transition: border-color .3s, background-color .3s, color .3s;
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
  font-weight: 100;
  color: #025577;
  -o-text-shadow: 0 1px 1px #62cffc;
  -moz-text-shadow: 0 1px 1px #62cffc;
  -ms-text-shadow: 0 1px 1px #62cffc;
  -webkit-text-shadow: 0 1px 1px #62cffc;
  text-shadow: 0 1px 1px #62cffc;
  line-height: normal
}
ul.vpt_plan .vpt_plan-name {
  border-bottom: none;
  padding-top: 15px;
}
ul.vpt_plan:hover {
  -o-box-shadow: 0 0 0 5px rgba(0,0,0,.1), 0 0 40px rgba(0,0,0,.1) inset;
  -ms-box-shadow: 0 0 0 5px rgba(0,0,0,.1), 0 0 40px rgba(0,0,0,.1) inset;
  -moz-box-shadow: 0 0 0 5px rgba(0,0,0,.1), 0 0 40px rgba(0,0,0,.1) inset;
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1), 0 0 40px rgba(0,0,0,.1) inset;
  box-shadow: 0 0 0 5px rgba(0,0,0,.1), 0 0 40px rgba(0,0,0,.1) inset
}
ul.vpt_plan:hover .vpt_plan-name {
  background-color: #ec008c
}
ul.vpt_plan:hover .vpt_plan-name {
  border-bottom: none;
}
.vpt_plan.no-shadow {
  border: none;
}

.vpt_plan.bootstrap-vpt-dark-blue .vpt_plan-name {
  background-color: #0676ec;
  border-bottom:none;
  color: #FFFFFF;
  -o-text-shadow: 0 1px 1px #4ea4ff;
  -moz-text-shadow: 0 1px 1px #4ea4ff;
  -ms-text-shadow: 0 1px 1px #4ea4ff;
  -webkit-text-shadow: 0 1px 1px #4ea4ff;
  text-shadow: 0 1px 1px #4ea4ff
}
.vpt_plan.bootstrap-vpt-dark-blue:hover .vpt_plan-name {
  background-color: #017dff
}
.vpt_plan.bootstrap-vpt-dark-blue:hover .vpt_plan-name {
  border-bottom: none;
}
.vptLine {
    border-bottom: 2px solid #ffffff;
    display: block;
    margin:2px auto;
    width:30px;
}

.vptbg{
  background:rgba(0,0,0,0.05);
}

.toast
{
    position: fixed;
    z-index: 1999;
//    pointer-events: none;
    bottom: 5px;
}

.alert 
{
    display: none;
    margin: 10px auto;
    position: relative;
    transition: all 0.5s ease-in-out;
width:100%;
}

.bgray
{
background: rgba(0, 0, 0, 0.05);color:black !important; border: 1px solid rgba(0, 0, 0, 0.05)  !important;
}

.bgray:hover
{
color:black !important;
}

.alert-success {
    color: white !important;
    background-color: green !important;
    border-color: green !important;
}

.alert-success a 
{
  color: white !important;
  text-decoration: underline;
}

.alert-success a:hover, .alert-success a:focus 
{
  text-decoration: none;
}

.alert-danger {
    color: white !important;
    background-color: red !important;
    border-color: red !important;
}

.alert-warning {
    color: white !important;
    background-color: blue !important;
    border-color: blue !important;;
}

.br_10{
	border-radius: 10px;
}
.tt_up{
	text-transform: uppercase;
}
.bs_2{
	box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.04);
}
.bgc_blue{
	background-color: #f4f8f9;
}
.bgc_w{
	background-color: #fff;
}

.std_block{
        display:inline-block;
		
	position: relative;
	
	margin: 0 auto;

}

.why-dc-con{
	padding: 100px 0px 100px 0px;
}
.why-dc-con .column_1{
	
	min-height: 170px;
	padding: 116px 0px 0px 110px;
}
.why-dc-con .column_2{
	
	min-height: 170px;
	padding: 54px 0px 55px 0px;
}
.why-dc-con h2{
	font-size: 30px;
	background-image: url('/img/question.png');
	background-position: 0px 10px;
	background-repeat: no-repeat;
}
.why-dc-con h2 .separator{

	width: 220px;
	height: 4px;
	margin: 10px 0 15px 0;
	display: block;
	background-color: #b2c7cb;
	  
}
.why-dc-con h2 span
{	display: inline-block;
	padding: 0px 0px 21px 44px;
}
.why-dc-con h3{
	padding: 19px 0px 0px 0px;
	max-width: 370px;
}
.why-dc-con .column_2 p{
	padding: 13px 0px 14px 95px;
	background-image: url('/img/choose.png');
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.z_999 {
	z-index: 999!important;
}

.no_box {
    -webkit-box-shadow: none; 
    box-shadow: none; 
}

.m_top_10 {
	margin-top: 2%;
}

.white a{
	color: #fff;
}

.task_end, .task_end td a{
    color: gray !important;
    text-decoration:line-through;
}
