﻿.rt-form {
    text-align: center;
    border-radius: 7px;
    padding: 20px 20px 40px;
    margin: 10px 0 0;
    background-color: #efefef;
}h1,.h1 {
	font-size: 40px;
  	margin: 20px 0 30px;
}

h2, .h2 {
	font-size: 34px;
  	margin: 50px 0;
}


h1,h2,.h1,.h2,h3,.h3 {
    text-align: center;
    font-family: RTBold,RT,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.2;
}

h3,.h3 {
    font-size: 30px;
    margin: 40px 0;
}

h1.under,h2.under,.h1.under,.h2.under {
    margin-top: 120px;
}

h1.over,h2.over,.h1.over,.h2.over {
    margin-bottom: 70px;
}

.sub-h-text{
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -30px;
    color: #838383;
}

.rt-last-news {
    margin: 38px 0 0;
}

.rt-last-news .col {
    margin-bottom: 20px;
}

.rt-last-news .news-item {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr auto auto;
    border: 1px solid #DADADA;
    padding: 40px 30px;
    border-radius: 10px;
}

.rt-last-news .news-item .lb {
    font-size: 20px;
	line-height: 1.3;
    color: #000;
}

.rt-last-news .news-item .date {
    color: #B3B5B5;
    margin: 10px 0 6px;
    flex: 1 1 auto;
}

.rt-last-news .news-item .act {
    margin-top: 27px;
}

.rt-last-news .show-more {
    text-align: center;
    margin-top: 22px;
}

/*------------------*/
.rt-form {
    text-align: center;
    border-radius: 7px;
    padding: 20px 20px 40px;
    margin: 10px 0 0;
    background-color: #efefef;
}

.rt-form form {
    margin: 50px 0 0;
}

.rt-form h1 {
	margin-bottom: 20px;
}

.rt-form .lb {
    font-size: 40px;
    line-height: 1.3;
    margin: 40px 0 60px;
}

.rt-form .col-12 {
    padding: 0 5px;
}

.rt-form .tt {
    color: #848484;
	font-size: 20px;
	line-height: 1.3; 
    margin: 0 0 20px;
}

.rt-form .tt[adr-check-result] {
	cursor: pointer;
}

.rt-form .tt.bold {
    font-weight: bold;
}

.rt-form .text {
    font-size: 18px;
    color: #969696;
}

.rt-form .tt + .text {
    margin-top: -10px;
}

.rt-form.blue-form .tt {
    color: #fff;
	margin-bottom: 20px;
}

.red-form {
    background-color: #991a46;
    color: #fff;
}

.red-form .city-name {
    cursor: pointer;
    color: #efeca6;
    border-bottom: 3px dotted;
}

.red-form .rs-input {
    background-color: #ab4b6c;
    color: #fff;
    border-color: #ab4b6c;
    margin-bottom: 20px;
}

.red-form .rs-input::placeholder {
    color: #f5c8d7;
    font-size: 16px;
}

.red-form input[type="submit"] {
    width: 100%;
}

.red-form input[type="checkbox"] {
	margin: 0;
}

.blue-form {
    background-color: #273a64;
    color: #90a4d0;
    padding-top: 30px;
}

.blue-form .rs-input {
    background-color: #273a64;
    color: #fff;
    border-color: #61749e;
}

#adr-check-form .rs-input {
	border-radius: 5px;
    border: 1px solid #c1c1c1;
	padding: 12px 20px;
	margin: 0;
}

#adr-check-ok .buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
}

#adr-check-ok .buttons .select-tarif {
	border: 1px solid #70f;
	border-radius: 5px;
	color: #70f;
	padding: 14px 30px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
}

#adr-check-ok .buttons .select-tarif:hover {
	cursor: pointer;
	color: #5300B1;
	border-color: #5300B1;
}

#adr-check-ok .buttons .btn.purp {
	padding-top: 12px;
}

h3.check-address {
	margin-top: 70px;
	margin-bottom: 30px;
}

.blue-form .rs-input::placeholder {
    color: #fff;
}

/*------------------*/
.rt-box {
    border-radius: 7px;
    background-color: #deeaf1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    margin: 0 0 24px;
    border: 2px solid;
    color: #deeaf1;
}

.rt-box.noborder {
    border-width: 0;
}

.row .rt-box {
    height: 93%;
    height: calc(100% - 24px);
}

.rt-box .s-small {
    height: 132px;
}

.rt-box .s-med {
    height: 160px;
}

.rt-box .s-long {
    height: 240px;
}

.rt-box .img {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.rt-box .img img {
	width: 77px;
}

.rt-box .img.s-small,.rt-box .img.s-med,.rt-box .img.s-long {
    display: block!important;
}

.rt-box .lb {
    font-size: 20px;
    margin-bottom: 12px;
    color: #000;
}

.rt-box .txt {
    color: #838383;
    line-height: 1.3;
    flex: 1 1 auto;
    min-height: 44px;
}

.rt-box .txt.no-grow {
    flex: 0 0 auto;
}

.rt-box .act {
    margin: 20px 0 10px;
}

.rt-box .sp {
    height: 20px;
}

.rt-box.color .lb,.rt-box.color .txt {
    color: #fff;
}

.rt-box.prpl .txt {
	max-width: 465px;
}

.rt-box.back-left {
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 26px;
    border: none;
    background-size: contain;
}

.rt-box.back-right {
    background-repeat: no-repeat;
    background-position: right -1px bottom;
    background-size: auto 100%;
    padding: 26px;
    border: none;
	position: relative;
}

.rt-box.back-right .lb, .rt-box.back-right .txt, .rt-box.back-right .act {
	z-index: 2;
}

.rt-box.back-right:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #7d89a2;
	opacity: .5;
	z-index: 1;
}

.rt-box.back-full {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 26px;
    border: none;
}

.rt-box.color .btn:hover {
    color: inherit;
}

.rt-box.color {
    border-color: inherit;
}

.rt-box.transp-blue {
    background-color: transparent;
    border-color: #637a9d;
}

.rt-box.transp-blue .txt {
    color: #90a4d0;
}

.rt-box.red {
    background-color: #bc104b;
    color: #bc104b;
}

.rt-box.pink {
    background-color: #ffbfc3;
    color: #ffbfc3;
}

.rt-box.lblue {
    background-color: #65bbdf;
    color: #65bbdf;
}

.rt-box.gray {
    background-color: #7d89a2;
    color: #7d89a2;
}

.rt-box.lgray {
 	background-color: #f8f8f8;
    color: #f8f8f8;
}

.rt-box.lgreen {
    background-color: #57d9b7;
    color: #57d9b7;
}

.rt-box.green {
    background-color: #3bbc9e;
    color: #3bbc9e;
}

.rt-box.dblue {
    background-color: #101828;
    color: #101828;
}

.rt-box.prpl {
    background-color: #7700ff;
    color: #7700ff;
}

.rt-box.lprpl {
    background-color: #c59bf0;
    color: #c59bf0;
}

.rt-box.yell {
    background-color: #f2c528;
    color: #f2c528;
}

.rt-box.org {
    background-color: #ffa307;
    color: #ffa307;
}

.rt-box.redorg {
    background-color: #fe6c39;
    color: #fe6c39;
}

.rt-box.viol {
    background-color: #9C62DA;
    color: #9C62DA;
}

.rt-box .invert-img {
	filter: invert(1)
}

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

.rt-service-slider .rt-box {
    height: 100%;
    margin: 0;
}

.rt-equip-list {
    margin: 50px 0 100px;
}

.rt-euip-item {
    position: relative;
    display: flex;
  	flex-direction: column;
    padding: 20px 0;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    margin-bottom: 20px;
  	min-height: calc(100% - 20px);
}

.rt-euip-item .action-plash {
    background-color: #7800ff;
    display: inline-block;
    position: absolute;
    color: #fff;
    padding: 4px 20px 4px 10px;
    right: -2px;
    top: 20px;
}

.rt-euip-item .img {
    align-self: center;
    overflow: hidden;
 	 height: 220px;
}

.rt-euip-item .img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.rt-euip-item .tt {
    color: #000;
    font-size: 24px;
    margin: 29px 0 20px;
    padding: 0 19px;
}

.rt-euip-item .info {
    color: #848484;
    white-space: pre-line;
    padding: 0 19px 20px;
    line-height: 1.3;
}

.rt-euip-item .info.simple {
    white-space: normal;
    padding: 0 15px 15px;
    margin-bottom: 15px;
}

.rt-euip-item .info.nostretch {
    flex: 0 0 auto;
}

.info-line{
	border-bottom: 1px solid #E9E9E9;
  	padding-bottom:75px!important;
  	margin-bottom:75px!important;
}

.rt-euip-item .info.no-border {
    border: none;
}

.pay .b{
	color:#848484;
  	font-size:14px;
}

.rt-euip-item .pay {
    padding: 0 15px;
    flex: 1 1 auto;
  	margin-bottom: 23px;
}

.tt-a{
  	margin-bottom:55px!important;
}

.tt-a a{
  	font-size:20px;
  	text-decoration: underline;
  	margin-bottom:55px;
}

.rt-euip-item .pay .price-old {
    color: #969696;
    font-size: 26px;
    text-decoration: line-through;
    margin-right: 6px;
    line-height: 28px;
}

.rt-euip-item .pay .price {
 	margin-bottom: 53px;
}

.rt-euip-item .pay .price.equip {
	display: grid;
    grid-template-columns: 33px 1fr;
  	padding-top: 22px;
  	border-top: 1px solid #d9d9d9;
}

.rt-euip-item .pay .price svg {
	justify-self: center;
}

.rt-euip-item .pay .price .num {
    font-size: 40px;
    line-height: 40px;
}

.pay .vld {
	font-size:30px;
  	font-weight:600;
}

.rt-euip-item .paylb {
    padding: 0 15px;
    color: #969696;
    margin-bottom: 10px;
    font-size: 14px;
}

.rt-euip-item .act {
    padding: 0 19px 10px;
    text-align: center;
}

.act2{
	padding: 0 19px 10px;
}

.act2 {
	padding: 0 19px 10px;
}

.act2 .full{
	max-width:192px;
}

/*-----------------*/
.bl-color {
    padding: 90px 50px 66px;
  	margin-top: 100px;
}

.bl-color.no-pad-bot {
    padding-bottom: 0;
}

.bl-color.pad-bot {
    padding-bottom: 80px;
}

.bl-color.mr-top {
    margin-top: 50px;
}

.bl-color.lblue {
    background-color: #deeaf1;
}

.bl-color.blue {
    background-color: #273a64;
    color: #fff;
}

.bl-color.dblue {
    background-color: #001c45;
    color: #bcc5d9;
}

.bl-color.blue h2,.bl-color.dblue h2 {
    color: #fff;
}

/*-----------------*/
.rs-cont {
    font-size: 18px;
    margin: 20px 0;
}

.rs-cont .lb {
    font-size: 24px;
    margin-bottom: 16px;
    color: #000;
}

.rs-cont .plash {
    display: inline-block;
    color: #fff;
    background-color: #ff4f12;
    padding: 10px 16px;
}

.rs-cont .txt {
    color: #838383;
    margin: 20px 0;
}

.rs-cont .price {
    color: #ff4f12;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    margin-right: 20px;
}

.rs-cont .price .num {
    font-size: 46px;
    line-height: 46px;
}

.rs-cont.slim {
    padding: 0 40px;
}

/*-----------------*/
@media (max-width: 1200px) {
    .rt-box .s-long {
        height: 160px;
    }

    .rt-box .s-med {
        height: 110px;
    }
}

@media (max-width: 992px) {
	.bl-color {
   		padding: 50px 0 0;
	}
}

@media (max-width: 768px) {

	h1,.h1 {
		font-size: 26px;
  		margin: 20px 0;
	}
	h2, .h2 {
		font-size: 24px;
    	margin: 40px 0 20px;
	}
	.h3 {
    	font-size: 22px;
  		margin: 40px 0 20px;
	}


    h1,h2,.h1,.h2,.h3,.h3 {
  		text-align: left;
    }

    h1.under, h2.under, .h1.under, .h2.under,.block-space {
        margin-top: 60px;
    }

	.rt-form {
    	padding: 20px 20px 30px;
    	margin-top: 15px;
		text-align: left;
	}

	.rt-form h1 {
		margin-top: 10px;
	}

	.rt-form form {
    	margin: 40px 0 0;
        
	}

	.rt-form .tt {
		font-size: 18px;
	}

	.h3.check-address {
		margin-top: 60px;
		margin-bottom: 20px;
	}

	#adr-check-ok .buttons {
		flex-direction: column;
		gap: 10px;
	}

 
	.rt-form.red-form {
  		padding: 10px 10px 47px 10px;
  		margin-top: 60px;
	}
	.red-form .rs-input::placeholder {
    	font-size: 14px;
	}
    .rt-form .lb {
        font-size: 24px;
  		line-height: 1.2;
        margin: 40px 0 0;
    }

	.rt-box {
		padding: 18px;
	}

	.rt-box .s-small {
    	height: 106px;
	}
	.rt-box .img img {
		width: 65px;
	}

    .rt-box .s-long:not(.img),.rt-box .s-med {
        height: 30px;
    }

    .rt-box .sp {
        height: 10px;
    }

    .rt-last-news {
  		margin: 20px 0 0;
    }

	.rt-last-news .news-item .lb {
		font-size: 16px
	}

	.rt-equip-list {
		margin-bottom: 60px;
	}

	.rt-euip-item .tt {
    	font-size: 20px;
  		margin: 15px 0;
	}

	.rt-euip-item .img {
		height: 190px;
	}

	.rt-euip-item .info {
    	padding: 0 19px 15px;   	
	}
	.rt-euip-item .pay {
		padding: 0 20px;
	}
	.rt-euip-item .pay .price {
    	padding-top: 15px;
  		grid-template-columns: 28px 1fr;
	}
	.rt-euip-item .pay .price svg {
    	margin-right: 8px;
	}
	.rt-euip-item .act {
    	padding-bottom: 12px;
	}
	.bl-color {
  		margin-top: 60px;
	}
	.rt-last-news .news-item {
    	padding: 30px 20px;
	}
}

@media (max-width:425px) {
	.info-line {
		margin-bottom: 0!important;
	}
}

/*----------wink--------*/
.rt-wink-back {
    background-image: url('img/wink-back.png');
    background-color: #001c45;
    background-repeat: no-repeat;
    background-position-y: 50px;
    background-position-x: 52vw;
}

.rt-wink-top {
    color: #fff;
}

.rt-wink-top .rtcn h1 {
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    margin: 20px 0 10px;
}

.rt-wink-top .rtcn h1 + p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px;
}

.rt-wink-top .act {
}

.rt-wink-top .act .btn {
    font-size: 23px;
    box-shadow: 0 0 20px 1px #000000;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*------topbns----------*/
.top-bn-slide.content.kombo4,.top-bn-slide.content.kombo4 .clr1,.top-bn-slide.content.kombo4 .clr2 {
    background: #deeaf1;
    color: #000;
}

.top-bn-slide.content.kombo4 .element .row {
    align-items: center;
}

.top-bn-slide.content.kombo4 .btn {
    display: none;
}

.top-bn-slide.content.kombo4 .connect-action {
    display: inline-block!important;
}

.top-bn-slide.content.smarthome {
    color: #000;
    background: #ffa307;
    background: linear-gradient(90deg, #ffa307 40%, #eaebed 40%);
}

.top-bn-slide.content.smarthome .clr1 {
    background: #ffa307;
}

.top-bn-slide.content.smarthome .clr2 {
    background: #eaebed;
}

.top-bn-slide.content.smarthome .element .tt {
    font-weight: 600;
}

@media (max-width: 768px) {
    .top-bn-slide.content.smarthome {
        background: #ffa307;
    }
}

/*---------- news -----------*/
.news-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    max-width: 700px;
}

.news-list li {
    padding: 18px 0;
}

.news-list li:not(:last-child) {
    border-bottom: 1px solid #cecece;
}

.news-list li span {
    display: block;
    color: #909090;
    margin-bottom: 10px;
}

.news-list li a {
    font-size: 20px;
}

/*---------- box form -----------*/
.box-form {
    flex: 0 0 auto;
    margin: 20px 0;
}

.box-form.grow {
    flex: 1 1 auto;
}

.box-form .rs-input {
    border: 2px solid #fff;
    border-radius: 7px;
    background: transparent;
    color: #fff;
}

.box-form .rs-input::placeholder {
    color: #fff;
}

.box-form .space {
    padding: 20px 0;
}

/*----------------------------*/
.page-tarif-params {
    margin: 30px 0;
}

.page-tarif-params .line {
    display: flex;
    flex-wrap: wrap;
}

.page-tarif-params .param {
    font-size: 16px;
    color: #636363;
    padding: 14px 10px 16px;
    flex: 1 1 auto;
    border-top: 1px solid #d6d6d6;
}

.page-tarif-params .param .lb {
    color: #424242;
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 20px;
}

.page-tarif-params .param .val {
    margin-bottom: 4px;
}

.page-tarif-params .param .num {
    font-size: 34px;
    color: #000;
    line-height: 34px;
}

.page-tarif-params .param .num-old {
    font-size: 24px;
    text-decoration: line-through;
    line-height: 24px;
}

.page-tarif-action {
    margin-bottom: 50px;
}
