

/* Start:/local/components/bitrix/main.userconsent.request/templates/fz152/user_consent.css?17870664833549*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}


/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* End */


/* Start:/bitrix/components/vik/position/templates/.default/vik/position.element/slider/style.css?1787066493200*/
.slider-main .text {
    background: rgba(34, 34, 34, .6);
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.slider-main .text:last-child {
    margin-bottom: 0px;
}
/* End */


/* Start:/bitrix/components/vik/position/templates/.default/vik/position.element/rates/style.css?17870664933484*/
.slider-line__title {
    margin-bottom: 35px;
}

#rates {
    display: table;
    margin: auto;
    width: auto;
}

#rates .item,
#rates .item .name,
#rates .item .price,
#rates .item .block-List {
    width: 350px;
}

#rates .item {
    display: table;
    height: 450px;
    float: left;
    margin: 15px 10px;
    border: solid 1px #9e9e9e;
    background: #fff;
    box-shadow: 0 0 10px #9e9e9e;
    position: relative;
}

#rates .item > div {
    width: 100%;
}

#rates .item > div > div {
    display: table !important;
    width: 100% !important;
}

#rates .item > div:last-child {
    position: absolute;
    left: 0;
    bottom: 0;
}

#rates .item .name {
    text-align: center;
    margin: auto;
    display: table-cell;
    height: 72px;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 12px 0 6px;
    font-weight: 600;
    color: #989898;
    font-size: 20px;
    line-height: 21px;
    background-color: #00a5ed;
    color: #fff;
}

#rates .item .price {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.35;
    padding: 0 15px;
    font-size: 24px;
    font-weight: 500;
    color: #d01520;
}

#rates .item .one {
    background: #eee;
}

#rates .item .block-List {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 15px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    /*    border-left: solid 1px #9e9e9e;
        border-right: solid 1px #9e9e9e;*/
}

#rates .item .block-List .block-List-name {
    display: table;
    margin-right: 6px;
    font-weight: normal;
    text-align: center;
    margin: auto;
    font-size: 16px;
    line-height: 24px;
}

#rates .item .name span {
    display: table-cell;
    vertical-align: middle;
}

#rates .item .block-List > span {
    display: table;
    font-size: 12px;
    margin-top: 3px;
}

#rates .item .block-List.bottom {
    height: 105px;
    background-color: #ebebeb;
    bottom: 0;
    left: 0;
}

.bottom a {
    overflow: visible;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    font-family: 'Montserrat';
    text-decoration: none;
    user-select: none;
    background: rgb(255, 210, 0);
    padding: .7em 1.5em;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    text-shadow: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 300px;
    font-size: 18px;
    height: 54px;
    color: #000000;
}

@media (max-width: 1200px) {
    #rates {
        width: 100%;
    }

    #rates .item {
        float: left;
        width: 31.3%;
        margin: 10px 1% 15px;
    }

    #rates .item > div {
        display: table;
        width: 100%;
    }

    #rates .item > div > div {
        display: table;
        width: 100%
    }

    .bottom a {
        width: 80%;
    }
}

@media (max-width: 1000px) {
    #rates .item {
        width: 48%
    }
}

@media (max-width: 600px) {
    #rates .item {
        width: 98%
    }
}
/* End */


/* Start:/bitrix/components/vik/position/templates/.default/vik/position.element/faq/style.css?17870664932902*/
.faq {
    background: #f2f2f2;
    padding: 60px 0;
}

.faq .slider-line__title {
    text-align: left;
    margin-bottom: 0;
}

.faq .slider-line__title:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin-bottom: 25px;
    background-color: #ffd200;
    margin-top: 10px;
}

.faq .container p {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #171717;
    font-size: 22px;
    display: inline-block;
    width: 50%;
    margin-bottom: 30px;
}

.faq .left {
    width: 57%;
    float: left;
}

.faq .right {
    width: 40%;
    float: right;
    text-align: right;
}

.faq .img {
    display: inline-block;
    position: relative;
}

.faq .img:before,
.faq .img:after {
    content: '';
    display: block;
    position: absolute;
}

.faq .img img {
    position: relative;
    z-index: 1;
}

.faq .img:before {
    width: 180px;
    height: 180px;
    background: linear-gradient(to right, #00a5ed, #0dbdd6);
    border-radius: 50%;
    margin-left: 257px;
    margin-top: -21px;
    z-index: 0;
}

.faq .img:after {
    width: 100px;
    height: 100px;
    background-color: #ffd200;
    border-radius: 50%;
    position: absolute;
    margin-top: -51px;
    margin-left: -15px;
    z-index: 0;
}

.faq .items {
    display: table;
    width: 100%;
    z-index: 1;
    position: relative;
}

.faq .items .list {
    display: table;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 16px;
    border: none;
    box-shadow: none;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
    border: solid 1px #bbb;
    box-shadow: 0 0 10px #9e9e9e;
}

.faq .items .list .name {
    color: #ffffff;
    background: linear-gradient(to right, #00a5ed, #0dbdd6);
    border: none;
    padding: 10px 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    display: table;
    width: 100%;
    cursor: pointer;
}

.faq .items .list .name span {
    width: 96%;
    display: table;
    float: right;
}

.faq .items .list .text {
    padding: 10px 15px;
    display: none;
}

.faq .items .list.active .text {
    display: block;
}

@media (max-width: 1150px) {
    .faq .left {
        width: 47%;
    }

    .faq .right {
        width: 47%;
    }
}

@media (max-width: 1050px) {
    .faq .container p {
        width: 100%;
    }

    .faq .left {
        width: 100%;
        float: none;
    }

    .faq .right {
        width: 100%;
        float: none;
        text-align: center;
        margin: 30px 0 100px;
    }
}

@media (max-width: 600px) {
    .faq .right {
        margin: 20px 0 50px;
    }
    .faq .img img {
        width: 100%;
    }

    .faq .img:before,
    .faq .img:after {
        display: none;
    }
}
/* End */
/* /local/components/bitrix/main.userconsent.request/templates/fz152/user_consent.css?17870664833549 */
/* /bitrix/components/vik/position/templates/.default/vik/position.element/slider/style.css?1787066493200 */
/* /bitrix/components/vik/position/templates/.default/vik/position.element/rates/style.css?17870664933484 */
/* /bitrix/components/vik/position/templates/.default/vik/position.element/faq/style.css?17870664932902 */
