

/* Start:/bitrix/templates/new_page/css/reset.css?14756748524053*/
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  /*max-width: 100%;*/
  /* Part 1: Set a maxium relative to the parent */
  /*width: auto\9;*/
  /* IE7-8 need help adjusting responsive images */
  /*height: auto;*/
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  /*vertical-align: middle;*/
  border: 0;
  -ms-interpolation-mode: bicubic;
}
form {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/bitrix/templates/new_page/css/sticky.min.css?1490748194600*/
/*!
 * # Semantic UI 2.2.10 - Sticky
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.sticky{position:static;-webkit-transition:none;transition:none;z-index:800}.ui.sticky.bound{position:absolute;left:auto;right:auto}.ui.sticky.fixed{position:fixed;left:auto;right:auto}.ui.sticky.bound.top,.ui.sticky.fixed.top{top:0;bottom:auto}.ui.sticky.bound.bottom,.ui.sticky.fixed.bottom{top:auto;bottom:0}.ui.native.sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}
/* End */


/* Start:/local/cookie/style.css?17115353241549*/
.warning--cookie {
    position: fixed;
    bottom: 0;
    display: none;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border-radius: 15px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    width: 60%;
    max-height: 125px;
}

.warning--cookie.warning--active {
    display: flex;
}

.warning--cookie .warning--text a {
    color: #0e66bf;
    text-decoration: none;
    border-bottom: 1px solid #d2e5f7;
}

.warning--cookie .warning__apply {
    width: 160px;
    /*margin-left: 80px !important;*/
    background-color: #ec7404;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 18px;
    cursor: pointer;
    border: 0px none;
    min-height: 35px;
    max-height: 45px;
    margin: auto 0 auto 80px !important;
}

.warning--cookie .warning--text {
    padding: 0 !important;
    margin: 0 !important;
    width: calc(100% - 240px);
    font-size: 14px;
}

@media only screen and (max-width: 1400px) {
    .warning--cookie .warning--text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1000px) {
    .warning--cookie {
        padding: 20px 30px;
        flex-direction: column;
        max-height: unset !important;
    }
    .warning--cookie .warning--text {
        width: 100%;
    }
    .warning--cookie .warning__apply {
        margin: 10px auto auto auto !important;
    }
}
@media only screen and (max-width: 768px) {
    .warning--cookie {
        width: 80%;
    }
}
/* End */


/* Start:/local/popup/style.css?176537981210875*/
/* ------------------------------ */

.popup {
    position: absolute;
    top: 30px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95%;
    max-width: 900px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.45);
    box-shadow: 0 5px 5px rgba(0,0,0,0.45);
    z-index: 999;
    padding: 40px;
    min-width: 310px;
    font-size: 14px;
    line-height: 20px;
}

.popup_close {
    display: block !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 30px !important;
    height: 30px !important;
    background: url(/feedback/img/sprite.png) no-repeat -289px -75px transparent !important;
    transform: unset !important;
    font-size: unset !important;
}

.popup_close:hover {
    opacity: 0.8;
}

.popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 800;
    overflow-y: scroll;
}

.story_popup {
    padding: 60px 80px 40px;
}

.story_popup_title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1em;
}

.info_popup {
    background: url(/local/popup/../img/lines.png) no-repeat top center #fff;
    color: #676767;
    font-size: 16px;
    line-height: 22px;
    padding: 0 40px;
}

.info_popup2 {
    background: url(/local/popup/../img/star.jpg) no-repeat top center #fff;
    background-image: cover;
    color: #676767;
    padding: 0 40px 20px;
    font-size: 16px;
    line-height: 22px;
}

.info_popup3 {
    color: #676767;
    padding: 0 40px 40px;
    font-size: 16px;
    line-height: 22px;
}

.info_popup .story_popup_title,
.info_popup2 .story_popup_title,
.info_popup3 .story_popup_title {
    text-align: center;
    padding: 25px 15px 15px;
    color: #00b1e5;
    font-size: 20px;
}

.info_popup .pos_container,
.info_popup2 .pos_container {
    position: relative;
}

.info_popup .pull-right {
    float: right;
}

.info_popup b {
    color: #009fdb;
    font-size: 18px;
}

.info_popup .pos2 p.p1:before,
.info_popup .pos2 p.p2:before,
.info_popup .pos3:before,
.info_popup .pos4 p.p1:before,
.info_popup .pos4 p.p2:before,
.info_popup .pos4 p.p3:before,
.info_popup .pos5 p.p1:before,
.info_popup .pos5 p.p2:before,
.info_popup .abs-pos1 p:before,
.info_popup .abs-pos2 p:before,
.info_popup div.abs-pos3 p:before {
    background-image: url(/local/popup/../img/icons-s769c47a955.png);
    background-repeat: no-repeat;
}

.info_popup .badge {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    min-width: 10px;
    font-weight: bold;
    display: inline-block;
}

.info_popup .pos1 {
    width: 470px;
}

.info_popup .pos2 {
    font-size: 15px;
    margin-top: -80px;
}

.info_popup .pos2 p {
    margin-bottom: 70px;
    position: relative;
}

.info_popup .pos2 p.p1:before {
    background-position: 0 -120px;
    content: "";
    height: 108px;
    left: -134px;
    margin-top: -54px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 124px;
}

.info_popup .pos2 p.p2 {
    margin-left: -20px;
}

.info_popup .pos2 p.p2:before {
    background-position: 0 -447px;
    content: "";
    height: 106px;
    left: -134px;
    margin-top: -53px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 124px;
}

.info_popup .pos3 {
    margin: 250px 0 0 300px;
    position: relative;
}

.info_popup .pos3:before {
    background-position: 0 -700px;
    content: "";
    height: 121px;
    left: -160px;
    margin-top: -60.5px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 150px;
}

.info_popup .pos4 p {
    margin-top: 70px;
    padding-left: 140px;
    position: relative;
}

.info_popup .pos4 p.p1:before {
    background-position: 0 -825px;
    content: "";
    height: 101px;
    left: 0;
    margin-top: -50.5px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 126px;
}

.info_popup .pos4 p.p2:before {
    background-position: 0 -930px;
    content: "";
    height: 112px;
    left: 30px;
    margin-top: -56px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 79px;
}

.info_popup .pos4 p.p3:before {
    background-position: 0 -1046px;
    content: "";
    height: 83px;
    left: 0;
    margin-top: -41.5px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 125px;
}

.info_popup .pos5 {
    margin-top: -10px;
}

.info_popup .pos5 p {
    margin-bottom: 70px;
    position: relative;
}

.info_popup .pos5 p.p1:before {
    background-position: 0 -1260px;
    content: "";
    height: 128px;
    left: -141px;
    margin-top: -64px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 131px;
}

.info_popup .pos5 p.p2:before {
    background-position: 0 -232px;
    content: "";
    height: 99px;
    left: -112px;
    margin-top: -74.5px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 92px;
}

.info_popup div[class^="abs-pos"] {
    left: 50%;
    margin-left: -150px;
    position: absolute;
    width: 300px;
}

.info_popup div[class^="abs-pos"] .badge {
    background-color: #75b967;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    height: 64px;
    letter-spacing: 0.3px;
    line-height: 64px;
    padding: 0;
    width: 64px;
}

.info_popup div[class^="abs-pos"] p {
    color: #71b763;
    font-size: 25px;
    font-weight: bold;
}

.info_popup .abs-pos1 {
    top: 250px;
}

.info_popup .abs-pos1 p {
    padding-left: 25px;
    position: relative;
}

.info_popup .abs-pos1 p:before {
    background-position: 0 -557px;
    content: "";
    height: 139px;
    left: 50%;
    margin-left: -86.5px;
    position: absolute;
    top: -149px;
    width: 173px;
}

.info_popup .abs-pos2 {
    top: 700px;
}

.info_popup .abs-pos2 p {
    padding-left: 60px;
    position: relative;
}

.info_popup .abs-pos2 p:before {
    background-position: 0 -1133px;
    content: "";
    height: 123px;
    left: 50%;
    margin-left: -39px;
    position: absolute;
    top: -133px;
    width: 78px;
}

.info_popup div.abs-pos3 {
    bottom: 50px;
    margin-left: -300px;
    width: 300px;
}

.info_popup div.abs-pos3 p {
    position: relative;
}

.info_popup div.abs-pos3 p:before {
    background-position: 0 -335px;
    content: "";
    height: 108px;
    left: 35%;
    margin-left: -77.5px;
    position: absolute;
    top: -118px;
    transform: scale(0.9, 0.9);
    width: 155px;
}

.text_popup_title {
    text-align: center;
    padding: 0px 15px 25px;
    color: #00b1e5;
    font-size: 20px;
    font-weight: 700;
}

.info_popup2 .blocksize {
    margin: 0 -10px 40px;
    overflow: hidden;
}

.info_popup2 .blocksize .item {
    float: left;
    width: 50%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.info_popup2 .blocksize .item img {
    float: left;
    width: 125px;
}

.info_popup2 .blocksize .picture-text {
    margin-left: 150px;
}

.info_popup2 .blocksize .green-text {
    color: #71b763;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.info_popup2 .why-icon {
    text-align: center;
    padding-bottom: 10px;
}

.info_popup2 .why-family {
    background: url(/local/popup/../img/icon11.png) no-repeat 0 0 transparent;
    height: 70px;
    margin: 0 auto 12px;
    width: 100px;
}

.info_popup3 .questions_col {
    float: left;
    width: 58%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 0;
}

.info_popup3 ul {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.info_popup3 li {
    padding-top: 15px;
}

.info_popup3 li:first-child {
    padding: 0;
}

.info_popup3 li > a {
    font-size: 17px;
    line-height: 20px;
}

.info_popup3 .collapse {
    display: none;
    padding-top: 12px;
    padding-left: 12px;
}

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

.info_popup3 .text-right a {
    color: #7f7f7f;
    font-size: 14px;
}

.info_popup3 .contacts_col {
    float: left;
    width: 41%;
    text-align: center;
    font-size: 19px;
    line-height: 25px;
}

.popup_body .text h1 {
    font: bold 20px Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    margin: 0 0 20px;
    color: #166faa;
}

.info_popup3 .contacts_col b {
    color: #009fdb;
}

.info_popup3 .contacts_col .home {
    display: block;
    background: url(/local/popup/../img/icons-s769c47a955.png) no-repeat 0 -557px transparent;
    width: 173px;
    height: 139px;
    margin: 20px auto 0;
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("/local/templates/fastsol/assets/fonts/inter/newinter/Inter-Light.otf") format('truetype');
}
.popup_error_modal {
	background-color: #fff !important;
	border: 50px solid #DE5A6C;
	padding: 30px;
	gap: 30px;
	top: 50% !important;
	transform: translate(-50%, 50%);
}
.popup_error_modal.blue {
	border: 50px solid #00ABEC;
}
.popup_error_modal .icons {
	display: flex;
	gap: 15px;
}
.popup_error_modal img {
	object-fit: cover;
	max-width: 145px;
}
.popup_error_modal-block {
	display: flex;
	gap: 20px;
}
.popup_error_modal .title {
	font-family: Inter;
	font-size: 26px;
	font-weight: 600;
	line-height: 33.8px;
	margin-bottom: 15px;
	color: #00abec;
}
.popup_error_modal p {
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 25.2px;
	margin-bottom: 15px;
}
.popup_error_modal b {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 0px;
}
.popup_error_modal .icons .vk {
	background-image: url(/local/templates/fastsol/assets/img/nav/vk_2.svg);
}
.popup_error_modal .icons .tg {
	background-image: url(/local/templates/fastsol/assets/img/nav/tg_2.svg);
}
.popup_error_modal .icons .rutube{
	background-image: url(/local/templates/fastsol/assets/img/nav/rutube_2.svg);
}
.popup_error_modal .icons .dzen {
	background-image: url(/local/templates/fastsol/assets/img/nav/dzen_2.svg);
}
.popup_error_modal .icons .vk,
.popup_error_modal .icons .tg,
.popup_error_modal .icons .rutube,
.popup_error_modal .icons .dzen {
	width: 32px;
	height: 32px;
	background-position: -20px -20px;
}
.popup_error_modal .icons .vk:hover,
.popup_error_modal .icons .tg:hover,
.popup_error_modal .icons .rutube:hover,
.popup_error_modal .icons .dzen:hover {
	background-position: -20px -72px;
}
@media (max-width: 576px){
	.popup_error_modal-block {
		flex-direction: column;
	}
}
/* End */


/* Start:/bitrix/templates/new_page/template_styles.css?172484613033943*/
@font-face {
font-family: 'Open Sans';
src: url('/bitrix/templates/new_page/fonts/opensans-regular-webfont.eot');
src: url('/bitrix/templates/new_page/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
	 url('/bitrix/templates/new_page/fonts/opensans-regular-webfont.woff') format('woff'),
	 url('/bitrix/templates/new_page/fonts/opensans-regular-webfont.ttf') format('truetype'),
	 url('/bitrix/templates/new_page/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Open Sans';
src: url('/bitrix/templates/new_page/fonts/opensans-bold-webfont.eot');
src: url('/bitrix/templates/new_page/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
	 url('/bitrix/templates/new_page/fonts/opensans-bold-webfont.woff') format('woff'),
	 url('/bitrix/templates/new_page/fonts/opensans-bold-webfont.ttf') format('truetype'),
	 url('/bitrix/templates/new_page/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'rub';
src: url('/bitrix/templates/new_page/fonts/rouble-webfont.eot');
src: url('/bitrix/templates/new_page/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
	 url('/bitrix/templates/new_page/fonts/rouble-webfont.woff') format('woff'),
	 url('/bitrix/templates/new_page/fonts/rouble-webfont.ttf') format('truetype'),
	 url('/bitrix/templates/new_page/fonts/rouble-webfont.svg#als_rublregular') format('svg');
font-weight: normal;
font-style: normal;
}

.rub {
font-family: 'rub' !important;
}

.rub:before {
content: "o";
}

* {
outline: none;
}

*:focus {
outline: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
outline: none;
}

body, html {
min-height: 100%;
min-width: 320px;
}

body {
padding: 0px;
margin: 0px;
color: #303030;
font-size: 18px;
line-height: 1.33;
font-family: 'Open Sans', Arial, sans-serif;
font-weight: 400;
background: #ffffff;
overflow-y: scroll;
}

p {
margin: 0 0 20px;
}

img {
border-style: none;
}

a {
text-decoration: underline;
color: #009ee0;
}

a:hover {
text-decoration: none;
}

.nowrap {
white-space: nowrap;
}

.clear {
clear: both;
font-size: 0px;
line-height: 0px;
height: 0px;
}

.main_frame {
width: 100%;
overflow: hidden;
}

.main_width {
max-width: 916px;
min-width: 300px;
width: 93%;
margin: 0 auto;
}

.h2 {
text-align: center;
margin: 0 0 35px;
font-size: 36px;
line-height: 42px;
font-weight: 700;
color: #00a6ea;
}

.btn {
text-align: center;
display: inline-block;
vertical-align: top;
padding: 0 55px;
height: 46px;
line-height: 46px;
background: #00b2f2;
color: #ffffff;
font-size: 16px;
font-family: 'Open Sans', Arial, sans-serif;
font-weight: 700;
text-transform: uppercase;	
cursor: pointer;
text-decoration: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background 0.5s;
-moz-transition: background 0.5s;
transition: background 0.5s;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 0 none;
white-space: nowrap;
}

.white_btn {
background: #fff;
color: #00b2f2;
}

.white_btn:hover {
background: rgba(255,255,255,0.8);
}

.blue_border_btn {
border: 1px solid #009ee0;
background: transparent;
height: 40px;
line-height: 38px;
color: #009ee0;
padding: 0 22px;
-webkit-transition: background 0.5s, color 0.5s;
-moz-transition: background 0.5s, color 0.5s;
transition: background 0.5s, color 0.5s;
}

.blue_border_btn:hover {
background: #009ee0;
color: #fff;
}

.orange_btn {
background: #ec7404;
}

.orange_btn:hover {
background: #ec872a;
}

.orange_border_btn {
border: 1px solid #ec7404;
color: #ec7404;
background: #fff;
height: 46px;
line-height: 44px;
}

.orange_border_btn:hover {
border-color: #ec872a;
color: #ec872a;
}

.gray_btn {
background: #e6e6e6;
color: #909090;
}

.gray_btn:hover {
background: #d9d9d9;
}

#header_wrapper {
height: 68px;
}

#header {
position: fixed;
top: 0;
left: 0;
right: 0;
min-width: 320px;
background: #fff;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.25);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
box-shadow: 0 0 10px rgba(0,0,0,0.25);
padding: 17px 20px 8px;
z-index: 900;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#header .logo {
display: block;
float: left;
width: 131px;
height: 43px;
background: url("/bitrix/templates/new_page/images/sprite.png") no-repeat 0 0 transparent;
}

#showmenu {
display: none;
position: absolute;
top: 18px;
right: 20px;
width: 38px;
border-top: 7px solid #00a6ea;
border-bottom: 7px solid #00a6ea;
}

#showmenu:before {
content: "";
display: block;
height: 7px;
background: #00a6ea;
margin: 5px 0;
}

.menu {
/*margin: 0 0 0 60px;*/
margin: 0 0 0 225px;
padding: 5px 0 0;
list-style: none outside;
overflow: hidden;
font-size: 16px;
line-height: 18px;
font-weight: 700;
float: left;
}

.menu li {
float: left;
margin: 0 25px;
}

.menu a {
color: #009ee0;
text-decoration: none;
-moz-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}

.menu a:hover {
opacity: 0.7;
}

.header_stats {
float: right;
color: #909090;
font-size: 16px;
line-height: 18px;
padding-top: 5px;
}

.header_stats > span {
white-space: nowrap;
}

.header_stats > span + span {
margin-left: 50px;
}

.header_stats b {
color: #009ee0;
font-size: 20px;
}

.page_content {
position: relative;
overflow: hidden;
}

.page_content:after {
content: "";
width: 1px;
position: absolute;
top: 0;
bottom: 0;
left: 400px;
background: #d9d9d9;
}

.sidebar {
float: left;
width: 400px;
}

.main {
margin-left: 400px;
}

.user_info {
background: #f2f2f2;
padding: 26px 10px;
text-align: center;
font-size: 20px;
line-height: 25px;
color: #030330;
position: relative;
}

.user_info:before {
content: "";
height: 12px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.05) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.05) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.05) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0d000000',GradientType=0 );
}

.user_pic {
width: 130px;
height: 130px;
background: #dcdcdc;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
margin: 0 auto 16px;
position: relative;
}

.user_pic:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 54px;
margin: -27px 0 0 -25px;
background: url("/bitrix/templates/new_page/images/sprite.png") no-repeat -428px 0 transparent;
}

.user_photo {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: none no-repeat center center transparent;
background-size: cover;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

.user_pic_com {
width: 260px;
height: 130px;
overflow: hidden;
margin: 0 auto 16px;
position: relative;
}

.user_pic_com:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 63px;
height: 57px;
margin: -28px 0 0 -31px;
background: url("/bitrix/templates/new_page/images/sprite.png") no-repeat -491px 0 transparent;
}

.user_photo_com {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.user_photo_com img {
display: block;
margin: auto;
max-width: 100%;
max-height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.form_block_wrap {
padding: 0 0 30px;
border-top: 1px solid #dadada;
border-bottom: 1px solid #dadada;
}

.type {
margin: 0;
padding: 0;
list-style: none outside;
overflow: hidden;
text-align: center;
}

.type li {
float: left;
width: 50%;
}
.type li.big {
width: 100%;
}

.type a, .type span {
display: block;
background: #fafafa;
border-bottom: 1px solid #dadada;
font-size: 16px;
line-height: 20px;
color: #a0a0a0;
font-weight: 700;
text-transform: uppercase;
padding: 16px 0 18px;
text-decoration: none;
}

.type .active a, .type .active span {
background: #fff;
color: #303030;
border-bottom: 3px solid #ec7404;
padding-bottom: 16px;
}

.form_wrapper {
padding: 0 20px;
}

.summ {
padding: 20px 0 0;
}

.form_label {
color: #707070;
font-size: 14px;
display: block;
margin: 0 0 10px;
}

.checkbox_line {
font-size: 0;
text-align: justify;
margin: 0 0 5px -16px;
}

.checkbox_line:after {
content: "";
display: inline-block;
vertical-align: top;
height: 0px;
width: 100%;
}

.checkbox {
display: inline-block;
vertical-align: top;
font-size: 14px;
line-height: 18px;
color: #303030;
position: relative;
padding-left: 32px;
}

.checkbox_line .checkbox {
font-size: 30px;
line-height: 1.1;
font-weight: 700;
margin: 0 0 15px 16px;
white-space: nowrap;
}

.checkbox input {
display: none;
}

.checkbox:before {
content: "";
width: 20px;
height: 20px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #ff9500;
-moz-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.35);
-webkit-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.35);
box-shadow: inset 2px 2px 4px rgba(0,0,0,0.35);
position: absolute;
top: -1px;
left: 0;
}

.checkbox_line .checkbox:before {
top: 50%;
margin: -10px 0 0;
}

.checkbox.checked:before {
background: url("/bitrix/templates/new_page/images/sprite.png") no-repeat -62px -81px #ff9500;
}

.input_box {
margin: 0 0 20px;
}

.summ .input_box {
margin: 0 0 26px;
}

.text_input {
display: block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 12px 20px;
width: 100%;
background: #fafafa;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
height: 46px;
line-height: 20px;
color: #303030;
border: 1px solid #d1d1d1;
font-size: 14px;
font-family: 'Open Sans', Arial, sans-serif;
text-align: left;
outline: none;
}

.text_input::-webkit-input-placeholder {
color: #ababab;
}
.text_input:-moz-placeholder,
.text_input::-moz-placeholder {
color: #ababab;
opacity: 1;
}
.text_input:-ms-input-placeholder {
color: #ababab;
}

.text_input:focus {
border-color: #009ee0;
-moz-box-shadow: 0 0 7px rgba(0,158,224,0.2);
-webkit-box-shadow: 0 0 7px rgba(0,158,224,0.2);
box-shadow: 0 0 7px rgba(0,158,224,0.2);
}

.text_input.error {
border-color: #cf4b4c;
-moz-box-shadow: 0 0 7px rgba(255,29,29,0.2);
-webkit-box-shadow: 0 0 7px rgba(255,29,29,0.2);
box-shadow: 0 0 7px rgba(255,29,29,0.2);
}

textarea.text_input {
height: 100px;
resize: none;
}

.form_block_wrap .orange_btn {
display: block;
padding: 0;
width: 100%;
}

.payment {
height: 36px;
width: 352px;
margin: 28px auto 0;
background: url("/bitrix/templates/new_page/images/sprite.png") no-repeat 68px -130px transparent;
}

.form_head {
padding: 15px 20px 15px 85px;
border-bottom: 1px solid #dadada;
position: relative;
margin: 0 0 25px;
font-weight: 700;
}

.form_head .prev_step {
display: block;
width: 45px;
height: 45px;
background: url("/bitrix/templates/new_page/images/sprite.png") no-repeat -431px -59px transparent;
position: absolute;
top: 50%;
margin-top: -23px;
left: 20px;
}

.form_head .prev_step:hover {
opacity: 0.8;
}

.form_head .mob_block {
display: block;
text-transform: uppercase;
font-size: 16px;
line-height: 20px;
color: #303030;
}

.form_head .sum_val {
font-size: 28px;
line-height: 32px;
color: #ff9500;
}

.agreement {
text-align: center;
margin: 25px 0 30px;
font-size: 12px;
line-height: 16px;
}

.people_list {
padding: 15px 15px;
border-bottom: 1px solid #dadada;
font-size: 14px;
line-height: 18px;
color: #303030;
}

.people_list table {
width: 100%;
}

.people_list td {
padding: 5px;
vertical-align: top;
text-align: left;
}

.people_list td:last-child {
text-align: right;
}

.slimScrollDiv {
padding-right: 25px;
}

.slimScrollDiv .wrap_bar {
top: 0;
right: 0;
width: 4px !important;
bottom: 0;
}

.slimScrollDiv .slimScrollRail {
background: #f2f2f2 !important;
border-radius: 2px !important;
left: 0px !important;
}

.slimScrollDiv .slimScrollBar {
left: 0px !important;
border-radius: 2px !important;
opacity: 1 !important;
}

.top_creative {
padding: 50px 0 30px;
background: url(/bitrix/templates/new_page/images/bg01.jpg) no-repeat top center #f2f2f2;
background-size: cover;
color: #fff;
text-align: center;
}

.top_creative.bg02 {
background-image: url(/bitrix/templates/new_page/images/bg02.jpg);
}

.top_creative.bg03 {
background-image: url(/bitrix/templates/new_page/images/bg03.jpg);
background-position: center center;
}

.slider {
margin: 0 auto 30px;
max-width: 720px;
}

.slider .slick-slide {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 60px;
}

.slider .slick-arrow {
display: block;
width: 50px;
height: 70px;
position: absolute;
top: 50%;
margin-top: -22px;
z-index: 50;
cursor: pointer;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}

.slider .slick-prev {
left: 0;
}

.slider .slick-next {
right: 0;
}

.slider .slick-arrow:hover {
margin-top: -26px;
}

.slider .slick-arrow svg {
fill: #fff;
opacity: 0.9;
display: block;
width: 50px;
height: 70px;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}

.slider .slick-arrow:hover svg {
opacity: 1;
filter: url(#shadow);
}

.slider_container,
.slider_container .image {
height: 340px;
}

.slider_container img {
display: block;
max-width: 100%;
max-height: 100%;
margin: 0 auto;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.slider_container .video,
.geometry_video {
position: relative;
}

.slider_container .video:before,
.geometry_video:before {
content: "";
display: block;
height: 0;
padding-top: 56.2525%;
}

.slider_container .video iframe,
.geometry_video iframe {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}

.slider_container .video {
flex: 0 1 auto;
overflow: hidden;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.top_creative_title {
font-size: 36px;
line-height: 40px;
font-weight: 700;
max-width: 800px;
margin: 0 auto;
text-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.page_text {
padding: 25px 0 40px;
}

.geometry_bg {
background: url(/bitrix/templates/new_page/images/geometry_left.png) no-repeat left center #f7f7f7;
}

.geometry_bg_outer {
background: url(/bitrix/templates/new_page/images/geometry_right.png) no-repeat right center transparent;
padding: 35px 0 10px;
}

.geometry_video {
margin: 0 0 30px;
}

.reasons_check {
margin: 0 -10px;
}

.reason_hld {
float: left;
width: 50%;
padding: 0 10px;
margin: 0 0 14px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.reason_block {
display: block;
position: relative;
overflow: hidden;
text-decoration: none;
color: #303030;
}

.checkbox_align {
height: 100px;
padding: 5px 0;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
}

.checkbox_align img {
display: block;
flex: 0 0 82px;
margin-right: 10px;
}

.checkbox_align > span {
flex: 0 1 auto;
color: #303030;
font-size: 14px;
line-height: 18px;
}

.comments_block {
padding: 35px 0 45px;
}

.comments_block .input_hld {
margin: 0 0 16px;
}

.comments_controls .input_hld {
float: left;
width: 240px;
}

.comments_controls .input_hld + .input_hld {
margin-left: 18px;
}

.comments_controls .orange_btn {
float: right;
padding: 0 26px;
font-size: 14px;
}

/*.comments_controls .orange_btn:after {
content: "";
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 4px 0;
border-color: transparent;
border-top-color: #fff;
margin-left: 14px;
margin-top: -2px;
}*/

.comments {
margin: 28px 0 0;
}

.comments_amount {
border-bottom: 2px solid #c1c1c1;
padding: 0 0 10px;
color: #303030;
font-size: 16px;
font-weight: 700;
margin: 0 0 5px;
}

.comment {
padding: 17px 0 19px;
border-top: 1px solid #e6e6e6;
font-size: 16px;
line-height: 1.5;
color: #303030;
overflow: hidden;
}

.comment:first-child {
border-top: 0 none;
}

.comment_image {
float: left;
width: 65px;
height: 65px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #009ee0;
position: relative;
}

.comment:nth-child(4n+2) .comment_image {
background: #e74361;
}

.comment:nth-child(4n+3) .comment_image {
background: #ec7404;
}

.comment:nth-child(4n+4) .comment_image {
background: #76b856;
}

.comment_image:before {
content: "";
display: block;
width: 42px;
height: 42px;
background: url("/bitrix/templates/new_page/images/sprite.png") no-repeat -331px 0 transparent;
position: absolute;
top: 50%;
left: 50%;
margin: -21px 0 0 -21px;
}

.comment_text {
margin: 0 0 0 90px;
}

.comment_author {
font-weight: 700;
font-size: 14px;
line-height: 18px;
margin: 0 0 5px;
}

.comments .gray_btn {
display: block;
width: 100%;
height: 35px;
line-height: 35px;
padding: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
text-transform: none;
font-size: 14px;
font-weight: 400;
}

.footer {
background: #e6e6e6;
padding: 10px 20px 20px;
position: relative;
}

.footer_left {
float: left;
font-size: 12px;
line-height: 16px;
color: #707070;
text-align: left;
margin-top: 25px;
}

.footer_left .logo {
display: block;
float: left;
width: 58px;
height: 45px;
background: url("/bitrix/templates/new_page/images/sprite.png") no-repeat 0 -50px transparent;
}

.footer_left .footer_left_info {
margin-left: 70px;
margin-top: 6px;
}

.footer_left .mob_block {
display: block;
}

.footer_right {
float: right;
padding-top: 7px;
font-size: 15px;
color: #707070;
}

.socials_share {

}

.socials_share ul {
margin: 0;
padding: 0;
list-style: none outside;
}

.socials_share * {
display: inline-block;
vertical-align: middle;
}

.socials_share span {
margin-right: 15px;
}

.socials_share a {
display: block;
-moz-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}

.socials_share .ya-share2__title {
display: none;
}

.socials_share .ya-share2__badge {
width: 33px;
height: 33px;
background: url("/bitrix/templates/new_page/images/sprite.png") no-repeat -207px 0 transparent;
margin: 0 2px;
}

.socials_share .ok,
.socials_share .ya-share2__item_service_odnoklassniki .ya-share2__badge {
background-position: -248px 0;
}

.socials_share .fb,
.socials_share .ya-share2__item_service_facebook .ya-share2__badge {
background-position: -290px 0;
}

.socials_share a:hover {
opacity: 0.8;
}

.footer_contacts {
font-size: 13px;
color: #909090;
margin-top: 10px;
text-align: right;
}

.footer_contacts a {
color: #909090;
}

.footer .blue_border_btn {
position: absolute;
top: 38px;
left: 50%;
margin-left: -137px;
}

/* ------------------------------ */

.popup {
display: none;
position: absolute;
top: 30px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 95%;
max-width: 900px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.45);
-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.45);
box-shadow: 0 5px 5px rgba(0,0,0,0.45);
z-index: 900;
padding: 40px;
min-width: 310px;
font-size: 14px;
line-height: 20px;
}

.popup_close {
display: block;
position: absolute;
top: 10px;
right: 10px;
width: 30px;
height: 30px;
background: url("/bitrix/templates/new_page/images/sprite.png") no-repeat -171px 0 transparent;
}

.popup_close:hover {
opacity: 0.8;
}

.popup_overlay {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.4);
z-index: 800;
}

.story_popup {
padding: 60px 80px 40px;
}

.story_popup_title {
font-size: 18px;
font-weight: 700;
margin: 0 0 1em;
}

.info_popup {
background: url(/bitrix/templates/new_page/images/lines.png) no-repeat top center #fff;
color: #676767;
font-size: 16px;
line-height: 22px;
padding: 0 40px;
}

.info_popup2 {
background: url(/bitrix/templates/new_page/images/star.jpg) no-repeat top center #fff;
background-image: cover;
color: #676767;
padding: 0 40px 20px;
font-size: 16px;
line-height: 22px;
}

.info_popup3 {
color: #676767;
padding: 0 40px 40px;
font-size: 16px;
line-height: 22px;
}

.info_popup .story_popup_title,
.info_popup2 .story_popup_title,
.info_popup3 .story_popup_title {
text-align: center;
padding: 25px 15px 15px;
color: #00b1e5;
font-size: 20px;
}

.info_popup .pos_container,
.info_popup2 .pos_container {
position: relative;
}

.info_popup .pull-right {
float: right;
}

.info_popup b {
color: #009fdb;
font-size: 18px;
}

.info_popup .pos2 p.p1:before,
.info_popup .pos2 p.p2:before,
.info_popup .pos3:before,
.info_popup .pos4 p.p1:before,
.info_popup .pos4 p.p2:before,
.info_popup .pos4 p.p3:before,
.info_popup .pos5 p.p1:before,
.info_popup .pos5 p.p2:before,
.info_popup .abs-pos1 p:before,
.info_popup .abs-pos2 p:before,
.info_popup div.abs-pos3 p:before {
background-image: url(/bitrix/templates/new_page/images/icons-s769c47a955.png);
background-repeat: no-repeat;
}

.info_popup .badge {
text-align: center;
vertical-align: middle;
white-space: nowrap;
min-width: 10px;
font-weight: bold;
display: inline-block;
}

.info_popup .pos1 {
width: 470px;
}

.info_popup .pos2 {
font-size: 15px;
margin-top: -80px;
}

.info_popup .pos2 p {
margin-bottom: 70px;
position: relative;
}

.info_popup .pos2 p.p1:before {
background-position: 0 -120px;
content: "";
height: 108px;
left: -134px;
margin-top: -54px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 124px;
}

.info_popup .pos2 p.p2 {
margin-left: -20px;
}

.info_popup .pos2 p.p2:before {
background-position: 0 -447px;
content: "";
height: 106px;
left: -134px;
margin-top: -53px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 124px;
}

.info_popup .pos3 {
margin: 250px 0 0 300px;
position: relative;
}

.info_popup .pos3:before {
background-position: 0 -700px;
content: "";
height: 121px;
left: -160px;
margin-top: -60.5px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 150px;
}

.info_popup .pos4 p {
margin-top: 70px;
padding-left: 140px;
position: relative;
}

.info_popup .pos4 p.p1:before {
background-position: 0 -825px;
content: "";
height: 101px;
left: 0;
margin-top: -50.5px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 126px;
}

.info_popup .pos4 p.p2:before {
background-position: 0 -930px;
content: "";
height: 112px;
left: 30px;
margin-top: -56px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 79px;
}

.info_popup .pos4 p.p3:before {
background-position: 0 -1046px;
content: "";
height: 83px;
left: 0;
margin-top: -41.5px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 125px;
}

.info_popup .pos5 {
margin-top: -10px;
}

.info_popup .pos5 p {
margin-bottom: 70px;
position: relative;
}

.info_popup .pos5 p.p1:before {
background-position: 0 -1260px;
content: "";
height: 128px;
left: -141px;
margin-top: -64px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 131px;
}

.info_popup .pos5 p.p2:before {
background-position: 0 -232px;
content: "";
height: 99px;
left: -112px;
margin-top: -74.5px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 92px;
}

.info_popup div[class^="abs-pos"] {
left: 50%;
margin-left: -150px;
position: absolute;
width: 300px;
}

.info_popup div[class^="abs-pos"] .badge {
background-color: #75b967;
border-radius: 50%;
color: white;
font-size: 30px;
height: 64px;
letter-spacing: 0.3px;
line-height: 64px;
padding: 0;
width: 64px;
}

.info_popup div[class^="abs-pos"] p {
color: #71b763;
font-size: 25px;
font-weight: bold;
}

.info_popup .abs-pos1 {
top: 250px;
}

.info_popup .abs-pos1 p {
padding-left: 25px;
position: relative;
}

.info_popup .abs-pos1 p:before {
background-position: 0 -557px;
content: "";
height: 139px;
left: 50%;
margin-left: -86.5px;
position: absolute;
top: -149px;
width: 173px;
}

.info_popup .abs-pos2 {
top: 700px;
}

.info_popup .abs-pos2 p {
padding-left: 60px;
position: relative;
}

.info_popup .abs-pos2 p:before {
background-position: 0 -1133px;
content: "";
height: 123px;
left: 50%;
margin-left: -39px;
position: absolute;
top: -133px;
width: 78px;
}

.info_popup div.abs-pos3 {
bottom: 50px;
margin-left: -300px;
width: 300px;
}

.info_popup div.abs-pos3 p {
position: relative;
}

.info_popup div.abs-pos3 p:before {
background-position: 0 -335px;
content: "";
height: 108px;
left: 35%;
margin-left: -77.5px;
position: absolute;
top: -118px;
transform: scale(0.9, 0.9);
width: 155px;
}

.text_popup_title {
text-align: center;
padding: 0px 15px 25px;
color: #00b1e5;
font-size: 20px;
font-weight: 700;
}

.info_popup2 .blocksize {
margin: 0 -10px 40px;
overflow: hidden;
}

.info_popup2 .blocksize .item {
float: left;
width: 50%;
padding: 0 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}

.info_popup2 .blocksize .item img {
float: left;
width: 125px;
}

.info_popup2 .blocksize .picture-text {
margin-left: 150px;
}

.info_popup2 .blocksize .green-text {
color: #71b763;
font-size: 20px;
font-weight: bold;
margin: 10px 0;
}

.info_popup2 .why-icon {
text-align: center;
padding-bottom: 10px;
}

.info_popup2 .why-family {
background: url(/bitrix/templates/new_page/images/icon11.png) no-repeat 0 0 transparent;
height: 70px;
margin: 0 auto 12px;
width: 100px;
}

.info_popup3 .questions_col {
float: left;
width: 58%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 15px 0 0;
}

.info_popup3 ul {
list-style: none outside;
margin: 0;
padding: 0;
}

.info_popup3 li {
padding-top: 15px;
}

.info_popup3 li:first-child {
padding: 0;
}

.info_popup3 li > a {
font-size: 17px;
line-height: 20px;
} 

.info_popup3 .collapse {
display: none;
padding-top: 12px;
padding-left: 12px;
}

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

.info_popup3 .text-right a {
color: #7f7f7f;
font-size: 14px;
}

.info_popup3 .contacts_col {
float: left;
width: 41%;
text-align: center;
font-size: 19px;
line-height: 25px;
}

.info_popup3 .contacts_col b {
color: #009fdb;
}

.info_popup3 .contacts_col .home {
display: block;
background: url(/bitrix/templates/new_page/images/icons-s769c47a955.png) no-repeat 0 -557px transparent;
width: 173px;
height: 139px;
margin: 20px auto 0;
}


@media screen and (max-width: 1550px) {

	.menu {
	margin-left: 20px;
	}
	
	.menu li {
	margin: 0 15px;
	}
	
	.header_stats > span + span {
	margin-left: 18px;
	}
	
}


@media screen and (max-width: 1350px) {

	.menu {
	float: right;
	margin: 0 0 6px 0;
	padding: 0;
	}
	
	.menu li:last-child {
	margin-right: 0;
	}
	
	.header_stats {
	margin-bottom: 10px;
	margin-top: -15px;
	clear: both;
	}

}

@media screen and (max-width: 1200px) {

	body {
	font-size: 16px;
	}
	
	.h2 {
	font-size: 23px;
	line-height: 26px;
	margin-bottom: 25px;
	}
	
	.top_creative_title {
	font-size: 30px;
	line-height: 35px;
	}
	
	.comments_controls .input_hld {
	width: 190px;
	}
	
}

@media screen and (max-width: 1100px) {

	.page_content:after {
	left: 360px;
	}

	.sidebar {
	width: 360px;
	}
	
	.main {
	margin-left: 360px;
	}
	
	.checkbox_line .checkbox {
	font-size: 24px;
	}
	
	.form_head .sum_val {
	font-size: 22px;
	line-height: 26px;
	}

}

@media screen and (max-width: 1000px) {

	#header_wrapper {
	height: 88px;
	}	

	.page_content.ui.rail {
	height: auto !important;
	}

	.page_content:after {
	display: none;
	}

	.sidebar {
	float: none;
	width: 100%;
	background: #f2f2f2;
	}
	
	.sidebar.ui.sticky {
	position: static !important;
	margin-top: 0 !important;
	}
	
	.main {
	margin: 0;
	}
	
	#screen_form {
	background: #fff;
	max-width: 400px;
	width: auto;
	margin: 0 auto 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	}
	
	.form_block_wrap {
	border: 1px solid #dadada;
	}
	
	.user_info:before {
	display: none;
	}
	
	.people_list {
	margin: 0 auto;
	max-width: 400px;
	}
	
	.geometry_video {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	}
	
	.footer {
	padding-top: 25px;
	}

	.footer .create_btn {
	clear: both;
	text-align: center;
	}
	
	.footer .blue_border_btn {
	position: static;
	margin: 0;
	}
	
	.footer_left {
	margin-top: 10px;
	}

}

@media screen and (max-width: 950px) {

	.main_frame {
	padding-top: 68px;
	}
	
	#header_wrapper {
	display: none;
	}

	#header .logo {
	float: none;
	}
	
	#showmenu {
	display: block;
	}
	
	.menu {
	margin: 10px 0 0;
	display: none;
	position: relative;
	background: #fff;
	float: none;
	}
	
	.menu.visible {
	display: block;
	}
	
	.header_stats {
	margin-top: 0;
	clear: none;
	text-align: left;
	position: absolute;
	top: 16px;
	left: 180px;
	}
	
	.menu li {
	margin: 0;
	padding: 8px 0;
	text-align: center;
	float: none;
	}
	
	.story_popup,
	.text_popup {
	padding: 30px 20px 20px;
	}

}


@media screen and (max-width: 900px){

	.info_popup .pos1 {
	width: auto;
	}

	.info_popup .pos2 {
	float: none;
	margin-top: 45px;
	padding-left: 150px;
	}

	.info_popup div.abs-pos1,
	.info_popup div.abs-pos2 {
	left: auto;
	right: 30px;
	margin-left: 0;
	}

	.info_popup .pos3 {
	margin: 70px 0 0 155px;
	}

	.info_popup div.abs-pos3 {
	left: 0px;
	margin-left: 0;
	}

}

@media screen and (max-width: 880px) {
	
	.checkbox_align > span {
	font-size: 14px;
	line-height: 18px;
	}

}

@media screen and (max-width: 820px){

	.info_popup .pos2 {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	}

	.info_popup .pos2 p.p2 {
	margin-left: 0;
	}

	.info_popup .pos4 {
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	}

	.info_popup .pos5 {
	float: none;
	margin-top: 75px;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 125px;
	}

	.info_popup div[class^="abs-pos"] {
	display: none;
	}
	
	.info_popup2 .blocksize {
	margin: 0 auto;
	max-width: 600px;
	}
	
	.info_popup2 .blocksize .item {
	padding: 0 0 20px;
	float: none;
	width: auto;
	}
	
	.footer {
	text-align: center;
	padding: 20px 5px;
	}
	
	.footer_left,
	.footer_right {
	float: none;
	}
	
	.footer_left {
	display: inline-block;
	text-align: left;
	}
	
	.footer_right {
	padding-top: 20px;
	text-align: center;
	}
	
	.footer .create_btn {
	margin-bottom: 20px;
	}
	
	.footer_contacts {
	text-align: center;
	}

}

@media screen and (max-width: 730px) {

	.geometry_bg_outer {
	background-image: none;
	}
	
	.info_popup3 .questions_col {
	float: none;
	width: auto;
	padding-right: 0;
	}
	
	.info_popup3 .contacts_col {
	float: none;
	width: auto;
	margin-top: 30px;
	}
	
	.reason_hld {
	float: none;
	width: auto;
	margin: 0 0 5px;
	}
	
	.checkbox_align {
	height: 80px;
	}
	
}

@media screen and (max-width: 680px) {
	
	.header_stats {
	float: none;
	position: static;
	padding-top: 10px;
	}
	
	.main_frame {
	padding-top: 105px;
	}
	
	.top_creative {
	padding: 30px 0;
	}
	
	.top_creative_title {
	font-size: 25px;
	line-height: 28px;
	}
	
	.slider .slick-slide {
	padding: 0 30px;
	}
	
	.slider_container,
	.slider_container .image {
	height: 290px;
	}
	
	.slider .slick-prev {
	left: -13px;
	}
	
	.slider .slick-next {
	right: -13px;
	}
	
	.comments_controls .input_hld {
	width: 48%;
	}
	
	.comments_controls .input_hld + .input_hld {
	margin-left: 4%;
	}
	
	.comments_controls .orange_btn {
	display: block;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	float: none;
	}

}

@media screen and (max-width: 600px) {

	#header {
	padding-top: 12px;
	}
	
	#showmenu {
	top: 12px;
	}
	
	.header_stats {
	padding-top: 10px;
	float: none;
	}
	
	.header_stats > span {
	display: block;
	}
	
	.header_stats > span + span {
	margin: 0;
	}
	
	.main_frame {
	padding-top: 120px;
	}
	
	.slider_container {
	height: 200px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	}
	
	.slider_container .image {
	flex: 0 1 auto;
	height: 200px;
	}
	
	.slider_container .video {
	flex: 0 1 100%;
	}

}

@media screen and (max-width: 550px){

	.info_popup,
	.info_popup2,
	.info_popup3 {
	padding: 0 20px 20px;
	font-size: 14px;
	line-height: 18px;
	}

	.info_popup .story_popup_title,
	.info_popup2 .story_popup_title,
	.info_popup3 .story_popup_title {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	font-size: 18px;
	line-height: 22px;
	}

	.info_popup .pos2 {
	width: auto;
	margin-left: 0;
	margin-right: 0;
	padding-left: 120px;
	}

	.info_popup .pos3 {
	margin-left: 0;
	}

	.info_popup .pos3:before {
	display: none;
	}

	.info_popup .pos4 {
	width: auto;
	}

	.info_popup .pos4 p,
	.info_popup .pos5 p {
	padding-left: 0;
	margin: 20px 0;
	}

	.info_popup .pos4 br,
	.info_popup .pos5 br {
	display: none;
	}

	.info_popup .pos4 p:before {
	display: none;
	}

	.info_popup .pos5 {
	padding-left: 0;
	width: auto;
	margin-top: 0;
	}
	
	.info_popup2 .blocksize .item img {
	width: 100px;
	}
	
	.info_popup2 .blocksize .picture-text {
	margin-left: 120px;
	}
	
	.info_popup2 .blocksize .green-text {
	font-size: 17px;
	}

}

@media screen and (max-width: 500px) {

	.top_creative_title {
	font-size: 22px;
	line-height: 26px;
	}

	.checkbox_line {
	text-align: left;
	margin-left: -20px;
	}
	
	.checkbox_line .checkbox {
	margin-left: 20px;
	}
	
	.checkbox_line:after {
	display: none;
	}
	
	.payment {
	width: 275px;
	height: 35px;
	background-position: 32px -130px;
	margin-left: auto;
	margin-right: auto;
	}
	
	.geometry_video {
	margin-bottom: 10px;
	}
	
	.checkbox_align img {
	display: none;
	}
	
	.checkbox_align {
	display: block;
	height: auto;
	min-height: 50px;
	padding-left: 25px;
	position: relative;
	}
	
	.checkbox_align:before {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background: #009ee0;
	position: absolute;
	top: 16px;
	left: 0;
	}
	
	.comments_controls .input_hld {
	float: none;
	width: auto;
	}
	
	.comments_controls .input_hld + .input_hld {
	margin-left: 0;
	}
	
	.comment {
	font-size: 14px;
	}
	
	.comment_image {
	width: 50px;
	height: 50px;
	}
	
	.comment_text {
	margin-left: 63px;
	}
	
	.blue_border_btn {
	padding: 0 12px;
	}
	
	.footer .logo {
	margin: 0;
	}
	
	.footer_left a {
	margin-left: 0;
	}

}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5), 
only screen and (min-resolution: 1.5dppx){

#header .logo,
.user_pic:before,
.user_pic_com:before,
.checkbox.checked:before,
.payment,
.form_head .prev_step,
.comment_image:before,
.footer_left .logo,
.socials_share .ya-share2__badge,
.popup_close {
background-image: url("/bitrix/templates/new_page/images/sprite_x2.png");
background-size: 560px 165px;
}

}
/* End */
/* /bitrix/templates/new_page/css/reset.css?14756748524053 */
/* /bitrix/templates/new_page/css/sticky.min.css?1490748194600 */
/* /local/cookie/style.css?17115353241549 */
/* /local/popup/style.css?176537981210875 */
/* /bitrix/templates/new_page/template_styles.css?172484613033943 */
