/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap'); */

@charset "UTF-8";
@font-face {
	font-display: swap;
	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-display: swap;
	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-display: swap;
	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-display: swap;
	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-display: swap;
	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-display: swap;
	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-display: swap;
	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-display: swap;
	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;
}
@font-face {
	font-display: swap;
	font-family: 'FontAwesome';
	src: url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("truetype");
	font-style : normal;
	font-family: "FontAwesome";
}

img {
    max-width: 100%;
}

* {
    outline: none !important;
}

a, button {
    cursor: pointer;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

b, strong {
    font-weight: 600;
}

body {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0;
}

sb {
	font-weight: 800;
}

.row {
    margin: 0 -15px;
}

.row > * {
    padding: 0 15px;
}
.otherConfiguration {
		cursor:pointer
}
.otherConfiguration a {
	text-decoration:none
}

.header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-r {
    display: flex;
}

.social-networks {
    display: flex;
}

.social-networks a {
    display: block;
    text-decoration: none;
    margin-right: 15px;
}

.fa {
    
	font-size: large;
    margin-right: 5px;
}

italic {
	/* font-family: Arial; */
    text-align: right;
    color: #656565;
    font-style: italic;
    /* margin: -6px 0 18px; */
}


.gray-button {
    background: #F0F3F5;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #656565 !important;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    width: fit-content;
}

.gray-button:hover {
    
    color: #337ab7 !important;

}



.gray-button img {
    margin-right: 17px;
}

.gray-button2 {
    background: #F0F3F5;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #656565 !important;
    padding: 10px 16px 10px 16px;
    text-decoration: none;
    width: fit-content;
}

.gray-button2:hover {
    
    background: #00a2ffc9;
	color: #FFF !important;

}

.gray-button2 img {
    margin-right: 2px;
}

.blu-button {
    padding: 12px 50px 12px 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    text-align: center;
    background: #00A2FF;
    border-radius: 8px;
    text-transform: uppercase;
    color: #FFF !important;
    text-decoration: none;
}

.blu-button img {
    margin-right: 18px;
}

.header-top-r {
    display: flex;
    align-items: center;
}

.header-top-r .gray-button {
    margin: 0 24px 0 9px;
}

.header-top {
    border-bottom: 1px solid #E7E7E7;
    padding: 3px 0 6px 0;
}

.container {
    padding: 0 15px;
}

.header-bottom-l .gray-button {
    color: #19222C;
    padding: 10px 15px 10px 15px;
}

.header-bottom-l .gray-button img {
    margin: 0 0 0 18px;
}

.header-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-toggle::after {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: 11px;
}

a.nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav .nav-item:not(:first-child) {
    margin-left: 36px;
}

nav.navbar {
    padding: 0;
}

.header-bottom {
    padding: 10px 0;
}

a.dropdown-item {
    font-size: 14px;
}

.top-section {
    background: url(/img/bg-1.jpg) no-repeat top center, #192a36;
    padding-top: 115px;
    padding-bottom: 100px
}

.top-section-home .top-hero{
	background: url(/img/bg-1.jpg) no-repeat top center, #192a36;
    padding-top: 125px;
    padding-bottom: 20px;
	background-attachment: fixed;
	height: 700px;
}

.top-section-home .top-section-bottom {
	margin-block-start: -135px;
	padding-top: 0px;
	padding-bottom: 30px
}

.top-section-home h1 {
    font-weight: 500;
    font-size: 52px;
    /* line-height: 32px; */
    color: #fff;
    text-align: left;
	padding-bottom: 20px;
}

.top-section-home h2{
	color:#fff;
	font-size: 2.5rem;
	font-weight: 500;
}

.top-section-home h1 small{
    font-weight:normal; 
    font-size: 2.2rem;
    color: #dedede
}

.top-section-home .container {
    position: sticky;
    z-index: 0;
    background-color: transparent;
}

.hero {
	position: sticky;
	/* position: relative; */
    z-index: 2;
	/* min-height: 100vh; */
}

.hero ul{
	color:#dedede;
	font-size: 1.1rem;
	font-weight: 400;
	list-style-type: none;
	padding-left: 0rem;
}

.top-section-home .tariff-block-top h3 {
    font-weight: 600;
    font-size: 1.4rem;
    color: #19222C;
    margin-bottom: 15px;
	text-transform: uppercase;
}

.top-section-home .tariff-block-top p {
    font-weight: 600;
    margin-bottom: 15px;
}

.top-section-home p.p-tm {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #656565;
    margin-left: 0px;
}

.top-section-home p.otherConfiguration:hover {
    color: #4242429c; 
}


.top-section-home p.p-tm img {
    margin-right: 14px;
}


/*кнопка 3*/
/*switch styles*/

div.btn-container{
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
	padding: calc(5px + (14 - 5) * ((100vw - 500px) / (1920 - 500))) 15px calc(5px + (14 - 5) * ((100vw - 500px) / (1920 - 500))) calc(18px + (30 - 15) * ((100vw - 500px) / (1920 - 500))) !important;
}

div.btn-container i{
    display: inline-block;
    position: relative;
    top: -9px;
}

label {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
}

.btn-container .pte{
	font-size: 1rem;
	font-style: normal;
	display: inline-block;
    position: relative;
    top: -9px;
}

.btn-color-mode-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner{
    margin: 0px;
    width: 116px;
    height: 30px;
    background: #E0E0E0;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
    display: block;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before{
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 7px;
    right: 20px;

}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after{
    content: attr(data-off);
    width: 60px;
    height: 26px;
    background: #fff;
    border-radius: 26px;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 5px 0px;
	transition: 0.5s;
}

.btn-color-mode-switch > .alert{
    display: none;
    background: #FF9800;
    border: none;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]{
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner{
    background: #151515;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after{
    content: attr(data-on);
    left: 54px;
    background: #3DA8E5;
	color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before{
    content: attr(data-off);
    right: auto;
    left: 20px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner{
    background: #E9F7FF;
    color: #151515;
}

.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert{
    display: block;
}

/*mode preview*/
.dark-preview{
    background: #0d0d0d;
}

.dark-preview div.btn-container i.fa-sun-o{
    color: #777;
}

.dark-preview div.btn-container i.fa-moon-o{
    color: #fff;
    text-shadow: 0px 0px 11px #fff;
}

.white-preview{
    background: #fff;
}

.white-preview div.btn-container i.fa-sun-o{
    color: #ffa500;
    text-shadow: 0px 0px 16px #ffa500;
}

.white-preview div.btn-container i.fa-moon-o{
    color: #777;
}

p.by {
    
}

p.by a{
    text-decoration: none;
    color: #000;
}

.dark-preview p.by a{
    color: #777;
}

.white-preview p.by a{
    color: #000;
}
/*конец кнопки 3*/

.arendaVgorodah .btn-check:focus+.btn, .btn:focus, .arendaVgorodah .btn-check:focus+.btn, .btn:active{
	box-shadow: 0 0 0 0 rgb(0 0 0 / 0%) !important;
}
h1 {
    font-weight: bold;
    font-size: 32px;
    /* line-height: 32px; */
    color: #fff;
    text-align: center
}
.top-section h2{
	color:#fff;
	font-weight: bold;
}
.advantage-top-1 p:first-child{
	font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    color: #FFF;
    margin-bottom: 0;
}
h1 > span {
    display: block;
    font-size: 82px;
    line-height: 120px;
    margin-top: 5px;
}

h1 > span > span {
    font-size: 32px;

}

p.p-h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #FFF;
    text-align: center;
    margin-bottom: 25px;
}

.green-button {
    font-weight: 800;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #19222C !important;
    background: #13D2A5;
    border-radius: 100px;
    text-decoration: none;
    padding: 17px 60px;
    display: table;
    margin: 0 auto 30px auto;
}

.top-bottom {
    margin-bottom:8%;

}

.top-bottom p:nth-child(1) {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    margin-bottom: 5px;
}

.top-bottom p-3 {
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 70px; 
}

.top-bottom p:nth-child(2) {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 40px;
}

.top-bottom p:nth-child(2) span {
    font-weight: bold;
    color: #13D2A5;
}

.advantage-top-1 h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    color: #FFF;
    margin-bottom: 0;
}

.advantage-top-1 p {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}
.advantage-top-2 p:first-child{
	font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    color: #FFF;
    margin-bottom: 0;
}
.advantage-top-2 h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    color: #FFF;
    margin-bottom: 0;
}

.advantage-top-2 p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}
.top-section-center {
    padding-top: 50px
}

.top-section-button {
    display: flex;
    align-items: center;
}

.top-section-fonts{
		font-size:48px; 
		margin-bottom:70px;
	}

.tariff-block-top {
    padding: 20px 20px 0 20px;
}

.tariff-block-cloud {
    padding: 2px 20px 0 20px;
}


.tariff-block-middle {
    padding: 0 20px 0 20px;
}

.tariff-block-middle p{
    font-size: 14px;
}

.reason-block-lv .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;
}

.tariff-block-bottom {
    padding: 17px 16px;
}

.tariff-block-top h3 {
    font-weight: 800;
    font-size: 28px;
    color: #19222C;
    margin-bottom: 25px;
}

.tariff-block-top p {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #656565;
    margin-bottom: 20px;
}

p.tariff-p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #19222C;
    margin-bottom: 20px;
}

.wh{
    color: #fff !important;
}

p.reg {
    font-size: 11px;
    align-items: center;
    color: #656565;    
}

p.reg a {
    color: #054096de;
    text-decoration: auto;
}

p.p-tm {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #656565;
    margin-left: 10px;
}

p.p-tm img {
    margin-right: 24px;
}

p.p-tm1 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #656565;
    margin-left: 5px;
}

p.p-tm1 img {
    margin-right: 10px;
}

p.p-tm1 span {
    margin-left: 10px;
	align-items: right;
}

/* p.p-tm1 b { */
	/* font-weight: 500; */
	/* font-size: 1.2rem; */
    /* margin-right: 10px; */
	/* align-items: left; */
/* } */

p.p-tm2 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 5px;
}

p.p-tm2 img {
    margin-right: 10px;
}

p.p-tm2 span {
    margin-left: 10px;
	align-items: right;
}

p.p-tm2 b {
	/* font-weight: 500; */
	font-size: 1.2rem;
    margin-right: 10px;
	align-items: left;
}

.tb-transparent {
	    background: #ffffff17 !important;
		color: #fff;
}

.top-section-bottom {
    padding-top: 80px;
}

.top-section-bottom .row {
    margin: 0 -5px;
}

.top-section-bottom .row > * {
    padding: 0 5px;
}

.tariff-block-bottom p {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #018FE0;
    margin-bottom: 15px;
}

.green {
    color: #13D2A5 !important;
}

.green-button-tm, .blu-button-tm {
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    background: #00A2FF;
    border-radius: 8px;
    color: #FFF;
    padding: 15px;
    width: 100%;
    border: 0;
}

.green-button-tm {
    background: #13D2A5;
}

.tariff-block {
    background: #FFF;
    box-shadow: 0 4px 10px rgb(5 13 17 / 13%);
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.w-button {
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #19222C !important;
    padding: 15px;
    width: 100%;
    background: #FFF;
    border-radius: 8px;
    border: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-button img {
    margin-left: 14px;
}

.g-button {
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    padding: 15px;
    width: 100%;
    background: #13D2A5;
    border-radius: 8px;
    border: 2px solid #13D2A5;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-button img {
    margin-left: 14px;
}
.g-button:hover {
  color: #13D2A5 !important;
  border: 2px solid #13D2A5;
  background: transparent;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
}
.ginv-button {
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #13D2A5 !important;
    padding: 15px;
    width: 100%;
    background: transparent;
    border-radius: 8px;
    border: 2px solid #13D2A5;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ginv-button img {
    margin-left: 14px;
}
.ginv-button:hover {
  color: #fff !important;
  border: 2px solid #13D2A5;
  background: #13D2A5;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
}

.tariff-other {
    background: linear-gradient(179.29deg, #D6E3EC 30.13%, #FFFFFF 71.28%);
}

.tariff-other h3 {
    margin-bottom: 15px;
}

.tariff-other .w-button {
    margin-bottom: 15px;
}

.tariff-other .tariff-block-bottom {
    padding-bottom: 0;
}

.tariff-other .tariff-block-bottom img {
    margin: auto;
    display: block;
}

.h2-tm {
    font-weight: 800;
    font-size: 32px;
    line-height: 160%;
    color: #19222C;
    margin-bottom: 40px;
}

.accordion-button::after {
    width: 14px;
    height: 14px;
    background: url("/img/plus.svg");
}

.accordion-button:not(.collapsed)::after {
    background: url("/img/minus.svg") no-repeat center;
}

.accordion-button {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #19222C;
    box-shadow: none !important;
    padding: 25px 30px;
    background: #FFF !important;
    border: 0;
}

.main-services-section {
    background: #F0F3F5;
    padding-bottom: 40px;
}

.additional-services-section {
    background: #F0F3F5;
    padding-bottom: 80px;
}

.additional-blue-services-section {
    background: #237EB2;
    padding-bottom: 80px;
}

.additional-services-section .h2-tm {
	    color: #19222C;
}

.additional-blue-services-section .h2-tm {
	    color: #fff;
}

.accordion-item {
    border-radius: 12px !important;
    margin-bottom: 16px;
    border: 0;
    box-shadow: none !important;
    overflow: hidden;
}

.accordion-button:not(.collapsed) {
    color: #00A2FF;
}

#accordion {
    margin-bottom: 90px;
}

.additional-services-backtop {
	z-index: 0;
	background: #F0F3F5;
	/* padding-bottom: 60px; */
}

.additional-services-top {
	z-index: 2;
	background: #237EB2;
	/* margin-block-start: 40px; */
	padding-bottom: 60px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.additional-services-bottom p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.green-button-2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    background: #13D2A5;
    border-radius: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF !important;
    padding: 15px;
    width: 325px;
    display: block;
    text-decoration: none;
    flex-shrink: 0;
    margin-left: 35px;
}

.additional-services-bottom {
    display: flex;
    align-items: flex-start;
}

.table-tm thead {
    background: #E9F7FF;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
    line-height: 160%;

    color: #19222C;
    width: 100%;
}

.table-tm thead td:first-child {
    font-size: 16px;
	width: 700px;
}

.table-tm td:nth-child(2) {
    text-align: center;
    width: 180px;
}

.table-tm td:nth-child(3) {
    text-align: center;
    width: 250px;
}

.table-tm td:nth-child(4) {
    text-align: center;
    width: 150px;
}

.table-tm td {
    padding: 19px 10px;
}

.table-tm tbody tr:hover {
    background-color: #e9f7ff5c;
}

.table-tm tr td:first-child {
    padding-left: 30px;
}

.table-tm tr td:last-child {
    padding-right: 30px;
}

.table-tm tbody td {
    font-size: 16px;
}

.table-tm tbody td:not(:first-child) {
    font-weight: 600;

}

.table-tm1 thead {
    background: #E9F7FF;
    font-weight: 700;
    font-size: calc(14px + (16 - 12) * ((100vw - 500px) / (1920 - 500)));
    line-height: calc(20px + (24 - 18) * ((100vw - 500px) / (1920 - 500)));

    color: #19222C;
    width: 100%;
}

.table-tm1 thead td:first-child {
    font-size: calc(14px + (16 - 12) * ((100vw - 500px) / (1920 - 500)));
    line-height: calc(22px + (24 - 18) * ((100vw - 500px) / (1920 - 500)));
	width: 700px;
}

.table-tm1 td:nth-child(2) {
    text-align: center;
    width: 180px;
}

.table-tm1 td:nth-child(3) {
    text-align: center;
    width: 250px;
}

.table-tm1 td:nth-child(4) {
    text-align: center;
    width: 150px;
}

.table-tm1 td {
    padding: 19px 10px;
}

.table-tm1 tbody tr:hover {
    background-color: #e9f7ff5c;
}

.table-tm1 tr td:first-child {
    padding-left: 30px;
}

.table-tm1 tr td:last-child {
    padding-right: 30px;
}

.table-tm1 tbody td {
    font-size: calc(13px + (16 - 12) * ((100vw - 500px) / (1920 - 500)));
}

.table-tm1 tbody td h3{
    font-size: calc(18px + (16 - 12) * ((100vw - 500px) / (1920 - 500)));
}

.table-tm1 tbody td:not(:first-child) {
    font-weight: 600;

}

.accordion-body {
    padding-top: 0;
}

.p-accordion-top {
	padding-top: 10px;
}

.thin-client {
	padding-top: 20px;
	font-weight: bold;
    font-size: 16px;
    line-height: 160%;
	
}

.server-characteristics-section {
    padding: 50px 0;
}

.server-characteristics-section .h2-tm {
    margin-bottom: 8px;
}



p.server-p {
    font-size: 16px;
    line-height: 160%;
    color: #656565;
    margin-bottom: 30px;
}

.title-tm {
    background: #F0F3F5;
    border-radius: 12px;
    display: flex;
    padding: 8px;
    margin-bottom: 30px;
}

.nav.nav-tabs.title-tm li.nav-item {
    flex-grow: 1;
    margin-right: -2px;
}



.nav.nav-tabs.title-tm li.nav-item .nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #19222C;
    border-radius:0;
    opacity: 0.75;
    padding: 8px;
    display: block;
    width: 100%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #018FE0;
    font-weight: bold;
    border-radius: 8px!important;
    color: #fff!important;
}

.title-tm .nav-item:not(:last-child) .nav-link:not(.active) {
    border-right: 1px solid #D9D9D9;
}

.table-tm-2 {
    border-radius: 8px;
    overflow: hidden;
}

.table-tm-2 p {
    margin-bottom: 0;
    background: #F0F3F5;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #19222C;
}

.table-tm-2 p span {
    font-weight: 800;

}

.table-tm-2 p span-1 {
    font-weight: 600;

}

.table-tm-2 p span-2 {
    font-weight: 400;

}

.table-tm-2 p:nth-child(even) {
    background: #F8F9FA;
}

.table-tm-2 a {
	text-decoration: auto;
    /* color: #19222C; */
}

.green-span {
    color: #13D2A5;
}

.grey-span {
    color: #9a9b9b;
}

.reason-block {
    display: flex;
    margin-bottom: 30px;
}

.reason-block-l {
    flex-shrink: 0;
    margin-right: 35px;
}

.reason-block-lv {
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 20px;

}

.reason-block-r h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    color: #041426;
    margin-bottom: 5px;
}

.reason-block .big h3 {
    
    font-size: 20px;

}

.reason-block-r p {
    font-size: 16px;
    line-height: 24px;
    color: #656565;
    margin-bottom: 0;
}

.reasons-section {
    padding-top: 80px;
	padding-bottom: 70px;
}

.advantage-block {
    border-radius: 12px;
    padding: 36px 40px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    position: relative;
}

.advantage-block h3 {
    font-weight: 800;
    font-size: 36px;
    line-height: 48px;
}

.advantage-block p {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.advantage-block-1 {
    background: #E9F7FF;

}

.advantage-block-2 {
    background: #E9EFFF;
}

.advantage-block-3 {
    background: #FFF5E7;
}

.advantage-block-4 {
    background: #E5F7E8;
}

.advantage-block-1 h3 {
    font-weight: 800;
    font-size: 36px;
    line-height: 48px;
}

.advantage-block h3 span {
    font-size: 24px;
    line-height: 48px;
}

.advantage-block-1:after {
    display: block;
    content: "";
    background: url(/img/best.png);
    width: 31px;
    height: 57px;
    right: 10px;
    bottom: 78%;
    position: absolute;
    z-index: 1;
}

.advantages-section {
    padding-top: 80px;
	padding-bottom: 60px;
	/* background-image: url(/img/bg_lines.png); */
}

/*  ## Блок кода */

.rst-content div[class^=highlight], .rst-content pre.literal-block {
    border: 1px solid #e1e4e5;
    overflow-x: auto;
    margin: 1px 0 0px;
}

.rst-content div[class^=highlight] div[class^=highlight], .rst-content pre.literal-block div[class^=highlight] {
    padding: 0;
    border: 0;
    margin: 0;
}

div.highlight {
    position: relative;
}

.highlight {
    background: #f8f8f8;
}

.rst-content .linenodiv pre, .rst-content div[class^=highlight] pre, .rst-content pre.literal-block {
    font-family: SBMonospaced,Courier New,Courier,monospace;
    letter-spacing: .1px;
    font-size: 12px;
    line-height: 1.4;
}

.rst-content .linenodiv pre, .rst-content div[class^=highlight] pre, .rst-content pre.literal-block {
    font-family: SBMonospaced,Courier New,Courier,monospace;
    letter-spacing: .1px;
    font-size: 13px;
    line-height: 1.4;
}
.rst-content div[class^=highlight] pre {
    white-space: pre;
    margin: 0;
    padding: 0px;
    /* display: block; */
    overflow: auto;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.guarantees-section .row {
    justify-content: center;
}

.guarantee-block {
    text-align: center;
    margin-bottom: 70px;
}

.guarantee-block img {
    margin-bottom: 30px;
}

.guarantee-block p {
    font-size: 16px;
    line-height: 24px;
    color: #19222C;
}

.guarantee-block p span {
    font-weight: bold;

}

.guarantees-section .h2-tm {
    margin-bottom: 60px;
}

.guarantees-section {
	padding-top: 80px;
    padding-bottom: 140px;
}

.faq-section {
    background: #F0F3F5;
    padding: 90px 0 180px 0;
}

.soft-section .row {
	
    justify-content: center;
}

.soft-block {
    text-align: center;
    margin-bottom: 70px;
}

.soft-block img {
    margin-bottom: 30px;
}

.soft-block .scale {
    transition: 0.6s; /* Время эффекта */
	
   }
.soft-block .scale:hover {
    transform: scale(3.3); /* Увеличиваем масштаб */
   }

.soft-block p {
    font-size: 16px;
    line-height: 24px;
    color: #19222C;
}

.soft-block p span {
    font-weight: bold;

}

.soft-section .h2-tm {
    margin-bottom: 60px;
}

.soft-section {
	padding-top: 90px;
    padding-bottom: 100px;
}

/* Левое меню */

.left_menu {
    background: #f9fafa;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
}

footer {
    padding: 90px 0 100px 0;
    background: #0F1417;
}

.menu-footer {
    list-style: none;
    padding-left: 0;
}

.menu-footer li {
    margin-bottom: 6px;
}

.menu-footer li a {
    font-size: 16px;
    line-height: 160%;
    color: #FFF;
    text-decoration: none;
}

.menu-footer li a:hover {
    text-decoration: underline;
}

footer h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    color: #FFF;
    margin-bottom: 10px;
}

 /* кукис согласие*/
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: #f9f9f9f2;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: #303030de;
}

.button-cook {
	font-weight: bold;
    font-size: 14px;
    
    text-align: center;
    text-transform: uppercase;
    background: #13D2A5;
    border-radius: 8px;
    color: #FFF;
    padding: 10px;
    width: 50%;
    border: 0;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
  
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}
/* конец кукис согласия*/

.transparent {
    opacity: 0;
}

.advantage-block-4-bottom{
	display: flex;
}
/* делаем динамическую таблицу в модалке */



.advantage-block hspan {
    font-size: calc(26px + (40 - 26) * ((100vw - 500px) / (1920 - 500)));
    font-weight: 800;
    line-height: 50px;
    margin-top: 20px;
    margin-right: 20px;
}

.modal-content {
	/* align-items: center; */
    border-radius: 16px;
	margin: calc(5px + (20 - 5) * ((100vw - 500px) / (1920 - 500))) auto;
	width: calc(430px + (1210 - 430) * ((100vw - 500px) / (1920 - 500)));
}

.table-col-1 {
	width: calc(90px + (135 - 90) * ((100vw - 500px) / (1920 - 500)));
    flex-grow: 1;
    padding-right: 20px;
	font-size: calc(12px + (16 - 12) * ((100vw - 500px) / (1920 - 500)));

}

.table-tm-3-block .table-col-1 b{
    width: calc(90px + (135 - 90) * ((100vw - 500px) / (1920 - 500)));
	font-weight: 700;
}

.table-col-2 {
    width: calc(90px + (135 - 90) * ((100vw - 500px) / (1920 - 500)));
    flex-shrink: 0;
    padding: 0 calc(10px + (20 - 10) * ((100vw - 500px) / (1920 - 500)));
	font-size: calc(12px + (16 - 12) * ((100vw - 500px) / (1920 - 500)));
}

.table-col-3 {
    width: calc(100px + (152 - 0) * ((100vw - 500px) / (1920 - 500)));
    padding: 0 10px;
    flex-shrink: 0;
}

.table-col-4 {
    flex-shrink: 0;
    width: calc(83px + (400 - 200) * ((100vw - 500px) / (1920 - 500)));
}

.select-table {
    font-size: calc(12px + (16 - 12) * ((100vw - 500px) / (1920 - 500)));
    line-height: calc(18px + (24 - 18) * ((100vw - 500px) / (1920 - 500)));
    padding: 5px 30px 5px 10px;
    
    /* margin-left: -10px; */
    /* width: 100%; */
}

.table-tm-3-title .table-tm-3-block {
    padding: 19px 15px 19px calc(15px + (30 - 15) * ((100vw - 500px) / (1920 - 500)));
    font-weight: 800;
    font-size: calc(12px + (16 - 12) * ((100vw - 500px) / (1920 - 500)));
    line-height: 160%;
}


.table-tm-3-body .table-tm-3-block {
    padding: calc(5px + (14 - 5) * ((100vw - 500px) / (1920 - 500))) 15px calc(5px + (14 - 5) * ((100vw - 500px) / (1920 - 500))) calc(15px + (30 - 15) * ((100vw - 500px) / (1920 - 500)));
    font-size: calc(12px + (16 - 12) * ((100vw - 500px) / (1920 - 500)));
    line-height: calc(18px + (24 - 18) * ((100vw - 500px) / (1920 - 500)));
}

.button-tm span:nth-child(1) {
    width: calc(27px + (44 - 27) * ((100vw - 500px) / (1920 - 500)));
    height: calc(34px + (44 - 34) * ((100vw - 500px) / (1920 - 500)));
    border-radius: 8px 0 0 8px;
    margin-right: 2px;
}

.button-tm span:nth-child(2) {
    font-size: calc(13px + (16 - 13) * ((100vw - 500px) / (1920 - 500)));
    line-height: 160%;
    border-radius: 0 8px 8px 0;
    width: calc(70px + (184 - 70) * ((100vw - 500px) / (1920 - 500)));
    height: calc(34px + (44 - 34) * ((100vw - 500px) / (1920 - 500)));
    
}

.choose span.item {
    
    font-size: calc(12px + (14 - 12) * ((100vw - 500px) / (1920 - 500)));
    
}

/* закончили динамическую таблицу в модалке */

.modal-tm-1 .modal-dialog {
    max-width: 1190px;
    margin-top: 96px;
}

.modal-auth {
	width: 100%;
	border-radius: 0.3rem;
}


.modal-dialog .modal-title {
  text-align: center;
  font: 'Roboto-Light';
  color: #000;
  margin-bottom: 10px;
    font-weight: 400;
    /* margin-top: 30px; */
}



.modal-content2 {
  box-shadow: none;
  border: none;
  vertical-align: middle;
  padding: 35px 30px 35px 30px;
  text-align: center;
  max-width: 568px; 
/* #  padding: 30px; */
}

/* .modal-content2 input{ */
  /* width: 308px; */
/* } */


.modal-content2 p input {
  width: 100%;
  color: #1d62dd;
  padding: 10px 15px;
  border: none;
  border: 1px solid #d3d3d3;
}


.modal-content2 input[type='submit'] {
  padding: 15px 0px;
  display: block;
  margin: 15px auto 0px;
  width: 75%;
  color: #fff;
}

.modal-content2 input[type='submit']:hover {
  background-color: #fff;
  color: #ff264e;
}

.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;
}

button.btn-close {
    /* background: transparent; */
    /* top: -40px; */
    /* right: -40px; */
	top: 10px;
    right: 10px;
    position: absolute;
    opacity: 1;
}

.modal-top {
    padding: 30px;
}

.modal-top2 {
    padding: 30px 30px 0px 30px;
}

.modal-totle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.list-group-item{
	position: relative;
    display: block;
    padding: 0.5rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.list-group-item a {
    color: #054096de;
    text-decoration: auto;
}

.modal-totle .title-tm {
    width: 446px;
    margin-bottom: 0;
    max-width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.modal-total p {
    margin-bottom: 0.2rem !important;
}

.select-tm {
    padding: 10px 54px 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    appearance: none;
    border-radius: 8px;
    border: 0;
    background: url(/img/arrow-select.svg) no-repeat calc(100% - 21px) 25px, #F0F3F5;
}

.table-tm-3-block {
    border-top: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
}

/* .table-tm-3-block .table-tm-3-block-active:hover { */
    /* background: #E9F7FF; */
/* } */


/* .table-tm-3-block .table-tm-3-block-active:hover .button-tm span:nth-child(1) { */
    /* background: #018FE0; */
/* } */

/* .table-tm-3-block .table-tm-3-block-active:hover .button-tm span:nth-child(2) { */
    /* background: #018FE0; */
    /* color: #FFF; */
/* } */


.table-col-11 {
    flex-grow: 1;
    padding-right: 20px;
}

.table-col-12 {
    width: 120px;
    flex-shrink: 0;
    padding: 0 20px 0 20px;
	display: flex;
    justify-content: center;
}
.table-col-12 blue{
	color:cadetblue;
}

.table-col-12 red{
    color:crimson;
}

.table-col-13 {
    width: 120px;
    flex-shrink: 0;
    padding: 0 20px;
	text-align: center;
}

.table-col-13 blue{
	color:cadetblue;
}

.table-col-13 red{
    color:crimson;
}


.table-tm-3-body .table-tm-3-block {
    /* padding: 14px 15px 14px 30px; */
    font-weight: 600;
    /* font-size: 16px; */
    /* line-height: 24px; */
}

.table-tm-3-body .table-tm-3-block2 {
    padding: 14px 15px 14px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.table-tm-3-body2 .table-tm-3-block {
    padding: 8px 15px 8px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.table-tm-3-body2 .table-tm-3-block:hover {
    background-color: #e9f7ff5c;
}




.select-table {
    font-weight: 600;
    /* font-size: 16px; */
    /* line-height: 24px; */
    /* padding: 5px 30px 5px 10px; */
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/img/angle-tm.svg) no-repeat calc(100% - 12px) 13px, #fff;
    margin-left: -10px;
    width: 100%;
}

smaller { 
  font-size: 20px;
}

.choose {
margin-left: auto;
  margin-right: 0;
    text-align: center;
}

.choose span.item:hover {
	border: 1px solid #D9D9D9;
}

.choose span.item.act {
    background-color: #018FE0;
    color: #fff !important;
	border: 1px solid #D9D9D9;
}
.choose span.item {
    opacity: 0.75;
    width: 100%;
    line-height: 160%;
	cursor: pointer;
    min-height: 0;
    color: #76878e;
	border: 1px solid #018fe000;
    /* font-size: 14px; */
    font-weight: 600;
    text-align: center;
    padding: 8px 2px;
}
.white {
    color: #19222C !important;
    background: #ecf1f3;
    border-radius: 8px!important;
}

.split {
    color: #19222C !important;
    border-radius: 8px!important;
}

.choose span.item:not(.act) {
    border-right: 1px solid #D9D9D9;
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}


.button-tm {
    margin-left: auto;
    display: flex;
    border: 0;
    background: transparent;
}

.button-tm span:nth-child(1) {
    /* width: 44px; */
    /* height: 44px; */
    background: #F0F3F5;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}

.button-tm span:nth-child(2) {
    font-weight: bold;
    /* font-size: 16px; */
    background: #F0F3F5;
    line-height: 160%;
    text-align: center;
    color: #19222C;
    /* border-radius: 0 8px 8px 0; */
    /* width: 184px; */
    /* height: 44px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-tm-3-block-active:hover {
    background: #E9F7FF;
}

.table-tm-3-block-active .button-tm span:nth-child(1) {
    background: #018FE0;
}

.table-tm-3-block-active .button-tm span:nth-child(2) {
    background: #018FE0;
    color: #FFF;
}

.tab-content1 {
    /* display: inline-flex; */
    /* overflow-x: scroll; */
    width: 100%;
}

.tab-content1 .table-st-head {
	text-align:center; 
	padding: 0 22px 0 0;

}

/* .table-tm-3-body .table-tm-2-block { */
    /* padding: 14px 0px 0px 0px; */
    /* font-weight: 600; */
    /* font-size: 16px; */
    /* line-height: 24px; */
/* } */
/* .table-tm-2-block { */
    /* border-top: 1px solid #D9D9D9; */
    /* display: flex; */
    /* align-items: center; */
/* } */

.table-tm-3-block2 .table-td-3-block-1 {
	width: 402px;
}


.table-tm-3-block2 span {
	font-weight: 500;
    font-size: 14px;
    line-height: 20px;
	color:#202020c2;
}

.table-tm-3-block2 h5 {
	padding-top: 10px;
}

.tr-border-top {
	border-top: 1px solid #D9D9D9;
}

.button-inv {
	font-weight: bold;
    font-size: 16px;
    background: #F0F3F5;
    line-height: 160%;
    text-align: center;
    color: #19222C;
	border: 0;
    border-radius: 25px;
    width: 184px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-inv:hover {
	background: #018fe0c7;
	color: #fff;
}

.table-tm-3-price {
	text-align:center;
	color:#118fd4; 
	font-size: 30px;
	font-weight: 400;
}

@media screen and (max-width: 724px) {
	.tab-content1 {
		display: inline-flex;
		overflow-x: scroll;
		width: 100%;
	}
	
	.table-tm-3-body .table-tm-3-block2 {
    padding: 4px 5px 4px 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
	}
	
	.table-tm-3-block2 span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #202020c2;
	}
	
	.table-tm-3-block2 h5 {
    padding-top: 10px;
	font-weight: 500;
    font-size: 16px;
	}
	
	.table-tm-3-block2 .table-td-3-block-1 {
    width: 200px;
	}
	
	.table-tm-3-price {
    text-align: center;
    color: #118fd4;
    font-size: 24px;
    font-weight: 400;
	}
	
	.button-inv {
    
    border-radius: 25px;
    width: 144px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	
	.advantage-block-4-bottom{
	display: block;
	}
	
	.modal-top .p-modal{
	display: none;
	}
	
	.modal-top h5{
	font-weight: 400;
    font-size: 16px;
	}
}
.modal-top h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 160%;
    margin-bottom: 10px;
}

.modal-top2 h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 160%;
    margin-bottom: 10px;
}

p.p-modal {
    margin-bottom: 25px;
}

.mb-tm {
    margin-bottom: 37px !important;
}

.table-tm-3-title .table-col-4 {
    text-align: right;
    padding-right: 30px;
}

.table-tm-3-block-discount .table-col-4 {
    position: relative;
}

.table-tm-3-block-discount .table-col-4:before {
    position: absolute;
    background: url(/img/action.svg);
    width: 88px;
    height: 36px;
    content: "";
    margin: auto;
    display: block;
    right: 266px;
    top: 3px;
}

footer p {
    font-size: 16px;
    line-height: 160%;
    color: #FFF;
}

a.phone {
    display: table;
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    color: #018FE0;
    margin-bottom: 39px;
    text-decoration: none;
}

.social-network-f {
    display: flex;
}

.social-network-f a {
    text-decoration: none;
    margin-right: 15px;
    display: block;
}

.social-network-f a:hover {
    opacity: 0.7;
}

@media screen and (min-width: 1220px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1199px) {
    .tariff-block-top h3 {
        font-size: 22px;
    }

    /* .table-col-4 { */
        /* width: 296px; */
    /* } */

    /* .button-tm span:nth-child(2) { */
        /* width: 150px; */
    /* } */

    .table-tm-3-block-discount .table-col-4:before {
        right: 209px;
    }

    p.p-tm img {
        margin-right: 10px;
    }

    .advantage-block-1 h3 {
        font-size: 53px;
    }

    .advantage-block h3 {
        font-size: 36px;
    }

}

@media screen and (max-width: 991px) {
    .navbar-toggler {
        padding: 0;
        box-shadow: none !important;
        margin-right: 15px;
    }

    span.navbar-toggler-icon {
        background: #000;
        display: block;
        width: 30px;
        height: 4px;
        margin: 4px 0;
    }

    .header-top-l {
        display: flex;
        align-items: center;
    }
	
	.top-section-button {
    display:flex;
    align-items: center;
	flex-direction: column;
}

    .button-mobil {
        margin: 30px 0 20px 0;
    }

    .button-mobil a {
        margin-bottom: 10px;
    }

    .button-mobil .gray-button:last-child img {
        margin: 0 0 0 17px;
    }

    .tariff-block {
        height: calc(100% - 20px);
        margin-bottom: 20px;
    }

    .table-tm-3-wrapper {
        overflow: scroll;
    }
	
	.navbar-nav {
		display: flex !important;
	}

}

@media screen and (max-width: 767px) {
	.navbar-light .navbar-nav .nav-item:not(:first-child) {
		margin-left: 0
	}
    .social-networks a {
        display: block;
        text-decoration: none;
        margin-right: 10px;
    }

    h1 > span {
        font-size: 50px;
    }
	
	.top-section {
    
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.top-section-fonts{
		font-size:40px; 
		margin-bottom:50px;
	}
	
	.top-section-bottom h2{
	color:#656565;
	font-weight: bold;
	}
	
	.top-section-home .top-section-bottom {
	margin-block-start: -185px;
	padding-top: 0px;
	padding-bottom: 30px
	}
	
	.top-section-home p.otherConfiguration {
		text-decoration: underline;
	}

	.top-section-center {
		padding-top: 0px
	}
	
	.top-section-home {
    	background: url(/img/bg-1.jpg) no-repeat top center, #192a36;
        padding-top: 0px;
        padding-bottom: 0px;
    }
	
	.mb-4 {
		color:#fff !important;
	}



    .top-section-home h1 {
        font-weight: 500;
        font-size: 2rem;
        /* line-height: 32px; */
        color: #fff;
        text-align: left;
    	padding-bottom: 20px;
    }
	
	.top-section-home h1 small{
		font-weight:normal; 
		font-size: 1.2rem;
		color: #dedede
    }
	
    .top-section-home h2{
    	color:#fff;
    	font-weight: bold;
		font-size: 1.5rem;
    }
    
    .hero ul{
    	font-size: 0.9rem;
		line-height: 1.3rem;
		padding-bottom: 20px;
    }
	
	.top-section-home .tariff-block-top h3{
    	/* color:#fff; */
    	font-weight: 600;
		font-size: 1.3rem;
		text-transform: uppercase;
    }
    
    .table-tm thead td:first-child {
        font-size: 16px;
    	width: auto;
    }

    .table-tm tr td:first-child {
        padding-left: 10px;
    }

    .table-tm td:nth-child(2) {
        width: 100px;
    }

    .table-tm tr td:last-child {
        padding-right: 10px;
    }

    .table-tm td:nth-child(3) {
        width: 100px;
    }

    .accordion-body {
        padding: 0;
        overflow: scroll;
    }

    .additional-services-bottom {
        display: block;
    }

    .green-button-2 {
        width: auto;
        margin-left: 0;
    }

    .h2-tm {
        font-size: 22px;
        line-height: 136%;
        margin-bottom: 30px;
    }

    .title-tm {
        flex-flow: wrap;
    }

    .table-tm-2 p span {
        margin-left: 20px;
    }
	
	.button-tm span:nth-child(1){
		display: none;
	}
	
	.button-tm span:nth-child(2) {
    
    border-radius: 8px;
    
	}

    .reason-block {
        display: block;
    }

    .reasons-section {
        padding-bottom: 50px;
    }

    .advantage-block h3 {
        font-size: 24px;
    }

    .advantage-block p {
        font-size: 18px;
    }

    .advantage-block-1:after {
       display: none;
    }

    .faq-section .accordion-body {
        padding: 10px;
    }
	
	.accordion-tab p{
        display: flex;
		justify-content: space-between;
    }
	
	.accordion-tab span{
            font-weight: 800;
    }

    .menu-footer {
        margin-bottom: 30px;
    }

    .transparent {
        display: none;
    }
	
	.nomobile {
        display: none;
    }

    .modal-totle {
        display: block;
    }

    .select-tm {
        margin-bottom: 10px;
    }
    .modal-top {
        padding: 15px;
    }


    .green-button {
        font-size: 18px;
        padding: 17px 33px;
    }
	
	.green-button-4 {
        font-size: 16px !important;
        padding: 17px 33px;
    }
	
	.green-button-5 {
        font-size: 16px !important;
        padding: 17px 33px;
    }
	
    .modal-top h3 {
        font-size: 24px;
        line-height: 134%;
    }

    .advantage-block {
        padding: 20px 15px;
    }




}

.green-button-4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #19222C !important;
    background: #13D2A5;
	border: 2px solid #13D2A5 ;
    border-radius: 100px;
    text-decoration: none;
    padding: 15px 30px;
    display: table;
    margin: 0 auto 10px auto;
}

.green-button-4:hover {
  color: #13D2A5 !important;
  border: 2px solid #13D2A5 ;
  background: transparent;
}

.green-button-5 {
    font-weight: 800;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #13D2A5 !important;
    background: transparent;
	border: 2px solid #13D2A5 ;
    border-radius: 100px;
    text-decoration: none;
    padding: 15px 30px;
    display: table;
    margin: 0 auto 10px auto;
}

.green-button-5:hover {
  color: #19222C !important;
  border: 2px solid #13D2A5 ;
  background: #13D2A5;
}

.green-button-7 {
    font-weight: 800;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #13D2A5 !important;
    background: transparent;
	border: 2px solid #13D2A5 ;
    border-radius: 100px;
    text-decoration: none;
    padding: 15px 30px;
    display: table;
    margin: 0 auto 10px auto;
}

.green-button-7:hover {
  color: #fff !important;
  border: 2px solid #13D2A5 ;
  background: #13D2A5;
}

.green-button-6 {
    font-weight: 800;
    font-size: 16 px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #13D2A5 !important;
    background: transparent;
	border: 2px solid #13D2A5 ;
    border-radius: 20px;
    text-decoration: none;
	padding: 5px 8px;
    display: table;
    margin: 0 auto 10px auto;
}

.green-button-6:hover {
  color: #fff !important;
  border: 2px solid #13D2A5 ;
  background: #13D2A5;
}

.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;
}

/* Новая секция */

.invisible-element{
	width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    left: -9999px;
}

.d-block {
    display: block;
}

.pad-top-xxl {
    padding-top: 72px !important;
}

.wrap {
    box-sizing: border-box;
    max-width: 70rem;
    margin: 0 auto;
}
.container-fluid {
    padding-right: var(--outer-margin);
    padding-left: var(--outer-margin);
}

.container-fluid, .container {
    margin-right: auto;
    margin-left: auto;
}

.height-100 {
    height: 100%;
}

.row.reverse {
    flex-direction: row-reverse;
}
.between-xs {
    justify-content: space-between;
}
.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: var(--gutter-compensation,-0.5rem);
    margin-left: var(--gutter-compensation,-0.5rem);
}

@media only screen and (min-width: 600px){
/* .col-sm-5 { */
    /* flex-basis: 41.66666667%; */
    /* max-width: 41.66666667%; */
/* } */

/* .col-sm-6 { */
    /* flex-basis: 50%; */
    /* max-width: 50%; */
}



}

/* .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 { */
    /* box-sizing: border-box; */
    /* flex: 0 0 auto; */
    /* padding-right: var(--half-gutter-width,0.5rem); */
    /* padding-left: var(--half-gutter-width,0.5rem); */
/* } */

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.justify-content-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.d-flex {
    display: flex;
}

.home_section .d-block.icon-home-32px {
    line-height: 1em;
}

.home_section .d-block.font-size-md {
    line-height: 1em;
	font-size: 28px;
    padding-bottom: 16px;
}

.margin-bottom-mini {
    margin-bottom: 8px !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.font-size-lg {
    line-height: 32px;
}

.font-size-md {
    font-size: 28px;
    line-height: 1.5;
}

.font-size-mdt {
    font-size: 20px;
    line-height: 1.5;
}
.font-weight-black {
    font-weight: 800;
}

.font-weight-light {
    font-weight: 300;
}

.color-dark-0 {
    color: #363545;
}

.color-brand-1 {
    color: #217CBB;
}

.d-block {
    display: block;
}

/* .h3 { */
    /* font-size: 32px; */
    /* line-height: 1.5; */
    /* font-weight: 800; */
    /* color: #363545; */
    /* display: block; */
    /* padding-bottom: 24px; */
    /* margin: 0; */
/* } */

@media screen and (min-width: 991px){
	/* .home_section{ */
		/* height: 100vh; */
	/* } */


}

/* ### Left menu ###*/

#main_left {
    float: left;
    width: 235px;
    margin-top: 20px;
    padding-left: 15px;
    padding-bottom: 54px;
    display: inline-block;
}

#div_main_container * {
    white-space: normal;
}

#div_main_container {
    clear: both;
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* max-width: 880px; */
    margin-top: 0px;
    display: block;
    padding: 0px;
    white-space: nowrap;
    padding-top: 0px;
}

.left_nav2 {
    margin-top: 10px;
    text-align: left;
}

.left_nav_header {
    font-size: 17px;
    color: #6E6E6E;
    font-weight: bold;
    line-height: 28px;
    margin-top: 22px;
	text-transform: uppercase;
}

.left_nav_links {
    text-decoration: none;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-size: 15px;
    line-height: 22px;
    margin-top: 2px;
    font-weight: 400;
}

.left_nav_links ul {
    text-decoration: none;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    list-style-type: none;
}

.left_nav_links a {
    color: #888;
}

.table-tm-2-left {
    border-radius: 8px;
    overflow: hidden;
}

.table-tm-2-left p {
    margin-bottom: 0;
    background: #F0F3F5;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #19222C;
}

.table-tm-2-left p:nth-child(even) {
    background: #F8F9FA;
}

#main_right {
    width: 678px;
    min-width: 579px;
    margin-left: 40px;
    margin-top: 20px;
    font-size: 13px;
    display: inline-block;
}

/* --------------------------------- */
/* NAVIGATION
/* --------------------------------- */
.wb-nav-menu {
  display: block;
  /* margin-right: -15px; */
  height: 100%;
  font-size: 0;
}

.wb-nav-menu > *, .wb-nav-menu:before {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}

.wb-nav-menu > * {
  font-size: 0;
}

.wb-nav-menu:before {
  content: '';
  height: 100%;
}

.wb-nav-menu > ul {
  padding: 0;
  margin: 0;
  /* font-size: 1rem; */
  /* font-size: 0; */
}

.wb-nav-menu > ul > *, .wb-nav-menu > ul:before {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}

.wb-nav-menu > ul > * {
  font-size: 0;
}

.wb-nav-menu > ul:before {
  content: '';
  height: 100%;
}

.wb-nav-menu > ul > li {
  position: relative;
  font-size: 1rem;
  /* font-size: 0; */
}

.wb-nav-menu > ul > li > *, .wb-nav-menu > ul > li:before {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 0;
}

/* .wb-nav-menu > ul > li > * { */
  /* font-size: 0; */
/* } */

.wb-nav-menu > ul > li:before {
  /* content: ''; */
  height: 100%;
}

.wb-nav-menu > ul > li a {
  /* padding: 0 15px; */
  /* height: 80px; */
  /* line-height: 80px; */
  color: #666;
  -webkit-transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
  -moz-transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
  -o-transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
  transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
}

.wb-nav-menu > ul > li:hover > a,
.wb-nav-menu > ul > li.wb-is-active > a {
  color: #337ab7 !important;
}

.wb-nav-menu > ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  width: auto;
  /* padding: 0; */
  z-index: 9;
  border: 1px solid #e6e6e6;
  border-top-width: 0;
  background: #fff;
}

.wb-nav-menu > ul > li ul:before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  z-index: 99;
  background: #337ab7;
}

.wb-nav-menu > ul > li ul li {
  position: relative;
}

/* .wb-nav-menu > ul > li ul li a { */
  /* display: block; */
  /* height: auto; */
  /* line-height: 16px; */
/* } */

.wb-nav-menu > ul > li ul li:hover > a {
  background: rgba(240, 243, 245, 1);
}

.wb-nav-menu > ul > li ul li.wb-is-selected > a:before {
  content: '\e69d';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  speak: none;
  font: normal 14px / 1 WBIcons;
  text-align: center;
  right: 10px;
  left: auto;
  font-size: 12px;
  color: inherit;
}

.wb-nav-menu > ul > li ul li.wb-is-separator {
  display: block;
  height: 1px;
  background: #e6e6e6;
}

.wb-nav-menu > ul > li ul li.wb-has-submenu > a:before {
  content: '\f105';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  speak: none;
  font: normal 14px / 1 WBIcons;
  text-align: center;
  right: 10px;
  left: auto;
  color: #666;
}

.wb-nav-menu > ul > li ul li > ul {
  top: 0;
  left: 100%;
}

.wb-nav-menu > ul > li ul li > ul.wb-overflow-h {
  right: 100%;
  left: auto;
}

.wb-nav-menu > ul > li.wb-has-megamenu {
  position: static;
}

.wb-nav-menu > ul > li.wb-has-megamenu > .wb-mega-menu {
  right: 0;
  width: auto;
  list-style: none;
  font-size: 1rem;
  white-space: nowrap;
}

.wb-nav-menu > ul > li.wb-has-megamenu > .wb-mega-menu > li {
  position: relative;
  display: table-cell;
  width: 1%;
  white-space: normal;
  padding: 10px;
}

.wb-nav-menu > ul > li.wb-has-megamenu > .wb-mega-menu > li:hover {
  z-index: 10;
}

.wb-nav-menu > ul > li.wb-has-megamenu > .wb-mega-menu > li.wb-has-submenu:before {
  display: none;
}

.wb-nav-menu > ul > li.wb-has-megamenu > .wb-mega-menu > li + li {
  border-left: 1px solid #e6e6e6;
}

.wb-nav-menu > ul > li.wb-has-megamenu > .wb-mega-menu > li > span,
.wb-nav-menu > ul > li.wb-has-megamenu > .wb-mega-menu > li > a {
  display: block;
  padding: 10px;
  //font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #666;
  -webkit-transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
  -moz-transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
  -o-transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
  transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
}

.wb-nav-menu > ul > li.wb-has-megamenu > .wb-mega-menu > li > ul {
  display: block !important;
  opacity: 1 !important;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  list-style: none;
  margin: 0;
  width: 100%;
  border: none;
  background: none;
}

.wb-nav-menu > ul > li.wb-has-megamenu > .wb-mega-menu > li > ul:before {
  display: none;
}

.wb-nav-menu > ul > li:not(.wb-has-megamenu) ul li > ul:not(.wb-overflow-h):before {
  left: 0;
}

.wb-nav-menu > ul > li:not(.wb-has-megamenu) ul li > ul.wb-overflow-h:before {
  right: 0;
}

.wb-nav-menu > ul li:hover > ul {
  display: block;
}

/* MENU STYLE: UNDERLINE ---------------- */
.wb-menu-underline .wb-nav-menu > ul {
  height: 100%;
}

.wb-menu-underline .wb-nav-menu > ul > li {
  height: 100%;
}

.wb-menu-underline .wb-nav-menu > ul > li > a {
  position: relative;
}

.wb-menu-underline .wb-nav-menu > ul > li > a:before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 15px;
  left: 15px;
  margin-top: 0.9em;
  opacity: 0;
  background: #00a2ff;
  -webkit-transform: scaleX(0.2);
  -moz-transform: scaleX(0.2);
  -ms-transform: scaleX(0.2);
  -o-transform: scaleX(0.2);
  transform: scaleX(0.2);
  -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.wb-menu-underline .wb-nav-menu > ul > li:hover > a:before,
.wb-menu-underline .wb-nav-menu > ul > li.wb-is-active > a:before {
  opacity: 1;
  height: 0.15em;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.wb-menu-underline .wb-nav-menu > ul > li > ul:before {
  display: none;
}

/*Стили Балансера*/
.dpdown_menu_up .show{
	z-index: 1056;
}

.table-content{
	padding-right: 0px;
}

.domens-content {
  /* background: linear-gradient(to right, #05b9cb 0%, #1a63dd 100%); */
  padding: 0px;
}

.domens-content table {
  width: 100%;
  color: #fff;
  /* border: 1px solid #5394cc; */
}

.domens-content .table {
  width: 100%;
  --bs-table-bg: none;
  --bs-table-color: none;
  --bs-table-striped-bg: none;
  /* 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 th{
	/* display: table-row; */
	padding: 15px;
}

.domens-content table thead tr th a {
color: white !important;
}


.domens-content table tr th {
  border-right: 1px solid #99cde9;
}

.domens-content table tr td:last-child {
  border-right: none;
}

.domens-content table tbody {
	--bs-table-bg: var(--bs-body-bg);
	--bs-table-striped-bg: #F2FAFD;
	--bs-table-hover-bg: #F7FCFF;
}

.domens-content table tbody td{
	padding: 0 15px;
}

.domens-content table tbody td .btn{
	padding: 10px 0;
}

.domens-content table tbody td button {
	--bs-btn-hover-bg: none;
	--bs-btn-border-color: #B2B2B2;
	--bs-btn-hover-border-color: #d3d2d2;
	--bs-btn-hover-color: #59B1E1;
	--bs-btn-active-bg: #59B1E1;
	--bs-btn-active-border-color: #59B1E1;
}

.domens-content .btn-outline-success {

	/* --bs-btn-color: #59B1E1; */
	--bs-btn-hover-color: #59B1E1;
}

.black1 .butdown{
	font-size: 14px;
	left: -50px;
}

.button-adman-2 {
	float: right;
	display: flex;
}

.button-adman-2 {
    width: auto;
    background-color: #fff;
    border-radius: 7px;
    border: 2px solid #59b1e1 !important;
    color: #59b1e1  !important;
	margin-top: 5px;
	padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
	fill: #59b1e1
}

.button-adman-2:hover {
    color: #fff !important;
    background-color: #59b1e1;
	font-weight: 600;
    fill: #fff !important;
}

.button-adman-2inv {
    width: auto;
	float: right; 
	z-index:1; 
	list-style-type: none;
    background-color: #fff;
    border-radius: 7px;
    border: 2px solid #59b1e1 !important;
    color: #59b1e1  !important;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
	fill: #59b1e1;
	font-weight: 600;
}

.btn-right {
	margin-bottom: 0.5rem;
}

.btn-right .st33 {
	/* padding-top: 3px; */
	padding-left: 5px;
}

.btn-right .adds {
	padding-right: 5px;
    padding-bottom: 3px;
}

.table-content .table-tm thead {
	color: #FFF;
	text-align: center;
}

.table-content .table-tm thead tr th:first-child{
	text-align: left;
	padding-left: 20px;
}

.table-content .table-tm tr td:first-child{
	text-align: left;
	padding-left: 20px;
}

.table-content .table-tm td:nth-child(2) {
    text-align: center;
    width: 180px;
	
}

.table-content .table-tm td:nth-child(2) {
    font-weight: 500;
	
}

.table-content .table-tm td:nth-child(3) {
    text-align: center;
    width: 200px;
}

/*стили модалки балансера*/

.accordion-item {
	padding-top: 2px;
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:not(:first-of-type) {
    border-top-width: 1px;
}

.addalg .ps-4 {
	width: 250px;
    line-height: 2.0em;
	padding-left: 1rem !important;
}

.modal-content table tbody td button {
    --bs-btn-hover-bg: none;
    --bs-btn-border-color: #B2B2B2;
    --bs-btn-hover-border-color: #d3d2d2;
    --bs-btn-hover-color: #59B1E1;
	--bs-btn-active-color: #fff;
    --bs-btn-active-bg: #59B1E1;
	--bs-btn-active-border-color: #59B1E1;
}

.rounded-circle-delbtn{
    --bs-btn-hover-bg: none;
    --bs-btn-border-color: #B2B2B2;
    --bs-btn-hover-border-color: #d3d2d2;
    --bs-btn-hover-color: #59B1E1;
	--bs-btn-active-bg: #59B1E1;
	--bs-btn-active-border-color: #59B1E1;
	width: 24px;
    height: 24px;
	border-radius: 50%;
}

.btn-outline-success {

	--bs-btn-color: #4a92b9;
	--bs-btn-hover-color: #59B1E1;
	--bs-btn-hover-bg: none;
	--bs-btn-border-color: #B2B2B2;
	--bs-btn-hover-border-color: #d3d2d2;
}

.hostipoption {
	 position: absolute;  /*пока подождем дизайна страницы*/
}