﻿@font-face {
    font-family: 'RT';
    src: url('font/RostelecomBasisRegular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RTBold';
    src: url('font/RostelecomBasisMedium.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

*,div {
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: RT,Arial,Helvetica Neue,Helvetica,sans-serif;
    line-height: 1.2; 
    font-size: 16px; 
    margin: 0;
    position: relative;
  	display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 105px;
}

body.noscroll {
    overflow-y: hidden;
}

.font-bold {
    font-family: RTBold,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.white-color {
    color: #fff!important;
}

a,.link {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all .1s;
    color: inherit;
}

a.blue,.link.blue {
    color: #65bbdf;
}

a.org,.link.org {
    color: #ff4f12;
}

a.yell,.link.yell {
    color: #ffecaa;
}

a.dotted,.link.dotted {
    border-bottom-style: dashed;
    border-color: inherit;
    display: inline-block;
}

a.color,.link.color {
    color: #7700ff;
}

a:hover,.link:hover {
    color: #7700ff;
}

a:hover,.link:hover svg {
    stroke: #7700ff;
}

a.blue:hover,.link.blue:hover,.link.open {
    color: #7700ff;
}

a.org:hover,.link.org:hover {
    color: #bc104b;
}

a.yell:hover,.link.yell:hover {
    color: #ffd543;
}

.btn {
    background-color: #FF4F12;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 11px 29px;
    cursor: pointer;
    transition: all .1s;
    border: 2px solid #ff4f12;
    font-family: RTBold,Arial,Helvetica Neue,Helvetica,sans-serif;
    text-align: center;
    border-radius: 5px;
	white-space: nowrap;
    -webkit-appearance: none;
}

.btn.full {
    width: 100%;
    max-width: 320px;
}

.btn.lg {
    font-size: 18px;
}

.btn.lgg {
    font-size: 24px;
}

.btn:hover {
    background-color: #d61602;
    border-color: #d61602;
    color: #fff;
}

.btn.prpl {
    background-color: #7800ff;
    border-color: #7800ff;
}

.btn.fixed {
	width: 192px;
}

.btn.prpl:hover {
    background-color: #5000ab;
    border-color: #5000ab;
}

.btn.purp {
    background-color: #7700ff;
    border-color: #7700ff;
}

.btn.purp:hover {
    background-color: #5300B1;
    border-color: #5300B1;
}

.btn.gray {
    background-color: transparent;
    border-color: #e6e6e6;
    color: #b8b8b8;
}

.btn.gray:hover {
    background-color: #e6e6e6;
}

.btn.green {
    background-color: #3bbc9e;
    border-color: #3bbc9e;
}

.btn.green:hover {
    background-color: #1e9075;
    border-color: #1e9075;
}

.btn.transp {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.btn.transp.org {
    border-color: #ff4f12;
    color: #ff4f12;
}

.btn.transp.green {
    border-color: #3bbc9e;
    color: #3bbc9e;
}

.btn.transp:hover {
    color: #7800ff;
    background-color: #fff;
}

.btn.transp.org:hover {
    color: #fff;
    background-color: #ff4f12;
}

.btn.transp.green:hover {
    color: #fff;
    background-color: #3bbc9e;
}

.btn.transp.yel:hover {
    color: #ffbe08;
    background-color: #fff;
}

.btn.thin {
	border-width: 1px;
}

.rs-image {
    overflow: hidden;
}

.rs-image.center {
    text-align: center;
}

.rs-image img {
    /*width: 100%;*/
    object-fit: contain;
	padding-top: 20px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.nobrd {
    white-space: nowrap;
}

.header {
    background-color: #fafafa;
    font-size: 14px;
    padding: 20px 0 17px;
    position: relative;
    z-index: 200;
}

.header .mobile-space {
    padding: 8px 0;
}

.header .link-acts > a {
    display: inline-block;
    vertical-align: middle;
}

.header .link-acts .active {    
    margin-left: 44px;
    white-space: nowrap;
}

.header .link-acts .razd {
    background-color: #b7b7b7;
    height: 30px;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.header .phone span {
    white-space: nowrap;
}

.mobile-header-row {
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #dedede;
}

.menu-btn {
    width: 33px;
    height: 14px;
    position: relative;
}

.menu-btn > span {
    width: 70%;
    height: 2px;
    background-color: black;
    display: block;
    position: absolute;
    top: 6px;
    right: 4px;
    transition: all .1s;
}

.menu-btn > span:first-child {
    top: 0px;
}

.menu-btn > span:last-child {
    bottom: 0px;
    top: auto;
}

.menu-btn.open > .r {
    transform: rotate(45deg);
}

.menu-btn.open > .r + span {
    transform: rotate(-45deg);
}

.menu-btn.open > span:first-child {
    opacity: 0;
    top: 2px;
}

.menu-btn.open > span:last-child {
    opacity: 0;
    bottom: 2px;
}

.menu-btn.phone-icon {
    background-position: center;
    background-repeat: no-repeat;
    height: 23px;
    margin: 0 17px 0 92px;
  	padding-left: 6px;
}

.menu-btn.phone-icon > span {
    display: none;
}

.menu-btn.phone-icon.open {
    background: none;
}

.menu-btn.phone-icon.open > svg {
  	display: none;
}

.menu-btn.phone-icon.open > span {
    display: block;
}

.menu-btn.phone-icon.open > .r, .menu-btn.phone-icon.open > .r + span {
    top: 11px;
}

.menu-row {
    background-color: #fff;
    cursor: default; 
    box-shadow:0px 3px 6px rgba(9, 9, 37, 0.04);
    padding: 9px 0 20px;
    position: relative;
    z-index: 100;
}

.menu-row .logo,.mobile-header-row .logo {
    display: inline-block;
    vertical-align: middle;
}

.mobile-header-row .logo {
    padding: 13px 0 11px;
}

.menu-row .logo {
    padding: 8px 0;
}

.menu-row .logo:hover, .mobile-header-row .logo:hover {
	stroke: initial;
}

.menu-row .menu-list {
    list-style: none;
    white-space: nowrap;
    overflow-x: hidden;
    padding: 0 85px 0 0;
    margin: 0 0 7px;
    font-size: 16px;
    display: flex;
    gap: 10px;
    width: 100%;
}

.menu-row .menu-list > li {
    display: inline-flex;
    align-items: flex-end;
}

.menu-row .menu-list > li > a {
    padding: 5px 0;
}

.menu-row .menu-list li a:hover {
    color: #000;
    text-shadow: 0 0 0.15px #00000080, 0 0 0.15px #00000080;
}

.menu-row .menu-list li.current > a {
    color: #000;
    text-shadow: 0 0 0.15px #00000080, 0 0 0.15px #00000080;
}

.menu-row .menu-list li .sub-menu {
    display: inline-block;
    padding: 15px 0 8px;
    list-style: none;
    position: absolute;
    top: 77%;
    background: #fff;
    box-shadow: 0 2px 5px -3px rgb(0 0 0 / 40%);
    opacity: 0;
    transition: opacity .1s;
    visibility: hidden;
    border-radius: 0px 0px 7px 7px;
}

.menu-row .menu-list li .sub-menu li {
    display: block;
}

.menu-row .menu-list li .sub-menu li a {
    display: block;
    padding: 14px 24px;
    transition: opacity 0s;
}

.menu-row .menu-list li .sub-menu li span {
    display: block;
    font-size: 14px;
    padding: 2px 0 0;
}

.menu-row .menu-list > li:hover > .sub-menu, .menu-row .menu-list li .sub-menu:hover {
    visibility: visible;
    opacity: 1;
}

.footer {
    color: #fff;
    background-color: #273a64;
    padding: 70px 0 60px;
}

.footer .menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
	margin-left: 55px;
	display: flex;
    flex-direction: column;
}

.footer .hand-menu {
	margin-left: 45px;
}

.footer .menu-list li {
    margin-bottom: 20px;
}

.footer .phone-order {
    color: #fff;
	text-align: right;
	grid-area: order;
}

.footer .phone-sign {
	display: block;
    margin-bottom: 7px;
	opacity: 0.5;
}

.footer .phone-order a {
    font-size: 32px;
    line-height: 1.3;
    display: inline-block;
	margin-bottom: 2px;
	white-space: nowrap;
}

.footer .logo {
    margin-bottom: 30px;
}

.footer .logo img {
    max-width: 100%;
}

.footer .sb {
    margin-bottom: 20px;
    font-size: 12px;
	line-height: 1.2;
	max-width: 258px;
	opacity: 0.5;
}

.footer .social {
	grid-area: social;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer .privacy {
	margin: 0 0 20px;
    display: flex;
  	flex-direction: column;
   gap: 5px;
}

.footer .privacy a {
	font-size: 14px;
}

.footer .nav {
  	display: flex;
  	justify-content: space-between;
  	grid-area: menu;
}

.logo-container {
	grid-area: logo;
}

.footer .grid {
  	display: grid;
  	grid-template-columns: auto auto auto;
  	grid-template-rows: 138px 1fr;
  	grid-template-areas:
      "logo menu order"
      "social menu order";
}

.rs-input {
    background-color: transparent;
    border: 2px solid #dad9d9;
    font-size: 16px;
    padding: 11px 12px;
    margin-bottom: 16px;
    transition: border-color .1s;
    border-radius: 7px;
    -webkit-appearance: none;
}

.rs-input.error {
    border-color: #ff6565;
}

.rs-input.valid {
    border-color: #aa62fb;
}

.rs-input::placeholder {
    color: #888888;
}

.rs-input:focus {
    border-color: #7800ff;
    outline: none;
}

.rs-form-row .rs-input,.rs-input.full {
    width: 100%;
}

#content {
    flex: 1;
}

.w-100 {
    width: 100% !important;
}

.rt-top-bns {
    position: relative;
    overflow: hidden;
}

.tt-cor{
	display: flex!important;
    align-items: center;
}

.tt-cor h1{
	margin:0;
}


.rt-top-bns-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rt-top-bns-controls .container-xl {
    height: 100%;
    position: relative;
}

.rt-top-bns-control {
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 9px;
    padding-bottom: 21px;
}

.rt-top-bns-control-prev,.rt-top-bns-control-next {
    display: inline-block;
    flex: 0 0 auto;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color .1s;
    z-index: 1000;
}

.rt-top-bns-control-next svg {
    transform: rotate(180deg);
}

.rt-top-bns-control-prev svg circle,.rt-top-bns-control-next svg circle {
    opacity: 0.7;
    fill: #fff;
}

.rt-top-bns-control-prev svg:hover circle,.rt-top-bns-control-next svg:hover circle {
    opacity: 1;
}

.rt-top-bns-nav {
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 1000;
    text-align: center;
}

.rt-top-bns-nav > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.6;
    border-radius: 20px;
    margin-right: 6px;
    transition: all .1s;
}

.rt-top-bns-nav > span.tns-nav-active {
    opacity: 1;
}

.rt-top-bn-slides {
    display: flex;
    flex-wrap: nowrap;
}

.rt-top-bn-slides.tns-slider {
    /* display: block!important; */
    align-items: stretch;
}

.top-bn-slide {
    flex: 0 0 100%;
    background-color: #d3dae8;
    color: #000;
    min-height: 445px;
}

.tns-slider .top-bn-slide {
    flex: auto;
}

.top-bn-slide .container-xl,.top-bn-slide .container-xl .row {
    height: 100%;
}

.top-bn-slide.tns-slide-active {
    z-index: 2000;
}  

.top-bn-slide .element {
   	position:relative;
}

.top-bn-slide .element .img img {
    object-fit: cover;
    height: 100%;
	left: -150px;
    position: relative;
}

.top-bn-slide .element .tt {
    font-size: 44px;
    line-height: 100%;
    margin-bottom: 20px;
}

.top-bn-slide .element .txt {
    font-size: 24px;
    line-height: 1.3;
	max-width: 467px;
}

.top-bn-slide .element .act {
    margin-top: 30px;
}

.top-bn-slide .element .clr1 {
    height: 100%;
    position: relative;
    padding: 108px 0 0;
	z-index: 2001;
}

.top-bn-slide.nofit .element .img {
    height: inherit;
    text-align: left;
}

.top-bn-slide.nofit .element .img img {
    height: inherit;
    max-width: 100%;
    width: auto;
}

.top-bn-slide.xpon {
	background-color: #B0B0B0;
}
    
.top-bn-slide.fttx {
	background-color: #C0C9CE
}

.top-bn-slide.xdsl {
	background-color: #DBE0E4;
}
    
.top-bn-slide.smarthouse {
	background-color: #F3F3F5;
}

.top-bn-slide.tech-vigodi {
	background-color: #D5D5D3;
}

.top-bn-slide.tech-razvlecheniya {
	background-color: #F1D1C1;
}

.top-bn-slide.promo_dacha {
	background-color: #273A64;
}

.top-bn-slide.antivirus {
	background-color: #7B7E9B;
}

.top-bn-slide.wink-banner {
	background-color: #101828;
}

.top-bn-slide.wink-banner .element .img img {
	left: 15px;
}

.top-bn-slide.wink-banner .element .clr1 .fx {
	padding-top: 48px;
	background-image: url(/Cms_Data/Contents/rtrussia/Media/ml/winktv/banner-title-bg.png);
	background-repeat: no-repeat;
}

.top-bn-slide.wink-banner .element .tt h1{
    text-align: left;
	margin: 0;
}

.top-bn-slide.wink-banner .element .txt {
     max-width: 100%; 
}

.topb-white-text .element {
	color: #fff;
}

.top-bn-slide.wink-banner .btn.purp {
	background-color: #ff4f12;
	border-color: #ff4f12;
}

.topb-white-text .breadcrumb_in_slider .rt-crumb-list li + li:before, .topb-white-text .breadcrumb_in_slider .rt-crumb-list li:before {
    border: 1px solid #fff;
    border-bottom-width: 0;
    border-left-width: 0;
}

.top-bn-slide.onecolor .element .text-cont {
    color: #fff;
}

.top-bn-slide.onecolor.whiteback .element .text-cont {
    color: #000;
}

@media (min-width: 1400px) {
    .container-xl {
        max-width: 1300px;
    }
}

@media (max-width: 1200px) {
	.footer .hand-menu, .footer .menu-top {
		margin-left: 0;
	}
	.top-bn-slide.wink-banner .element .img img {
		left: -60px;
	}
}

@media (max-width: 1300px) {
    .top-bn-slide.fullback {
    	--top-bn-bimg: linear-gradient(90deg, #f1c426 40%, #f1c426 40%);
    	background-position: right -190px top!important;
	}
}

@media (max-width: 1100px) {
	.menu-row .logo svg {
		transform: scale(0.9, 0.9);
  		transform-origin: 0% 100%;
	}
}

@media (max-width: 992px) {
	.menu-row .menu-list {
		padding-right: 20px;
	}
	.menu-row .logo svg {
		transform: scale(0.8, 0.8);
	}
    .top-bn-slide {
        min-height: auto;
    }

    .top-bn-slide .container-xl {
        padding: 0;
    }

    .top-bn-slide .element .clr1 {
        padding-left: 15px;
    }

	.footer .grid {
    	grid-template-columns: 1fr 1fr;
    	grid-template-rows: minmax(138px, 1fr) 1fr 100px;
    	grid-template-areas:
    	  "logo menu"
    	  "order menu"
    	  "social menu";
  	}
  	.footer .phone-order {
    	text-align: left;
  	}
  	.footer .menu-list {
    	margin-left: 15px;
  	}
  	.footer .nav {
    	display: block;
  	}
}

@media(max-width: 768px) {
	.mobile-header-row .logo {
    	padding-top: 0;
	}
	.mobile-header-row .logo svg {
		transform: scale(0.9, 0.9);
  		transform-origin: 0% 100%;
	}
    .text-right-sm {
        text-align:right;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .btn.lgg {
        font-size: 16px;
    }

    .rt-top-bns-control {
        display: none;
    }

    .rt-top-bns-nav {
        left: 0;
        right: 0;
        margin-left: 0;
        bottom: 15px;
    	display: flex;
    	justify-content: center;
    	gap: 6px;
    }
	.rt-top-bns-nav > span {
		margin:0;
	}

	.top-bn-slide .element .clr1 {
		padding: 50px 15px 15px;
	}

    .top-bn-slide .element .tt {
        font-size: 24px;
        min-height: auto;
    }

    .top-bn-slide .element .txt {
        font-size: 16px;
    }

    .top-bn-slide .element .img img {
        height: 300px;
    }

    .top-bn-slide .element .act {
        margin-top: 40px;
    }

	.top-bn-slide.wink-banner .element .tt {
		font-size: 24px;
	}

	.top-bn-slide.wink-banner .element .clr1 .fx {
		padding-top: 30px;
		background-image: url(/Cms_Data/Contents/rtrussia/Media/ml/winktv/banner-title-bg-mob.png);
	}
	.top-bn-slide.wink-banner .element .tt h1{
    	font-size: 24px;
	}

	.btn.fixed {
		width: 100%
	}
}

@media(max-width: 575px) {
	body {
		padding-bottom: 0;
	}
	.mobile-header-row .logo {
    	padding-bottom: 9px;
	}
    .header {
        padding:16px 0 12px;
    }

    .text-center-xs {
        text-align: center!important;
    }

    .text-left-xs {
        text-align: left!important;
    }

    .text-right-xs {
        text-align: right!important;
    }

    .header .phone {
        font-size: 1.4em;
        margin: 12px 0 0px;
        display: block;
    }
    .header .link-acts .razd {
        height: auto;
        width: 0;
    }
	.top-bn-slide .element .clr1 {
		padding-top: 30px;
		height: 225px;
	}
	.top-bn-slide .element .clr1 .fx{
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.top-bn-slide .element .tt {
		margin-bottom: 10px;
	}
	.top-bn-slide .element .act {
        margin: 0;
    }
	.top-bn-slide .element .img img {
    	height: 250px;
  		width: 100%;
		left: 0;
	}
	.top-bn-slide.wink-banner .element .img img {
		left: 0;
	}
	.top-bn-slide.wink-banner .element .clr1 {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.rt-top-bns-nav {
    	left: 15px;
		justify-content: flex-start;
		gap: 10px;
	}
	.rt-top-bns-control {
		padding-bottom: 15px;
	}
	.full-size-mob {
		min-width: 100%;
	}
	.footer .grid {
    	grid-template-columns: 1fr;
    	grid-template-rows: minmax(138px, 1fr) auto auto auto;
    	grid-template-areas:
    	  "logo"
    	  "menu"
    	  "order"
    	  "social";
  	}
	.footer {
		padding: 30px 0;
	}
	.footer .container-xl {
		padding: 0;
	}

	.footer .privacy {
		margin: 0;
	}

	.footer .phone-order.mob a {
		color: #FFF;
		font-size: 16px;
		font-weight: 500;
  		width: 100%;
	}

	.footer .phone-order.mob .btn-order {
  		display: flex;
  		align-items: end;
  		justify-content: center;
  		gap: 10px;
  		font-family: 'RT';
	}

	.logo-container {
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding: 0 15px 8px;
	}
	.footer .nav {
		font-size: 20px;
		padding: 30px 15px 5px;
	}
	.footer .logo {
    	margin-bottom: 20px;
	}
  	.footer .menu-list {
    	margin-left: 0;
  	}
	.footer .menu-list li {
    	margin-bottom: 27px;
	}
  	.footer .btn.purp {
    	width: 100%;
  		margin: 0;
  	}
	.footer .social {
		padding: 0 15px;
	}
	.footer .phone-order {
		padding: 3px 15px 30px;
	}
}

@media(max-width: 435px) {
	.mobile-header-row .logo svg {
		transform: scale(0.65, 0.65) translate(0px, -5px);
	}
}

@media(max-width: 415px) {
	.top-bn-slide.content.fullback {
        background-position: top left!important;
    }
}


/*-----------------------------------*/
.rs-pop-full,.rs-pop-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(212,217,222,0.8);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 5000;
    display: none;
    opacity: 0;
    will-change: transform;
}

.rs-pop-full {
    overflow-y: scroll;
}

.rs-pop-fix {
    position: absolute;
    z-index: 3000;
}

.rs-pop-fix.menu {
    top: 133px;
    animation: movemenu .1s;
}

.rs-pop-fix.city {
    top: 51px;
    animation: movecity .1s;
}

.rs-pop-fix.phones {
    top: 108px;
    animation: movemenu .1s;
}

@media(max-width: 435px) {
    .rs-pop-fix.phones {
        top: 105px;
    }
}

.rs-pop-full.show,.rs-pop-fix.show {
    display: flex;
    opacity: 1;
}

@keyframes movemenu {
    from {
        opacity: .8;
        transform: translateY(10px);
    }

    ,to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes movecity {
    from {
        opacity: .8;
        transform: translateY(10px);
    }

    ,to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes showfull {
    from {
        opacity: .6;
        transform: translateY(-10px);
    }

    ,to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rs-pop-block {
    flex: 0 1 auto;
    width: 1000px;
    max-width: 100%;
    display: none;
    background-color: #f8f8f8;
    z-index: 5500;
    box-shadow: 0 4px 20px 4px rgb(0 0 0 / 12%);
    margin: auto;
}

.rs-pop-block:not(.show-instance) {
    animation: showfull .2s;
    will-change: transform;
}

.rs-pop-fix.menu .rs-pop-block,.rs-pop-fix.city .rs-pop-block,.rs-pop-fix.phones .rs-pop-block {
    margin: 0;
    flex: 1 1 auto;
    /*box-shadow: 0 7px 10px -2px rgb(0 0 0 / 12%);*/
    box-shadow: inset 0px 3px 6px rgba(9, 9, 37, 0.04);
}

.rs-pop-block.show,.rs-pop-block.show-instance {
    display: block;
}

.rs-pop-block.show-instance {
	min-height: 100vh;
}

.rs-pop-block.image-left .pad,.rs-pop-block:not(.image-left) {
    padding: 30px 15px 30px;
}

.rs-pop-block .close-row {
    text-align: right;
}

.rs-pop-block .close-row .close-icon {
    height: 30px;
    width: 30px;
    fill: #c1c6cb;
    cursor: pointer;
    transition: all .1s;
    display: inline-block;
}

.rs-pop-block .close-row .close-icon:hover {
    fill: #868f98;
}

.rs-pop-block .close-row .close-icon svg {
    width: 100%;
    height: 100%;
}

.rs-pop-block .cont {
}

.rs-pop-title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 8px;
}

.rs-pop-subtitle {
    font-size: 22px;
    line-height: 26px;
}

.rs-pop-space {
    padding: 16px 0;
}

.rs-pop-top-text {
    color: #717171;
    line-height: 24px;
    margin: 12px 0;
}

.rs-pop-bot-text {
    color: #717171;
    line-height: 24px;
}

.rs-pop-form {
    margin: 40px 0;
}

.rs-pop-form .act {
    margin-top: 20px;
}

.rs-pop-block .img-back {
    background-image: url('img/pop-image.png');
    height: 100%;
    background-position: center;
    background-size: cover;
}

.order-send-pop-cont {
    min-height: 100px;
    max-height: 170px;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*-----------------------------------*/
.autocomplete-suggestions {
    border: 1px solid #e6e6e6;
    background: #FFF;
    overflow: auto;
    box-shadow: 0 3px 5px -3px rgba(0,0,0,0.4);
}

.autocomplete-suggestion,.autocomplete-no-suggestion {
    padding: 6px 8px;
    overflow: hidden;
}

.autocomplete-suggestion {
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #6f0eda;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #737373;
}

.priv {
    display: inline-block;
}

.priv span {
  	font-size: 14px;
    opacity: 0.6;
}

.priv input.error + span {
    color: #c51616
}

.red-form .priv input +span {
    border-bottom: 1px solid transparent;
}

.red-form .priv input.error +span {
    color: inherit;
    border-bottom: 1px solid #ff0000;
}

/*-----------------------------------*/
.ttip-cont {
    position: relative;
}

.ttip-el {
    display: inline-block!important;
    position: absolute;
    top: -26px;
    left: 0;
    background-color: #ffe7da;
    padding: 6px 12px;
    opacity: 0;
    transition: all .1s;
    visibility: hidden;
}

.rs-input.help + .ttip-el {
    opacity: 1;
    top: -33px;
    visibility: visible;
}

/*-----------------------------------*/
.rs-pop-block.image-left .pad, .rs-pop-block:not(.image-left).menu-list-mobile:not(.phones-list) {
    padding-left: 0;
    padding-right: 0;
    
}

.menu-list-mobile ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
}

.menu-list-mobile.phones-list li {
    margin-bottom: 20px;
}

.menu-list-mobile li {
    margin-bottom: 30px;
}

.menu-list-mobile span {
    display: block;
}

.menu-list-mobile.phones-list li:not(:first-child) {
    padding-top: 10px;
}

.city-list {
    column-count: 4;
}

.city-list-el {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
}

.city-list-letter {
    font-size: 1em;
    margin-bottom: 13px;
}

.city-list-letter .area {
    margin: 5px 0;
    display: inline-block;
    border-bottom: 1px dashed gray;
}

.city-list-letter .area-container .city-list-link a{
	margin: 5px 0;
    display: inline-block;
    border-bottom: 1px dashed gray;
}
.city-list-link.no-mrg{
	margin-bottom:0px!important;
}
.city-list-link.no-mrg a{
	margin: 5px 0;
    display: inline-block;
    border-bottom: 1px dashed gray;
}
.city-list-link.no-mrg a:hover{
	color: #70f;
    border-color: #70f;
    cursor: pointer;
}
.city-list-letter .area:hover {
    color: #70f;
    border-color: #70f;
    cursor: pointer;
}

.city-list-letter .area-container
{
    font-size:0.8em;
    display: none;
}
}

.city-list-letter .area {
    font-weight:bold;
}

.city-list-link {
    padding: 3px 0;
}

.city-list-link a {
    border-bottom: none
}

.city-list:not(.hides) .city-list-el >div >.city-list-link:last-child {
    margin-bottom: 24px
}

.city-list.hides [data-s-hide],.city-list .city-list-link.h {
    display: none;
}

.city-list-search {
    margin-bottom: 8px;
}

.city-list-search .rs-input {
  	border-radius: 0!important;
    padding-top: 4px;
    padding-bottom: 4px;
    border-width: 0 0 2px 0;
}

@media(max-width: 996px) {
    .rs-pop-fix.city {
        top: 46px;
    }

    .city-list {
        column-count: 3;
    }
}

@media(max-width: 768px) {
    .rs-pop-fix.city {
        top: 70px;
    }

    .city-list {
        column-count: 2;
    }

    .rs-image img {
        max-height: 230px;
    }

    .priv {
        margin-top: 20px;
    	text-align: left;
    	padding-left: 10px;
    	display: flex;
    	gap: 5px;
    	align-items: flex-start;
    }
	.priv span {
		font-size: 12px;
	}
}

@media(max-width: 425px) {
    .city-list {
        column-count: 1;
    }
}

@media(min-width: 576px) {
    .rs-pop-block.image-left .pad,.rs-pop-block:not(.image-left) {
        padding: 20px 50px 30px;
    }

    .rs-pop-block .close-row {
        margin-right: -30px;
    }
}

/*-----------------------------------*/
.rt-tabs-keys {
    margin: 20px 0 20px;
}

.rt-tabs-keys .rt-tab-key {
    color: #4e4e4e;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .1s
    text-align: center;
    background-color: #fff;
}

.rt-tabs-keys .rt-tab-key:hover {
    color: #ff4f12;
    border-color: #ff4f12;
}

.rt-tabs-keys .rt-tab-key.active {
    color: #ff4f12;
    border-color: #ff4f12;
    /* cursor: default; */
}

.rt-tabs .rt-tab {
    display: none;
}

.rt-tabs .rt-tab.active {
    display: block;
}

@media(max-width: 768px) {
	.rt-tabs-keys {
		margin: 20px 0 0;
	}
}

/*-----------------------------------*/
.rt-sslider-pad {
    padding: 0 60px;
}

.rt-sslider {
    position: relative;
}

.rt-sslider.mobile-move-control {
    display: flex;
    flex-direction: column;
}

.rt-sslider-bl {
    display: flex;
    align-items: stretch;
}

.rt-sslider-bl:not(.tns-slider) {
    overflow: hidden;
}

.rt-sslider-el {
    z-index: 2000;
}

.rt-sslider-control {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -55px;
    margin-right: -55px;
}

.rt-sslider-control.wink {
    margin-left: -70px;
    margin-right: -70px;
}

.rt-sslider-control.bottom {
    position: static;
    justify-content: center;
    margin: 0;
    padding: 30px 0;
    order: 2;
}

.rt-sslider-control-prev,.rt-sslider-control-next {
    display: inline-block;
    flex: 0 0 auto;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1000;
    transition: all .1s;
    outline: none;
}

.rt-sslider-control-prev.blue,.rt-sslider-control-next.blue {
    color: #637a9d;
    fill: #637a9d;
}

.rt-sslider-control-next svg {
    transform: rotate(180deg);
}

.rt-sslider-control-prev svg circle,.rt-sslider-control-next svg circle {
    opacity: 0.5;
    fill: #d9d9d9;
}

.rt-sslider-control-prev svg:hover circle,.rt-sslider-control-next svg:hover circle {
    opacity: 1;
}

.rt-sslider-control-prev[aria-disabled="true"],.rt-sslider-control-next[aria-disabled="true"] {
    opacity: 0;
}

.rt-sslider-control.bottom .rt-sslider-control-prev,.rt-sslider-control.bottom .rt-sslider-control-next {
    padding: 16px;
    margin: 0 8px;
}

/*--------------------------------*/
.bl-double {
    overflow: hidden;
    margin: 70px 0 100px;
}

.bl-double-row {
    background-color: #f8f8f8;
    padding: 0 15px;
    /* margin: 0 -150px; */
}

.bl-double-row.graytext {
    color: #969696;
}

.bl-double-row.prpl {
    background-color: #7700ff;
}

.bl-double .bl-double-img {
    min-height: 370px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bl-double .bl-double-col {
    padding: 0 40px;
}

.bl-double .bl-double-col:first-child {
    /* padding-left: 150px; */
}

.bl-double .bl-double-col:last-child {
    /* padding-right: 150px; */
}

.bl-double .bl-double-cn {
}

.bl-double-cn .tt {
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 48px;
    color: #000;
}

.bl-double .bl-double-cn.text-white,.bl-double-cn.text-white .tt {
    color: #fff;
}

.bl-double-cn .act {
    margin-top: 50px;
}

/*----------------------*/
.rs-ul ul {
    padding: 0;
    margin: 40px 0 0;
  	display: flex;
    flex-direction: column;
    gap: 21px;
}

.rs-ul li {
    list-style-type: none;
  	line-height: 1.3;
    padding-left: 25px;
    fill: #fff;
    position: relative;
  	max-width: 465px;
}

.rs-ul li:before {
    content: '';
    position: absolute;
  	border: 2px solid #65bbdf;
    border-bottom-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg) translate(0);
    transform: rotate(45deg) translate(0);
    top: 4px;
    left: 2px;
 	width: 8px;
    height: 8px;
}

.rs-ul.slim ul {
    margin: 10px 0;
    font-size: 16px;
    padding: 0;
}

.rs-ul.slim li {
    margin: 10px 0;
    min-height: auto;
}


.rs-ul.green li:before {
    filter: invert(1) hue-rotate(-28deg) contrast(1.4);
}

.rt-crumb {
    padding: 30px 0;
}

.rt-crumb-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    cursor: default;
    white-space: nowrap;
    overflow-y: auto;
    font-size: 14px;
}

.rt-crumb-list li {
    display: inline-block;
    padding: 2px 0 2px 0;
    position: relative;
}

.rt-crumb-list li + li {
    padding-left: 12px;
}

.rt-crumb-list li + li:before {
    content: "";
    border: 1px solid #000;
  	opacity: 0.4;
    border-bottom-width: 0;
    border-left-width: 0;
    position: absolute;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg) translate(0);
    transform: rotate(45deg) translate(0);
    bottom: 9px;
    left: 0;
}

.rt-crumb-list a:not(:hover) {
    opacity: 0.4;
}

@media(max-width: 992px) {
    .rt-sslider-control.mobile-bottom {
        position: static;
        justify-content: center;
        margin: 0;
        padding: 30px 0;
        order: 2;
    }

    .rt-sslider.mobile-move-control .rt-sslider-control.mobile-bottom {
        padding: 0;
    }

    .rt-sslider-control.mobile-bottom .rt-sslider-control-prev,.rt-sslider-control.mobile-bottom .rt-sslider-control-next {
        margin: 0 8px;
    }
}


@media(max-width: 576px) {
    .rs-pop-fix.menu {
        top: 105px;
    }
}

@media(max-width: 435px) {
    .rs-pop-fix.menu {
        
    }
	.rs-ul ul {
        margin-top: 14px;
    }
}

@media(max-width: 640px) {
    .rt-sslider-pad.hide-mob-xs {
        padding: 0;
    }
}

@media(max-width: 768px) {
    .bl-double {
        margin:30px 0 50px;
    }

    .bl-double .bl-double-img {
        min-height: 230px;
    }

    .rt-tabs-keys .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 10px;
        justify-content: start!important;
    }

    .rt-tabs-keys .row .col-6 {
        flex: 0 0 25%;
        max-width: 80%;
    }

	.rt-crumb {
   		padding: 20px 0 0;
	}

	.rt-crumb-list .l:not(:nth-last-child(2)) {
    	display: none;
	}

	.rt-crumb-list li {
    	padding-left: 9px;
	}

	.rt-crumb-list li + li {
    	padding-left: 9px;
	}


	.rt-crumb-list li + li:before {
    	transform: rotate(225deg) translate(0);
 		left: 2px;
	}

	.rt-crumb-list li:before {
		opacity: .4;
    	content: "";
    	border: 1px solid #000;
    	border-bottom-width: 0;
    	border-left-width: 0;
    	position: absolute;
    	width: 4px;
    	height: 4px;
    	-webkit-transform: rotate(225deg) translate(0);
    	transform: rotate(225deg) translate(0);
    	bottom: 9px;
    	left: 2px;
	}
}

/*------------ text-content ---------------*/
.text-content {
    margin-bottom: 40px;
}

.text-content table {
    border: 1px solid #adadad;
    border-collapse: collapse;
    margin: 30px 0;
    background-color: #fff;
    border-radius: 7px;
}

.text-content table tr {
}

.text-content table td {
    padding: 8px;
    border-spacing: 1px;
}

.text-content table td p {
    margin: 8px 0;
}

.re-street-list {
    column-count: 4;
    list-style: circle;
}

.re-street-h {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.re-street-h li {
    background: #7800ff;
    display: inline-block;
    padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
    margin: 3px 1px;
    cursor: pointer;
}

.re-street-h li:hover {
    background: #FF4F11
}

@media(max-width: 996px) {
    .re-street-list {
        column-count: 3;
    }
}

@media(max-width: 768px) {
    .re-street-list {
        column-count: 2;
    }
}

.block-space {
    margin-top: 120px;
}

.faq_new{
	max-width: 945px;
}

.faq_new_ceo .item .q{
  	transition:0.5s ease all;
  	z-index:1;
  	display:flex;
  	align-items:center;
  	padding: 19px 19px 19px 23px;;
	font-size: 20px;	
	color: #000000;
  	border: 1px solid #D9D9D9;
	border-radius: 5px;
}

.faq_new_ceo ol {
	margin: 0;
	padding-left: 25px;
}

.faq_new_ceo .item .q:hover {
	cursor:pointer;
}
.faq_new_ceo .item.active .q{
	background: #EFE1FF;
  	border: 1px solid #EFE1FF;
}

.faq_new_ceo .item .a {
  	transition:0.2s ease all;
  	position: absolute;
    top: -100%;
    z-index: -1;
  	padding:20px 20px 0 20px;
  	font-size: 16px;
	line-height: 21px;	
	color: #848484;;
}

.faq_new_ceo .item .a p {
	margin-right: 75px;
}

.faq_new_ceo .item.active .a{
  	position:static;
  	top: 66px;
    z-index: 0;
	
}
.faq_new_ceo p{
	margin:0px;
}
.faq_new_ceo .icon_q{
  	margin-right:15px;
  	display:flex;
  	align-items:center;
	
  	height:26px;
  	position:relative;
}
.faq_new h2{
	text-align:left;
    margin: 50px 0 20px;
}

.faq_new_ceo {
	margin-top: 30px;
	display: flex;
    flex-direction: column;
    gap: 30px;
}
.faq_new_ceo .icon_q .ver{
	width:18px;
  	height:2px;
  	background:#7800FF;
}
.faq_new_ceo .icon_q .hor{
  	transform: rotate(0deg);
  	transition:0.2s ease all;
  	position: absolute;
    left: 8px;
	width:2px;
  	height:18px;
  	background:#7800FF;
}
.faq_new_ceo .item.active .icon_q .hor{
	transform: rotate(90deg);
}

@media(max-width:768px){
.faq_new h2 {
	font-size: 24px;
	line-height: 1.2;
 	margin: 43px 0 20px
}
.faq_new_ceo {
	gap: 20px;
}
.faq_new_ceo .item .q{
	padding:19px;
	}

.faq_new_ceo .item .q span p{
	font-size:16px;
  	line-height: 21px;
	}
.faq_new_ceo .item .a p {
	margin-right: 0;
}
}

@media(max-width:435px) {
	.faq_new_ceo .icon_q {
		margin: 0 14px 15px 4px;
	}
}


.btn.full.equip {
	max-width:100%;
  	background-color: #fff;
    color: #ff4f12;
  	border: 1px solid #ff4f12;
}

.btn.full.equip:hover {
	border-color: #d61602;
    color: #d61602;
}

.rt-tabs-keys.new .rt-tab-key {
	border: 1px solid #d9d9d9;
    border-radius: 5px;
  	padding: 11px 30px;
  	color: #000000;
    white-space: nowrap;
    text-align: center;
}
.rt-tabs-keys.new .rt-tab-key:hover, .rt-tabs-keys.new .rt-tab-key.active{
	border: 1px solid #7700FF;
  	color: #7700FF;
}

 