.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row {
    margin: 0 -15px;
}
.tariff-outer .tar-list {
    /*	background: var(--background-light);	*/
    background: #f4f4f9;
    text-align: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
/*	Подробности с галочками	*/
.tariff-outer .tar-list li {
    padding: 12px 20px 12px 60px;
    position: relative;
    margin: 0;
    color: #677294;
}
.tariff-outer .tar-list li:before {
    display: none;
}
.tariff-outer .tar-list li+li {
    border-top: 1px dashed rgba(44, 44, 81, 0.15);
}
.tar-list li i {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    margin: -10px 0 0 0;
    /* color: #47ae0d;	*/
    color: #1da2fc;
}
.tar-list li i.icon-Fail {
    color: #d41e06;
}
.tariff-1c-outer .tar-icon {
    font-size: 46px;
    padding: 32px;
}
/*	Название тарифов	*/
.tariff-wrap .title {
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    /*  color: var(--color-primary);	*/
    color: #1da2fc;
}
/*	Цена основная (первая)	*/
.tariff-wrap .price {
    font-size: 36px;
    font-weight: 500;
    margin: 10px 0 30px 0;
}
/*	Цена основная (первая)	*/
.tariff-wrap .price-orange {
    font-size: 36px;
    font-weight: 1000;
    margin: 10px 0 30px 0;
    color: #fc951d;
}
/*	Цена маленькая (вторая)	*/
.tariff-wrap .price span {
    font-size: 16px;
    vertical-align: baseline;
    font-weight: 300;
    color: #677294;
    /*color: var(--text-primary);*/
}
/*	Цена маленькая (вторая)	*/
.tariff-wrap .price-orange span {
    font-size: 16px;
    vertical-align: baseline;
    font-weight: 300;
    color: #677294;
    /*color: var(--text-primary);*/
}
.tariff-wrap .btn {
    margin: 40px 0;
}
.tariff-wrap {
    text-align: center;
    /*   box-shadow: 0 15px 40px 0 var(--color-primary-5);	*/
    box-shadow: 0 15px 40px 0 #f5f6fa;
    border-radius: 6px;
    background: #fff;
    padding: 40px 0 0 0;
    margin: 0 0 30px 0;
}
.tar-icon {
    border-radius: 50%;
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    /*  background: var(--background-light);	*/
    background: #f4f4f9;
    font-size: 62px;
    padding: 24px;
    color: var(--text-dark);
}
.tariff-1c-outer .tar-icon {
    font-size: 46px;
    padding: 32px;
}
.tar-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: unset;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
/*	Параметры серверов	*/
.price-content-block {
	font-family: 'Montserrat', 'Raleway', 'Jost', sans-serif;
    min-height: 150px !important;
    padding: 20px;
    color: #677294;
}
li {
    list-style-type: none;
}
body {
  /*  font-size: 16px;
    line-height: 1.7;	
      line-height: 1.7;	
    color: var(--text-primary); 
    color: #000000;
    font-weight: 400;
    /* padding: 56px 0 0 0;	
    overflow-x: hidden;
	*/
}
.parameters-block__title {
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.4;
    font-size: 18px;
    color: #677294
}

.parameters-block__title_black {
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 18px;
    color: #000
}
/*
:root {
    --color-primary: #4e78f4;
    --color-primary-75: rgba(78, 120, 244, 0.75);
    --color-primary-20: rgba(78, 120, 244, 0.2);
    --color-primary-10: rgba(78, 120, 244, 0.1);
    --color-primary-5: rgba(78, 120, 244, 0.05);
    --background-light: #f4f4f9;
    --text-primary: #677294;
    --text-dark: #2c2c51;
}
*/
/*	Заглавия и цены	*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    /*   color: var(--text-dark);	*/
    color: #000;
    line-height: 1.3;
}
.shadow-block {
	font-size: 16px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.06);
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    z-index: 9;
}
.shadow-block span {
    color: #4E78F4;
}
.text-block a:not(.btn) {
    text-decoration: underline;
    /*	color: var(--color-primary);	*/
    color: #677294;
}
.text-block a:not(.btn):hover {
    text-decoration: none;
}
.text-block h1,
.text-block .h1 {
    margin: 50px 0 30px 0;
    font-size: 28px;
}
.text-block h2,
.text-block .h2 {
    margin: 50px 0 30px 0;
    font-size: 24px;
}
.text-block h3,
.text-block .h3 {
    margin: 50px 0 30px 0;
    font-size: 21px;
}
.text-block h4,
.text-block .h4 {
    margin: 50px 0 30px 0;
    font-size: 18px;
}
.text-block h5,
.text-block .h5,
.text-block h6,
.text-block .h6 {
    margin: 50px 0 30px 0;
}
.text-block p {
    margin: 0 0 30px 0;
}
.text-block img,
.text-block iframe,
.text-block object,
.text-block embed,
.text-block svg {
    margin: 0 0 30px 0;
    border-radius: 6px;
}
.text-block img.alignleft,
.text-block iframe.alignleft,
.text-block object.alignleft,
.text-block embed.alignleft,
.text-block svg.alignleft,
.text-block img[style*="float: left"],
.text-block iframe[style*="float: left"],
.text-block object[style*="float: left"],
.text-block embed[style*="float: left"],
.text-block svg[style*="float: left"] {
    float: left;
    max-width: 50%;
    margin: 0 30px 30px 0;
}
.text-block img.alignright,
.text-block iframe.alignright,
.text-block object.alignright,
.text-block embed.alignright,
.text-block svg.alignright,
.text-block img[style*="float: right"],
.text-block iframe[style*="float: right"],
.text-block object[style*="float: right"],
.text-block embed[style*="float: right"],
.text-block svg[style*="float: right"] {
    float: right;
    max-width: 50%;
    margin: 0 0 30px 30px;
}
.text-block ul,
.text-block ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 15px;
}
.text-block ol {
    counter-reset: item;
}
.text-block ol ol {
    counter-reset: item-item;
}
.text-block ol ol,
.text-block ol ul,
.text-block ul ol,
.text-block ul ul {
    margin-top: 7px;
}
.text-block ol li {
    margin: 0 0 7px 0;
}
.text-block ol>li:before {
    content: counter(item) ".";
    counter-increment: item;
    /*	color: var(--color-primary);	*/
    color: #677294;
    display: inline-block;
    margin: 0 10px 0 0;
}
.text-block ol ol>li:before {
    content: counter(item) "." counter(item-item) ".";
    counter-increment: item-item;
}
.text-block ul li {
    margin: 0 0 7px 0;
}
.text-block ul li:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\e907";
    margin: 0 10px 0 0;
    /*  color: var(--color-primary);	*/
    color: #677294;
    vertical-align: middle;
}
.text-block ul ul {
    margin-top: 7px;
}
.text-block ul li p,
.text-block ol li p {
    display: inline;
    margin: 0;
}
.text-block strong,
.text-block b {
    font-weight: 700;
}
.text-block big {
    font-size: 120%;
    vertical-align: baseline;
}
.text-block small {
    font-size: 85%;
    vertical-align: baseline;
}
.text-block sup,
.text-block sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.text-block sup {
    top: -.5em;
}
.text-block sub {
    bottom: -.25em;
}
.text-block center {
    margin: 0 0 30px 0;
    text-align: center;
}
.text-block code {
    border-radius: 4px;
    border: 1px dashed #dcdcdc;
    padding: 10px 15px;
    background: var(--background-light);
    font-family: monospace;
    display: block;
    margin: 0 0 30px 0;
}
.text-block em,
.text-block i {
    font-style: italic;
}
.text-block hr {
    margin: 0 0 30px 0;
    border-top: 1px dashed var(--text-dark);
    opacity: 0.15;
}
.text-block pre {
    margin: 0 0 30px 0;
    font-family: monospace;
    overflow: hidden;
}
.text-block q,
.text-block blockquote {
    margin: 0 0 30px 0;
    display: block;
    position: relative;
    padding: 5px 0 5px 20px;
    border-left: 2px solid rgba(44, 44, 81, 0.15);
}
.text-block q:after,
.text-block blockquote:after {
    display: none;
}
.text-block q:before,
.text-block blockquote:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e935";
    /*  color: var(--color-primary);	*/
    color: #677294;
    left: -14px;
    top: 50%;
    position: absolute;
    background: #fff;
    font-size: 24px;
    margin: -17px 0 0 0;
    line-height: 1;
    padding: 5px 0;
}
.text-block s,
.text-block strike {
    text-decoration: line-through;
}
.text-block u {
    text-decoration: underline;
}
.text-block *:last-child {
    margin-bottom: 0 !important;
}
.text-block>*:first-child {
    margin-top: 0 !important;
}
.ab-btn-wrap {
    padding: 20px 0;
}
.text-block .btns-block {
    text-align: center;
    margin: 50px 0 40px 0;
}
.text-block .btns-block .btn {
    margin: 0 10px 10px 10px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}