/*** RESET ***/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,a,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;outline:0 none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}
img,a img,:link img,:visited img{border:0;outline:none}
table{border-collapse:collapse;border-spacing:0}
tr{vertical-align:middle}
th,td{vertical-align:inherit}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
ins{background:#999;color:#000;text-decoration:none}
mark{display:inline-block;vertical-align:middle;padding:0 .5em;background:#f47920;color:#fff;font-style:normal;font-weight:400;line-height:1.5}
del{text-decoration:line-through}
abbr[title],dfn[title]{border:1px dotted #999;cursor:help}
hr{display:block;margin:1em 0;padding:0;height:1px;color:#999;background:#999;border:0}
button,input,select,textarea{margin:0;padding:0;outline:0 none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
button,input{width:auto;overflow:visible}
button::-moz-focus-inner,input::-moz-focus-inner,select::-moz-focus-inner,textarea::-moz-focus-inner{padding:0;border:0}
textarea{overflow:auto;resize:none;vertical-align:top}
input[type="button"],input[type="submit"],input[type="reset"],button{cursor:pointer}
input[type="checkbox"]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}
input[type="radio"]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}
::-webkit-input-placeholder{color:#999}
:-moz-placeholder{color:#999}
::-moz-placeholder{color:#999}
:-ms-input-placeholder{color:#999}
pre,code,kbd,samp{font-family:monospace,sans-serif}
html{overflow-y:scroll}
small,.small{font-size:.75em}
big,.big{font-size:1.25em}
b,strong{font-weight:700}
i,em{font-style:italic}
sub{vertical-align:sub;font-size:smaller;line-height:.5}
sup{vertical-align:super;font-size:smaller;line-height:.5}
pre{padding:2em;white-space:pre;white-space:pre-wrap;word-wrap:break-word}
img{max-width:100%}

/*** GRID ***/
.d-grid {  display: block; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; max-width: 1170px; }
.is-liquid-layout .d-grid { max-width: 100%; }
.is-fixed-layout .d-grid { width: 1170px; }
.is-liquid-layout .d-grid_fixed { max-width: 1320px; }
.d-row {  display: block; margin-left: -15px; margin-right: -15px; }
.d-col { display: inline-block; vertical-align: top; position: relative; float: left; padding-left: 15px; padding-right: 15px; width: 100%; min-height: 1px; }
.d-col.d-fr { float: right; }
.d-row_ib { word-spacing: -5px; }
.d-row_ib > * { word-spacing: 0; }
.d-row_ib .d-col { float: none; }
.d-col_xs_1 { width: 8.33%; }
.d-col_xs_2 { width: 16.66%; }
.d-col_xs_3 { width: 25%; }
.d-col_xs_4 { width: 33.33%; }
.d-col_xs_5 { width: 41.66%; }
.d-col_xs_6 { width: 50%; }
.d-col_xs_7 { width: 58.33%; }
.d-col_xs_8 { width: 66.66%; }
.d-col_xs_9 { width: 75%; }
.d-col_xs_10 { width: 83.33%; }
.d-col_xs_11 { width: 91.66%; }
.d-col_xs_12 { width: 100%; }
.d-col-offset_xs_0 { margin-left: 0; }
.d-col-offset_xs_1 { margin-left: 8.33%; }
.d-col-offset_xs_2 { margin-left: 16.66%; }
.d-col-offset_xs_3 { margin-left: 25%; }
.d-col-offset_xs_4 { margin-left: 33.33%; }
.d-col-offset_xs_5 { margin-left: 41.66%; }
.d-col-offset_xs_6 { margin-left: 50%; }
.d-col-offset_xs_7 { margin-left: 58.33%; }
.d-col-offset_xs_8 { margin-left: 66.66%; }
.d-col-offset_xs_9 { margin-left: 75%; }
.d-col-offset_xs_10 { margin-left: 83.33%; }
.d-col-offset_xs_11 { margin-left: 91.66%; }
.d-col-offset_xs_12 { margin-left: 100%; }

@media (min-width:640px){
	.d-col_sm_1 { width: 8.33%; }
	.d-col_sm_2 { width: 16.66%; }
	.d-col_sm_3 { width: 25%; }
	.d-col_sm_4 { width: 33.33%; }
	.d-col_sm_5 { width: 41.66%; }
	.d-col_sm_6 { width: 50%; }
	.d-col_sm_7 { width: 58.33%; }
	.d-col_sm_8 { width: 66.66%; }
	.d-col_sm_9 { width: 75%; }
	.d-col_sm_10 { width: 83.33%; }
	.d-col_sm_11 { width: 91.66%; }
	.d-col_sm_12 { width: 100%; }
	.d-col-offset_sm_0 { margin-left: 0; }
	.d-col-offset_sm_1 { margin-left: 8.33%; }
	.d-col-offset_sm_2 { margin-left: 16.66%; }
	.d-col-offset_sm_3 { margin-left: 25%; }
	.d-col-offset_sm_4 { margin-left: 33.33%; }
	.d-col-offset_sm_5 { margin-left: 41.66%; }
	.d-col-offset_sm_6 { margin-left: 50%; }
	.d-col-offset_sm_7 { margin-left: 58.33%; }
	.d-col-offset_sm_8 { margin-left: 66.66%; }
	.d-col-offset_sm_9 { margin-left: 75%; }
	.d-col-offset_sm_10 { margin-left: 83.33%; }
	.d-col-offset_sm_11 { margin-left: 91.66%; }
	.d-col-offset_sm_12 { margin-left: 100%; }
}
@media (min-width:768px){
	.d-col_md_1 { width: 8.33%; }
	.d-col_md_2 { width: 16.66%; }
	.d-col_md_3 { width: 25%; }
	.d-col_md_4 { width: 33.33%; }
	.d-col_md_5 { width: 41.66%; }
	.d-col_md_6 { width: 50%; }
	.d-col_md_7 { width: 58.33%; }
	.d-col_md_8 { width: 66.66%; }
	.d-col_md_9 { width: 75%; }
	.d-col_md_10 { width: 83.33%; }
	.d-col_md_11 { width: 91.66%; }
	.d-col_md_12 { width: 100%; }
	.d-col-offset_md_0 { margin-left: 0; }
	.d-col-offset_md_1 { margin-left: 8.33%; }
	.d-col-offset_md_2 { margin-left: 16.66%; }
	.d-col-offset_md_3 { margin-left: 25%; }
	.d-col-offset_md_4 { margin-left: 33.33%; }
	.d-col-offset_md_5 { margin-left: 41.66%; }
	.d-col-offset_md_6 { margin-left: 50%; }
	.d-col-offset_md_7 { margin-left: 58.33%; }
	.d-col-offset_md_8 { margin-left: 66.66%; }
	.d-col-offset_md_9 { margin-left: 75%; }
	.d-col-offset_md_10 { margin-left: 83.33%; }
	.d-col-offset_md_11 { margin-left: 91.66%; }
	.d-col-offset_md_12 { margin-left: 100%; }
}
@media (min-width:1024px){
	.d-col_lg_1 { width: 8.33%; }
	.d-col_lg_2 { width: 16.66%; }
	.d-col_lg_3 { width: 25%; }
	.d-col_lg_4 { width: 33.33%; }
	.d-col_lg_5 { width: 41.66%; }
	.d-col_lg_6 { width: 50%; }
	.d-col_lg_7 { width: 58.33%; }
	.d-col_lg_8 { width: 66.66%; }
	.d-col_lg_9 { width: 75%; }
	.d-col_lg_10 { width: 83.33%; }
	.d-col_lg_11 { width: 91.66%; }
	.d-col_lg_12 { width: 100%; }
	.d-col-offset_lg_0 { margin-left: 0; }
	.d-col-offset_lg_1 { margin-left: 8.33%; }
	.d-col-offset_lg_2 { margin-left: 16.66%; }
	.d-col-offset_lg_3 { margin-left: 25%; }
	.d-col-offset_lg_4 { margin-left: 33.33%; }
	.d-col-offset_lg_5 { margin-left: 41.66%; }
	.d-col-offset_lg_6 { margin-left: 50%; }
	.d-col-offset_lg_7 { margin-left: 58.33%; }
	.d-col-offset_lg_8 { margin-left: 66.66%; }
	.d-col-offset_lg_9 { margin-left: 75%; }
	.d-col-offset_lg_10 { margin-left: 83.33%; }
	.d-col-offset_lg_11 { margin-left: 91.66%; }
	.d-col-offset_lg_12 { margin-left: 100%; }
}
@media (min-width:1170px){
	.d-col_1 { width: 8.33%; }
	.d-col_2 { width: 16.66%; }
	.d-col_3 { width: 25%; }
	.d-col_4 { width: 33.33%; }
	.d-col_5 { width: 41.66%; }
	.d-col_6 { width: 50%; }
	.d-col_7 { width: 58.33%; }
	.d-col_8 { width: 66.66%; }
	.d-col_9 { width: 75%; }
	.d-col_10 { width: 83.33%; }
	.d-col_11 { width: 91.66%; }
	.d-col_12 { width: 100%; }
	.d-col-offset_0 { margin-left: 0; }
	.d-col-offset_1 { margin-left: 8.33%; }
	.d-col-offset_2 { margin-left: 16.66%; }
	.d-col-offset_3 { margin-left: 25%; }
	.d-col-offset_4 { margin-left: 33.33%; }
	.d-col-offset_5 { margin-left: 41.66%; }
	.d-col-offset_6 { margin-left: 50%; }
	.d-col-offset_7 { margin-left: 58.33%; }
	.d-col-offset_8 { margin-left: 66.66%; }
	.d-col-offset_9 { margin-left: 75%; }
	.d-col-offset_10 { margin-left: 83.33%; }
	.d-col-offset_11 { margin-left: 91.66%; }
	.d-col-offset_12 { margin-left: 100%; }
}

/*** COMMON ***/
body,button,input,select,textarea { font: 16px/1.5 'Open Sans',Verdana,Geneva,sans-serif; color: #494949; }
button,input,select,textarea { font-size: inherit; }

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { margin-bottom: .75em; font-weight: 800; line-height: 1.5; font-family: 'Open Sans',Arial,Helvetica,sans-serif; }
h1,.h1 { font-size: 2.25em; line-height: 1.06; }
h2,.h2 { font-size: 2em; line-height: 1.25; }
h3,.h3 { font-size: 1.3125em; }
h4,.h4 { font-weight: 400; font-size: .875em; }
h5,.h5 { font-weight: 400; font-size: .75em; }
h6,.h6 { font-weight: 400; font-size: .6875em; }
.hl-display { font-weight: 800; font-size: 4.5em; line-height: 1.05; }
.hl-decor { position: relative; }
.hl-decor:before, .hl-decor:after { display: none; content: '.'; text-indent: -999em; overflow: hidden; }
.hl-decor_b { margin-bottom: 10px; }
.hl-decor_b:after { display: block; margin-top: 5px; width: 30px; height: 8px; background: #008942; }
.hl-decor_l:before { display: block; position: absolute; top: .85em; right: 100%; margin-right: 15px; width: 1.5em; height: 0; border-bottom: 4px solid; }
.hl-decor_v { padding-left: 20px; }
.hl-decor_v:before { display: block; position: absolute; top: 0; bottom: 0; left: 0; margin: .25em 0; width: 4px; background: #008942; }
.hl-decor_franchize { padding: 1.25em 0; }
.hl-decor_franchize:before { display: block; position: absolute; top: 50%; margin-top: -35px; right: 100%; margin-right: 40px; width: 100px; height: 70px; background: #f2f2f2; border-radius: 20px 0 20px 0; }

.fs_lg { font-size: 1.125em; }
.fs_sm { font-size: 12px; }

a { color: inherit; text-decoration: underline; }
a:hover { color: #f47920; }
.d-lnk-js { border-bottom: 1px dotted; }
.d-lnk-js, a.d-lnk-tdn, .d-lnk-tdn a { text-decoration: none; }
.d-lnk-js:hover { border-bottom-color: transparent; }
a[href^='tel:'] { color: inherit !important; text-decoration: none !important; cursor: default; }

.d-lnk-tduh:hover {
	text-decoration: underline;
}

p { margin-bottom: 1.5em; }
dd { padding: 0 0 1em 1em; }
ol, ul { margin-bottom: 1.5em; }
ol{ margin-left:1em; list-style-type:decimal; }
ul { margin-left: 0; list-style: none; }
li{ margin-bottom:0; padding-left:1.5em; }
ul li { padding-left: 15px; }
ul li:before { display: block; float: left; margin: .6em 0 0 -15px; width: 6px; height: 6px; background: #f47920; content: '.'; text-indent: -999em; overflow: hidden; border-radius: 100%; }
nav ol, nav ul, nav li, fieldset ol, fieldset ul, fieldset li, .d-plain, .d-plain li, .d-plain dd, input.d-plain, button.d-plain, textarea.d-plain { margin: 0; padding: 0; background: none; border: 0; list-style: none; }
nav li:before, fieldset li:before, .d-plain li:before { display: none; }
fieldset li { margin-bottom: 1.125em; }
li > ul, li > ol{
	margin-top:1.5em;
}

blockquote { position: relative; margin-top: 2em; padding: 2em 0; }
blockquote:before { position: absolute; top: -60px; left: -50px; font-weight: 800; font-size: 10em; line-height: 1; color: #f2f2f2; content: '«'; }
blockquote .d-pr { z-index: 2; }

.d-bsbb,.d-grid,.d-col,.d-wrapper,.btn { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.d-wrapper { display: block; position: relative; width: 100%; overflow: hidden; }
.d-table { display: table; table-layout: fixed; }
.d-table__row { display: table-row; }
.d-table__cell { display: table-cell; vertical-align: middle; }
.d-cb:after,.d-grid:after,.d-row:after { clear: both; display: block; height: 0; content:'.'; visibility: hidden; }
.d-clear { clear: both; }
.d-ht { display: block; text-align: left; text-indent: -999em; overflow: hidden; } 
.d-db { display: block; }
.d-ib,.btn { display: inline-block; vertical-align: middle; }
.d-ha:after,.d-hb:before { display: block; height: 0; content: '.'; text-align: left; text-indent: -999em; overflow: hidden; }
.d-fn { float: none; }
.d-fl { float: left; }
.d-fr { float: right; }
.d-pr { position: relative; }
.d-tac { text-align: center; }
.d-tal { text-align: left; }
.d-tar { text-align: right; }
.d-taj { text-align: justify; }
.d-ttu { text-transform: uppercase; }
.d-lhn { line-height: normal; }
.d-vat { vertical-align: top; }
.d-vam { vertical-align: middle; }
.d-vab { vertical-align: bottom; }
.d-wsnw { white-space: nowrap; }
.d-hidden,.d-hide-pc { display: none; }
.d-fw_7{ font-weight:700 }
.d-fw_4{ font-weight:400 }

.clr_grey { color: #959595; }
.clr_green { color: #008942; }
.clr_light { color: #d7d7d7; }
.clr_black_h:hover{ color:#494949 }
.d-bbdot{
	border-bottom:1px dotted;
	text-decoration:none;
}



.clr_white {
	color: white;
}
.clr_orange { color: #f47920; }
font.errortext { color: #f47920 !important; }

.d-bgc_white {
	background-color: white;
}

.d-bgc_grey {
	background-color: #efefef;
}

.d-bgc_green {
	background-color: #008942;
}

.d-bgc_orange {
	background-color: #f47920;
}

.d-plr {
	padding-left: 3.750em;
	padding-right: 3.750em;
}

.d-lh_1 {
	line-height: 1;
}

.d-bi {
	background: no-repeat center/cover
}

.d-mb_0 {
	margin-bottom: 0
}

.d-mb_1 {
	margin-bottom: .5em
}

.d-mb_2 {
	margin-bottom: 1em
}

.d-mb_3 {
	margin-bottom: 1.5em
}

.d-mb_4 {
	margin-bottom: 2em
}

.d-mb_5 {
	margin-bottom: 2.5em
}

.d-mb_6 {
	margin-bottom: 3em
}

.d-mb_sect {
	margin-bottom: 1.875em;
}

/* table */
.page-wrap table { margin: 2em 0; }

.page-wrap tr, .page-wrap tbody, .page-wrap thead {
	vertical-align: inherit;
}
.page-wrap td, .page-wrap th { padding: .5em 1em; border: 1px solid #999; }

.page-wrap th {
	font-weight: 700;
	text-align: center;
}
.page-wrap table.d-plain, .page-wrap table.d-plain th, .page-wrap table.d-plain td { margin: 0; padding: 0; background: none; border: 0; }

.page-wrap th, .page-wrap td {
	border: 0;
	padding-left: 0
}

.page-wrap th {
	color: #959595;
	font-weight: 400;
	text-align: left;
	border-bottom: 1px solid #f47920;
}


/* form */
.page-wrap button, .page-wrap input, .page-wrap select, .page-wrap textarea, #colorbox button, #colorbox input, #colorbox select, #colorbox textarea, .btn {
	padding: .5em 15px;
	background: #fff;
	border: 0;
	border-bottom: 3px solid #dcdcdc;
	border-radius: 0;
}
.page-wrap button, .page-wrap [type="button"], .page-wrap [type="reset"], .page-wrap [type="submit"], #colorbox button, #colorbox [type="button"], #colorbox [type="reset"], #colorbox [type="submit"], .btn{ border:1px solid; padding-top:.65em; padding-bottom:.75em; background:none; border-color:#008942; line-height:1; color:#959595; text-align:center; text-decoration:none; border-radius:2em; }
.page-wrap .btn_bg,#colorbox .btn_bg { background: #008942; border-color: #008942; color: #fff; }

.page-wrap .btn_orange, #colorbox .btn_orange {
	background: #f47920;
	border-color: #f47920;
	color: #fff !important;
}
.page-wrap .btn_w,#colorbox .btn_w { border-color: #fff; color: inherit; }
.page-wrap input:not([type="submit"]):focus, .page-wrap textarea:focus, #colorbox input:not([type="submit"]):focus, #colorbox textarea:focus{
	border-color:#f47920;
}

.page-wrap .btn_lg, #colorbox .btn_lg {
	padding: 1.25em 60px;
}

.page-wrap .btn_brc_orange {
	border-color: #f47920;
}
.page-wrap .btn_brc_orange{
	border-color:#959595;
}

.page-wrap button:hover,.page-wrap [type="button"]:hover,.page-wrap [type="reset"]:hover,.page-wrap [type="submit"]:hover,#colorbox button:hover,#colorbox [type="button"]:hover,#colorbox [type="reset"]:hover,#colorbox [type="submit"]:hover,.btn:hover { background: #f47920; border-color: #f47920; color: #fff; }

.page-wrap input[type="checkbox"], .page-wrap input[type="radio"], #colorbox input[type="checkbox"], #colorbox input[type="radio"] {
	position: absolute;
	padding: 0;
	width: 1px;
	height: 1px;
	background: none;
	border: 0;
	opacity: 0;
}
.page-wrap input[type="checkbox"] + label,.page-wrap input[type="radio"] + label,#colorbox input[type="checkbox"] + label,#colorbox input[type="radio"] + label { display: inline-block; position: relative; padding-left: 25px; cursor: pointer; }
.page-wrap input[type="checkbox"] + label:before,.page-wrap input[type="radio"] + label:before,#colorbox input[type="checkbox"] + label:before,#colorbox input[type="radio"] + label:before { position: absolute; top: .35em; left: 0; width: 12px; height: 12px; background: #fff; border: 1px solid #959595; border-radius: 3px; content: '.'; text-indent: -999em; overflow: hidden; }
.page-wrap input[type="checkbox"]:checked + label:before,.page-wrap input[type="radio"]:checked + label:before,#colorbox input[type="checkbox"]:checked + label:before,#colorbox input[type="radio"]:checked + label:before { background: #f47920; border-color: #f47920; }

.page-wrap input[type="checkbox"]:disabled:checked + label:before, .page-wrap input[type="radio"]:disabled:checked + label:before, #colorbox input[type="checkbox"]:disabled:checked + label:before, #colorbox input[type="radio"]:disabled:checked + label:before {
	opacity: .25;
}
.page-wrap select {-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist}
.btn_sel { position: relative; padding-left: 30px !important; padding-right: 30px !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.btn_sel:before { position: absolute; top: 50%; left: 15px; margin-top: -.5em; font: normal normal normal 14px/1 FontAwesome; text-rendering:auto; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; content: '\f142'; }
.btn_sel span { display: block; line-height: 1; }
.btn_circle { position: relative; padding: 0 !important; width: 2.5em; height: 2.5em; }

.btn_circle i {
	display: block;
	line-height: 2.5em;
	color: #008942;
}

.btn_circle.clr_orange i {
	color: #f47920;
}
.btn_circle.clr_grey i{
	color:#959595;
}

.btn_circle i:before { font-size: 1.25em; }
.btn_circle:hover i { color: #fff; }
.btn_video { display: block; position: relative; margin: 30px; width: 130px; height: 130px; background: rgba(255,255,255,.2); cursor: pointer; border-radius: 100%; animation: btnVideoPulse 5s infinite ease-in-out; }
.btn_video:before { position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -15px; border: 0 solid transparent; border-width: 25px 45px; border-left-color: #fff; }

.btn_circle_aside {
	width: 1.25em;
	height: 1.25em;
	border-color: #959595;
}

.btn_circle_aside i {
	line-height: 1.15em;

}

.btn_circle_aside:hover i:before {
	color: white;
}

.btn_circle_aside i:before {
	font-size: 1em;
	color: #959595;
}

.btn_circle_aside_pos {
	position: absolute;
	right: 0;
	top: 0;
}

a .fa { cursor: pointer; }
.faconed { position: relative; padding-left: 3.25em; }
.faconed .fa { position: absolute; top: 50%; left: 0; margin-top: -.875em; width: 1.75em; height: 1.75em; border: 1px solid; font-size: 1.25em; line-height: 1.8; text-align: center; border-radius: 100%; }
.faconed .fa_lg { font-size: 1.375em; }
a.faconed:hover .fa, .faconed a:hover .fa { background: #f47920; border-color: #f47920; color: #fff; }
.faconed_rtl { padding-left: 0; padding-right: 3.25em; }
.faconed_rtl .fa { left: auto; right: 0; }
.faed .fa { margin-right: 5px; }

.userarea { display: inline-block; vertical-align: middle; padding-left: 3em; text-align: left; text-decoration: none; }
.userarea .fa { line-height: 1.65; }
.userarea .fa:before { font-size: .9em; }
.userarea span { display: block; }

.text-cols { -webkit-column-gap: 2em; -moz-column-gap: 2em; column-gap: 2em; }
.text-cols_2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
.text-cols_3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }

/* transition */
.page-wrap a,.page-wrap button,.page-wrap input,.page-wrap select,.page-wrap textarea,#colorbox a,#colorbox button,#colorbox input,#colorbox select,#colorbox textarea,.trans,.trans_hb:before,.trans_ha:after,.nav_socials .fa { -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; }
.page-wrap .notrans,#colorbox .notrans,.notrans_hb:before,.notrans_ha:after { -webkit-transition: all 0s; -moz-transition: all 0s; -o-transition: all 0s; transition: all 0s; }
.cbtrans { -webkit-transition: all 1s cubic-bezier(.215,.61,.355,1); -moz-transition: all 1s cubic-bezier(.215,.61,.355,1); -o-transition: all 1s cubic-bezier(.215,.61,.355,1); transition: all 1s cubic-bezier(.215,.61,.355,1); }

/*** STYLES ***/
html, body { min-width: 1170px; min-height: 100%; height: 100%; }
body { position: relative; background: #fff; }

#d-wrap { position: relative; z-index: 1; width: 100%; min-height: 100%; overflow: hidden; }
#d-wrap:after { display: block; clear: both; height: 0; content:'.'; visibility: hidden; }

#d-header { position: relative; z-index: 333; height: 80px; color: #fff; }
#d-header a:hover { color: inherit; }
#d-header .userarea { margin-top: .95em; }
.d-header__body { position: relative; z-index: 10; height: 80px; background: #008942; font-size: 1.125em; line-height: 1.125; box-shadow: 0 .5em 2em rgba(0,0,0,.25); }
.d-header__body .d-col { max-height: 80px; }
.d-header__phones { margin-top: .95em; white-space: nowrap; }
.d-header__phones .d-ib { margin-right: 1.25em; }

.d-header__city {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 1em 1.75em 0 1.75em;
	text-align: center;
}
.d-header__city .btn_sel { width: 200px; font-size: .95em; }
.d-header__city .btn_sel span { font-size: 14px; }
.d-header__city__confirm { position: absolute; top: 100%; right: 0; margin-top: 4em; padding: 15px; min-width: 230px; background: #f47920; font-size: 14px; color: #fff; border-radius: 10px; text-align: left; }
.d-header__city__confirm:before { position: absolute; bottom: 100%; left: 50%; margin-left: -10px; width: 0; border: 10px solid transparent; border-bottom-color: #f47920; }
.d-header__city__pretitle { font-size: 1.143em; }
.d-header__city__title { margin: .25em 0; font-weight: 600; }
.d-header__city__btns { margin: .5em -6px 0; }
.d-header__city__btns span { display: inline-block; vertical-align: middle; margin: .5em 6px 0; cursor: pointer; }
.d-header__city__btns span:hover { text-decoration: underline; }
.d-header__city__btns span.d-header__city__yes { padding: .35em 30px .6em; border: 1px solid; border-radius: 3em; }
.d-header__city__btns span.d-header__city__yes:hover { text-decoration: none; }
.d-header__city__confirm .fa-times { float: right; margin: -10px -10px 0 0; padding: 10px; font-size: 1.125em; cursor: pointer; }
.d-header__nav { position: relative; }
.d-header__nav nav.d-header__nav__nav { position: relative; z-index: 5; margin: 0 20%; background: #008942; height: 2.75em; font-size: 1.125em; line-height: 1.125; text-align: center; }
.d-header__nav nav.d-header__nav__nav:before, .d-header__nav nav.d-header__nav__nav:after { position: absolute; top: 0; bottom: 0; margin: 0 -25px; width: 40px; height: auto; background: #008942; }
.d-header__nav nav.d-header__nav__nav:before { left: 0; border-radius: 0 0 0 15px; -webkit-transform: skew(20deg); -moz-transform: skew(20deg); -ms-transform: skew(20deg); -o-transform: skew(20deg); transform: skew(20deg); }
.d-header__nav nav.d-header__nav__nav:after { right: 0;  border-radius: 0 0 15px 0; -webkit-transform: skew(-20deg); -moz-transform: skew(-20deg); -ms-transform: skew(-20deg); -o-transform: skew(-20deg); transform: skew(-20deg); }
.d-header__nav nav.d-header__nav__nav ul { padding-top: .75em; }
.d-header__nav nav.d-header__nav__nav li { display: inline-block; margin: 0 15px; }
.d-header__nav nav.d-header__nav__nav li .fa { margin-right: 10px; }
.d-header__nav nav.d-header__nav__nav a { position: relative; }
.d-header__nav nav.d-header__nav__nav a:after { content: ''; position: absolute; bottom: -.25em; left: 0; width: 100%; height: 2px; background: rgba(255,255,255,.5); -webkit-transform: scale3d(0,1,1); transform: scale3d(0,1,1); -webkit-transform-origin: center left; transform-origin: center left; -webkit-transition: transform .4s cubic-bezier(.22,.61,.36,1); transition: transform .4s cubic-bezier(.22,.61,.36,1); -webkit-transition-delay: .4s; transition-delay: .4s; }
.d-header__nav nav.d-header__nav__nav a:hover:after { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); -webkit-transition-delay: 0s; transition-delay: 0s; }
.d-header__popup { position: absolute; z-index: 4; top: 0; left: 0; right: 0; padding-top: 4em; max-height: -webkit-calc(100vh - 60px); max-height: -moz-calc(100vh - 60px); max-height: calc(100vh - 60px); background: #007036; opacity: 0; visibility: hidden; overflow: auto; }
.d-header__popup__body { position: relative; margin: 0 auto; padding: 2em 0; max-width: 960px; }
.d-header__popup .fs_lg { line-height: 1.125; }
.d-header__popup .fa-times { position: absolute; z-index: 30; top: .85em; right: 0; margin-right: -1.75em; width: 1.75em; height: 1.75em; border: 1px solid; font-size: 1.375em; line-height: 1.8; text-align: center; cursor: pointer; border-radius: 100%; }
.d-header__popup .fa-times:before { display: block; font-size: .85em; line-height: 2.075; }
.d-header__popup .btn_sel { margin-top: 1.5em; }

.d-header__logo {
	display: inline-block;
	position: relative;
	z-index: 13;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
}
.d-header__logo img { vertical-align: middle; margin-bottom: 6px; height: 50px; }

.is-header-popup-opened .d-header__popup { opacity: 1; visibility: visible; }

.fp-enabled #d-header { position: fixed; top: 0; left: 0; right: 0; }

.nav_contacts { position: fixed; z-index: 690; bottom: 0; right: 0; margin: 10px; }
.nav_contacts__toggle { display: block; position: relative; padding: 2px; border: 1px solid #008942; cursor: pointer; border-radius: 100%; }
.nav_contacts__toggle:before { position: absolute; z-index: 7; top: 0; left: 50%; margin: -5px; width: 10px; height: 10px; background: #f47920; -webkit-animation: circle 10s linear infinite; animation: circle 10s linear infinite; -webkit-transform-origin: 50% 37px; transform-origin: 50% 37px; border-radius: 100%; }
.nav_contacts__toggle .im-contact { display: block; position: relative; z-index: 5; width: 1em; height: 1em; font-size: 60px; background-color: #008942; color: #fff; border-radius: 100%; }
.nav_contacts__body { position: absolute; z-index: 3; bottom: 0; right: 0; margin: 20px; padding: 10px 15px 15px; width: 230px; background: #f47920; font-size: 14px; opacity: 0; visibility: hidden; border-radius: 10px; }
.nav_contacts__body .fa-times { float: right; margin-top: .25em; cursor: pointer; }
.nav_contacts__body ul { margin: 1em 0 30px; }
.nav_contacts__body li { margin: .25em 0; }
.nav_contacts__body li i { width: 1.75em; }
.nav_contacts__body li a { text-decoration: none; }
.nav_contacts__body li a:hover { text-decoration: underline; }
.is-nav-contacts-opened .nav_contacts__body { opacity: 1; visibility: visible; }
.is-nav-contacts-opened .nav_contacts__toggle:before { -webkit-animation-play-state: paused; animation-play-state: paused; }

.teaser_surdo { position: fixed; z-index: 690; bottom: 70px; right: 0; margin: 10px; width: 66px; }

.body_inner_page #d-header { position: fixed; top: 0; left: 0; right: 0; }

#d-content { clear: both; }
.body_inner_page #d-content { padding-top: 80px; }

.page-section { padding: 5em 0; }
.page-section_gray { background: #f7f7f7; }
.page-section_gray .hl-decor_franchize:before { background: #fff; }
.page-section_pt0 { padding-top: 0 !important; }
.page-section_pb0 { padding-bottom: 0 !important; }
.page-section_visual { padding-left: 15px !important; padding-right: 15px !important; }
.page-section_videotour { background: #5c6363 url(/upload/bg_videotour.jpg) 50% no-repeat; background-size: cover; }
.page-section_videotour .form-wrap { margin: 0; }
.page-section_videotour .btn_video { margin-top: 8em; }
.page-section_videotour__title { margin-top: 4em; color: #fff; text-transform: uppercase; }
.page-section_videotour .form-row_captcha { padding-left: 0; }
.page-section_videotour .form-row_captcha img { display: block; float: none; margin-left: 0; max-width: 100%; }

.slider { position: relative; }
.slider__item { display: block !important; position: relative; }
.slider__item figure { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; }
.slider__caption { position: absolute; bottom: -2em; left: 0; right: 0; margin: 0 -15px; }
.slider__caption__content { position: relative; width: 75%; padding: 2em 45px 6em 45px; background: #fff; box-shadow: 0 30px 90px rgba(45,45,45,.25); }
.slider__caption__content mark { position: absolute; bottom: 100%; left: 45px; padding: .75em 30px; min-width: 100px; font-weight: 800; font-size: 1.3125em; color: #fff; }
.slider_captioned .slick-arrow { top: auto; bottom: 90px; margin: 0 0 -10px; left: 45px; right: auto; margin-left: 30px; }
.slider_captioned .slick-next { margin-left: 40px; -webkit-transform: translateX(2.5em); -moz-transform: translateX(2.5em); -ms-transform: translateX(2.5em); -o-transform: translateX(2.5em); transform: translateX(2.5em); }

.slider_newsline .slider__item { position: static; }
.slider_newsline .slick-dots { margin-left: -3px; margin-bottom: 19px; width: auto; }

.slider_articles { margin-bottom: 30px; padding: 20px 30px 0; background: #fff; }
.slider_articles .slider__item { padding-bottom: 60px; }
.slider_articles .slick-dots { margin-left: -3px; margin-bottom: 19px; width: auto; }

.slider_top { margin-bottom: 5em; height: 800px; color: #fff; }
.slider_top a { color: inherit; }
.slider_top .slick-slider, .slider_top .slick-list, .slider_top .slick-track, .slider_top .slick-slide, .slider_top .slider__item, .slider_top .slider__item:before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.slider_top .slider__item { background-position: 50%; background-repeat: no-repeat; background-size: cover; }
.slider_top .slider__item:before { height: auto; background: #000; opacity: .25; }
.slider_top .d-table { position: relative; z-index: 5; width: 100%; height: 100%; }

.slider_top__circle { position: relative; margin: 0 auto; width: 290px; height: 290px; border: 5px solid rgba(255,255,255,.2); border-radius: 100%; }
.slider_top__circle__body { position: absolute; top: 50%; left: 0; right: 0; margin: 0 30px; text-align: center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.slider_top__circle h2, .slider_top__circle h3 { margin: 0; }
.slider_top_franchize { height: 800px; color: #fff; background: url(../img/bg_franchize_slider.jpg) 20% 50% no-repeat; background-size: cover; }
.slider_top_franchize .hl-display { margin-bottom: .25em; }
.slider_top_franchize .d-col { vertical-align: middle; }
.slider_top_franchize .d-col_6 h2 { margin-top: 1em; }
.slider_top_franchize .slick-arrow { border-color: #fff; color: #fff; }
.slider_top_franchize .slick-arrow:hover { background: #008942; border-color: #008942; }
.slider_top_franchize .slick-prev { top: 0; left: 50%; margin: -60px -21px; }
.slider_top_franchize .slick-next { top: auto; bottom: 0; left: 50%; right: auto; margin: -60px -21px; }
.slider_top_franchize .d-table { position: relative; z-index: 5; width: 100%; height: 100%; }
.slider_top_franchize a { color: inherit; }
.slider_top_franchize ul { margin: 2em 0 2.5em; }
.slider_top_franchize li { padding-left: 35px; margin-bottom: 0; }
.slider_top_franchize li:before { margin: .45em 0 0 -35px; width: 8px; height: 8px; background: none; border: 3px solid #f47920; }

.slider_awards { padding: 5em 0 2em; color: #fff; }
.slider_awards .slider__item { margin: 0 auto; padding-bottom: 113%; }
.slider_awards .slider__item figure { z-index: 1; }
.slider_awards .slider__item figure:before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.5); content: ''; }
.slider_awards dl { position: absolute; top: 0; left: 0; right: 0; z-index: 2; padding: 13% 8% 0; }
.slider_awards dt { display: inline-block; margin: 0; padding: 5px 20px 15px; background: rgba(0,161,81,.8); font-weight: 800; font-size: 1em; line-height: 1; text-transform: uppercase; border-radius: 30px 0 30px 0; }
.slider_awards dt span { font-size: 4.5em; }
.slider_awards dd { margin: 0; padding: 1em 20px 0; }
.slider_awards dd h4 { margin-bottom: 2em; font-weight: 700; font-size: 1em; text-transform: uppercase; }
.slider_awards .slick-arrow { top: -3.5em; left: 0; right: auto; }
.slider_awards .slick-next { left: 2.5em; margin-left: 20px; }

.slider_steps_franchize h3 { text-transform: uppercase; }
.slider_steps_franchize .slider__item { margin: 0 auto; width: 230px !important; cursor: pointer; }
.slider_steps_franchize .slider__item.even { padding-top: 120px; }
.slider_steps_franchize .slider__item.even:before { position: absolute; top: 15px; left: 50%; margin-left: -260px; width: 520px; height: 230px; border: 1px dashed #ef7b19; border-top: 0; content: ''; border-radius: 0 0 260px 260px; }
.slider_steps_franchize .slider__item figure { display: block; position: relative; z-index: 5; margin: 0 auto .5em; padding: 0; width: 226px; height: 226px; background: #fff; border: 2px solid #dcdcdc; border-radius: 100%; }
.slider_steps_franchize .slider__item figure .im { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: 15px; border: 5px solid #fff; font-size: 110px; line-height: 186px; color: #00a151; text-align: center; border-radius: 100%; }
.slider_steps_franchize .slider__item figure .im-fran_step_0 { font-size: 100px; }
.slider_steps_franchize .slider__item figure .im-fran_step_2 { font-size: 90px; }
.slider_steps_franchize .slider__item:hover figure, .slider_steps_franchize .slider__item.current figure { background: #00a151; border-color: #00a151; }
.slider_steps_franchize .slider__item:hover figure .im, .slider_steps_franchize .slider__item.current figure .im { color: #fff; }
.slider_steps_franchize__descr { position: relative; top: -95px; margin: 0 0 0 auto; padding: 1.5em 30px; max-width: 440px; background: #f2f2f2; border-radius: 20px 0 20px 0; }
.slider_steps_franchize__descr h3 { margin-bottom: .5em; }

.slider_persons__wrap {
	margin: 0 auto;
	padding-bottom: 2em;
	max-width: 1070px;
}
.slider_persons { margin: 3em -15px 0; }
.slider_persons figure { display: block; position: relative; margin: 0 15px 15px; height: 350px; background-position: 50%; background-repeat: no-repeat; background-size: cover; }

.slider_persons figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 30px -15px -15px;
	padding: .75em 30px;
	background: #00a151;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px 0 30px 0;
}

.slider_persons figcaption span {
	display: block;
	font-weight: 400;
	text-transform: none;
}

.slider_persons .slick-arrow {
	top: auto;
	bottom: -4em;
	left: auto;
	right: 15px;
	margin: 0;
}
.slider_persons .slick-prev { right: 27px; margin-right: 2.5em; }

.slider_persons__feat {
	position: relative;
	margin-bottom: 2em;
}

.slider_persons__feat .d-row {
	margin: 0;
}

.slider_persons__feat .d-col {
	position: static;
	padding: 0;
}

.slider_persons__feat_quote {
	position: absolute;
	top: 30px;
	bottom: 45px;
	left: -15px;
	right: 0;
}

.slider_persons__feat_quote .d-table {
	width: 100%;
	height: 100%;
	background: #fff;
}

.slider_persons__feat_quote .d-table__cell {
	padding: 2em 5% 2em 80px;
}

.slider_persons__feat_quote blockquote {
	margin-top: 0;
	background: #fff;
}

.slider_persons__feat_quote blockquote .d-pr {
	font-size: 1.143em;
}

.slider_persons__feat .slider__item {
	z-index: 13;
}

.slider_testimonials { margin-bottom: -80px; }
.slider_testimonials h3 { position: absolute; top: 0; left: 50%; margin-left: 1.5%; text-transform: uppercase; }
.slider_testimonials .d-table { margin-bottom: 60px; width: 100%; }
.slider_testimonials__meta { width: 16.66%; }
.slider_testimonials__meta h4 { font-weight: 700; font-size: 1em; text-transform: uppercase; }
.slider_testimonials__meta .clr_grey { font-size: .875em; }
.slider_testimonials__img { width: 33.33%; }
.slider_testimonials__img figure { display: block; position: relative; padding-bottom: 100%; background-position: 50%; background-repeat: no-repeat; background-size: cover; border-radius: 100%; box-shadow: 0 20px 80px -20px #04a254; }
.slider_testimonials__txt { width: 58.33%; }
.slider_testimonials__txt blockquote { margin: 0 5% 0 10%; }
.slider_testimonials .slick-arrow { top: 0; left: auto; right: 0; margin: 0; }
.slider_testimonials .slick-prev { right: 12px; margin-right: 2.5em; }

.row-stats { margin: 0 -15px; text-align: justify; }
.row-stats:after { display: inline-block; width: 100%; height: 0; content: '.'; text-indent: -999em; overflow: hidden; }
.row-stats dl { display: inline-block; vertical-align: top; padding: 0 15px 1em; }

.box-brd { position: relative; padding: 2em 20px; border: .5em solid #008942; }

.box-callback { margin: 1.5em auto; max-width: 850px; }
.box-callback .box-brd { padding: 6% 12%; }
.box-callback h3 { margin-bottom: 1.75em; font-size: 1em; text-transform: uppercase; }
.box-callback .d-col { margin-top: .5em; }
.box-callback p { margin-bottom: .75em; }
.box-callback a { text-decoration: none; }
.box-callback strong { font-weight: 900; font-size: 1.3125em; color: #00a151; }

.box-presentation { margin: 4em auto 7em; max-width: 480px; }
.box-presentation .box-brd { padding: 3em 10% 3em 120px; }
.box-presentation .btn { padding: 1.25em 0 1.375em; width: 100%; max-width: 280px; }
.box-presentation img { position: absolute; top: 50px; right: 380px; box-shadow: 0 .125em 1em rgba(0,0,0,.25); }

.box-video { margin-bottom: 4em; position: relative; box-shadow: 0 20px 80px -20px #04a254; }
.box-video figure { display: block; position: relative; z-index: 13; padding-bottom: 68.5%; }
.box-video__cover, .box-video__cover:before, .box-video__body, .box-video iframe { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; }
.box-video__cover { z-index: 4; background-position: 50%; background-repeat: no-repeat; background-size: cover; cursor: pointer; }
.box-video__cover:before { background: #000; opacity: .5; content: ''; }
.box-video__cover .btn_video { position: absolute; z-index: 5; top: 50%; left: 50%; margin: 0; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.box-video__body { opacity: 0; visibility: hidden; background: #000; }
.box-video__off { position: absolute; z-index: 20; font-size: 40px; color: #fff; top: 0; right: 0; width: 40px; font-weight: 300; line-height: 40px; cursor: pointer; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.box-video.is-on .box-video__body { z-index: 13; opacity: 1; visibility: visible; }

.box-laptop { position: relative; max-width: 1000px; }
.box-laptop__body { position: relative; padding-bottom: 58.2%; background: url(../img/bg_laptop.png) 0 0 no-repeat; background-size: 100%; }
.box-laptop__content { position: absolute; top: 7.0446735395189%; bottom: 14.7766323024055%; left: 13.5%; right: 13.5%; overflow: hidden; }
.box-laptop .slick-slider, .box-laptop .slick-list, .box-laptop .slick-track, .box-laptop .slick-slide, .box-laptop figure { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.box-laptop figure { background-position: 50%; background-repeat: no-repeat; background-size: cover; }
.box-laptop figure img { display: none !important; }

.box_visual { position: relative; padding-top: 4em; overflow: hidden; }
.box_visual .box-laptop { margin-bottom: -8%; }
.box_visual__descr { display: inline-block; padding: 10% 0 2em; max-width: 68%; text-align: left; }
.box_visual__descr h3 { margin-bottom: 1.5em; }
.box_visual_shadow { box-shadow: inset 0 -10em 15em -10em rgba(0,0,0,.5); }

.box_white {
	padding: 2.5em 10%;
	background: #fff;
}

.box_green {
	padding: 2.5em 10%;
	background: #008942;
	color: #fff;
}

.gt-map { position: relative; padding: 15px; height: 600px; }
.gt-map__body { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; }
.gt-map__body > ymaps { width: 100% !important; height: 100% !important; }
.gt-map__aside { position: absolute; top: 0; bottom: 0; right: 0; margin: 15px 30px 30px 0; width: 340px; }
.gt-map__aside__header { position: absolute; z-index: 5; top: 0; left: 0; right: 0; background: #f7f7f7; }
.gt-map__aside__header p { margin: 0; padding: 1em 5px; background: #fff; text-align: center; text-transform: uppercase; }
.gt-map__aside__select { margin: 1em 15px 0; }
.gt-map__aside__body { position: absolute; top: 8.25em; bottom: 0; left: 0; right: 0; }
.gt-map__aside__body:before { position: absolute; top: -2em; bottom: 100%; left: 0; right: 0; height: auto; background: #f7f7f7; }
.gt-map__aside__body .scrollbar-outer.scroll-wrapper { position: absolute !important; top: 0; margin-bottom: 15px; left: 0; right: 0; margin-right: 0 !important; padding-right: 0 !important; max-height: 100%; overflow: auto; }
.gt-map__aside__body .scroll-element.scroll-y { margin-right: 5px; }
.gt-map__aside__content.scroll-wrapper { position: absolute; top: 0; left: 0; right: 0; padding: 0 15px; max-height: 100%; background: #f7f7f7; border-bottom: 15px solid #f7f7f7; box-shadow: 0 1em 2em -.5em rgba(0,0,0,.25); }
.gt-map__aside__content fieldset { margin: 0 15px; padding: 0 15px; background: #fff; color: #959595; border-radius: 5px; }
.gt-map__aside__content fieldset + fieldset { margin-top: 15px; }
.gt-map__aside__content fieldset ul { display: none; margin-bottom: .625em; }
.gt-map__aside__content fieldset li { margin-bottom: 5px; font-size: 14px; }
.gt-map__aside__toggle { position: relative; padding: .5em 2em .5em 0; cursor: pointer; }
.gt-map__aside__toggle .fa { position: absolute; top: 50%; right: 0; margin-top: -.8em; width: 1.5em; height: 1.5em; border: 1px solid; font-size: 1em; line-height: 1.5; text-align: center; border-radius: 100%; }
.gt-map__aside__content fieldset.is-opened ul { display: block; }
.gt-map__aside__content fieldset.is-opened .gt-map__aside__toggle .fa { transform: rotate(-180deg); }
.gt-map__aside__quickfilter { margin: 15px 15px 0 25px; color: #959595; }
.gt-map__aside__quickfilter li { cursor: pointer; }
.gt-map__aside__quickfilter .fa { margin-right: 5px; }
.gt-map__pois { margin-top: 15px; padding: 0 15px; background: #fff; color: #959595; }
.gt-map__pois a, .gt-map__pois span { display: block; text-decoration: none; }
.gt-map__pois__item { padding: 1em 10px; cursor: pointer; }
.gt-map__pois__item + .gt-map__pois__item { border-top: 1px solid #f8f8f8; }
.gt-map__poi__title { color: #484848; }
.gt-map_franchize .d-grid { position: relative; }
.gt-map_franchize .d-grid h2 { position: absolute; z-index: 99; top: 2em; left: 10%; text-transform: uppercase; }
.gt-map_franchize .gt-map { height: 770px; }
.gt-map_franchize .gt-map__aside__select, .gt-map_franchize .gt-map__aside__body, .gt-map_franchize .gt-map__aside__header__prolog { display: none; }
.gt-map_franchize .gt-map__aside__header__epilog { display: inline; }
.gt-map_franchize .gt-map__aside { margin: 60px; width: auto; }
.gt-map_franchize .gt-map__aside__header { position: relative; padding: 1.5em; background: #00a151; font-weight: 800; font-size: 2.25em; color: #fff; border-radius: 30px 0 30px 0; }
.gt-map_franchize .gt-map__aside__header p { padding: 0; background: none; }

.form_search { margin: 0 -30px 4em; }
.form_search form { position: relative; }
.form_search input { padding: 1.075em 7em 1.075em 30px; width: 100%; border-radius: 2em; }
.form_search input:focus { border-color: #f47920; }
.form_search button { position: absolute; top: 50%; right: 10px; margin-top: -1.25em; padding: 0; width: 2.5em; height: 2.5em; }
.form_search button:before { position: absolute; top: 50%; left: 0; right: 0; margin-top: -.55em; font-size: 1.5em; line-height: 1; text-indent: .1em; }
.form_search .fa-times { position: absolute; top: 50%; right: 2.25em; margin: -.8em 10px 0 0; padding: .25em; font-size: 1.5em; color: #959595; cursor: pointer; }
.form_search ::-webkit-input-placeholder{font-weight:800;color:inherit;}
.form_search :-moz-placeholder{font-weight:800;color:inherit;}
.form_search ::-moz-placeholder{font-weight:800;color:inherit;}
.form_search :-ms-input-placeholder{font-weight:800;color:inherit;}
.form_search input[value=""] + .fa-times, .form_search .is-empty + .fa-times { opacity: 0; visibility: hidden; }
.form_search .is-filled input + .fa-times { opacity: 1 !important; visibility: visible !important; }
.form_search__links { margin: 0 30px; }
.form_search__links a { display: inline-block; margin: .75em 15px 0 0; }
.form_search__links a .fa { margin-right: 5px; }
.form_search .ui-autocomplete {}

.nav_services { position: relative; margin-top: 3em; padding-right: 2.5em; }
.nav_services__buttons li { display: inline-block; vertical-align: bottom; margin: 0 4px 10px 0; }
.nav_services__popup { position: absolute; bottom: 0; left: 0; right: 0; margin: 0 -15px -5px -30px; padding: 1.5em 4em 1.5em 30px; background: #fff; border: 1px solid #959595; opacity: 0; visibility: hidden; border-radius: 5px; }
.nav_services__popup li { display: inline-block; vertical-align: top; margin: 0 11px 5px 0; }
.nav_services .btn_circle { position: absolute; z-index: 5; bottom: 10px; right: 0; }
.is-nav-services-opened .nav_services__popup { opacity: 1; visibility: visible; }
.is-nav-services-opened .nav_services .btn_circle { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }

.gt-catalog .nav_services {
	max-width: 630px;
}


.nav_socials li { display: inline-block; vertical-align: top; margin: 0 11px 15px 0; }
.nav_socials .fa { width: 1.6em; height: 1.6em; border: 1px solid; font-size: 1.5em; line-height: 1.6; text-align: center; border-radius: 100%; }
.nav_socials_green .fa { border-color: #078a46; color: #d8d8d8; }
.nav_socials_green a:hover .fa { color: #078a46; }

.nav_sitemap { margin-bottom: 2em; }
.nav_sitemap__title { margin-bottom: .25em; font-size: 1.125em; text-transform: uppercase; }
.nav_sitemap ul { margin: .75em 0 2.5em; color: #d7d7d7; }

.nav_index-page { position: fixed; z-index: 111; top: 50%; right: 30px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.nav_index-page:before { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; height: auto; background: #959595; }
.nav_index-page ul { position: relative; z-index: 2; }
.nav_index-page li { display: block; background: url(../img/bg_nav_index.png) 0 0 no-repeat; background-size: 100%; }
.nav_index-page li + li { margin-top: 2em; }
.nav_index-page a { display: block; width: 34px; height: 37px; text-align: center; text-decoration: none; }
.nav_index-page i { display: block; font-size: 23px; line-height: 35px; }
.nav_index-page i.im-search { font-size: 27px; }
.nav_index-page i.fa-map-marker { font-size: 29px; line-height: 37px; }
.nav_index-page i.im-sitemap { font-size: 22px; line-height: 35px; }
.nav_index-page li.active { background-position: 0 100%; }
.nav_index-page li.active a { color: #fff; }

.index-page { position: relative; top: 0; bottom: 0; left: 0; right: 0; }
.index-page__section { overflow: hidden; }
.index-page__section_asided:before { position: absolute; top: 0; bottom: 0; left: 0; right: 50%; height: auto; background: #ebebeb; }
.index-page__section_green { background: #007036; color: #fff; }
.index-page__section_grey { background: #f7f7f7; }
.index-page__section_brd:before, .index-page__section_brd:after { position: absolute; z-index: 99; left: 0; right: 0; height: 15px; background: #007036; content: ''; }
.index-page__section_brd:before { top: 80px; }
.index-page__section_brd:after { bottom: 0; }
.index-page__section_brd .index-page__section__body { padding-top: 95px; }
.index-page__section_map { display: block !important; }
.index-page__section_map .fp-tableCell { display: block; }
.index-page__section_map .gt-map { position: absolute; top: 80px; bottom: 15px; left: 0; right: 0; margin-top: 15px; height: auto; }
.index-page__section_map .gt-map__aside { top: 45px; right: 100px; }
.index-page__section #d-footer { padding-top: 80px; }
.index-page__section #d-footer .d-grid { padding-top: 5em; }
.index-page__section_seo .index-page__section__body .d-grid { padding-top: 6em; padding-bottom: 2em; }
.index-page__section_intro .index-page__aside { overflow: hidden; }

.index-page__section__body { padding-top: 80px; width: 100%; }

.index-page__aside { position: relative; height: 840px; background-position: 50%; background-repeat: no-repeat; background-size: cover; border: 15px solid #ebebeb; color: #fff; }
.index-page__aside:before { position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; right: 0; height: auto; background: #000; opacity: .35; -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); }
.index-page__aside__body { position: absolute; z-index: 13; top: 0; bottom: 0; left: 0; right: 0; margin: 0 16.66%; -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); }
.index-page__aside__body .row-stats { position: absolute; bottom: 0; left: 0; right: 0; }
.index-page__aside_slider { height: auto; border: 0; color: inherit; }
.index-page__aside_slider .slider { position: relative; z-index: 5; top: 2em; margin-right: 30px;  }
.index-page__aside_slider .slider:before { position: absolute; z-index: 0; top: 0; bottom: 90px; left: 10%; right: 0; height: auto; background: #fff; opacity: .5; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); box-shadow: -25px 30px 90px rgba(45,45,45,.48); }
.index-page__aside_slider .slider__item { width: auto !important; height: 690px; margin: 0 0 90px 45px; }
.index-page__aside_slider .slider__item__caption { bottom: 2em; }
.d-col_lg_8 .index-page__aside_slider .slider .slider__item { margin-left: 10%; width: auto !important; }
.d-col_lg_8 .index-page__aside_slider .slider_captioned .slick-arrow { left: 10%; }
.index-page__aside .video_bg { position: absolute; z-index: 0; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background-size: 100% 100%; background-position: center center; background-size: contain; object-fit: cover; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.index-page__aside .video_bg { top: 50%; left: 50%; bottom: auto; right: auto; min-width: 100%; min-height: 100%; width: auto; height: auto; -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
}

.index-page__content_narrow { padding: 0 15%; }
.index-page__content .hl-decor_v { margin: 2em 0; }
.d-col_lg_4 .index-page__content { margin-right: 30px; padding-top: 2em; padding-right: 25%; }

.index-page__video-caption { position: absolute; bottom: 50%; left: 0; right: 0; }

.newsline { position: relative; margin-bottom: 30px; padding: 20px 30px 0; border: .5em solid #008942; border-left: 0; }
.newsline:before, .newsline:after { position: absolute; left: 0; width: .5em; background: #008942; }
.newsline:before { top: 0; height: 20px; }
.newsline:after { top: 6.5em; bottom: 0; height: auto; }
.newsline__item { padding-bottom: 70px; }
.newsline__title { margin-left: -30px; padding-top: 20px; line-height: 1; }
.newsline__date { position: absolute; bottom: 15px; left: 100px; font-size: .875em; }
.newsline__footer { position: absolute; bottom: 0; right: 0; margin: 15px; }

.article__section { margin-bottom: .75em; }

.lnk-testimonials { display: block; position: relative; margin: 30px 0 0 30px; padding: .75em 15px .75em 3.5em; background: #fff; text-decoration: none; border-radius: 3em; }
.lnk-testimonials .im { position: absolute; top: 50%; left: -30px; margin-top: -2em; width: 4em; height: 4em; background: #fff; border: 1px solid #008942; color: #008942; text-align: center; border-radius: 100%; }
.lnk-testimonials .im:before { position: absolute; top: 50%; left: 0; right: 0; margin-top: -.55em; font-size: 3em; }
.lnk-testimonials:hover .im { background: #f47920; border-color: #f47920; color: #fff; }

.list-labs { margin: 0 -15px 1.5em; letter-spacing: -6px; }
.list-labs li { display: inline-block; vertical-align: top; margin: 1.5em 0; padding: 0 15px; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: 0; }
.list-labs .d-ib { position: relative; left: 10px; padding-left: 2.5em; }
.list-labs .im { position: absolute; top: 50%; left: -10px; margin-top: -1.25em; width: 2.5em; height: 2.5em; background-color: #008942; color: #fff; text-align: center; border-radius: 100%; }
.list-labs .im:before { position: absolute; top: 50%; left: 0; right: 0; margin-top: -.5em; font-size: 1.5em; line-height: 1; }
.list-labs .im-dna:before { font-size: 2em; }
.list-labs .im-autmotisation_researches { background-image: url(../img/autmotisation_researches.svg); background-position: 50%; background-repeat: no-repeat; background-size: 70%; }
.list-labs a:hover .im { background-color: #f47920; }

.form-wrap { margin: 3em 0; padding: 20px; background: #fff; border: .5em solid #008942; }
.form-wrap h3 { margin-bottom: 1.5em; font-size: 1em; text-transform: uppercase; }
.form-wrap fieldset { margin-bottom: 1em; }
.form-wrap fieldset input, .form-wrap fieldset textarea, #colorbox .form-wrap fieldset input, #colorbox .form-wrap fieldset textarea { padding-left: 0; padding-right: 0; width: 100%; border: 0; border-bottom: 2px solid #dcdcdc; border-radius: 0; }
.form-wrap input[type="checkbox"] + label, .form-wrap input[type="radio"] + label { margin-right: 30px; }

.popup_custom_form .form-wrap { margin: 0; width: 500px; max-width: 100%; }

.form-row_captcha { padding-left: 190px; }
.form-row_captcha img { float: left; margin-left: -190px; max-width: none; }
.form-row_captcha input { width: 100%; }
.form-row_agree { margin-bottom: 1.5em; }
.form-row_agree label { font-size: 13px; line-height: 1.25; }
.form-row_agree label:before { top: 1px !important; }

.list-franchize-wyg { letter-spacing: -6px; }
.list-franchize-wyg__item { float: none; display: inline-block; vertical-align: top; margin-bottom: 3.5em; width: 20%; letter-spacing: 0; }
.list-franchize-wyg__item .d-table, .list-franchize-wyg__item .d-table__cell { display: block; }
.list-franchize-wyg__ico figure { margin-bottom: 1em; width: 100px; height: 100px; background: url(../img/bg_franchize_wyg.png) no-repeat; background-size: 100%; }
.list-franchize-wyg__ico figure.list-franchize-wyg_0 { background-position: 50% 0; }
.list-franchize-wyg__ico figure.list-franchize-wyg_1 { background-position: 50% -100px; }
.list-franchize-wyg__ico figure.list-franchize-wyg_2 { background-position: 50% -200px; }
.list-franchize-wyg__ico figure.list-franchize-wyg_3 { background-position: 50% -300px; }
.list-franchize-wyg__ico figure.list-franchize-wyg_4 { background-position: 50% -400px; }
.list-franchize-wyg__descr { padding-right: 5%; }
.list-franchize-wyg__descr h4 { margin-bottom: .35em; font-weight: 700; font-size: 1em; text-transform: uppercase; }
.list-franchize-wyg__form { margin: 0; width: 60%; }
.list-franchize-wyg__form .form-wrap { margin: 0; }
.list-franchize-wyg__form ul { margin: 0 -15px; letter-spacing: -6px; }
.list-franchize-wyg__form li { display: inline-block; vertical-align: top; width: 50%; padding: 0 15px; letter-spacing: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.calc-franchize { margin-top: 3em; }
.calc-franchize h3, .calc-franchize h4 { font-weight: 700; text-transform: uppercase; }
.calc-franchize h4 { font-size: 1em; }
.calc-franchize__slider { margin: 3.5em 0; font-size: 12px; color: #959595; }
.calc-franchize__slider .ui-slider { margin-bottom: 2em; }
.calc-franchize__scales { margin-bottom: 3em; }
.calc-franchize__scale { float: left; position: relative; margin-right: 20px; width: 70px; height: 150px; background: #f2f2f2; }
.calc-franchize__scale i { position: absolute; bottom: 0; left: 0; right: 0; background: #00a151; box-shadow: 10px 5px 40px -10px #00a151; }
.calc-franchize__scale__own { height: 30%; }
.calc-franchize__scale__diag { height: 50%; }
.calc-franchize__scale__descr { font-size: .875em; line-height: 1.43; }
.calc-franchize__sum { display: inline-block; width: 65%; padding: 1.5em 0 1.5em 15%; background: #00a151; color: #fff; border-radius: 80px 0 80px 0; }
.calc-franchize__sum h3 { line-height: 1; }
.calc-franchize__sum h3 span { font-size: 2.57em; }
.calc-franchize__sum h4 { margin: 0; }

.list-franchize-hiw { position: relative; padding: 3em 0 3em 45%; background: url(../img/bg_franchize_hiw.png) 0 50% no-repeat; background-size: 35%; font-size: .875em; }
.list-franchize-hiw h3 { position: relative; margin-top: 2em; font-size: 1.125em; line-height: 1.125em; text-transform: uppercase; }
.list-franchize-hiw h3:before { display: block; margin-bottom: .75em; width: 14px; height: 14px; background: #f8aa00; content: ''; border-radius: 100%; }
.list-franchize-hiw h3.orange:before { background: #ec6f04; }
.list-franchize-hiw h3.gray:before { background: #b3b1b1; }
.list-franchize-hiw h3.green:before { background: #00a051; }
.list-franchize-hiw p { margin-bottom: 2em; }
.list-franchize-hiw__banner { position: relative; height: 300px; background-position: 0 50%; background-repeat: no-repeat; background-size: cover; text-align: center; }
.list-franchize-hiw__banner .d-row { position: absolute; bottom: 0; left: 0; right: 0; }
.list-franchize-hiw__banner .d-col { margin-bottom: 2em; }

.list-franchize-tariffs { margin: 1.5em -30px; }
.list-franchize-tariffs .d-table { width: 100%; border-spacing: 30px; }
.list-franchize-tariffs__item { padding: 2.75em 2.225%; background: url(../img/bg_franchize_tariffs.jpg) no-repeat; box-shadow: 0 10px 20px -10px rgba(0,0,0,.4); }
.list-franchize-tariffs__item_0 { background-position: -110px 55%; }
.list-franchize-tariffs__item_1 { background-position: -440px 55%; }
.list-franchize-tariffs__item_2 { background-position: -770px 55%; }
.list-franchize-tariffs__item_3 { background-position: -1110px 55%; }
.list-franchize-tariffs__title { margin-bottom: 3em; padding: 7% 7% 7% 13%; background: #00a151; font-size: 14px; color: #fff; border-radius: 30px 0 30px 0; }
.list-franchize-tariffs__title em { display: block; font-style: normal; font-weight: 700; font-size: 16px; text-align: right; text-transform: uppercase; }
.list-franchize-tariffs__title span { margin-right: 4px; font-weight: 700; font-size: 16px; text-transform: uppercase; }
.list-franchize-tariffs__title strong { font-weight: 800; font-size: 36px; }
.list-franchize-tariffs__price { margin-bottom: 2.5em; line-height: 1.125; text-align: center; }
.list-franchize-tariffs__price strong { font-weight: 800; font-size: 36px; text-transform: uppercase; }
.list-franchize-tariffs__price strong span { font-size: 16px; }
.list-franchize-tariffs__price div { text-indent: 2.5em; }
.list-franchize-tariffs__btn { margin: 0 -15px; text-align: center; }
.list-franchize-tariffs__btn .btn { padding: 1em 20px 1.125em; }

.d-accordion dl, .d-accordion dt, .d-accordion dd { margin: 0; padding: 0; }
.d-accordion dl { border-bottom: 2px solid #dde1e4; }
.d-accordion dt { position: relative; padding: 1em 30px 1em 20px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.d-accordion dt:before, .d-accordion dt:after { position: absolute; }
.d-accordion dt:before { top: 1.45em; left: 0; width: 10px; height: 10px; background: #ed6f03; content: ''; border-radius: 100%; }
.d-accordion dt:after { top: .6em; right: 0; font: normal normal normal 1.5em/1 FontAwesome; color: #dde1e4; text-rendering:auto; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; content: '\f105'; }
.d-accordion dd { display: none; padding: 1.25em 0 2.5em; }
.d-accordion dl.is-opened { border-color: #ed6f03; }
.d-accordion dl.is-opened dt { color: #ed6f03; }
.d-accordion dl.is-opened dt:after { color: #ed6f03; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.box-youtube { margin-top: 3em; }
.box-youtube h3 { margin-bottom: .125em; }
.box-youtube__descr { margin-left: 5%; }

#d-footer { padding: 4em 0 1em; background: #007036; color: #fff; }
.d-footer_scrolldown { margin: 1em 0; }
.d-footer { padding-top: 1em; border-top: 1px solid; font-size: 1.125em; line-height: 1.125; }
.d-footer__dev { margin-top: 1em; }
#d-footer .nav_socials { margin-top: 1.25em; }

.d-footer__logo img {
	display: block;
	margin: -3px 0 1em;
	width: 220px;
}
.d-footer__bottom { margin-top: 1.5em; }
.d-footer__phones { padding-right: 0; }
.d-footer__phones .d-ib { margin: 0 15px 15px 0; }
.d-footer__phones .d-ib:last-child { margin-right: 0; }

.custom-popup { position: fixed; z-index: 750; top: 0; bottom: 0; left: 0; right: 0; font-size: 16px; color: #484848; text-align: left; opacity: 0; visibility: hidden; }
.custom-popup__overlay { position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; background: #fff; opacity: .75; }
.custom-popup__body { position: absolute; z-index: 5; top: 0; bottom: 0; right: 0; width: 610px; background: #fff; border: 15px solid #008641; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.custom-popup__hide { position: absolute; z-index: 10; top: 30px; left: 0; padding: .5em 12px; background: #008942; color: #fff; text-align: center; white-space: nowrap; cursor: pointer; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; }
.custom-popup__hide:before, .custom-popup__hide:after { position: absolute; top: 0; bottom: 0; margin: 0 -20px; width: 30px; height: auto; background: #008942; }
.custom-popup__hide:before { left: 0; border-radius: 0 0 0 15px; -webkit-transform: skew(20deg); -moz-transform: skew(20deg); -ms-transform: skew(20deg); -o-transform: skew(20deg); transform: skew(20deg); }
.custom-popup__hide:after { right: 0; border-radius: 0 0 15px 0; -webkit-transform: skew(-20deg); -moz-transform: skew(-20deg); -ms-transform: skew(-20deg); -o-transform: skew(-20deg); transform: skew(-20deg); }
.custom-popup__hide .fa { margin-right: 10px; width: 2em; height: 2em; border: 1px solid; font-size: 12px; line-height: 2; border-radius: 100%; }
.custom-popup__content { position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 3em; background: #fff; border-radius: 10px; }
.custom-popup__title { margin-bottom: 1em; font-weight: 800; font-size: 1.25em; }
.custom-popup .form_search { margin: 0 0 2em; }
.custom-popup__cities { height: -webkit-calc(100% - 2em); height: -moz-calc(100% - 2em); height: calc(100% - 2em); }
.custom-popup__cities ul { -webkit-column-gap: 2em; -moz-column-gap: 2em; column-gap: 2em; -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }
.custom-popup__cities li {/* float: left; width: 33.33%; */}
.custom-popup__cities dl {/* margin-right: 15px; */}
.custom-popup__cities dt {/* margin-top: 1.25em; */ font-weight: 800; }
.custom-popup__cities dd { margin-top: .25em; color: #9d9d9d; }
.custom-popup__cities dd + dt { margin-top: 1.25em; }
.custom-popup__cities span, .custom-popup__cities a:hover { color: #f47920 !important; }
.custom-popup__featcities { margin-bottom: 2em; font-weight: 800; }
.custom-popup__featcities dd { color: inherit; }
.custom-popup__form { height: 100%; }
.custom-popup__form fieldset { margin-bottom: 1em; }
.custom-popup__form fieldset input, .custom-popup__form fieldset select, .custom-popup__form fieldset textarea { padding: .75em 15px; width: 100%; font-size: 14px; }

.form-captcha__image { position: relative; float: left; padding-top: 2px; }
.form-captcha__input { margin-left: 200px; }
.form-captcha__input input { width: 200px; max-width: 100%; }

.is-popup-choose-city-opened #popup-choose-city, .is-popup-contact-form-opened #popup-contact-form { opacity: 1; visibility: visible; }
.is-popup-choose-city-opened #popup-choose-city .custom-popup__body, .is-popup-contact-form-opened #popup-contact-form .custom-popup__body { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }

.clRed { color: red; }

@-webkit-keyframes circle {
	from { -webkit-transform:rotate(0deg); }
	to { -webkit-transform:rotate(360deg); }
}
@keyframes circle {
	from { transform:rotate(0deg); }
	to { transform:rotate(360deg); }
}


@-webkit-keyframes btnVideoPulse {
	0%, 100% { -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0); }
	50% { -webkit-box-shadow: 0 0 0 30px rgba(255,255,255,.1); }
}
@keyframes btnVideoPulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
	50% { box-shadow: 0 0 0 30px rgba(255,255,255,.1); }
}

.nav-breadcrumbs {
	padding:3em 0 2.6em;
}

.nav-breadcrumbs__item {
	display: inline-block;
	position: relative;
	padding-right: 17px;
	font-size: .875em;
	vertical-align: top;
	color:#959595;
}

.nav-breadcrumbs__item:after {
	display: inline-block;
	position: absolute;
	top: .1em;
	right: 6px;
	content: ">";
}

.nav-breadcrumbs__item:last-child:after {
	display: none;
}
.nav-breadcrumbs__link{
	color:#959595;
}

.catalog-aside {
	float: left;
	width: 27.1875%;
	padding: 1.875em;
}

.catalog-aside__header {
	padding: 2.7em 0 0;
}

.catalog-aside__title {
	margin-bottom: 1.1em;
}

.catalog-aside__body {
	margin-top: 6.5em;
}

.catalog-aside__header-item.link-check-active .link-check {
	color: #494949;
}

.catalog-aside-item__list {
	max-width: 265px;
}

.catalog-aside__main-item.active .catalog-aside-item__name-link {
	font-weight: 700;

}

.catalog-aside__main-item.open .catalog-aside-item {
	display: block
}

.catalog-aside__main-item.open .btn_circle_aside {
	border-color: #008843;
	background: #008843;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.catalog-aside__main-item.open .btn_circle_aside i:before {
	color: white;
}

.catalog-aside__main-item:after {
	content: '';
	height: 2px;
	width: 34px;
	background: #008843;
	display: inline-block;
	position: relative;
	top: -10px;
}

.catalog-aside-item {
	display: none
}

.catalog-aside-item:nth-child(1),
.catalog-aside-item:nth-child(2),
.catalog-aside-item:nth-child(3) {
	display: block;
}

.catalog-top {
	float: right;
	width: 72.8125%;
	padding-top: 1.375em;
	padding-right: 1em;
}

.catalog-top__body {
	padding-top: 9.5em;
	padding-bottom: 2em;
}

.catalog-top__body .form_search input {
	font-size: 16px;
}

.catalog__body {
	float: right;
	width: 72.8125%;
	padding-top: 1.375em;
	padding-right: 1em;
}

.catalog__body, .catalog-aside {
	padding-bottom: 7.688em;
}

.catalog-header {
	padding-top: .5em;
	padding-bottom: .125em;
}
.catalog-header .nav-breadcrumbs{
	margin-bottom: 1em;
	padding:0;
}
.catalog-header .nav-breadcrumbs__link, .catalog-header .nav-breadcrumbs__item{
	color:white;
}
.catalog-header .nav-breadcrumbs__link:hover{ color:#f47920 }

.catalog-header h1 {
	font-size: 1.4em;
}

.catalog-subsection .catalog-header {
	background-color: #f47920;
}

.catalog-subsection .nav-breadcrumbs__link:hover {
	color: #048943;
}

.catalog-subsection .catalog-content {
	padding-top: 0
}

.catalog-top__search {
	padding: 3em 30px 0;
	width: 64.55%;
}

.catalog-top__search .form_search__links {
	display: none;
}

.catalog-top__search .form_search input {
	background: none;
	border: 2px solid white;
	color: white
}

.catalog-top__search .form_search ::-webkit-input-placeholder {
	color: white
}

.catalog-top__search .form_search :-moz-placeholder {
	color: white
}

.catalog-top__search .form_search ::-moz-placeholder {
	color: white
}

.catalog-top__search .form_search :-ms-input-placeholder {
	color: white
}
.catalog-seo__more-link, .catalog-text__link{
	margin-top: -1.5em;
}

.open-target {
	display: none;
}

.open .open-target {
	display: block;
}

.catalog-content {
	padding-top: 1.5em;
	padding-bottom: 3em;
	margin-bottom: 5em;
}

.page-wrap .catalog-table {
	table-layout: fixed;
	margin: 1em 0;
	vertical-align: top;
}

.catalog-table__price-inner {
	position: relative;
	padding-right: 35px;
}

.catalog-table__cart {
	font-size: 1.2em;
	position: absolute;
	z-index: 300;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.catalog-table__cart__options {
	position: absolute;
	bottom: 100%;
	right: 0;
	margin: 20px;
	padding: 20px;
	width: 270px;
	background: #fff;
	border: 5px solid #008a42;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

@-webkit-keyframes flipV {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes flipV {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

.catalog-table__cart__options fieldset {
	font-size: 13px;
}

.catalog-table__cart__options fieldset ul {
	margin: 0 !important;
	padding: 0 !important;
}

.catalog-table__cart__options fieldset ul:before {
	display: none !important;
}

.catalog-table__cart__options fieldset li {
	margin-bottom: .5em;
}

.catalog-table__cart__options fieldset label {
	padding-top: 4px;
	line-height: 1.125;
}

.catalog-table__cart__options fieldset strong {
	float: right;
	margin: -2px 0 0 10px;
	font-size: 16px;
}

.catalog-table__cart__options .btn {
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -1.125em 0 0 -85px;
	width: 170px;
}

.catalog-table .is-active .catalog-table__cart__options {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/*-webkit-animation: flipV .5s ease-out forwards;
	animation: flipV .5s ease-out forwards;*/
}

.is-active .catalog-table__link a, .is-active .catalog-table__code, .is-active .catalog-table__time, .is-active .h3 {
	color: #f47920;
}

.page-wrap .catalog-table td {
	padding-top: 1em;
	padding-bottom: 1em;
}

.catalog-table th:first-child {
	width: 49%;
}

.catalog-content__item {
	padding-top: 2em;
}

.catalog-table__name {
	margin-top: .5em
}

.price-sale {
	position: relative;
	text-decoration: none;
}

.price-sale:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: #f47920;
}

.slider_line .slider__item {
	height: 25em;
	margin: 30px 0 90px 45px;

}

.slider_line .slider__caption {
	margin: 0 -30px;
	bottom: -2.5em;
}

.slider_line .slider__caption__content {
	width: 33.5%;
	padding: 2em 45px 6em 30px;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.8);

}

.slider_line .slider__item figure {
	margin-right: 105px;
	box-shadow: -5px 39px 40px -3px rgba(45, 45, 45, 0.15);
}

.slider_line.slider_captioned .slick-arrow {
	bottom: 80px;
}

.slider_captioned.slider_line .slick-prev {
	margin-left: 0px;
}

.slider_captioned.slider_line .slick-next {
	margin-left: 12px;
}

.cart-info-widget {
	border-radius: 60px 0;
	width: 18.813em;
	position: absolute;
	padding: 1em 2em;
	box-sizing: border-box;
	text-decoration: none;
	right: 1em;
	top: 1.5em;

}

.cart-info-widget:hover {
	text-decoration: none;
	color: white;
}

.cart-info-widget__icon {
	float: left;
	position: relative;
	margin-top: -0.688em;
	margin-right: 13px;
	width: 3.75em;
	height: 3.75em;
	border: 1px solid white;
	border-radius: 50%;
	background: no-repeat center/57% url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAuCAMAAAB6WzuLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACoFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8twRcFAAAA33RSTlMAGXW00dvd18OROaPfErnpILOOU2xuXGbr7R1aG+LvYCTk7mEfZPAi47KxsGnxJuGtrCWqHhaZqBFzb4tHFQveRknT/tA7wDWN7PwC9Hf5yRMsOpTyxiv49UyBhQFCRczZMLX9ZzG7xxxxBjgQ5p8azhSg9g0IPjPKMlTFtzRKtq+MN9qADs/oy1a6KedtuPchksj6j1JjRMJRBAUDFwdXoaKlnqarTYYof2p78y2/UEG8xJqT+0sq5aSYPVmVQ1iXweoPGJ2Wvs1+iEiJ3HKcrglffeDWClVwQCMMPHTSPCtZVAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAMoSURBVDjLvdP7O1NxGADwtyamZTMyFCPNJLksRChjmnJphKasCE2mReQWhehCouiikozoLkq1btK9VLrfL++/0s5le3g8Jz/0PL0/nO97vt/POc853/f9AoyJKVNZZtPMLdiW04EpOEjHDCsmwjUSnjUT4aON7Uw7gb2D4ywmwsLZxODkLPwLcSEG1zlufyFzaSJiJu4UEXtMQjzmMRNPilg7M5P5/4/Y08SViXjhAop4+0xCRL7MxI8is/6NSExkIRPxp0iAs3fA+IXARUHkQ8GL3TAEFoaGLfFFr3Hdu5SFGC4FiIhEWdQykCMrevkKjLFcYhKxyxHjMM4ufiUq3BOIUpolwqqkZExZbSRhSkxds5bo6bRAUMWCdcg6Ynp9OmZsoEkmEt8oEGZlA9hGyTcaH3VSY84mKuWgLFcDkJgHsFkbx98SbDT5BWhDZVuTZFjoRKZWzlgk2QbFdG+XiItKaZ7Nw7JyMtteUbkDdlZFVZO3sTXIMb5yVy3W0Vu0G0rdEB33kF9RujfVyWj2xdSbNiEUsWF/4wEyb6IODVGT5oyDJnIIUdjSakfmaXiYni1BtsZEpDLDFmmpSrtjNT17BLljCnK0trXlGJXWYxs9eRwb4MRJOk60nxIlqDQdHR3F7adRTpPp2KaK53RydER0dRV2684ESSR+/hsE2EOC3rPlQvPAQpwQ3ufOoy70QgdcvCS83Ce70t86gXBhAHOv4jXQKgWb7d0GQR4zbl123fvGzUh1vq3YEQR6Zfit2zV37vb4VQ2wcxQKRUuFnOsp8b83lNudyUPf+wDDyVyzuNbr2oIHlXwWi883XFishhSLh7JmbYuXeBDgkaJp2+PotU+e1nQ+Y7Nz0p8XlKXI1Wrdi5F73S+tipvKHkFA0SvDb0W8Dh/VrH7T18D3e+vZ1CYPUXmoG4PeAYwoRdCP7w1ENZqFW0SBH3I+Oor3fvIf+vxFj2XEuRCgFL4qv5Hb49KI5qM+YLUx77vmhzQI0ZMs7c+iqdD1KZ/ummpEvdryV0hd1x5D9vUH1UG/50OfTmU8UL18Pc+hUctz0EfWuRqrOlz1B6OCT7OxSROtAAAAAElFTkSuQmCC');
}

.cart-info-widget__icon:before {
	content: attr(data-cart-info-widget-numb);
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background: #f47a21;
	border-radius: 50%;
	width: 2.125em;
	height: 2.125em;
	line-height: 2.125em;
	text-align: center;

	margin-top: -0.375em;
	margin-right: -0.375em;
}

.link-check {
	position: relative;
	padding-left: 25px;
	display: inline-block;
}

.link-check:before {
	position: absolute;
	top: .125em;
	left: 0;
	width: 14px;
	height: 14px;
	background: transparent;
	border: 1px solid #959595;
	border-radius: 3px;
	content: '.';
	text-indent: -999em;
	overflow: hidden;
}

.link-check-active .link-check:before {
	background: #f47920;
	border-color: #f47920;
}
.cart-add-widget{
	border:0.625em solid #00a151;
	padding:2em 2.45em 1em;
	/*display:inline-block;*/
	margin-bottom:3em;
	background:white;
}
.cart-add-widget__btn{
	margin-bottom:-4em;
}
.catalog-sliders-photos{
	margin-top:5em;
}
.slider-photos__item{
	height:323px;
	margin:0 7px;
	-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);
}
.slider-photos{
	margin-left:-7px;
	margin-right:-7px;
}
.slider-photos .slick-list{ padding-bottom:2em }
.slider-photos_blank .slider-photos__item{
	height:190px;
}
#cboxCurrent{
	top:.3em;
	right:3em;
}
.page-cart{
	padding:1em 0 6em;
}
.page-cart__inner{
}

.page-cart__table-wrap{
	padding-top:5em;
}
.page-cart__table tr{
	border-bottom:1px solid #f1f1f1;
}
.page-cart__table tr:last-child{
	border-color:#f47a21;
}
.page-cart__time{
	margin-left:1em;
}
.page-cart__table td, .page-cart__table th{
	padding-bottom:1.8em;
}
.page-cart__bottom{
	margin-top:2.5em;
}
.page-cart__back{
	margin-right:10%;
	position:absolute;
	right:0;
}
.page-wrap .page-cart__submit{
	padding:1.4em 2.8em;
	margin:2.5em 0 -3em;
}
.catalog-text_composition ol > li{ display:none }
.catalog-text_composition ol > li:nth-child(1),
.catalog-text_composition ol > li:nth-child(2),
.catalog-text_composition ol > li:nth-child(3),
.catalog-text_composition ol > li:nth-child(4),
.catalog-text_composition ol > li:nth-child(5){
	display:list-item;
}
.catalog-text_composition.open ol > li{
	display:list-item;
}
.catalog-text_composition .catalog-text__link{
	margin-top:1em;
	margin-left:2.5em;
}
.catalog-text_composition2 ol > li{ display:none }
.catalog-text_composition2 ol > li:nth-child(1){
	display:list-item;
}
.catalog-text_composition2.open ol > li{
	display:list-item;
}
.catalog-text_composition2 .catalog-text__link{
	margin-top:1em;
}
.catalog-text_composition2 ol{
	color:black;
}
.catalog-text_composition2 ol ul{
	color:#959595;
}

.gt-catalog__sections-list {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
	padding-top: 15px;
}

.gt-catalog__sections-list__item {
	position: relative;
	margin: 0 10px 50px;
	padding: 0 5% 2em;
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.gt-catalog__sections-list__item a {
	color: inherit;
	text-decoration: none;
}

.gt-catalog__sections-list__item a:hover {
	color: #008942;
}

.gt-catalog__sections-list__item figure {
	display: block;
	position: relative;
	top: -25px;
	margin: 0 auto -15px;
	width: 60px;
	height: 60px;
	background: #f47b22;
	border: 10px solid #fff;
	overflow: hidden;
	border-radius: 100%;
}

.gt-catalog__sections-list__item figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 90%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.gt-catalog__sections-list__item__title {
	margin-bottom: 1.5em;
	font-weight: 700;
	font-size: 1.25em;
	color: #f47b22;
}

.gt-catalog__sections-list__item__descr {
	margin-top: -.75em;
	margin-bottom: 3em;
}

.gt-catalog__sections-list__item__link {
	position: absolute;
	bottom: 2em;
	left: 0;
	right: 0;
	color: #808080;
	text-transform: uppercase;
}

.gt-catalog__sections-list__item__link a:after {
	content: ' >>';
}

.gt-catalog__section-tabs {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -3px 2em;
	color: #008942;
}

.gt-catalog__section-tabs a {
	position: relative;
	margin: 3px;
	padding: .75em 1.5em;
	width: -webkit-calc(33.33% - 6px);
	width: -moz-calc(33.33% - 6px);
	width: calc(33.33% - 6px);
	border: 1px solid #f47b22;;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 1.125;
	color: inherit;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
}

.gt-catalog__section-tabs a.active {
	background: #008942;
	border-color: #008942;
	color: #fff;
}

.gt-catalog__section {
	padding-top: 0;
	margin-bottom: 3em;
}

.gt-catalog__section__header {
	padding: .35em 15px;
	background: #808080;
	font-weight: 700;
	font-size: 1.4em;
	color: #fff;
	text-align: center;
}

.gt-catalog__section__body {
	padding: 2.5em;
}

.gt-catalog__section__tree > li {
	border-bottom: 1px solid #3f9266;
}

.gt-catalog__section__tree > li + li {
	margin-top: 1.5em;
}

.gt-catalog__section__tree__title {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 1.25em;
	color: #808080;
}

.gt-catalog__section__tree .catalog-table td {
	padding-top: .5em;
	padding-bottom: .5em;
}

.gt-catalog__section__tree .catalog-table__code {
	width: 15%;
}

.gt-catalog__section__tree .catalog-table__time {
	width: 15%;
}

.gt-catalog__section__tree .catalog-table__price {
	width: 18%;
}

.gt-catalog__section__tree ul {
	position: relative;
	margin: 0;
	padding: .5em 0;
}

.gt-catalog__section__tree ul > li {
	margin-bottom: .75em;
}

.gt-catalog__section__tree ul .gt-catalog__section__tree__title {
	margin-left: 20px;
	/*cursor: pointer;*/
}

.gt-catalog__section__tree ul .catalog-table__link {
	padding-left: 20px;
}

.gt-catalog__section__tree ul ul .gt-catalog__section__tree__title {
	margin-left: 50px;
	cursor: pointer;
}

.gt-catalog__section__tree ul ul .gt-catalog__section__tree__title:hover {
	color: #f47b22;
}

.gt-catalog__section__tree ul ul .gt-catalog__section__tree__title:before {
	position: absolute;
	top: 50%;
	left: -30px;
	margin: -10px 0;
	width: 20px;
	height: 20px;
	background: #f47b22;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	content: '+';
	font-family: 'Courier New', monospace;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}

.gt-catalog__section__tree ul ul .gt-catalog__section__tree__content {
	display: none;
}

.gt-catalog__section__tree ul ul .catalog-table__link {
	padding-left: 50px;
}

.gt-catalog__section__tree ul ul ul {
	padding-top: 1em;
	padding-bottom: 0;
}

.gt-catalog__section__tree ul ul ul:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	border-left: 1px solid #808080;
	content: '';
}

.gt-catalog__section__tree ul ul ul .gt-catalog__section__tree__title {
	margin-left: 50px;
	font-style: italic;
	font-weight: 400;
}

.gt-catalog__section__tree ul ul ul .gt-catalog__section__tree__title:before {
	display: none;
}

.gt-catalog__section__tree ul ul ul .gt-catalog__section__tree__title:after {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 14px;
	height: 14px;
	border: 1px solid;
	font-style: normal;
	font-size: 16px;
	line-height: 13px;
	font-family: 'FontAwesome';
	content: '\f105';
	text-align: center;
	text-indent: 1px;
	border-radius: 100%;
}

.gt-catalog__section__tree ul ul ul .catalog-table__link {
	padding-left: 70px;
}

.gt-catalog__section__tree ul li.is-opened > .gt-catalog__section__tree__title {
	color: #f47b22;
}

.gt-catalog__section__tree ul li.is-opened > .gt-catalog__section__tree__title:before {
	content: '-';
}

.gt-catalog__section__tree ul ul li.is-opened > .gt-catalog__section__tree__title:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.gt-catalog__section__tree ul li.is-opened > .gt-catalog__section__tree__content {
	display: block;
}

.gt-catalog__load-more {
	display: block;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.gt-catalog__load-more a, .gt-catalog__load-more .fa {
	display: inline-block;
	padding: .75em 1em;
	color: #808080;
}

.gt-catalog__load-more a:hover {
	color: #008942;
}

.gt-catalog_search .catalog-top__search {
	padding: 5em 0 0;
	width: auto;
}

.gt-catalog_search .form_search {
	margin: 0 0 2em;
	max-width: 990px;
}

.gt-catalog_search .catalog-top__search .form_search input {
	border-width: 1px;
	border-color: #d7d7d7;
	color: inherit;
}

.gt-catalog_search .catalog-top__search .form_search ::-webkit-input-placeholder {
	font-weight: 400;
	color: inherit;
}

.gt-catalog_search .catalog-top__search .form_search :-moz-placeholder {
	font-weight: 400;
	color: inherit;
}

.gt-catalog_search .catalog-top__search .form_search ::-moz-placeholder {
	font-weight: 400;
	color: inherit;
}

.gt-catalog_search .catalog-top__search .form_search :-ms-input-placeholder {
	font-weight: 400;
	color: inherit;
}

.gt-catalog_search__query {
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #efefef;
}

.gt-catalog_search__query .h3 {
	margin: 0;
	text-transform: uppercase;
}

.gt-catalog_search__results {
}

.gt-catalog_search__results hr {
	background-color: #efefef;
	color: #efefef;
}
/* v1 */

.fa-rub {
	font-size: .9em;
}

.gt-basket {
	padding-top: 5em;
	padding-bottom: 3em;
	background-color: #efefef;
}

.gt-basket__section {
	margin-bottom: 30px;
}

.gt-basket__header {
	margin-bottom: 1.5em;
}

.gt-basket__header h3 {
	display: inline-block;
	margin: 0 10px 0 0;
	min-width: 9.325em;
}

.gt-basket__header .d-fr {
	margin-top: .25em;
}

.gt-basket__sum {
	position: relative;
}

.gt-basket__sum .h2 {
	margin-right: 1.5em;
}

.gt-basket__sum .h3 {
	margin-right: 1em;
}

.gt-basket__sum .fs_sm {
	line-height: 1.125;
}

.gt-basket__sum__inc {
	margin-top: 1.5em;
	padding-top: 1.75em;
	border-top: 1px solid rgba(255, 255, 255, .25);
}

.gt-basket__form {
	position: relative;
	margin-bottom: 4em;
}

.gt-basket__form .d-row .fs_sm a {
	display: inline-block;
	position: relative;
	padding-left: 2em;
	text-align: left;
}

.gt-basket__form .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.5em;
}

.gt-basket__form fieldset {
	margin-bottom: .5em;
}

.gt-basket__form fieldset input {
	width: 100%;
}

.gt-basket__btn {
	position: absolute;
	bottom: -1.75em;
	left: 0;
	right: 0;
	text-align: center;
}

.gt-basket__list .gt-basket__section {
	padding-left: 5%;
	padding-right: 5%;
}

.gt-basket__items {
}

.gt-basket__items .gt-basket__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 1.5em 0;
	border-top: 1px solid #efefef;
}

.gt-basket__items .gt-basket__item:first-child {
	padding-top: .5em;
	border: 0;
}

.gt-basket__item__info {
	-ms-flex: 1 1 9em;
	-webkit-flex: 1 1 9em;
	flex: 1 1 9em;
}

.gt-basket__item__info .fs_sm {
	margin-top: 1em;
	font-size: .875em;
}

.gt-basket__item__info .fs_sm div {
	display: inline-block;
	margin-right: 10px;
	min-width: 14em;
}

.gt-basket__item__price {
	-ms-flex: 0 1 9em;
	-webkit-flex: 0 1 9em;
	flex: 0 1 9em;
	position: relative;
}

.gt-basket__item__remove {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -.5em;
}

/* v2 */
.d-header__right {
	margin-left: -40%;
}

.d-header__basket {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1.75em;
	margin-top: .95em;
	text-align: left;
}

.d-header__basket__sum {
	display: block;
	position: relative;
	z-index: 2;
	padding-left: 3.5em;
}

.d-header__basket__sum:before {
	position: absolute;
	top: -1em;
	left: -.875em;
	right: -99em;
	height: 80px;
	background: #00793a;
	content: '';
	opacity: 0;
	visibility: hidden;
}

.d-header__basket__sum__quantity {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 0;
	margin-top: -.875em;
	width: 1.75em;
	height: 1.75em;
	border: 1px solid;
	font-size: 1.25em;
	text-align: center;
	border-radius: 100%;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAuCAMAAAB6WzuLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACoFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8twRcFAAAA33RSTlMAGXW00dvd18OROaPfErnpILOOU2xuXGbr7R1aG+LvYCTk7mEfZPAi47KxsGnxJuGtrCWqHhaZqBFzb4tHFQveRknT/tA7wDWN7PwC9Hf5yRMsOpTyxiv49UyBhQFCRczZMLX9ZzG7xxxxBjgQ5p8azhSg9g0IPjPKMlTFtzRKtq+MN9qADs/oy1a6KedtuPchksj6j1JjRMJRBAUDFwdXoaKlnqarTYYof2p78y2/UEG8xJqT+0sq5aSYPVmVQ1iXweoPGJ2Wvs1+iEiJ3HKcrglffeDWClVwQCMMPHTSPCtZVAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAMoSURBVDjLvdP7O1NxGADwtyamZTMyFCPNJLksRChjmnJphKasCE2mReQWhehCouiikozoLkq1btK9VLrfL++/0s5le3g8Jz/0PL0/nO97vt/POc853/f9AoyJKVNZZtPMLdiW04EpOEjHDCsmwjUSnjUT4aON7Uw7gb2D4ywmwsLZxODkLPwLcSEG1zlufyFzaSJiJu4UEXtMQjzmMRNPilg7M5P5/4/Y08SViXjhAop4+0xCRL7MxI8is/6NSExkIRPxp0iAs3fA+IXARUHkQ8GL3TAEFoaGLfFFr3Hdu5SFGC4FiIhEWdQykCMrevkKjLFcYhKxyxHjMM4ufiUq3BOIUpolwqqkZExZbSRhSkxds5bo6bRAUMWCdcg6Ynp9OmZsoEkmEt8oEGZlA9hGyTcaH3VSY84mKuWgLFcDkJgHsFkbx98SbDT5BWhDZVuTZFjoRKZWzlgk2QbFdG+XiItKaZ7Nw7JyMtteUbkDdlZFVZO3sTXIMb5yVy3W0Vu0G0rdEB33kF9RujfVyWj2xdSbNiEUsWF/4wEyb6IODVGT5oyDJnIIUdjSakfmaXiYni1BtsZEpDLDFmmpSrtjNT17BLljCnK0trXlGJXWYxs9eRwb4MRJOk60nxIlqDQdHR3F7adRTpPp2KaK53RydER0dRV2684ESSR+/hsE2EOC3rPlQvPAQpwQ3ufOoy70QgdcvCS83Ce70t86gXBhAHOv4jXQKgWb7d0GQR4zbl123fvGzUh1vq3YEQR6Zfit2zV37vb4VQ2wcxQKRUuFnOsp8b83lNudyUPf+wDDyVyzuNbr2oIHlXwWi883XFishhSLh7JmbYuXeBDgkaJp2+PotU+e1nQ+Y7Nz0p8XlKXI1Wrdi5F73S+tipvKHkFA0SvDb0W8Dh/VrH7T18D3e+vZ1CYPUXmoG4PeAYwoRdCP7w1ENZqFW0SBH3I+Oor3fvIf+vxFj2XEuRCgFL4qv5Hb49KI5qM+YLUx77vmhzQI0ZMs7c+iqdD1KZ/ummpEvdryV0hd1x5D9vUH1UG/50OfTmU8UL18Pc+hUctz0EfWuRqrOlz1B6OCT7OxSROtAAAAAElFTkSuQmCC') 50% no-repeat;
	background-size: 55%;
}

.d-header__basket__sum__quantity span {
	position: absolute;
	top: 0;
	right: 0;
	margin: -8px;
	padding: 4px 1px;
	min-width: 18px;
	background: #f47a21;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	border-radius: 10px;
}

.d-header__basket__sum__price {
	display: block;
	position: relative;
	z-index: 2;
	padding-top: .125em;
}

.d-header__basket__sum__price strong {
	display: block;
}

.d-header__basket__sum__price .fs_sm {
	font-size: .875em;
}

.d-header__basket__sum:hover .d-header__basket__sum__quantity {
	background-color: #f47a21;
	border-color: #f47a21;
}

.d-header__basket__body {
	position: absolute;
	z-index: 700;
	top: 80px;
	right: -15px;
	margin-top: -1px;
	width: 30em;
	height: -webkit-calc(100vh - 79px);
	height: -moz-calc(100vh - 79px);
	height: calc(100vh - 79px);
	opacity: 0;
	visibility: hidden;
}

.d-header__basket__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10%;
	background: #fff;
	border: 15px solid #00793a;
	font-size: .875em;
	color: #494949;
	overflow: hidden;
}

.d-header__basket__header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 1em 10%;
	font-weight: 800;
	font-size: 1.25em;
	line-height: 1;
}

.d-header__basket__footer {
	position: absolute;
	bottom: 0;
	left: 10%;
	right: 10%;
	padding: 1.5em 0;
	border-top: 1px solid #f47920;
}

.d-header__basket__footer .btn {
	margin-bottom: .5em;
}

.d-header__basket__footer .d-header__basket__item__price {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.d-header__basket__footer .d-header__basket__item__price .fs_sm {
	margin-top: .5em;
	margin-right: -15px;
}

.d-header__basket__items {
	position: absolute;
	top: 4em;
	bottom: 10em;
	left: 10%;
	right: 10%;
}

.d-header__basket__items.scroll-wrapper {
	margin-right: -7% !important;
	padding-right: 7% !important;
}

.d-header__basket__items_bio {
	border-top: 1px solid #f47920;
}

.d-header__basket__item {
	position: relative;
	padding: 1em 0;
}

.d-header__basket__item__info {
	float: left;
	width: 60%;
}

.d-header__basket__item__info .fs_sm {
	margin-top: .5em;
}

.d-header__basket__item__price {
	float: right;
	margin-top: -.125em;
	width: 120px;
	line-height: 1;
}

.d-header__basket__item__price strong {
	font-weight: 800;
	font-size: 1.25em;
}

.d-header__basket__item__price .fa {
	font-size: .9em;
}

.d-header__basket__item__remove {
	position: absolute;
	top: 1em;
	right: 0;
	cursor: pointer;
}

.d-header__basket:hover .d-header__basket__sum:before {
	opacity: 1;
	visibility: visible;
}

.d-header__basket:hover .d-header__basket__body {
	opacity: 1;
	visibility: visible;
}

.cart-info-widget {
	display: none !important;
}

.cart-add-widget__price {
	margin-bottom: .5em;
}

/*** MEDIA QUERIES ***/
@media (max-width:1919px){
	body { font-size: 14px; }
	#d-header { height: 60px; }
	.d-header__body { height: 60px; }
	.d-header__body .d-col { max-height: 60px; }
	.d-header__logo { height: 60px; line-height: 60px; }
	.d-header__logo img { margin-bottom: 6px; height: 40px; }
	.d-header__phones, #d-header .userarea { margin-top: .75em; }

	.d-header__basket {
		margin-top: .75em;
	}

	.d-header__basket__sum:before {
		top: -.75em;
		height: 60px;
	}
	.d-header__city { position: relative; top: 3px; margin-top: .5em; }
	.d-header__nav nav.d-header__nav__nav { height: 2.5em; font-size: .875em; }
	.d-header__nav nav.d-header__nav__nav ul { padding-top: .65em; }

	.d-header__basket__body {
		top: 60px;
		height: -webkit-calc(100vh - 59px);
		height: -moz-calc(100vh - 59px);
		height: calc(100vh - 59px);
	}

	.body_inner_page #d-content { padding-top: 60px; }

	.index-page__section_brd:before { top: 60px; }
	.index-page__section_map .gt-map { top: 60px; }
	.index-page__section__body { padding-top: 60px; }
	.index-page__section_brd .index-page__section__body { padding-top: 85px; }

	.index-page__aside { height: 710px; }
	.index-page__aside_slider .slider__item { height: 600px; }

	.newsline:after { top: 5.75em; }
	.newsline__item { padding-bottom: 60px; }
	.newsline__title { padding-top: 10px; }
	.index-page__section_map .gt-map__aside { top: 30px; }
	.index-page__section_about .d-table__cell { vertical-align: top; }
	.index-page__content { padding-top: 3.5em; }
	.index-page__section .slider { margin-top: 15px; }
	.index-page__section_brd .slider { margin-top: 0; }

}

@media (max-width:1599px){
	body { font-size: 12px; }
	h4,.h4,h5,.h5,h6,.h6 { font-size: 1em; }
	.d-header__body .d-col.d-tar { padding-left: 0; }
	.d-header__body .d-grid { padding: 0; }
	.d-header__city { margin-left: 1.5em; }
	.d-header__city .btn_sel { width: 180px; }
	.d-header__phones, #d-header .userarea { margin-top: .95em; }

	.d-header__basket {
		margin-top: .95em;
	}

	.d-header__basket__sum:before {
		top: -.95em;
		height: 60px;
	}
	.d-header__city { top: 5px; }
	.d-header__city__confirm { margin-right: 15px; }
	.d-header__nav nav.d-header__nav__nav { font-size: 1em; }
	.index-page__aside { height: 530px; }
	.index-page__content_narrow { padding-top: 3em; padding-left: 10%; padding-right: 20%; }
	.index-page__content_narrow.odd { padding-right: 15%; }
	.index-page__content .hl-decor_v { margin: 1em 0; }
	.form_search { margin-bottom: 1.5em; }
	.nav_services { margin-top: 1.5em; }
	.index-page__aside__body .row-stats { left: -10%; right: -10%; }
	.row-stats dd { font-size: 1.25em; }
	.index-page__aside_slider .slider__item { height: 420px; }
	.newsline { margin-bottom: 15px; }
	.newsline:before { height: 10px; }
	.newsline:after { top: 5.25em; }
	.newsline__item { padding-bottom: 45px; }
	.newsline__title { padding-top: 2px; }
	.slider_articles { margin-bottom: 15px; padding-top: 10px; padding-right: 10px; }
	.slider_articles .slider__item { padding-bottom: 40px; }
	.slider_articles .article__section { margin-bottom: .15em; }
	.lnk-testimonials { margin-top: 15px; font-size: 1.125em; }
	.list-labs li { margin: .75em 0; }
	.slider__caption__content { width: 60%; }
	.index-page__section_seo .index-page__section__body .d-grid { padding-top: 4em; }
	.custom-popup { font-size: 12px; }
}

@media (max-width: 1439px) {
	.userarea {
		/*padding-left: 1.85em;*/
		white-space: nowrap;
	}

	#d-header .d-header__body .userarea span {
		display: none;
	}
}

@media (max-width:1279px){
	html { overflow-y: scroll !important; }
	#d-header { position: fixed; top: 0; left: 0; right: 0; margin-top: 0 !important; }
	.d-header__body .d-header__phones .d-ib, #d-header .d-header__body .userarea span { display: none; }
	.d-header__body .d-header__phones, #d-header .d-header__body .userarea { padding: 0; margin: 0; }
	.d-header__body .d-header__phones .fa, #d-header .d-header__body .userarea .fa { position: relative; top: 0; margin-top: 10px; font-size: 1.5em; }

	.d-header__basket {
		margin-top: 10px;
	}

	.d-header__basket__sum__quantity {
		font-size: 1.5em;
	}
	.d-header__nav nav.d-header__nav__nav { margin: 0 10%; }
	.d-header__popup { position: fixed; z-index: 699; bottom: 0; padding-top: 0; }
	.d-header__popup .fa-times { right: 15px; }
	.d-header__popup__contacts { display: block; }
	.d-header__city { top: 2px; }

	.nav_index-page { display: none; }
	.index-page { padding: 60px 15px 0; height: auto !important; transform: none !important; }
	.index-page__section, .index-page__section .fp-tableCell, .index-page__section .fp-scrollable, .index-page__section .fp-scroller  { display: block; height: auto !important; overflow: visible; }
	.index-page__section__body { display: block; padding-top: 0 !important; }
	.index-page__section__body .d-table__cell { display: block; width: 100%; }
	.index-page__section_asided:before { display: none; }
	.index-page__aside { position: relative; height: auto; border: 0; }
	.index-page__aside__body { position: relative; margin: 0; }
	.index-page__section_grey { background: none; }
	.index-page__section_brd:before, .index-page__section_brd:after { display: none; }

	.index-page__section_intro .index-page__aside { margin: 0 -15px; }
	.index-page__section_intro .index-page__aside__body { margin: 0 auto; max-width: 710px; height: 320px; }
	.index-page__video-caption { bottom: auto; top: 30%; }
	.index-page__video-caption h2 { font-size: 1.33em; }
	.index-page__section_intro .row-stats { display: none; }
	.index-page__section_intro .index-page__content { z-index: 13; }

	.index-page__content, .d-col_lg_4 .index-page__content { position: relative; margin: 0 auto 4em; padding: 0; max-width: 710px; }
	.index-page__content_narrow, .index-page__content_narrow.odd { padding: 0; }
	.index-page__content .form_search { margin: -100px -30px 3em; padding: 3em 30px; background: #fff; border-radius: 5px; box-shadow: 0 50px 120px -50px rgba(45,45,45,.25); }
	.index-page__content .form_search input, .index-page__content .form_search button { font-size: 1.125em; }
	.index-page__content .hl-decor_v { margin: 2em 0; }
	.nav_services { margin-top: 2em; }
	.index-page__aside_slider { position: relative; margin: 0 auto 3em; max-width: 710px; }
	.index-page__aside_slider:before { position: absolute; top: 5em; bottom: 2em; left: -999em; right: -999em; background: #f1f1f1; content: ''; }
	.index-page__aside_slider .slider { top: 0; margin: 0 -60px; }
	.index-page__aside_slider .slider:before { display: block; left: 60px; margin-right: 60px; box-shadow: 0 0 90px rgba(45,45,45,.35); content: ''; }
	.slider__caption__content { box-shadow: 0 30px 60px rgba(45,45,45,.15); }
	.index-page__aside_slider .slider .slider__item { margin: 0 60px 90px !important; }
	.slider__caption__content { width: 50%; }
	.index-page .newsline { float: left; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.index-page .slider_articles { margin-left: 50%; padding-top: 0; }
	.index-page .lnk-testimonials { z-index: 13; margin-left: 50%; margin-right: 60px; left: 60px; }
	.list-labs { margin-bottom: 3em; }
	.list-labs li { margin: 1em 0; padding-right: 10%; }
	.index-page__section_map .gt-map { position: relative; top: 0; height: 530px; }
	.index-page__section_map .gt-map__aside { top: 0; right: 0; }
	.index-page__section #d-footer { padding: 3em 15px; }
	.index-page__section #d-footer .d-grid { padding-top: 0; }
	.index-page__section #d-footer .d-col_8.d-col-offset_2, .index-page__section_seo .d-col_8.d-col-offset_2 { width: 100%; margin: 0; }
	.index-page__section_seo h2, .index-page__seo { margin: 0 auto; max-width: 710px; }
	.index-page__section_seo h2 { margin-bottom: 1em; }
	.d-footer_scrolldown { display: none; }
	.d-footer { padding-top: 2em; }
	.d-footer__dev { margin-top: 2em; }
	.index-page__section_map, .index-page__section_footer { display: block !important; margin-left: -15px; margin-right: -15px; width: auto !important; }

	.list-franchize-tariffs__title { padding-left: 10px; font-size: 12px; }
	.list-franchize-tariffs__title strong { font-size: 25px; }

	#d-content { padding-top: 60px; }

	.slider_persons .slick-arrow {
	}
	.box_visual__descr { max-width: 100%; }

	.catalog-top, .catalog-aside, .catalog__body {
		float: none;
		width: auto;
	}

	.catalog-top {
		padding: 0;
	}

	.catalog-top__body {
		padding: 6em 10% 6em;
	}

	.cart-info-widget {
		margin: 2em 15px;
		padding: 10px 15px 5px;
		width: auto;
		border-radius: 40px 0;
	}

	.cart-info-widget__label {
		display: inline-block;
		margin: 0 0 .25em 23px;
		font-size: 1.67em;
	}

	.cart-info-widget__icon {
		margin: 1em 0 0;
	}

	.cart-info-widget__text {
		clear: right;
		margin-left: 70px;
	}

	.catalog-top__search {
		width: auto;
	}

	.catalog-aside {
		position: relative;
		z-index: 90;
		margin: -20px 15px 0;
		padding: 0 5%;
		background: #008942;
	}

	.catalog-subsection .catalog-aside {
		background: #f47920;
	}

	.catalog-aside__header {
		position: relative;
		top: -30px;
		padding: 1.75em 30px 4em;
		background: #fff;
	}

	.catalog-aside__header ul {
		margin-right: -25px;
	}

	.catalog-aside__header li {
		display: inline-block;
		vertical-align: top;
		margin: 0 20px 1em 0;
	}

	.catalog-aside__body {
		display: none;
		position: fixed;
		z-index: 999;
		top: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		width: 300px;
		background: #efefef;
	}

	.catalog-aside__main-list {
		position: absolute;
		top: 50px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		padding: 15px;
		overflow: auto;
	}

	.catalog-aside__banners {
		display: none;
	}

	.catalog-aside__toggle {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin-bottom: -1.25em;
		font-size: 14px;
		text-align: center;
	}

	.catalog-aside__toggle .btn {
		box-shadow: 0 15px 32px rgba(0, 0, 0, .1);
	}

	.catalog-aside__toggle .btn .fa {
		margin-right: 5px;
	}

	.catalog-aside__hide {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		margin: 10px;
		width: 1em;
		padding: .5em;
		background: #008942;
		font-size: 18px;
		color: #fff;
		text-align: center;
		border-radius: 100%;
		cursor: pointer;
	}

	.catalog-aside__overlay {
		display: block;
		position: fixed;
		z-index: 999;
		top: 0;
		bottom: 0;
		left: 300px;
		right: 0;
		background: rgba(0, 0, 0, .75);
		cursor: pointer;
	}

	.catalog__body {
		padding: 0 15px 15px;
	}

	.is-catalog-aside-opened {
		overflow: hidden !important;
	}

	.is-catalog-aside-opened #d-wrap {
		overflow-y: scroll;
	}

	.is-catalog-aside-opened .catalog-aside {
		z-index: 444;
	}

	.is-catalog-aside-opened .catalog-aside__body {
		display: block;
	}
	.gt-catalog_detail .catalog-aside{
		display:none;
	}
}

@media (max-width:1169px){
	html, body { min-width: 990px; min-height: 100%; height: 100%; }
	.d-hide_lg { display: none !important; }
	.d-show_lg { display: block !important; }
	.d-fn_lg { float: none; }
	.d-fl_lg { float: left; }
	.d-fr_lg { float: right; }
	.d-tac_lg { text-align: center; }
	.d-tal_lg { text-align: left; }
	.d-tar_lg { text-align: right; }
	.d-grid { max-width: 100%; }
	.is-fixed-layout .d-grid { width: 960px; }

	.form_wide_lg fieldset { margin-left: -15px; margin-right: -15px; }
	.form_wide_lg fieldset li { float: left; width: 25%; padding: 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.list-franchize-wyg__form fieldset { margin-left: 0; margin-right: 0; }
	.list-franchize-wyg__form fieldset li { float: none; width: 50%; }

	.calc-franchize { padding: 0 25px; }

	.hl-decor_franchize { padding: 0; margin-bottom: 2em; text-align: center; }
	.hl-decor_franchize:before { display: none; }
	.hl-decor_franchize br { display: none; }

	.slider_top, .slider_top_franchize { height: 560px; }
	.slider_top__circle { width: 240px; height: 240px; }

	.box-presentation { margin: 7em auto 0; }
	.box-presentation .box-brd { margin-left: 80px; padding-top: 3em; }
	.box-presentation .btn { margin-top: 1em; max-width: 100%; font-size: 16px; }
	.box-presentation img { position: absolute; top: 0; left: 0; right: auto; margin: -30px 0 0 -100px; width: 200px; }

	.slider_steps_franchize .slider__item { width: auto !important; text-align: center; }
	.slider_steps_franchize .slider__item.even:before { display: none; }
	.slider_steps_franchize .slider__item figure { margin-bottom: 1em; width: 176px; height: 176px; }
	.slider_steps_franchize .slider__item figure .im { font-size: 90px; line-height: 136px; }
	.slider_steps_franchize .slider__item figure .im-fran_step_0 { font-size: 80px; }
	.slider_steps_franchize .slider__item figure .im-fran_step_2 { font-size: 80px; }
	.slider_steps_franchize h3 { margin-bottom: .125em; }
	.slider_steps_franchize__descr { top: 0; margin-right: auto; margin-bottom: 3em; }

	.slider_persons .slick-arrow {
	}

	.d-header__city {
		top: 1px;
	}

	.d-header__city .btn_sel {
		display: block;
		padding: 0 !important;
		width: 1.85em;
		height: 1.85em;
		font-size: 1.5em;
	}

	.d-header__city .btn_sel:before {
		left: 0;
		right: 0;
		font-size: 1.125em;
		content: '\f041';
	}

	.d-header__city .btn_sel span {
		display: none;
	}
}

@media (max-width:1024px){
	.bx-touch .video_bg { display: none; }
}

@media (max-width:1023px){
	html, body { min-width: 320px; }
	.d-hide_md { display: none !important; }
	.d-show_md { display: block !important; }
	.d-fn_md { float: none; }
	.d-fl_md { float: left; }
	.d-fr_md { float: right; }
	.d-tac_md { text-align: center; }
	.d-tal_md { text-align: left; }
	.d-tar_md { text-align: right; }
	.is-fixed-layout .d-grid { width: 735px; }
	.hl-decor_l { margin-left: 2.25em !important; }

	.box_white, .box_green {
		padding-left: 5%;
		padding-right: 5%;
	}

	.d-header__nav nav.d-header__nav__nav { margin: 0 40px; }
	.index-page__video-caption { padding-left: 100px; }
	.index-page__video-caption .hl-decor_l { margin-left: 0 !important; }

	/*.d-header__city { position: absolute; top: 0; right: 0; margin: 0; height: 0; }*/
	/*.d-header__city .btn { display: none; }*/
	.d-header__city__confirm { margin-top: 100px; right: 15px; }

	.d-header__basket__sum:before, .d-header__basket__body {
		display: none;
	}

	.d-header__basket__sum__price {
		display: none;
	}

	.gt-map, .index-page__section_map .gt-map { bottom: 0; margin: 0; padding: 0; height: auto; }
	.gt-map__body { position: relative; height: 320px; }
	.gt-map__aside { position: relative; margin: -60px auto 4em; max-width: 310px; background: #f7f7f7; box-shadow: 0 30px 60px -20px rgba(45,45,45,.2); }
	.gt-map__aside__header { position: relative; }
	.gt-map__aside__select { margin-top: 15px; }
	.gt-map__aside__body { position: relative; top: 0; padding-top: 15px; }
	.gt-map__aside__body:before { display: none; }
	.gt-map__aside__body .scrollbar-outer.scroll-wrapper { position: relative !important; top: 0; bottom: 0; height: 400px; }
	.gt-map__aside__content.scroll-wrapper { background: none; box-shadow: none; }
	.gt-map__aside__content fieldset li { font-size: 1em; }

	.d-footer { font-size: 1em; line-height: 1.25; }
	.d-footer .d-row .d-col { margin-bottom: 1.25em; }
	/*.d-footer .d-row .d-col:nth-child(3) { padding-left: 4.5em; }*/

	.slider_top, .slider_top_franchize { height: 510px; }
	.slider_top_franchize .hl-display { font-size: 2.5em; }
	.slider_top_franchize .d-col_6 h2 { font-size: 1.33em; }
	.slider_top_franchize .slick-prev { top: 50%; left: 0; margin: -1.35em -2em; }
	.slider_top_franchize .slick-next { top: 50%; bottom: auto; left: auto; right: 0; margin: -1.35em -2em; }

	.page-section { padding: 4em 0; }

	.list-franchize-wyg__item { width: 33.33%; }
	.list-franchize-wyg__form { width: 66.66%; }

	.form-row_captcha { padding-left: 0; }
	.form-row_captcha img { display: block; float: none; margin-left: 0; max-width: 100%; }

	.form-wrap { margin: 1.5em 0; }
	.form_wide_lg fieldset li { width: 100%; }
	.list-franchize-wyg__form fieldset li { width: 50%; }

	.calc-franchize__btn {/* margin-bottom: 3em; */}
	.calc-franchize__scales .d-col { margin-bottom: 1.5em; }
	.calc-franchize__sum { display: block; padding-right: 15%; width: auto; }

	.list-franchize-tariffs { margin: 0; }
	.list-franchize-tariffs .d-table, .list-franchize-tariffs .d-table__cell { display: block; border-spacing: 0; }
	.list-franchize-tariffs__item { margin-top: 30px; padding: 20px; }
	.list-franchize-tariffs__title { margin-bottom: 3em; padding: 1em 20px; }
	.list-franchize-tariffs__title em { max-width: 200px; }
	.list-franchize-tariffs__btn .btn { font-size: 16px; }

	.page-section_videotour { padding-top: 5em; padding-bottom: 0; background-color: transparent; background-position: 50% 0; background-size: auto 560px; }
	.page-section_videotour .btn_video { margin: 0 auto; }
	.page-section_videotour__title { margin: 3em 0; text-align: center; }

	.slider_steps_franchize { margin-bottom: 2em; }
	.slider_steps_franchize .slider__item { margin-bottom: 1.5em; }
	.slider_steps_franchize .slider__item.even { padding-top: 0; }
	.slider_steps_franchize .slick-arrow { top: 100%; margin: 0 5px; }
	.slider_steps_franchize .slick-prev { left: auto; right: 50%; }
	.slider_steps_franchize .slick-next { right: auto; left: 50%; }

	.slider_persons {
	}

	.slider_persons .slick-arrow {
		margin: 0 5px;
	}
	.slider_persons .slick-prev { left: auto; right: 50%; }
	.slider_persons .slick-next { right: auto; left: 50%; }

	.slider_persons__feat_quote .d-table__cell {
		padding-left: 50px;
	}

	.slider_testimonials { margin-left: -15px; margin-right: -15px; }
	.slider_testimonials h3 { position: static; left: 0; margin-left: 0; margin-bottom: 6em; text-align: center; }
	.slider_testimonials .slick-arrow { top: -5em; margin: 0 5px; }
	.slider_testimonials .slick-prev { left: auto; right: 50%; }
	.slider_testimonials .slick-next { right: auto; left: 50%; }
	.slider_testimonials .d-table, .slider_testimonials .d-table__cell { display: block; margin: 0; width: auto; }
	.slider_testimonials .slider_testimonials__meta { margin: 0 15px 1.5em; text-align: center; }
	.slider_testimonials .slider_testimonials__meta h4 { margin: 0; }
	.slider_testimonials .slider_testimonials__img { margin: 0 auto 1em; width: 290px; }
	.slider_testimonials__txt blockquote { margin: 0 15px; }

	blockquote:before { top: -40px; left: -20px; }
	.box-youtube__descr { margin-left: 0; }

	.gt-map_franchize .d-grid h2 { position: static; top: 0; left: 0; margin-bottom: 1em; font-size: 1.25em; text-align: center; }
	.gt-map_franchize .gt-map { height: auto; padding-top: 40px; }
	.gt-map_franchize .gt-map__aside { position: absolute; top: 0; left: 0; right: 0; bottom: auto; margin: 0 10px; background: none; box-shadow: none; }
	.gt-map_franchize .gt-map__aside__header { font-size: 20px; }
	.box_visual__descr { padding-top: 3%; }

	.gt-basket__sum {
		margin-bottom: 4em;
		padding-bottom: 4em;
	}

}

@media (max-width:767px){
	.d-hide_sm { display: none !important; }
	.d-show_sm { display: block !important; }
	.d-fn_sm { float: none; }
	.d-fl_sm { float: left; }
	.d-fr_sm { float: right; }
	.d-tac_sm { text-align: center; }
	.d-tal_sm { text-align: left; }
	.d-tar_sm { text-align: right; }
	.is-fixed-layout .d-grid { width: 612px; }

	h2,.h2 { font-size: 1.33em; }
	h3,.h3 { font-size: 1.17em; }

	.hl-display { font-size: 2.5em; }
	.hl-decor_l:before { width: 1em; border-bottom-width: 3px; }

	.text-cols { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }

	.d-header__body .d-col { position: static; }
	.d-header__logo img { height: 24px; }

	#d-header .d-header__body .userarea {
		position: absolute;
		top: 0;
		right: 60px;
	}
	#d-header .d-header__body .userarea .fa { margin-top: 14px; font-size: 1.25em; }

	.d-header__city {
		display: none;
	}

	.d-header__basket {
		position: absolute;
		top: 4px;
		right: 15px;
	}

	.d-header__basket__sum {
		padding: 0;
	}

	.d-header__basket__sum__quantity {
		display: block;
		position: relative;
		top: 0;
		margin-top: 0;
		font-size: 1.25em;
	}
	.header-popup-sm__toggle { position: absolute; top: 0; left: 15px; margin-top: 14px; width: 1.75em; height: 1.75em; border: 1px solid; font-size: 1.25em; line-height: 1.8; text-align: center; border-radius: 100%; cursor: pointer; }
	.d-header__popup { position: fixed; bottom: 0; top: 60px; max-height: none; background: #008942; }
	.d-header__popup__body { padding-top: 0; }
	.d-header__popup .nav_sitemap { margin: 0 -15px; border-bottom: 1px solid #007036; }
	.d-header__popup .nav_sitemap .d-col { padding: 0; }
	.d-header__popup .sitemap-sm__wrap { padding: 1.25em 15px; border-top: 1px solid #007036; }
	.d-header__popup .sitemap-sm__toggle { position: relative; font-size: 14px; text-transform: uppercase; cursor: pointer; }
	.d-header__popup .sitemap-sm__toggle:after { position: absolute; top: 50%; right: 0; margin-top: -.6em; font: normal normal normal 1.5em/1 FontAwesome; text-rendering:auto; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; content: '\f105'; }
	.d-header__popup .nav_sitemap__title { display: none; margin: 1.5em 0 0; font-size: 1em; color: #d7d7d7; text-transform: none; }
	.d-header__popup .nav_sitemap ul { display: none; margin: 0; }
	.d-header__popup .nav_sitemap li { margin-top: .5em; }
	.d-header__popup .d-header__phones { margin-right: -15px; white-space: normal; }
	.d-header__popup .d-header__phones .d-ib { margin: 5px 10px 5px 0; font-size: 12px; }
	.d-header__popup .d-header__phones .d-ib:last-child { margin-right: 0; }
	.d-header__popup .d-header__phones, #d-header .d-header__popup .userarea { margin-top: 2em; padding-left: 40px; }
	.d-header__popup .sitemap-sm__wrap.is-opened { background: #007036; }
	.d-header__popup .sitemap-sm__wrap.is-opened .nav_sitemap__title, .d-header__popup .sitemap-sm__wrap.is-opened ul { display: block; }
	.d-header__popup .sitemap-sm__wrap.is-opened .sitemap-sm__toggle:after { content: '\f107'; }
	.is-header-popup-opened #d-header .d-header__body .userarea { opacity: 0; visibility: hidden; }
	.is-header-popup-opened .header-popup-sm__toggle:before { display: block; line-height: 1.75; content: '\f00d'; }
	.d-header__city__confirm { margin-top: 70px; padding: 10px; font-size: 12px; min-width: 180px; } 

	.form_search input { padding: 1em 5em 1em 20px; }
	.form_search button { right: 8px; }
	.form_search__links { margin: 0 20px; }

	.slider__item figure { position: relative; padding-bottom: 62%; }
	.slider__caption { position: relative; bottom: 0; }
	.slider__caption__content { padding: 15px 15px 60px; width: auto; }
	.slider__caption__content mark { left: 30px; min-width: 0; font-size: 1.17em; }
	.slider__caption h3 { font-size: 1.17em; }
	.slider_captioned .slick-arrow { bottom: 100px; left: 0 !important; }
	.slider_awards { margin-bottom: 2em; }
	.slider_awards .slider__item figure { position: absolute; padding-bottom: 0; }

	.index-page__section_intro .index-page__aside__body { height: 200px; }
	.index-page__video-caption { padding-left: 60px; }
	.index-page__video-caption h2 { font-size: 1.17em; }
	.index-page__content .form_search { margin: -50px 0 3em; padding: 2.5em 20px; }
	.index-page__content .form_search input, .index-page__content .form_search button { font-size: 1em; }
	.index-page__aside_slider { margin: 0; }
	.index-page__aside_slider:before { top: 3.5em; bottom: 50px; }
	.index-page__aside_slider .slider { margin: 0 -15px; }
	.index-page__aside_slider .slider:before { display: none; }
	.index-page__aside_slider .slider .slider__item { margin: 0 30px 40px !important; padding-bottom: 40px; height: auto; }

	.newsline { margin-bottom: 30px; padding: 20px 20px 0 25px; }
	.newsline__item { padding-bottom: 60px; }
	.newsline__title { margin-left: -25px; }
	.slider_articles { margin-bottom: 30px; }
	.slider_articles .slider__item { padding-bottom: 50px; }
	.lnk-testimonials { font-size: 1em; }
	.index-page .newsline { float: none; width: auto; }
	.index-page .slider_articles { margin-left: 0; padding: 0 0 0 25px; }
	.index-page .lnk-testimonials { margin-left: -15px; }

	.list-labs li { display: block; margin: 0; width: auto; }
	.list-labs .d-ib { padding-top: 1em; padding-bottom: 1em; padding-left: 3em; } 

	.nav_sitemap { margin-top: 2em; }

	.index-page__section #d-footer .d-grid { padding: 0; }

	.index-page__section_seo .index-page__section__body .d-grid { padding: 2em 0; }

	.nav_contacts { margin: 10px; }
	.nav_contacts__toggle:before { width: 8px; height: 8px; -webkit-transform-origin: 50% 31px; transform-origin: 50% 31px; }
	.nav_contacts__toggle .im-contact { font-size: 48px; }
	.nav_contacts__body { margin: 10px; padding: 1em; width: 262px; }
	.nav_contacts__body ul { font-size: 1em; }
	.nav_contacts__body li { margin: .25em 20px 0 0; }

	.custom-popup__body { left: 40px; width: auto; border-width: 10px; }
	.custom-popup__content { padding: 2em; border-radius: 5px; }
	.custom-popup__cities ul { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
	.custom-popup__form fieldset input, .custom-popup__form fieldset select, .custom-popup__form fieldset textarea { padding: 1em 15px; font-size: 12px; }

	.calc-franchize { margin-top: 0; padding: 0; }

	.slider_persons figure { padding: 0; }
	.slider_testimonials__img figure { padding-bottom: 100%; }

	.list-franchize-hiw { padding: 260px 0 2em; background-position: 50% 0; background-size: 240px; }
	.box_visual .box-laptop { margin-bottom: 0; }

	.teaser_surdo { bottom: 60px; margin: 10px; width: 54px; }

	.d-plr {
		padding-left: 15px;
		padding-right: 15px;
	}

	.catalog-top__body {
		padding: 5em 15px;
	}

	.catalog-top__title br {
		display: none;
	}

	.cart-info-widget {
		margin: 0;
		padding: 0;
		background: none;
		border: 0;
	}

	.cart-info-widget__label, .cart-info-widget__text {
		display: none;
	}

	.cart-info-widget__icon {
		margin: 0;
		width: 30px;
		height: 30px;
	}

	.cart-info-widget__icon:before {
		top: -10px;
		right: -10px;
		margin: 0;
		font-size: 10px;
	}

	.catalog-top__search {
		padding-top: 1.5em;
	}

	.catalog-top__body .form_search input {
		font-size: 12px;
	}

	.catalog-aside {
		margin: 0;
		padding: 0 15px;
	}

	.catalog-aside__header {
		padding: 1.75em 15px 4em;
	}

	.catalog__body {
		padding: 0;
	}

	.catalog-header {
		padding: 2em 15px;
	}

	.catalog-content {
		margin-bottom: 1.5em;
		padding: 0 15px;
		background: none;
	}

	.catalog-content__item {
		padding: 0 0 2em;
	}

	.slider_line .slider__item {
		margin: 0;
		padding: 0;
		height: auto;
	}

	.slider_line .slider__item figure {
		margin: 0 30px;
	}

	.slider_line .slider__caption {
		bottom: 0;
		margin: 0 15px;
	}

	.slider_line .slider__caption__content {
		width: auto;
		padding: 15px 15px 60px;
	}

	.slider_line.slider_captioned .slick-arrow {
		bottom: 30px;
		left: 30px !important;
	}

	.catalog-table, .catalog-table tbody, .catalog-table tr, .catalog-table td {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
	}

	.catalog-table thead {
		display: none;
	}

	.catalog-table tr:not(.catalog-table__tr-name) {
		margin-top: 15px;
		background: #fff;
		padding: 15px;
	}

	.catalog-table td {
		padding: 0 !important;
		font-size: 14px;
	}

	.catalog-table td:before {
		display: block;
		content: attr(data-caption);
		color: #959595;
	}

	.catalog-table td.catalog-table__link {
		margin-bottom: 1em;
	}

	.catalog-table td.catalog-table__code {
		float: left;
		width: 40%;
	}

	.catalog-table td.catalog-table__time {
		margin-left: 50%;
		width: auto;
	}

	.catalog-table td.catalog-table__price {
		clear: both;
		padding-top: 1em !important;
		width: auto;
	}

	.catalog-table td.catalog-table__price .h3 {
		display: inline;
		margin-right: 6px;
	}

	.catalog-table__name {
		margin: 0;
	}

	.catalog-table__cart {
		top: auto;
		bottom: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.nav-breadcrumbs{
		padding-left:15px;
		padding-right:15px;
	}
	.nav-breadcrumbs{
	}
	.page-cart__table td, .page-cart__table tr, .page-cart__table{
		display:inline-block;
	}
	.page-cart__table tr, .page-cart__descr{
		width:100%;
	}
	.page-cart__remove{
		float:right;
	}
	.page-cart__back{
		margin-right:0;
		position:static;
		right:0;
		margin-left:1em;
	}

	.gt-catalog__sections-list__item {
		width: 100%;
	}

	.gt-catalog__section {
		padding-left: 0;
		padding-right: 0;
	}

	.gt-catalog__section__body {
		padding: 15px;
	}

	.gt-catalog .catalog-table {
		margin-top: 0;
	}

	.gt-catalog__section__tree ul .gt-catalog__section__tree__title {
		margin-left: 30px;
	}

	.gt-catalog__section__tree ul ul:before {
		left: 10px;
	}

	.gt-catalog__section__tree ul ul .gt-catalog__section__tree__content {
		margin-left: 30px;
	}

	.gt-catalog__section__tree ul ul ul:before {
		left: 0;
	}

	.gt-catalog__section__tree ul ul ul .gt-catalog__section__tree__title {
		margin-left: 20px;
	}

	.gt-catalog__section__tree ul ul ul .gt-catalog__section__tree__content {
		margin-left: 20px;
	}

	.gt-catalog_search {
		padding-top: 4em;
	}

	.gt-catalog_search .catalog-top__search {
		margin: 15px 0;
		padding: 2em 15px;
		background: #fff;
	}

	.gt-catalog_search__query {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.gt-basket {
		padding-top: 15px;
	}

	.gt-basket__header h3 {
		display: block;
		margin: 0 0 .5em;
	}

	.gt-basket__header span {
		margin-right: 15px;
	}

	.gt-basket__header .d-fr {
		float: none;
		margin-top: 0;
	}

	.gt-basket__sum .h2 {
		margin-right: 15px;
		font-size: 2em;
	}

	.gt-basket__sum .h3 {
		margin-right: 15px;
		font-size: 1.3125em;
	}

	.gt-basket__sum__inc .fs_sm {
		max-width: 50%;
	}

	.gt-basket__sum__inc .fs_sm br {
		display: none
	}

	.gt-basket__items .gt-basket__item {
		display: block;
		padding: 1.5em 0;
	}

	.gt-basket__item__info {
	}

	.gt-basket__item__info .fs_sm {
		margin-top: .5em;
	}

	.gt-basket__item__info .fs_sm div {
		display: inline-block;
		margin-right: 10px;
		min-width: 0;
	}

	.gt-basket__item__price {
		margin-top: 1em;
	}

	.gt-basket__item__remove {
		top: auto;
		bottom: 0;
		padding: .5em;
		width: 1em;
		border: 1px solid;
		text-align: center;
		border-radius: 100%;
	}

}

@media (max-width:639px){
	.d-hide_xs { display: none !important; }
	.d-show_xs { display: block !important; }
	.d-fn_xs { float: none; }
	.d-fl_xs { float: left; }
	.d-fr_xs { float: right; }
	.d-tac_xs { text-align: center; }
	.d-tal_xs { text-align: left; }
	.d-tar_xs { text-align: right; }
	.is-fixed-layout .d-grid { width: 100%; }

	.form-captcha__image { float: none; margin-bottom: 1em; }
	.form-captcha__input { margin-left: 0; }
	.form-captcha__input input { width: 100%; }

	.box-presentation { margin-top: 4em; }
	.box-presentation .box-brd { margin-left: 0; padding: 2em 30px; }
	.box-presentation img { display: none; }
	.box-presentation .btn { margin-top: .5em; }

	.list-franchize-wyg__item { width: 50%; }
	.list-franchize-wyg__form { width: 100%; }
	.list-franchize-wyg__form fieldset li { width: 100%; }

	.calc-franchize__scale { float: none; margin: 0 0 1em; }
	.calc-franchize__scale__descr { font-size: 1em; line-height: 1.25; }

	.slider_persons__feat_quote {
		position: relative;
		top: -15px;
		bottom: 0;
		left: 0;
	}

	.slider_persons__feat_quote .d-table__cell {
		padding: 2em 30px;
	}

	.d-header__logo {
		margin-left: -15%;
	}
}

/*** PRINT STYLES ***/
@media print {
	/*@page { margin: 0.5cm; }*/
	* { background: #fff !important; color: #333 !important; text-shadow: none !important; }
	a, a:visited { border: 0 !important; color: #333 !important; text-decoration: underline !important; }
	abbr:after { content: " (" attr(title) ")"; }
	pre, blockquote { border: 1px solid #333; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}
