﻿

/* Start:/bitrix/templates/.default/components/okna_components_mobile/form.result.modal/template_kupitdeshevle/style.css?1519581600666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(../../../../../templates/.default/components/okna_components_mobile/form.result.modal/template_kupitdeshevle/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(../../../../../templates/.default/components/okna_components_mobile/form.result.modal/template_kupitdeshevle/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/template_quiz/style.css?15921576007405*/
.quiz {margin-top: 50px}
.quiz .ttl{    line-height: 1; font-size:46px;  color: #171616;  font-family: "ALSSchlangesans-Black";  text-align: center;text-transform: none;padding-top:0}
.quiz__desc {font-size:24px;    margin-top: 20px;   text-align: center;} 
.quiz__block {margin-top: 45px;height: 300px;}
.question-slider { position: relative; margin: auto; width: 681px;padding-left: 46px;    padding-right: 46px;}

@media all and (max-width: 992px) {
.quiz .ttl{ font-size:42px}
	.quiz__desc {font-size:22px;} 
}

@media all and (max-width: 768px) {
    .question-slider {width: 542px;}
.quiz .ttl{ font-size:40px}
}

@media all and (max-width: 600px) {
.quiz {margin-bottom: 50px}
.quiz .ttl {font-size:36px}
.question-slider {width: 280px;    padding-left: 0px; padding-right: 0px; height: 300px}
}

@media (max-width: 480px){
.quiz .ttl {font-size: 32px;}
.quiz__desc {font-size:20px;} 
}

.question-arr-right, .question-arr-left {
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f8962a;
    width: 47px;
    padding-left: 16px;
    padding-right: 16px
}
.question-content {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    width: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 6;
    height: 250px
}



@media all and (max-width: 1400px) {
    .question-form-desc {line-height: 1.2}

}
@media all and (max-width: 768px) {
	.question-content {  width: 450px;padding: 30px 15px;}
}

.question-form-desc {   font-size: 16px; text-align: center}
.question-content_title {
    font-family: "ALSSchlangesans-Black";
    font-size: 24px;
    line-height: 27.09px;
    margin-bottom: 38px;text-align: center;
    display: block
}
.question-form .button {font-size: 20px;    padding: 10px 10px 12px 10px;margin-left: 10px; text-shadow: none;border: 0;}
.question-form label {font-weight: normal}
.question-content._last .question-content_title{ margin-bottom: 12px;}
.question-form {display: flex;    margin-top: 14px;}
.question-form .form-input {font-size: 18px;line-height: 1;	height: 55px;	outline: none;padding: 0;  padding-left: 10px;padding-right: 10px; border: 1px solid #e8e8e8!important;}
.question-form .btn { margin-left:15px; height: 55px; font-size: 18px; line-height: 1;}
@media all and (max-width: 768px) {
	.question-form .button { font-size: 18px; padding: 7px 10px 6px 10px;min-width: 190px;}
    .question-content_title {font-size: 22px;}
}

@media all and (max-width: 600px) {
	.quiz__block {  margin-top: 30px;}
    .question-content_title {font-size: 20px; line-height: 1.2; text-align: center;margin-bottom: 15px;}
	.question-content {    width: 280px;  padding: 20px 30px 30px 30px; height: 300px;}
    .question-form {display: block; text-align: center}
    .question-form .btn { margin-left:0px;}
	.question-form .button{ font-size: 18px;  padding: 9px 10px 8px 10px;margin-top:10px; margin-left:0;min-width: 257px;width: 257px;}
}

.question-arr {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    z-index: 8; 
height: 250px
}

.question-arr-left {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; position:absolute; 
left:0; top:0
}


.question-arr-left:hover {
    background:#f8962a;    box-shadow: 0 2px 6px -2px rgba(0,0,0,.9);
}

.question-arr-left:active {
    background: #f8962a;    box-shadow: 0 2px 6px -2px rgba(0,0,0,.9);
}

.question-arr-right {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; position: absolute; 
right:0; top:0
}



.question-arr-right:hover {
    background: #f8962a;    box-shadow: 0 2px 6px -2px rgba(0,0,0,.9);
}

.question-arr-right:active {
    background: #f8962a;    box-shadow: 0 2px 6px -2px rgba(0,0,0,.9);
}
@media all and (max-width: 600px) {
.question-arr {height: 54px; top: auto; bottom: 0}
.question-arr-left{top: auto; bottom: 0}
	..question-arr-right {top: auto; bottom: 0}
	.question-form .form-input{width: 257px;  margin: auto;}
}
.question-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.question-radio_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "DINPro", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20.8px;
    width: 136px;
    text-align: center;
    cursor: pointer
}

@media all and (max-width: 600px) {
    .question-radio_label {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left; margin-left: 15px;  width: auto
    }
}

.question-radio_input {
    display: none
}

.question-radio_input:checked + div {
    -webkit-background-position: center;
    -moz-background-position: center;
    -ms-background-position: center;
    -o-background-position: center;
    -khtml-background-position: center;
    background: #f8962a url(../../../../../../img/ok.png) no-repeat center
}
.question-radio_input.error + div {
	border: 1px solid red;}

@media all and (max-width: 600px) {
    .question-radio_input:checked + div {
        background-size: 12px
    }
	.question-form .form-input { width: 257px;}
}

.question-radio_input + div {
    content: "\a";
    border-radius: 21px;
    border: 1px solid #929292;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

@media all and (max-width: 600px) {
    .question-radio_input + div {
        width: 20px;
        height: 20px;
        margin-bottom: 0;
        margin-right: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.question-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: inherit;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media all and (max-width: 600px) {
    .question-radio-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100% - 100px)
    }
	.question-form-desc {display: none}
}
/* End */


/* Start:/bitrix/templates/.default/components/okna_components_mobile/form.result.modal/template_smsskidka2/style.css?1519581600623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(../../../../../templates/.default/components/okna_components_mobile/form.result.modal/template_smsskidka2/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(../../../../../templates/.default/components/okna_components_mobile/form.result.modal/template_smsskidka2/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/.default/components/okna_components_mobile/form.result.modal/template_poeskizu/style.css?1519581600623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(../../../../../templates/.default/components/okna_components_mobile/form.result.modal/template_poeskizu/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(../../../../../templates/.default/components/okna_components_mobile/form.result.modal/template_poeskizu/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/.default/components/okna_components_mobile/form.result.modal/template_smsskidka/style.css?1519581600623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(../../../../../templates/.default/components/okna_components_mobile/form.result.modal/template_smsskidka/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(../../../../../templates/.default/components/okna_components_mobile/form.result.modal/template_smsskidka/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/template_palec/style.css?16239528005340*/
.b-calcblock_I1dqIvzuJJ {
    width: 90%;
    margin: 0px auto 30px auto;
    text-align: center;
    border-radius: 10px;
    padding: 5px 0 10px 0;
}

table.form-table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%;
}

table.form-table th, table.form-table td {
    border: 1px solid #ADC3D5;
    padding: 5px 5px;
    vertical-align: top;
}

table.form-table th {
    background-image: url(../../../../../templates/.default/components/bitrix/form.result.new/template_palec/images/table_head.gif);
    background-repeat: repeat-x;
    text-align: left;
    color: #25639A;
}


table.form-table td {
    padding: 15px 5px;
}

.form-required {
    color: red;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(../../../../../templates/.default/components/bitrix/form.result.new/template_palec/images/icon_warn.gif);
}

/*forma s palcem*/
button.img-outer {
    vertical-align: middle;
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
}

.b-sale_I1dqIvzuJJ {
    padding: 50px;
    box-sizing: border-box;
    margin: 30px auto 0px auto;
    /*padding: 50px;*/
    width: 798px;
}

.b-sale_I1dqIvzuJJ.fon._2 {
    padding: 50px 0 40px 300px;
    background: transparent url(../../../../../../img/palec-fon2.jpg) no-repeat scroll left center;
    background-size: cover;
}

.b-sale__block {
    display: flex;
    justify-content: center;
}

.b-sale_I1dqIvzuJJ.fon .light {
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
}

.b-sale-input {
    border: 1px solid #acacac;
    vertical-align: top;
    width: 349px;
    height: 80px;
    display: inline-block;
    background-color: #fff;

    text-align: left;
}

.b-sale-input input {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-left: 0px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    border: 0;
    background: none;
}

.b-sale-input input:-moz-placeholder {
    color: #000;
}

.b-sale-input input::-webkit-input-placeholder {
    color: #000;
}

.b-sale_I1dqIvzuJJ .light {
    font-size: 22px;
    line-height: 1.2;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 0px;
    width: 440px;
    margin: auto;
}

.ModalOK21 .modal-desc {
    width: 90%;
    margin: 20px auto
}

.ModalOK21 .modal-desc span {
    display: block
}
.ModalOKPalec .modal-thanks {  width: 540px;}
.ModalOKPalec .modal-thanks-info {  font-size: 24px;}
@media screen and (max-width: 850px){
	.ModalOKPalec  .modal-thanks-info {  font-size: 22px;}
	.ModalOKPalec .modal-thanks-content {    width: 435px;}
}
@media screen and (max-width: 650px){
	.ModalOKPalec  .modal-thanks-info {  font-size: 20px; margin-top: 15px;}
	.ModalOKPalec .modal-thanks-content {    width: 350px;}
    .ModalOKPalec .close-button-modal {  right: 5px!important;  top: -17px!important;}
}
@media screen and (max-width: 550px){
.ModalOKPalec .modal-thanks {  width: auto;}
.ModalOKPalec .modal-thanks-content {  width: 290px;}
	.ModalOKPalec .modal-thanks-info {  font-size: 16px; margin-top:5px }
.ModalOKPalec .close-button-modal {  top: -7px!important;}
}

@media (max-width: 900px) {
    .b-sale_I1dqIvzuJJ.fon._2 {
        padding: 50px;
        background: transparent url(../../../../../../img/palec-fon2.jpg) no-repeat scroll left center;
        background-size: cover;
    }

    .b-sale_I1dqIvzuJJ {
        width: 535px;
        position: relative
    }

    .b-sale-fon {
        position: relative
    }

   .b-sale_I1dqIvzuJJ:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        border-radius: 10px
    }
}

@media (max-width: 560px) {
    .b-sale_I1dqIvzuJJ.fon._2 {
        padding: 30px 5px;
        background: transparent url(../../../../../../img/palec-fon2.jpg) no-repeat scroll left center;
        background-size: cover;
    }

    .b-sale_I1dqIvzuJJ {
        width: 100%;
    }

    .b-sale-input {
        width: 225px;
        height: 60px;
    }

    .b-sale-input input {
        font-size: 16px;
    }

    .b-sale_btn img {
        width: 60px;
    }

    .b-sale_I1dqIvzuJJ .light {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px; font-size: 19px
    }


}

.img-outer {
    position: relative
}

.template_palec__count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 56px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    -moz-animation: cssAnimation 0s ease-in 3s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 3s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 3s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.error-red {
    color: yellow
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

@media (max-width: 560px) {
    .template_palec__count {
        font-size: 44px;
    }
}

@media (max-width: 550px) {
    .ModalOK21 .modal-desc span {
        display: inline
    }
}

/*forma s palcem end*/

/* End */


/* Start:/bitrix/templates/okna-tseny__main/components/bitrix/news.list/map_slider/style.css?15607944007908*/
.swiper-item-metro:before {
    content: '';
    background-image: url("../../../../../../img/map_metro_item.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 105px;
    height: 105px;
    position: absolute;
    top: 85px;
    bottom: 0px;
    margin: auto;
    left: -70px;
}
@media screen and (max-width: 992px){
    .swiper-item-metro:before {
       display: none;
    }
}

.map-wrapper {
    /*max-width: 1488px;*/
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.search-slider-wrapper {
    text-align: center;
    padding-top: 50px;
    position: absolute;
    width: 400px;
}

.search-slider-wrapper:after {
    content: '';
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: white;
    opacity: 0.8;
    top: 50px;
    left: 0;
}

.search-slider-wrapper:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 15px;
    background-color: white;
    opacity: 0.8;
    bottom: 0;
    left: 0;
}

.map-wrapper .search-wrapper {
    position: absolute;
    height: 100%;
    left: 63%;
    transform: translate(-160%, 0);
    width: 400px;
    background-color: white;
    z-index: 999;
    opacity: 0;
    transition: opacity 1s linear 0s;
}

.map-wrapper .search-field {
    outline: none;
    width: 100%;
    box-sizing: border-box;
    height: 65px;
    padding: 15px 15px 15px 50px;
    line-height: 35px;
    font-size: 20px;
    font-family: 'Roboto-Light', sans-serif;
    max-width: 335px;
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 26px;
}

.map-wrapper .search-field:hover {
    box-shadow: inset 0px 0px 0px 4px #00D6F8
}

.map-wrapper .search-field::-webkit-input-placeholder {
    color: #666666;
    font-family: 'Roboto-Light', sans-serif;
}

.map-wrapper .search-field::-moz-placeholder {
    color: #666666;
    font-family: 'Roboto-Light', sans-serif;
}

/* Firefox 19+ */
.map-wrapper .search-field:-moz-placeholder {
    color: #666666;
    font-family: 'Roboto-Light', sans-serif;
}

/* Firefox 18- */
.map-wrapper .search-field:-ms-input-placeholder {
    color: #666666;
    font-family: 'Roboto-Light', sans-serif;
}

.map-wrapper .search-field:focus::-webkit-input-placeholder {
    opacity: 0.5
}

.map-wrapper .search-field:focus::-moz-placeholder {
    opacity: 0.5
}

.map-wrapper .search-field:focus:-moz-placeholder {
    opacity: 0.5
}

.map-wrapper .search-field:focus:-ms-input-placeholder {
    opacity: 0.5
}

.map-wrapper .search-field-wrapper {
    position: relative;
    text-align: center;
}

.map-wrapper .search-field-wrapper.with-search-icon:before {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    background: url("../../../../../templates/okna-tseny__main/components/bitrix/news.list/map_slider/images/find.png") no-repeat center;
    background-size: 100% 100%;
}

.map-wrapper .search-select-wrapper {
    display: none;
    position: absolute;
    top: 64px;
    left: -1px;
    background-color: white;
    border: 1px solid #0d0d0d;
    border-top: none;
    box-sizing: border-box;
    width: calc(100% + 2px);
    z-index: 2;
}

.map-wrapper .search-select {
    max-height: 210px;
    overflow: auto;
}

.map-wrapper .search-select-wrapper .search-option {
    display: block;
    padding: 5px 15px 5px 50px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    cursor: pointer;
}

.map-wrapper .search-select-wrapper .search-option:hover {
    background-color: #f2f2f2;
}

.map-wrapper .search-wrapper {
    z-index: 1;
}

.map-wrapper .search-wrapper .swiper-container {
    overflow: hidden;
    height: 420px;
}
/* - ��� ��� ����� ������� ������
.map-wrapper .search-wrapper .swiper-container .swiper-wrapper {
    transition: height 0.5s linear 0s;
}
*/
.map-wrapper .swiper-slide.search-change {
    /*width: 100%;*/
    box-sizing: border-box;
    height: 70px;
    padding: 10px 10px 10px 10px;
    line-height: 50px;
    font-size: 24px;
    position: relative;
    font-family: "ALSSchlangeslab-Black";
    color: #1b305a;
    text-align: center;
}


.map-wrapper .swiper-slide.search-change:before {
    /*content: " ";*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 15px;*/
    /*transform: translate(0, -50%);*/
    /*width: 21px;*/
    /*height: 21px;*/
    /*background: url("/bitrix/templates/okna-tseny__main/components/bitrix/news.list/map_slider/images/metro.png") no-repeat center;*/
    /*background-size: 100% 100%;*/
    /*box-sizing: content-box;*/
}

.map-wrapper .active-back {
    /*background-image: url(/bitrix/templates/okna-tseny__main/components/bitrix/news.list/map_slider/images/active-mapslider.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: 100% 100%;*/
    /*width: calc(100% - -15px);*/
    /*height: 70px;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -3px);*/
    /*box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);*/
    /*border-radius: 10px;*/
}

.map-wrapper .swiper-slide-active.search-change {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    background-image: url("../../../../../../img/border-slider-map.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.map-wrapper .swiper-slide-active.search-change:before {
    width: 25px;
    height: 25px;
    left: 10px;
    border-radius: 50%;
    border: 3px solid #4E91CD;
}

.map-wrapper .swiper-slide-prev.search-change, .map-wrapper .swiper-slide-next.search-change {
    font-size: 23px;
}

@media screen and (max-width: 992px) {
    .map-wrapper .search-wrapper .swiper-container {
        height: 210px;
        text-align: center;
    }
}

#select-for-safari {
    /*outline: none;
    border: none;
    border-bottom: 1px solid #C2C2C2;
    width: 100%;
    box-sizing: border-box;
    height: 65px;
    padding: 15px 15px 15px 50px;
    line-height: 35px;
    font-size: 20px;
    font-family: 'Roboto-Light', sans-serif;
    background-color: white;*/
    border: none;
    line-height: 35px;
    font-size: 20px;
    font-family: 'Roboto-Light', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../../../../../../img/caret_down_city.png);
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #C2C2C2;
    padding: 15px 15px 15px 50px;
    color: black;
    width: 100%;
    height: 65px;
    line-height: 36px;
}

/*Стрелки Swiper Map*/
.swiper-button-next{
    position: absolute;
    top: 15px;
    right: 50%;
margin-right: -15px;
    width: 30px;
    height: 30px;
    background: url(../../../../../image_uploader/images/arrow_up.png) center top no-repeat;
    z-index: 1000;
    cursor: pointer;
}
.swiper-button-next:hover {
    background: url(../../../../../image_uploader/images/arrow_up_hover.png) center top no-repeat;
}

.swiper-button-prev{
    position: absolute;
    bottom: -60px;
    right: 50%; 
margin-right: -15px;
    width: 30px;
    height: 30px;
    background: url(../../../../../image_uploader/images/arrow_down.png) center top no-repeat;
    z-index: 1000;
    cursor: pointer;
}
.swiper-button-prev:hover {
    background: url(../../../../../image_uploader/images/arrow_down_hover.png) center top no-repeat;
}

@media screen and (max-width: 993px){
    .map-wrapper .swiper-slide-active.search-change {
        font-size: 27px!important;
        line-height: 1;
    }
    .map-wrapper .swiper-slide.search-change {
        height: 47px;
        font-size: 20px;
        line-height: 1;
    }


    .search-slider-wrapper:after {
        top: 0px!important;
    }

    .search-slider-wrapper:before {
        bottom: 0px!important;
    }

}
/* End */


/* Start:/bitrix/templates/.default/components/okna_components_mobile/form.result.modal/template_perezv5min/style.css?1519581600623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(../../../../../templates/.default/components/okna_components_mobile/form.result.modal/template_perezv5min/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(../../../../../templates/.default/components/okna_components_mobile/form.result.modal/template_perezv5min/images/icon_warn.gif);
}
/* End */
/* /bitrix/templates/.default/components/okna_components_mobile/form.result.modal/template_kupitdeshevle/style.css?1519581600666 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/template_quiz/style.css?15921576007405 */
/* /bitrix/templates/.default/components/okna_components_mobile/form.result.modal/template_smsskidka2/style.css?1519581600623 */
/* /bitrix/templates/.default/components/okna_components_mobile/form.result.modal/template_poeskizu/style.css?1519581600623 */
/* /bitrix/templates/.default/components/okna_components_mobile/form.result.modal/template_smsskidka/style.css?1519581600623 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/template_palec/style.css?16239528005340 */
/* /bitrix/templates/okna-tseny__main/components/bitrix/news.list/map_slider/style.css?15607944007908 */
/* /bitrix/templates/.default/components/okna_components_mobile/form.result.modal/template_perezv5min/style.css?1519581600623 */
