@charset "utf-8";

html, body {
  font: 22px 'Open Sans', Arial, sans-serif, lighter; 
  line-height: 1.6;
  color: #333;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.wrapper {
  position: relative;
  min-height: 100%;
  min-width: 1240px;
  margin: 0px auto;
  margin-bottom: -60px;
}
/* для IE6 */
* html .wrapper {height: 100%;}
.buffer {
  margin-top: 30px;
  height: 60px;
}
footer {
  position: relative;
  min-height: 60px;
  height: 60px;
  background: #40679a;
  color: #e7e7e7;
}
.size-box {
  min-width: 1240px;
  max-width: 1900px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.fl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.jc-sa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jc-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clear:after{
  content:'';
  display:table;
  clear:both;
}
h1 {
  font-size: 1.8em;
/*  font-size: 2em;*/
  font-weight: bold;
  color: #d04f32;
}
h2 {
  font-size: 1.9em;
  text-align: center;
  margin: 60px 0 40px;
}

p {margin-bottom: 20px;}
strong {font-weight: bold;}
i {font-style: italic;}
sup {
  font-size: 0.7em;
  vertical-align: super;
  margin-left: 2px;
}
.red {
  display: inline-block !important;
  font-size: 1em !important;
  color: red !important;
}
.green {
  display: inline-block !important;
  font-size: 1em !important;
  color: green !important;
}
/*** button ***/
.wrap-button {text-align: center; margin-top: 20px; display: inline-block; width: 100%;}
button, .button {
  font-size: 0.9em;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff7135;
  border: 1px solid #ff7135;
/*  border: 1px solid #ff6525;*/
  border-radius: 100px;
  padding: 15px 30px;
  word-break: break-word;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button:hover, .button:hover {
  background-color: #f14700;
  border: 1px solid #f14700;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.button {
  letter-spacing: 1.5px;
  font-size: .9em;
}
/** /button/ **/
.header {
  padding-top: 3px;
  margin-bottom: 5px;
}
.header-block-logo a {text-decoration: none;}
.header-block-logo h1 img {float: left;}
.header-block-logo h1 span {
  display: block;
  font-size: 0.4em;
/*  color: #555;*/
  font-weight: normal;
/*  margin: -14px 0 0 3px;*/
  text-align: center;
  margin-top: -15px;
}
.header-block-nav {-webkit-box-flex: 1;-webkit-flex-grow: 1;-moz-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;}
.header-block-nav p  {
  text-align: right;
  font-size: 0.8em;
  margin-bottom: 0;
}
.header-block-nav p span {
  font-size: 0.6em;
  margin-left: 20px;
  margin-right: 10px;
}
.header-nav {margin-top: 4px;}
.header-nav > ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*
.header-nav > ul li a {
  display: block;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  color: #555;
}
*/
.header-nav > ul li a {
  display: block;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  color: #555;
}
.header-nav > ul li {position: relative;}
.header-nav li a:hover {
  color: #d04f32;
  text-decoration: underline;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  -moz-transition: .2s all ease;
  transition: .2s all ease;
}
.header-nav li.current > a {
  color: #d04f32;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  -moz-transition: .2s all ease;
  transition: .2s all ease;
}
.header-nav .vertical-list span {
  border-right: 2px solid; 
  border-bottom: 2px solid;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 2px;
}
/* +sub menu+ */
.header-nav li ul {
  position: absolute;
  min-width: 150px;
  display: none;
  right: 0;
  text-align: right;
}
.header-nav li > ul li {border-bottom: 1px solid #d1e8e7;}
.header-nav li:hover > ul {display: block;}
.header-nav li > ul li a {font-weight: normal; font-size: 0.8em; line-height: 1.6; background-color: #fff;}
/* -sub menu- */
/*
.entry:before {
  content: "";
  display: inline-block;
  background-image: url(/img/login.svg);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 20px;
  width: 20px;
  margin-right: 7px;
  vertical-align: middle;
}
.entry {
  color: #8c8172;
  font-size: 1.2em;
  margin: 0 10px 0 40px;
}
.entry:hover {color: #d04f32; cursor: pointer;}
.entry:hover:before {
  content: "";
  background-image: url(/img/login_1.svg);
}
/***** /HEADER/ *****/
/***  parallax  ***/
.wrap-poster {
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
}
.parallax p:first-child { 
  font-size: 2.6em;
  text-transform: capitalize;
/*  margin-top: 20px;*/
  margin-bottom: 15px;
}
.parallax p:nth-child(2) { 
  margin-top: 50px;
  font-size: 1.2em;
}
.parallax p:nth-child(3) img {display: inline-block; /*margin-top: 20px;*/}
.parallax p:last-child {
  font-size: 0.7em;
/*  margin-top: 20px;*/
}

/*** /parallax/  ***/

/***  Форма ***/
form input, form textarea {
  background: #fff;
  border: 1px solid rgb(151, 151, 151);
  color: #ff6525;
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  padding: 12px 30px 12px 20px;
  vertical-align: middle;
  width: 100%;
  outline: none;
}
form textarea {
  color: #d04f32;
  min-height: 60px;
  padding: 8px 30px 8px 19px;
  resize: none;
  overflow: auto;
}
form input::-webkit-input-placeholder {color: #d04f32;}
form input:-moz-placeholder {color: #d04f32;}
form input:focus {border-color: #20b3ae;}
form input:hover {border-color: #515151;}
form textarea:focus {border-color: #20b3ae;}
form textarea:hover {border-color: #515151;}
.form-field {
position: relative;
padding-bottom: 15px;
font-size: 0.8em;
}
.form-field label {font-size: 0.9em; background: white;}
.form-required {
  display: block;
  position: absolute;
  top: 0; right: 5px;
}
.form-required:before {
  content: "\26B9";
  color: #ff6525;
}
div.need-field {
  text-align: right;
  font-size: 0.6em;
}
div.need-field .form-required {
  right: 240px;
  top: -7px;
  font-size: 1.5em;
}
div.agreement-field  {
  margin-top: 15px;
  font-size: 0.6em;
  text-align: right;
  padding-bottom: 0;
}
div.agreement-field p {margin: 0;}
div.agreement-field span.green {
  font-size: 1.5em;
  margin-right: 5px;
}
/*** /Форма/ ***/




/*** Модальное окно ***/
.modal-backing {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: #000;
  opacity: 0.8;
  z-index: 10000;
}
.modal-container {
  position: fixed;
  left: 50%; top: 50%;
  width: 600px;
  margin-top: -300px;
  margin-left: -300px;
  background: #fff;
  overflow: hidden;
  z-index: 15000;
}
.modal-close {
  cursor: pointer;
  color: #a6a6a6;
  z-index: 1;
  position: absolute;
  top: 5px; right: 10px;
}
.modal-close:before {
  content: "\2716";
  font-size: 1.5em;
}
.modal-close:hover {color: #ff6525;}
.modal-body {
  background-color: rgba(242,242,242,1);
  display: inline-block;
  width: 100%;
  padding: 26px 30px 15px 34px;
  box-shadow: inset 0 0 0 2px rgba(242,242,242,1), inset 0 0 0 4px #fff;
}
@-moz-document url-prefix() {
  .modal-body {padding-bottom: 30px;}
}
.modal-title {
  font-size: 1.2em;
  border-bottom: 1px solid #ff6525;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.modal-footer {
  text-align: center;
  margin-top: 15px;}
/*** /Модальное окно/ ***/
/*** Модальное окно заказ сервера ***/
#post-user-server .modal-container {
  margin-top: -350px;
  margin-left: -300px;
}
/*** /Модальное окно заказ сервера/ ***/
/*** Модальное окно вход ***/
#modal-authorization .modal-container {
  width: 400px;
  margin-top: -250px;
  margin-left: -200px;
}
#modal-authorization .modal-body {padding-bottom: 15px;}

.authorization .modal-title {text-align: center;}
.authorization .field-form {margin-bottom: 20px; background: white;}
.authorization .field-form input {padding-left: 50px;}
.authorization .field-form input[type="tel"] {background: url("/img/utlf-26.svg") no-repeat left 10px center;}
.authorization .field-form input[type="email"] {background: url("/img/umail-26.svg") no-repeat left 10px center;}
.authorization .field-form input, 
.authorization .field-form input#password {background: url("/img/upsw-26.svg") no-repeat left 10px center;}
.authorization .wrap-button a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.5em;
  color: #555;
}
.authorization .wrap-button {margin-top: 0px;}
.authorization .wrap-button a:hover {
  text-decoration: underline;
  color: #f14700;
}
.authorization .wrap-button a.new-reg {font-size: 0.6em;}
.authorization .wrap-button .button {
  margin: 0 11px;
  font-size: .7em;
  padding: 10px 20px;
}
.auth-social-icon {margin-top: 20px}
.auth-social-icon p {
  text-transform: uppercase;
  font-size: 0.4em;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.social-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #d4d4d4;
  border-radius: 6px;
  padding: 8px;
  margin-right: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.social-icon:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.social-icon:last-child {margin-right: 0;}
.soc-icon-vk:hover {background: #5b7aa8;} 
.soc-icon-ok:hover {background: #ff9800;}
.soc-icon-g:hover {background: #d95040;}  
/*** /Модальное окно вход/ ***/
/*** Модальное окно регистрация ***/
#modal-registration .modal-container {
  width: 400px;
  margin-top: -250px;
  margin-left: -200px;
}
a.ajax-link {
  text-align: right;
  text-decoration: none;
  color: #000;
  font-size: 0.5em;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}
a.ajax-link:hover {
  text-decoration: underline;
  color: #f27037;
}
#modal-registration .modal-footer a {
  text-decoration: none;
  color: #000;
  font-size: 0.6em;
  text-transform: uppercase;
}
#modal-registration .modal-footer a:hover {
  text-decoration: underline;
  color: #f27037;
}

/*** /Модальное окно регистрация/ ***/

/*** Блок преимущества **/ 
.important-item {
  width: 32%;
  padding: 0 10px;
  margin: 0 auto 40px;
}
.important-item div:first-child {width: 120px;}
.important-item div:first-child img {
  margin: 0 auto;
  margin-top: 35px;
}
.important-item div:last-child {
  width: 75%;
  font-size: 0.9em;
  padding-left: 10px;
  text-align: justify;
  -webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;
}
.important-item div:last-child p:first-child {
  font-size: 1.2em;
  color: #000;
  text-align: center;
}
/*** /Блок преимущества/ ***/
/*** Блок FAQ ***/
.faq-item {
  width: 60%;
  margin: 0 auto;
}
.faq-item label {cursor: pointer;}
.faq-item p {padding-bottom: 10px;}
.faq-item .faq-box {display: none;}
.faq-item .faq-box + label {
  display: block;
  padding: 20px 0;
  color: #000; 
  border-bottom: 1px solid #ff6525;  
}
.faq-item .faq-box + label + div {display: none;}
.faq-item .faq-box:checked + label {border-bottom: none;}
.faq-item .faq-box:checked + label + div {
  display: block;
  padding: 20px;
  font-size: 0.8em;
  text-align: justify;
  font-style: italic;
  border-bottom: 1px solid #ff6525;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.faq-item .faq-box + label span {
  border-right: 2px solid;
  border-bottom: 2px solid;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 15px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.faq-item .faq-box:checked + label span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.faq-item div ul {
  list-style: disc;
  margin-top: 10px;  
}
.faq-item div ul li {
  margin-left: 40px;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.faq-item div ul li strong {font-weight: bold;}
/*** /Блок FAQ/ ***/

/********************************************************/
/*** Сервер ***/
.server .parallax {background: rgba(0,0,0,0.8);}
.server .wrap-poster {background-image: url("/img/bg_poster_server.jpg");}
.server .parallax p:nth-child(2) {margin-top: 0;}
.server .parallax p:nth-child(3) {margin-bottom: 0;}

.server-promo {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: justify;
}

.server-calc {
  background: #53616f;
  color: white;
  padding: 50px 100px 60px;
}
.server-calc h3 {
  font-size: 1.6em;
  color: #ff7136;
}
.server-calc h3 + p {margin-bottom: 40px;}
.server-calc div label {
  display: block;
  cursor: pointer;
  padding-bottom: 10px;
}
.server-calc div select {
  width: 100%;
  height: 40px;
  border: none;
  cursor: pointer;
  background: #fff;
  border-radius: 0;
  font-size: 0.9em;
}
.server-calc-item-1 p, .server-calc-item-2 p, .server-calc-item-3 p {margin-bottom: 10px;}
.server-calc-item-1 div {width: 40%; text-align: left;}
.server-calc-item-1 div:nth-child(2) {width: 20%; text-align: center;}
.server-calc-item-1 div:nth-child(2) label {display: inline-block; height: 40px; padding: 0; margin: 0;} 
.server-calc-item-1 div:nth-child(2) span {line-height: 40px;} 
.server-calc-item-2 div {width: 23%; text-align: center; margin-top: 40px;}
.server-calc-item-3 div {width: 23%; text-align: center; margin-top: 40px;}
.server-calc-item-3 div:first-child {width: 30%;} 
.server-calc-item-3 div:first-child label {display: inline-block; height: 40px; padding: 0; margin: 0; line-height: 40px; font-size: 0.8em;} 
.server-calc-item-3 div:nth-child(2) {width: 16%;} 
.server-calc-item-3 div:nth-child(2) p:not(:first-child) {font-size: 0.6em; margin: 0;} 
.server-calc-item-3 div:nth-child(3) p:nth-child(2) {/*font-size: 1em; margin: 0;*/ line-height: 40px;} 
.server-calc-item-3 div:nth-child(3) p:nth-child(2) span {font-size: 2em; color: #ff7136; font-weight: bold;}
.server-calc-item-4 {margin-top: 40px; text-align: center;}

.server-onboard {width: 80%; margin: 0 auto;}
.server-onboard p {
  margin-bottom: 0;
  color: #ff6525;
  line-height: 1.5em;
}
.server-onboard .green {
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.5em;
}
.wrap-server-user {
  width: 100%;
  background: #ddefed;
  margin: 80px 0 40px;
  padding-top: 1px;
  padding-bottom: 40px;
}
.server-user {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: justify;
}
.server-user h2 + p {
  font-size: 1.4em;
  color: #ff6525;
/*  margin-bottom: 20px;*/
}

.wrap-server-ready h2 + p {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: justify;
} 
.item-server-ready {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border: 1px solid #fff;
  height: 80px;
}
.item-server-ready div {
  width: 16.6%;
  text-align: center;
}
.item-server-ready div > p {
  font-size: .9em;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}
.item-server-ready:nth-child(2n) {background-color: #f4f2f2;}
.item-server-ready:hover {border: 1px solid #ff6000;}

.server-ready-processor p.cpu-model {font-weight: bold;}
.server-ready-processor p.cpu-cpec {color: #999; font-size: .8em;}
.server-ready-memory p > span {
  font-weight: bold;
  margin-right:5px;
}
.server-ready-disk p > span:first-child {margin-right:5px; font-size:0.8em;}
.server-ready-disk p > span {color: #0080b8;}
.server-ready-disk p > span.green {color: green;}
.server-ready-price p > span {
  color: #ff6000;
  font-weight: bold;
}
.server-ready-price p.info-price-period {color: #999; font-size: .7em;}
.server-ready-btn button {
  font-size: 0.65em;
  padding: 7px 16px;
}

.wrap-server-important {
  width: 100%;
  background: #ddefed;
  margin: 80px 0 40px;
  padding-top: 1px; 
  padding-bottom: 40px;
}

.wrap-server-important .important-item div:first-child img {
  margin: 0 auto;
  margin-top: 15px;
  opacity: 0.8;
}
.wrap-server-faq {padding-bottom: 40px;}

#post-user-server .form-field div {width: 48%; position:relative;}
#post-user-server .wrap-button {margin-top: 15px;}
/*** /Сервер/ ***/




/*** IP адрес ***/
.ip .wrap-poster {background-image: url("/img/bg_poster_ip.jpg");}
.ip .parallax p:first-child {font-size: 2.4em;}
.ip .parallax p:nth-child(2) {margin-top: 0; font-size: 1em;}
.ip .parallax p:nth-child(3) {margin-bottom: 0;}
.ip .parallax p:nth-child(3) img  {display: inline-block;}
.ip-promo p,
.wrap-ip6-price p,
.wrap-lir-price p {
  margin-top: 30px;
  padding: 0 20px;
  text-align: justify;
}
.ip-price table {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  outline-offset: -1px;
  border-collapse: collapse;
  border-spacing: 0;
  outline: solid 0;
}
.ip-price table tr {border-bottom: 1px solid #018a77;}
.ip-price table th {font-weight: bold;  padding: 5px;  color: #d04f32;}
.ip-price table td {padding: 7px; vertical-align: middle;}
.ip-price table td:nth-child(1) {font-weight: bold; color: #d04f32;}
.ip-price table td:nth-child(2) {color: #999;}
.ip-price table td:nth-child(4) {color: #018a77;}
.ip-price table td:nth-child(4) span {color: #999; display: block; font-size: 0.7em;}
.wrap-ip4-price p {text-align: center; margin-top: 16px;}
.wrap-ip4-price p u {text-decoration-color: #018a77;}
.ip-price table th span {font-weight: normal; color: #999; display: block; font-size: 0.7em;}
/*.ip-price table td span.achtung {
  display: inline-block;
  color: red;
  font-size: 1em;
}
*/
.ip-price table td:nth-child(2) span {color: #999; display: block; font-size: 0.7em;}
.wrap-ip6-price .ip-price table td:nth-child(2) {color: #333;}
.wrap-ip-discount h3 {font-size: 1.6em; text-align: center;  margin: 40px 0 30px;}
.ip-discount {text-align: center;}
.ip-discount ul {margin: 30px auto; font-size: 1.2em;}
.ip-discount ul li span {font-weight: bold; color: #d04f32;}
.wrap-ip-info h3 {margin: 40px 0 20px 100px; font-size: 1.5em; color: #018a77;}
.wrap-ip-info ul li {margin-left: 50px; line-height: 1.8; list-style: disc;}
.lir-price table {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  outline-offset: -1px;
  border-collapse: collapse;
  border-spacing: 0;
  outline: solid 0;
}
.lir-price table tr:not(:last-child) {border-bottom: 1px solid #018a77;}
.lir-price table th {padding: 5px; color: #d04f32; font-weight: bold;}
.lir-price table td {padding: 7px; vertical-align: middle;}
.lir-price table td:nth-child(1) {color: #d04f32;}
.lir-price table td:nth-child(2) {color: #333; font-size: 0.9em; text-align: left;}
.lir-price table td:nth-child(2) span.green {color: #090;}
.lir-price table td:nth-child(4) {color: #018a77;}
.lir-price table tr:last-child td {text-align: left; font-size: 0.8em; color: #018a77;}
.lir-price h3 {margin: 40px auto 30px; font-size: 1.5em; text-align: center;}
.lir-price ul li {margin-left: 100px; line-height: 1.5; list-style: disc; margin-bottom: 15px;}

.wrap-ip4-price button,
.wrap-ip6-price button,
.wrap-lir-price button {
  font-size: 1em;
  padding: 15px 40px;
}
/*** /IP адрес/ ***/
