body {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}
body, html {
    font-size: 10px;
}
* {
    border: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.Page_Main {
  width: 100%;
  position: relative;
}
main {
  display: block;
}
b, strong {
    font-weight: bolder;
}
.Page_Wrapper {
    min-height: calc(100vh - 23.1rem);
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}
@media (min-width:768px) {
    .Page_Wrapper {
        width: 76rem;
    }
}
@media (min-width:992px) {
    .Page_Wrapper {
        width: 92rem;
    }
}
@media (min-width:1220px) {
    .Page_Wrapper {
        width:120rem;
    }
}


@media (min-width:768px) {
	.Home_Home {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		justify-content: space-between;
		padding-top: 3rem;
	}
}
.Home_Text {
	padding-bottom: 5rem;
	width: 100%;
}
@media (min-width:768px) {
	.Home_Text {
		width: 465px;
	}
}
.Home_Text h1 {
	font-size: 2.1rem;
	line-height: 2.8rem;
	color: #197323;
}
@media (min-width:768px) {
	.Home_Text h1 {
		font-size: 3.3rem;
		line-height: 4.5rem;
	}
}
.Home_Text p {
	margin-bottom: 1rem;
	max-width: 44rem;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #333;
}
@media (min-width:768px) {
	.Home_Text p {
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
}
.Home_Text p br {
	display: none;
}
@media (min-width:768px) {
	.Home_Text p br {
		display: block;
	}
}
.Home_Image {
	width: 100%;
	display: block;
}
@media (min-width:768px) {
	.Home_Image {
		width: calc(100% - 465px);
	}
}
.Home_Image img {
	width: 100%;
}
.Home_Button {
	color: #fff;
	line-height: 4rem;
	text-decoration: none;
	cursor: pointer;
	margin-top: 3rem;
	display: inline-block;
	border-radius: .25rem;
	height: 4rem;
	padding: 0 3.5rem;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 600;
	background: #c22b00;
	box-shadow: 0 2px 4px rgba(22,111,37,.2);
}
@media (min-width:768px) {
	.Home_Button {
		margin-top: 5rem;
	}
}



h1.Title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #197323;
    position: relative;
}
@media (min-width: 48em) {
    h1.title {
        font-size: 2.4rem;
    }
}
@media (min-width: 62em) {
    h1.title {
        font-size: 2.4rem;
        margin: .67em 0;
    }
}
@media (min-width: 75em) {
    h1.title {
        font-size: 2.4rem;
        margin: .67em 0;
    }
}
@media (min-width: 87.5em) {
    h1.title {
        font-size: 2.4rem;
        margin: .67em 0;
    }
}
.Instructions_Desc {
	margin-top: 2rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #646464;
}
@media (min-width:768px) {
	.Instructions_Desc {
		margin-top: 3rem;
		padding-bottom: 5rem;
	}
}
.Instructions_Desc p {
	font-size: 1.3rem;
	margin: 0 0 1rem;
	color: #333;
}
@media (min-width:768px) {
	.Instructions_Desc p {
		font-size: 1.5rem;
	}
}
.Instructions_Desc p b {
  font-weight: 600;
}
.Instructions_Desc ul {
	margin-top: .75rem;
	margin-bottom: 2rem;
}
.Instructions_Desc ul li {
	list-style: none;
	position: relative;
	font-size: 1.3rem;
	padding-left: 1.25rem;
	margin-bottom: .5rem;
}
@media (min-width:768px) {
	.Instructions_Desc ul li {
		font-size: 1.4rem;
		padding-left: 1.5rem;
	}
}
.Instructions_Desc ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: .5rem;
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    background: #197323;
}
.Instructions_Desc a {
    color: #227831;
    font-weight: 700;
    text-decoration: none;
}
.Instructions_Pdf {
    margin-top: 3rem;
}
.Instructions_Item {
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
    text-decoration: none;
}
.Instructions_Item img {
	margin-right: 1.5rem;
	width: 2.5rem;
}
@media (min-width:768px) {
	.Instructions_Item img {
		width: auto;
		margin-right: 2rem;
	}
}
.Instructions_Item span {
	color: #333;
	font-size: 1.3rem;
	font-weight: 600;
}
@media (min-width:768px) {
	.Instructions_Item span {
		font-size: 1.4rem;
	}
}
h2.Subtitle {
    font-size: 1.5rem;
    color: #070707;
    font-weight: 600;
    margin: 2rem 0 0 0;
}
@media (min-width:768px) {
    h2.Subtitle {
        font-size: 2rem;
    }    
}
.Rtx_BlockOmnistar {
	margin-top: -4rem;
}
@media (min-width:768px) {
	.Rtx_BlockOmnistar {
		display: flex;
		align-items: center;
		margin-top: 0;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
}
@media (min-width:1220px) {
    .Rtx_BlockOmnistar div:first-child img {
        width: 300px;
    }
}
.Rtx_BlockOmnistar div:last-child {
	margin-top: -7.5rem;
}
@media (min-width:768px) {
	.Rtx_BlockOmnistar div:last-child {
		padding-right: 5rem;
		margin-top: 0;
	}
}
.Rtx_BlockOmnistar div h3 {
	color: #070707;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 2rem;
}
@media (min-width:768px) {
	.Rtx_BlockOmnistar div h3 {
		font-size: 2rem;
	}
}
.Rtx_BlockOmnistar div p {
	color: #333;
	line-height: 130%;
	font-size: 1.3rem;
	margin-bottom: 1.4rem;
}
@media (min-width:768px) {
	.Rtx_BlockOmnistar div p {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
	}
}
.Rtx_BlockCenterPoint {
	background-size: cover;
	background-position: 50%;
}
@media (min-width:768px) {
	.Rtx_BlockCenterPoint {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
.Rtx_BlockCenterPoint div:first-child {
	width: 100%;
}
@media (min-width:768px) {
	.Rtx_BlockCenterPoint div:first-child {
		width: 33.7rem;
	}
}
.Rtx_BlockCenterPoint div:last-child {
	margin-top: 2rem;
}
@media (min-width:768px) {
	.Rtx_BlockCenterPoint div:last-child {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 2rem;
		padding-right: 2rem;
		margin-top: 0;
		width: calc(100% - 20em);
	}
}
@media (min-width:992px) {
	.Rtx_BlockCenterPoint div:last-child {
		width: calc(100% - 35em);
	}
}
@media (min-width:1220px) {
	.Rtx_BlockCenterPoint div:last-child {
		width: calc(100% - 45rem);
	}
}
.Rtx_BlockCenterPoint div:last-child h2 {
	font-size: 1.5rem;
	line-height: 140%;
	margin-bottom: 2rem;
}
@media (min-width:768px) {
	.Rtx_BlockCenterPoint div:last-child h2 {
		font-size: 1.6rem;
		line-height: 130%;
	}
}
@media (min-width:992px) {
	.Rtx_BlockCenterPoint div:last-child h2 {
		font-size: 1.7rem;
	}
}
@media (min-width:1220px) {
	.Rtx_BlockCenterPoint div:last-child h2 {
		font-size: 2.1rem;
	}
}
.Rtx_BlockCenterPoint div:last-child h2 span {
	color: #197323;
}
.Rtx_BlockCenterPoint div:last-child h2 br {
	display: none;
}
@media (min-width:992px) {
	.Rtx_BlockCenterPoint div:last-child h2 br {
		display: block;
	}
}
.Rtx_BlockCenterPoint div:first-child img {
	width: 100%;
}
.Rtx_BlockCenterPoint div:last-child h3 {
	color: #333;
	margin-top: 1rem;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.Rtx_BlockCenterPoint div:last-child h3 b {
	color: #197323;
}
.Rtx_BlockCenterPoint div:last-child p {
	color: #333;
	font-size: 1.3rem;
	line-height: 140%;
}
@media (min-width:768px) {
	.Rtx_BlockCenterPoint div:last-child p {
		font-size: 1.4rem;
		line-height: 150%;
	}
}
.Rtx_ButtonLink {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    border-radius: .25rem;
    width: 27rem;
    height: 4.2rem;
    padding: 0 2rem;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    background: #197323;
    box-shadow: 0 2px 4px rgba(22,111,37,.2);
}
.Rtx_ButtonLink img {
    margin-left: 1.5rem;
    vertical-align: middle;
}
.Rtx_BlockTarifPlan {
	padding: 5rem 0 2rem;
}
.Rtx_BlockTarifPlan h2 {
	color: #070707;
	font-size: 2rem;
}
.Table_Wrapper {
    width: 100%;
    overflow-x: auto;
}
@media (min-width:768px) {
    .Table_Wrapper {
        overflow-x:inherit;
    }
}
.Table_Table {
	border-collapse: collapse;
	margin: 2rem 0 0;
	padding: 0;
	width: 90rem;
}
@media (min-width:768px) {
	.Table_Table {
		width: 100%;
	}
}
.Table_Thead th {
	top: 0;
	z-index: 10;
	color: #fff;
	font-weight: 600;
	text-align: left;
	font-size: 1.3rem;
	position: -webkit-sticky;
	position: sticky;
	padding: 1.25rem 1rem;
	background: #197323;
	border: 1px solid #164c1c;
	border-top:
	none;
	border-bottom: 2px solid #164c1c;
}
@media (min-width:768px) {
	.Table_Thead th {
		font-size: 1.4rem;
		padding: 2rem 1.5rem;
	}
}
.Table_Tbody td {
	margin: 0;
	border: 1px solid #d0cfcf;
	color: #000;
	line-height: 140%;
	font-size: 1.3rem;
	padding: 1.5rem 1rem;
}
@media (min-width:768px) {
	.Table_Tbody td {
		font-size: 1.4rem;
		padding: 1.8rem 1.5rem;
	}
}
.Table_Tbody tr:nth-child(odd) {
	background-color: #f1f2f3;
}
.Table_Tbody tr:nth-child(2n) {
	background-color: #e7ecee;
}
.Rtx_BitrixForm {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
}
.Rtx_BitrixButton {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    border-radius: .25rem;
    width: 24rem;
    height: 4.2rem;
    padding: 0 2rem;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    background: #197323;
    box-shadow: 0 2px 4px rgba(22,111,37,.2);
}
.tabs-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 5rem 0;
    position: relative;
    z-index: 100;
    overflow-x: scroll;
}
.tabs-menu li {
    list-style: none;
    padding: 0;
    margin: 0 0.5rem;
}
.tabs-menu li a {
    width: 21rem;
    min-height: 6rem;
    flex: 1 1 auto;
    flex-basis: auto;
    margin: 0;
    display: block;
    flex-basis: 100%;
    border: 1px solid #dcdcdc;
    padding: 1rem 1.5rem;
    cursor: pointer;
    border-radius: .5rem;
    align-content: center;
    text-align: center;
}
.tabs-menu li a {
    color: #333;
    text-decoration: none;
    background: transparent;
    font-size: 1.4rem;
    font-weight: 600;
}
.tabs-menu li a.active {
    background: #197323;
    color: #fff
}
.tab-content {
    display: none;
    margin: 0 0 5rem 0;
}
.tab-content.active {
    display: block;
}
.Rtx_BlockTarifTabsTop {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 80rem;
}
.Rtx_BlockTarifTabsTop div {
	width: 50%;
	margin-bottom: 2rem;
}
@media (min-width:768px) {
	.Rtx_BlockTarifTabsTop div {
		width: auto;
		margin-bottom: 0;
	}
}
.Rtx_BlockTarifTabsTop b {
	display: block;
	font-size: 1.3rem;
}
.Rtx_BlockTarifTabsTop p {
	font-size: 1.4rem;
	margin-top: 1rem;
}
@media (min-width:768px) {
	.Rtx_BlockTarifTabsTop p {
		margin-top: 2rem;
	}
}
.Rtx_BlockTarifTabsTop img {
	margin-top: .25rem;
}
.Rtx_BlockTarifTabsImage {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
@media (min-width:768px) {
	.Rtx_BlockTarifTabsImage {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
}
.Rtx_BlockTarifTabsImage img {
	width: 100%;
}
@media (min-width:768px) {
	.Rtx_BlockTarifTabsImage img {
		width: auto;
	}
}
.Rtx_BlockTarifTabsImage p {
	font-size: 1.3rem;
	line-height: 150%;
	margin-bottom: 1.25rem;
}
@media (min-width:768px) {
	.Rtx_BlockTarifTabsImage p {
		font-size: 1.4rem;
		padding-left: 2rem;
		margin-bottom: 1.5rem;
	}
}
.Rtx_BlockTarifTabsImage p:last-child {
	margin-bottom: 0;
}
.Rtx_BlockTarifTabsInfo {
	margin-top: 2.5rem;
}
.Rtx_BlockTarifTabsInfo h3 {
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
@media (min-width:768px) {
	.Rtx_BlockTarifTabsInfo h3 {
		font-size: 1.6rem;
	}
}
.Rtx_BlockTarifTabsInfo p {
	font-size: 1.3rem;
	line-height: 150%;
	margin-bottom: 1.5rem;
}
@media (min-width:768px) {
	.Rtx_BlockTarifTabsInfo p {
		font-size: 1.4rem;
	}
}
.Rtx_BlockTarifTabsInfo p:last-child {
	margin-bottom: 0;
}
.Rtx_BlockTarifTabsInfo ul {
	margin-top: 2rem;
	margin-left: 1.5rem;
}
.Rtx_BlockTarifTabsInfo ul li {
	font-size: 1.4rem;
	list-style: none;
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}
.Rtx_BlockTarifTabsInfo ul li:last-child {
	margin-bottom: 0;
}
.Rtx_BlockTarifTabsInfo ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: .5rem;
	width: .5rem;
	height: .5rem;
	background: #2e9039;
	border-radius: 100%;
}










.Table_Wrapper.BSPlans {
    margin-bottom: 6.5rem;
}
.Stations_TableHint {
    font-size: 1.4rem;
    line-height: 150%;
    margin: 1rem 0;
}
.Stations_TableHint a {
    color: #227831;
    font-weight: 700;
    text-decoration: none;
}





.Content_Content {
    margin-top: 3rem;
    padding-bottom: 5rem;
}
.Content_Content h3 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem 0;
    color: #333;
    font-weight: 600;
}
.Content_Content p {
    font-size: 1.5rem;
    margin: 0 0 1rem;
    color: #333;
}
.Content_Content p b {
  font-weight: 600;
  margin: 0.5rem 0 1rem 0;
}
.Content_Content ul {
    margin-top: .75rem;
    margin-bottom: 2rem;
}
.Content_Content ul li {
    font-size: 1.4rem;
    padding-left: 1.5rem;
    list-style: none;
    position: relative;
    margin-bottom: .5rem;
}
.Content_Content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: .5rem;
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    background: #197323;
}
.Content_Content a {
    color: #227831;
    font-weight: 700;
    text-decoration: none;
}


.Footer_Footer {
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5rem;
}
@media (min-width:768px) {
	.Footer_Footer {
		width: 76rem;
	}
}
@media (min-width:992px) {
	.Footer_Footer {
		width: 92rem;
	}
}
@media (min-width:1220px) {
	.Footer_Footer {
		width: 120rem;
	}
}
@media (min-width:768px) {
	.Footer_Footer {
		height: 8rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
.Footer_Footer ul li {
	list-style: none;
	display: inline-block;
	margin-right: 2rem;
}
.Footer_Footer ul li:last-child {
	margin-right: 0;
}
.Footer_Footer ul li a {
	text-decoration: none;
	font-size: 1.2rem;
	color: #202020;
}
@media (min-width:768px) {
	.Footer_Footer ul li a {
		font-size: 1.3rem;
	}
}
.Footer_Footer ul li a:hover {
	text-decoration: underline;
}
.Footer_Logos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 33rem;
	margin-top: 4rem;
}
@media (min-width:768px) {
	.Footer_Logos {
		margin-top: 0;
	}
}
.Footer_Logos p {
	width: 100%;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: .25rem;
}
.Footer_Logos span {
	position: relative;
	top: -.25rem;
	display: block;
	margin-left: 1.25rem;
	font-size: 1.2rem;
}
.Footer_Logos img {
	width: 10rem;
}


#baseMap {
  height: 600px;
}





