/*
 ══════════════════════════════════════════ 
              Версия 1.0-Final              
            Обновление 30.03.18             
				Стили сайта				 
 ══════════════════════════════════════════ 
*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/resources/awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/resources/awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/resources/awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/resources/awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/resources/awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/resources/awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-info:before {
  content: "\f129";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-key:before {
  content: "\f084";
}
.fa-user-plus:before {
  content: "\f234";
}
#NoScript_ID {
	color: #ffffff;
	font-size: 26px;
}
.infotext-body p,
.text-indent {
    text-indent: 20px;
}
.object {
    width: 20px;
    height: 20px;
    background-color: #fff;
    float: left;
    margin: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#loading {
    background-color: rgba(37, 37, 37, 0.98);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9998;
    margin: 0;
    top: 0;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -90px;
}
#loading_block_one {
    -webkit-animation: loading_block_one 1.5s infinite;
    animation: loading_block_one 1.5s infinite;
}
#loading_block_two {
    -webkit-animation: loading_block_two 1.5s infinite;
    animation: loading_block_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
#loading_block_three {
    -webkit-animation: loading_block_three 1.5s infinite;
    animation: loading_block_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes loading_block_one {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes loading_block_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes loading_block_two {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes loading_block_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes loading_block_three {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes loading_block_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
.display_none,
.display_none > h1,
.display_none > h2 {
    display: none;
}
.infotext-header h2 {
    color: #555;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}
.a_class_6 {
    display: block;
    text-align: center;
    color: #e7e7e7;
    background: #2f4f4f;
    padding: 3px;
    margin: -5px 0 10px;
}
.a_class_6:hover {
    color: #2b1600;
    background: #bd8737;
    box-shadow: inset 0 0 15px -2px #af6913, 0 0 5px 2px #7d5d13, 0 0 25px 0 #b5710b;
    -webkit-box-shadow: inset 0 0 15px -2px #af6913, 0 0 5px 2px #7d5d13, 0 0 25px 0 #b5710b;
}
.infotext .btn-close {
    color: #823a33;
    cursor: pointer;
    font-size: 40px;
    text-decoration: none;
    position: absolute;
    right: 6px;
    top: -8px;
    transition: 0.3s;
}
.infotext-overlay,
.infotext-wrap:before {
    bottom: 0;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
}
.infotext .btn-close:hover {
    color: #c10606;
    text-shadow: 0 0 2px #d441292;
}
.infotext-wrap:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 101;
}
.infotext-overlay {
    z-index: 102;
}
.infotext-open:checked ~ .infotext-wrap .infotext-overlay,
.infotext-open:checked ~ .infotext-wrap:before,
.text-indent,
div {
    display: block;
}
.infotext-open:checked ~ .infotext-wrap .infotext-dialog {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
.infotext-dialog {
    background: #fefefe;
    position: fixed;
    left: 50%;
    top: -100%;
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0.65, 0.33, 1.21);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0, 0.65, 0.33, 1.21);
    -o-transition: -o-transform 0.6s cubic-bezier(0, 0.65, 0.33, 1.21);
    transition: 0.6s cubic-bezier(0, 0.65, 0.33, 1.21);
    width: 90%;
    max-width: 700px;
    z-index: 103;
}
.infotext-body p {
    margin: 15px 20px;
    text-align: justify;
}
.infotext-header {
    padding: 20px;
    text-align: center;
    border-bottom: #eaeaea solid 1px;
}
.infotext-footer {
    margin: 0 -8px;
}
a {
    color: #c14617;
    text-shadow: 0px 0px 1px #906a42;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #1cac78;
}
.text-left {
    text-align: left;
}
.text-center,
tarif-name,
tarif-price {
    text-align: center;
}
.width_100,
.width_101_price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}
.color_green {
    color: #090;
}
.color_orange {
    color: #de8615;
}
.color_blue {
    color: #00f;
}
.color_red {
    color: #e22f09;
}
.width_100 {
    width: 100%;
    display: flex;
}
hrs,
tarif-name,
tarif-price {
    display: block;
}
.width_50 {
    width: 50%;
}
.width_25 {
    width: 25%;
}
.width_75 {
    width: 75%;
}
.img_big_line_on {
    transition: all 0.6s;
    transform: scale(1);
    opacity: 1;
}
#loading1 {
    display: none;
}
.content_img_text {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #000;
    margin: 1px 7% 50px;
    background: url(/resources/img/container_row.jpg) center;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
hr,
hrs {
    border: 0;
}
hr {
    margin: 8px 0;
    border-top: 1px solid #1e8a7b;
}
hrs {
    margin: 10px -5px 0;
    border-top: 3px double #000;
}
tarif-name {
    margin: 15px;
    color: #1c3742;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 0 2px #38a6d0;
}
.headline_1,
.headline_2 {
    font-family: "Astakhov skin";
    text-shadow: 0 0 2px #000;
}
tarif-price {
    color: green;
    font-size: 18px;
    font-weight: 700;
}
tarif-list:before {
    content: "\2749";
    margin: 0 3.5px 0 6px;
}
tarif-size {
    font-size: 16px;
}
.tarif-menu-script {
    margin: 25px 0;
}
.tarif-menu-script li {
    list-style-type: none;
}
.dimension {
    margin: 10px 5px;
}
.border_and_margin_tarif-menu {
    margin-bottom: 10px;
    border: 1px ridge #d69646;
}
.width_101_price {
    width: 101.3%;
    display: flex;
    margin: 0 -8px;
    padding-top: 8px;
}
.headline_fon {
    background: url(/resources/img/background_for_text.png);
    padding: 25px 5px;
    -webkit-box-shadow: inset 0 0 15px -2px #177584, 0 0 45px 2px #031c61, 0 0 50px 0 #036161;
    -moz-box-shadow: inset 0 0 15px -2px #177584, 0 0 45px 2px #031c61, 0 0 50px 0 #036161;
    box-shadow: inset 0 0 15px -2px #177584, 0 0 45px 2px #031c61, 0 0 50px 0 #036161;
}
.headline_1 {
    font-size: 32px;
    color: #00dce6;
    text-align: center;
}
.headline_2,
.headline_3 {
    font-size: 40px;
    text-align: center;
}
.headline_2 {
    color: #00d860;
    margin-top: -10px;
}
.headline_11,
.headline_3 {
    font-family: Kurale;
    font-weight: 400;
}
.headline_3 {
    color: #b31313;
    margin: 15px 0 10px;
    text-shadow: 0 0 1px #523030;
}
.headline_4,
.headline_5 {
    text-shadow: 0 0 1px #d8cccc;
    text-align: center;
}
.headline_4 {
    font-size: 20px;
}
.headline_5 {
    font-size: 16px;
}
.span_infotext_style:hover {
    cursor: help;
    color: #9e1414;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
}
.width_100_button_home {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.width_50_button_home {
    width: 50%;
}
.width_340px_right {
    width: 340px;
    float: right;
}
.width_340px_left {
    width: 340px;
    float: left;
}
a.text_style_price:hover {
    color: #140;
    background: rgba(9, 202, 148, 0.2);
    -webkit-box-shadow: inset 0 0 20px 4px #5cbfa8, 0 0 5px 0 #206f5c;
    -moz-box-shadow: inset 0 0 20px 4px #5cbfa8, 0 0 5px 0 #206f5c;
    box-shadow: inset 0 0 20px 4px #5cbfa8, 0 0 5px 0 #206f5c;
}
.headline_10 {
    font-size: 20px;
    text-align: center;
    text-shadow: 0 0 1px #a2a7a9;
}
.headline_11 {
    color: #3e6996;
    font-size: 30px;
    text-align: center;
    margin: 15px 0 8px;
    text-shadow: 0 0 1px #46698e;
}
.block_price_heading {
    padding: 5px 0;
    text-align: center;
    background: rgba(225, 225, 225, 0.7);
    -webkit-box-shadow: inset 0 0 30px 4px #ccc, 0 0 5px 0 #7d7d7d;
    -moz-box-shadow: inset 0 0 30px 4px #ccc, 0 0 5px 0 #7d7d7d;
    box-shadow: inset 0 0 30px 4px #ccc, 0 0 5px 0 #7d7d7d;
}
.color_quant_slots {
    color: #255679;
}
.color_ddos_basic {
    color: #b74532;
}
.color_ddos_ultimate {
    color: #136709;
}
.text_style_price {
    width: 25%;
    color: #000;
    display: block;
    font-size: 16px;
    padding: 10px 0;
}
.text_style_price_75 {
    width: 75%;
    color: #000;
    display: block;
    font-size: 18px;
    text-align: left;
    padding: 8.5px 20px;
}
.block_price_slots,
.block_price_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    width: 100%;
}
.block_price_text {
    display: flex;
    background: rgba(235, 235, 235, 0.5);
    -webkit-box-shadow: inset 0 0 5px 2px #e0e0e0, 0 0 1px 0 #7d7d7d;
    -moz-box-shadow: inset 0 0 5px 2px #e0e0e0, 0 0 1px 0 #7d7d7d;
    box-shadow: inset 0 0 5px 2px #e0e0e0, 0 0 1px 0 #7d7d7d;
    -webkit-transition: background 1s, -webkit-box-shadow 0.3s;
    -o-transition: background 1s, box-shadow 0.3s;
    -moz-transition: background 1s, box-shadow 0.3s, -moz-box-shadow 0.3s;
    transition: background 1s, box-shadow 0.3s;
    transition: background 1s, box-shadow 0.3s, -webkit-box-shadow 0.3s, -moz-box-shadow 0.3s;
}
.block_price_text:hover {
    background: rgba(185, 232, 193, 0.45);
    -webkit-box-shadow: inset 0 0 30px 4px #a9d8b0, 0 0 5px 0 #32ad24;
    -moz-box-shadow: inset 0 0 30px 4px #a9d8b0, 0 0 5px 0 #32ad24;
    box-shadow: inset 0 0 30px 4px #a9d8b0, 0 0 5px 0 #32ad24;
}
.block_price_slots {
    display: flex;
    display: block;
    padding: 5px 0;
    text-align: center;
    background: rgba(230, 230, 230, 0.6);
    -webkit-box-shadow: inset 0 0 30px 4px #d2d2d2, 0 0 5px 0 #a0a0a0;
    -moz-box-shadow: inset 0 0 30px 4px #d2d2d2, 0 0 5px 0 #a0a0a0;
    box-shadow: inset 0 0 30px 4px #d2d2d2, 0 0 5px 0 #a0a0a0;
}
.block_price_text_additional:hover {
    background: rgba(185, 232, 193, 0.45);
    -webkit-box-shadow: inset 0 0 30px 4px #a9d8b0, 0 0 5px 0 #32ad24;
    -moz-box-shadow: inset 0 0 30px 4px #a9d8b0, 0 0 5px 0 #32ad24;
    box-shadow: inset 0 0 30px 4px #a9d8b0, 0 0 5px 0 #32ad24;
    -webkit-transition: background 0.5s, -webkit-box-shadow 0.2s;
    -o-transition: background 0.5s, box-shadow 0.2s;
    -moz-transition: background 0.5s, box-shadow 0.2s, -moz-box-shadow 0.2s;
    transition: background 0.5s, box-shadow 0.2s;
    transition: background 0.5s, box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}
.border_solid_white {
    border-bottom: 1px solid #fff;
}
.border_solid_gray {
    border-bottom: 1px solid #bfbfbf;
}
.margin_3px {
    margin: 3px 0;
}
.coursor_1 {
    cursor: not-allowed;
}
.width_100_button {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px 25px;
    margin-top: -4px;
}
.width_25_button {
    width: 25%;
}

.tarif_master_block {
    width: 100%;
    overflow-y: hidden;
}
.tarif_primary_block {
	display: contents;
}
.tarif_block {
	width: 25%;
	float: left;
}
.tarif_box {
    margin: 5px 15px;
    background: #ffffffb0;
    font-family: 'Raleway', sans-serif;
    box-shadow: 0px 0px 3px 1px #777;
}
.pt-head {
    padding: 15px 0 0;
    text-align: center;
	background: #ddde;
	border-top: 3px solid #aaa;
}
.pt-head .caption {
    color: #333;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: .12em;
    display: inline-block;
    padding: 0 0 3px;
	border-bottom: 1px solid #aaa;
}
.pt-price-tag {
    font-size: 50px;
    font-weight: 700;
    color: #000;
}
.pt-price-tag span {
    font-size: 24px;
    font-weight: 500;
}
.rub {
    line-height: 6px;
    width: 0.4em;
    border-bottom: 2px solid #000;
    display: inline-block;
}
.pt-plan {
	padding: 15px 0;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
	background-color: #aaa;
    text-transform: capitalize;
}
.pt-features {
    padding-top: 5px;
    text-align: center;
}
.pt-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pt-features ul li {
    color: #000;
    padding: 8px 5px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    overflow: hidden;
}
.pt-footer {
	background: #efefefef;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
	background: #eeee;
    border-bottom: 3px solid #aaa;
}
.pt-footer a.btn {
    width: 100px;
    background: #555;
    padding: 10px 16px;
}
.pt-footer a.btn:hover {
	font-weight: bold;
    background: #444;
    box-shadow: 0px 0px 3px 1px #777;
}
.tarif_box.boxgreen {
    box-shadow: 0px 0px 3px 1px #015d15db;
}
.boxgreen .caption {
	border-bottom: 1px solid #06961f;
}
.boxgreen .pt-head {
	background: #c2e2c3ee;
	border-top: 3px solid #06961f;
}
.boxgreen .pt-plan {
	background-color: #06961f;
}
.boxgreen .pt-footer {
    border-bottom: 3px solid #06961f;
}
.boxgreen a.btn {
    background: #066904;
}
.tarif_box.boxorangegr {
    box-shadow: 0px 0px 3px 1px #4b5d01db;
}
.boxorangegr .caption {
	border-bottom: 1px solid #6e9006;
}
.boxorangegr .pt-head {
	background: #d5e4c9ee;
	border-top: 3px solid #6e9006;
}
.boxorangegr .pt-plan {
	background-color: #6e9006;
}
.boxorangegr .pt-footer {
    border-bottom: 3px solid #6e9006;
}
.boxorangegr a.btn {
    background: #3d6904;
}
.tarif_box.boxblue {
    box-shadow: 0px 0px 3px 1px #015d50db;
}
.boxblue .caption {
	border-bottom: 1px solid #069696;
}
.boxblue .pt-head {
	background: #c2e2dcee;
	border-top: 3px solid #069696;
}
.boxblue .pt-plan {
	background-color: #069696;
}
.boxblue .pt-footer {
    border-bottom: 3px solid #069696;
}
.boxblue a.btn {
    background: #046969;
}
#in_auth ~ #div_auth,
#in_radio ~ #div_radio,
#in_bnr ~ #div_bnr,
#in_template ~ #div_template {
    display: none;
}
#in_auth:checked ~ #div_auth,
#in_radio:checked ~ #div_radio,
#in_bnr:checked ~ #div_bnr,
#in_template:checked ~ #div_template {
	display: block;
	-webkit-animation:fade ease-in 0.5s; 
	-moz-animation:fade ease-in 0.5s;
	animation:fade ease-in 0.5s; 
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }   
}
.addons_master_block {
    margin: 10px 0px;
}
.addons_label_block {
    width: 25%;
    float: left;
}
label.addons_label {
	font-size: 20px;
	display: block;
    cursor: pointer;
    text-align: center;
    height: 100px;
    margin: 10px 15px;
    transition: 0.3s;
    background: #ffffffb0;
    box-shadow: 0px 0px 3px 1px #374854e0;
}
label.addons_label:hover {
    background: #ddd;
}
label.addons_label:before {
	content: "";
	display: inline-block;
	min-height: inherit;
	height: 100%;
	vertical-align: middle;
}
label.addons_label div {
	display: inline-block;
	vertical-align: middle;
}
.addons_info_text {
	padding: 15px;
    margin: 0px 15px;
    background: #eee;
	box-shadow: 0px 0px 3px 0px #949494;
}
.addons_info_text ul,
.pageinformation_block ul {
    display: block;
    list-style-type: disc;
    margin: 5px 0px 7px 0px;
    padding-left: 30px;
}
.pageinformation_block ul {
    margin-top: 0px;
}
.pageinformation_block img {
    width: 100%;
    max-width: max-content;
}
.pageinformation_block div {
    margin: 10px 0px;
    text-align: center;
}
.pageinformation_block i {
    color: #333;
    text-shadow: none;
    font-size: 14px;
}