

/* Start:/css/jquery.formstyler.css?15086391542175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/css/jquery.formstyler.theme.css?152267626710226*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	border-radius: 15px; 
	background-color: #fff; 
	border: 2px solid #3ca7df; 
	width: 100%; 
	padding: 15px 20px; 
	font-size: 16px; 
	color: #4f4f4f; 
	line-height: 1; 
	font-family: "Proxima Nova", 
	sans-serif; 
	font-style: italic; 
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
}
.jq-file__browse {
	text-indent: -9999px;
	position: absolute;
	background: url(/css/../img/files.svg) no-repeat;
	width: 44px;
	height: 10px;
    right: -3px;
    top: 19px;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
}
.jq-selectbox__select {
	border-radius: 15px; 
	background-color: #fff; 
	border: 2px solid #3ca7df; 
	width: 100%; 
	padding: 15px 20px; 
	font-size: 16px; 
	color: #4f4f4f; 
	line-height: 1; 
	font-family: "Proxima Nova", 
	sans-serif; 
	font-style: italic; 
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 20px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/css/style.css?175251573439960*/
@font-face { font-family: 'Gotham Pro'; src: url("/css/../fonts/subset-GothamPro-Italic.eot"); src: url("/css/../fonts/subset-GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/subset-GothamPro-Italic.woff2") format("woff2"), url("/css/../fonts/subset-GothamPro-Italic.woff") format("woff"), url("/css/../fonts/subset-GothamPro-Italic.ttf") format("truetype"), url("/css/../fonts/subset-GothamPro-Italic.svg#GothamPro-Italic") format("svg"); font-weight: normal; font-style: italic; }
@font-face { font-family: 'Gotham Pro'; src: url("/css/../fonts/subset-GothamPro-Bold.eot"); src: url("/css/../fonts/subset-GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/subset-GothamPro-Bold.woff2") format("woff2"), url("/css/../fonts/subset-GothamPro-Bold.woff") format("woff"), url("/css/../fonts/subset-GothamPro-Bold.ttf") format("truetype"), url("/css/../fonts/subset-GothamPro-Bold.svg#GothamPro-Bold") format("svg"); font-weight: bold; font-style: normal; }
@font-face { font-family: 'Gotham Pro'; src: url("/css/../fonts/subset-GothamPro.eot"); src: url("/css/../fonts/subset-GothamPro.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/subset-GothamPro.woff2") format("woff2"), url("/css/../fonts/subset-GothamPro.woff") format("woff"), url("/css/../fonts/subset-GothamPro.ttf") format("truetype"), url("/css/../fonts/subset-GothamPro.svg#GothamPro") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Gotham Pro'; src: url("/css/../fonts/subset-GothamPro-Medium.eot"); src: url("/css/../fonts/subset-GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/subset-GothamPro-Medium.woff2") format("woff2"), url("/css/../fonts/subset-GothamPro-Medium.woff") format("woff"), url("/css/../fonts/subset-GothamPro-Medium.ttf") format("truetype"), url("/css/../fonts/subset-GothamPro-Medium.svg#GothamPro-Medium") format("svg"); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Gotham Pro'; src: url("/css/../fonts/subset-GothamPro-LightItalic.eot"); src: url("/css/../fonts/subset-GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/subset-GothamPro-LightItalic.woff2") format("woff2"), url("/css/../fonts/subset-GothamPro-LightItalic.woff") format("woff"), url("/css/../fonts/subset-GothamPro-LightItalic.ttf") format("truetype"), url("/css/../fonts/subset-GothamPro-LightItalic.svg#GothamPro-LightItalic") format("svg"); font-weight: 300; font-style: italic; }
@font-face { font-family: 'Gotham Pro'; src: url("/css/../fonts/subset-GothamPro-Light.eot"); src: url("/css/../fonts/subset-GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/subset-GothamPro-Light.woff2") format("woff2"), url("/css/../fonts/subset-GothamPro-Light.woff") format("woff"), url("/css/../fonts/subset-GothamPro-Light.ttf") format("truetype"), url("/css/../fonts/subset-GothamPro-Light.svg#GothamPro-Light") format("svg"); font-weight: 300; font-style: normal; }
html, body { height: 100%; font-family: "Proxima Nova", sans-serif; line-height: 1.5; color: #4f4f4f; }

html.fixed, .fixed body { overflow: hidden; }

h1, .h1 { font-weight: bold; color: #4f4f4f; font-size: 36px; text-align: center; text-transform: uppercase; margin-top: 40px; margin-bottom: 40px; }
.main-title h1, .main-title .h1 { margin-bottom: 0; }

h2, .h2 { font-size: 30px; font-weight: bold; }

a { color: #5ac102; text-decoration: underline; }
a:hover { text-decoration: none; color: #5ac102; }

.content { z-index: 2; color: #4f4f4f; }
.content img { max-width: 100%; }

.title { font-size: 20px; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; text-align: center; color: #4f4f4f; }
@media (min-width: 576px) { .title { margin-bottom: 30px; font-size: 24px; } }

.container-fluid { max-width: 1170px; }

.btn { padding: 6px 30px; font-size: 20px; font-weight: 500; color: #fff; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; border-radius: 11px; background: #3ca7df; min-width: 163px; max-width: 100%; text-decoration: none !important; }
.btn:hover { color: #fff; -webkit-box-shadow: 0px 0px 21px 0px #7ad1ff; box-shadow: 0px 0px 21px 0px #7ad1ff; }
.btn.btn-faces { white-space: normal; text-align: left; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 15px 30px; }
.btn.btn-faces:before { content: ''; display: inline-block; background: url(/css/../img/review_white.svg) no-repeat; width: 32px; height: 31px; background-size: 100%; margin-right: 20px; vertical-align: middle; }
.btn.btn-mail { white-space: normal; text-align: left; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 15px 22px; }
.btn.btn-mail:before { content: ''; display: inline-block; background: url(/css/../img/mail_white.svg) no-repeat; width: 28px; height: 20px; background-size: 100%; margin-right: 20px; vertical-align: middle; }

.main { min-height: 100%; width: 100%; position: relative; z-index: 1; background: #fff; }

input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="time"], input[type="url"], textarea { border-radius: 15px; background-color: #fff; border: 2px solid #3ca7df; width: 100%; padding: 15px 20px; font-size: 16px; color: #4f4f4f; line-height: 1; font-family: "Proxima Nova", sans-serif; font-style: italic; }

textarea { height: 130px; }

.menu_bg { display: none; position: fixed; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.3); z-index: 9999; left: 0; top: 0; }

a.up { width: 48px; height: 48px; display: block; position: fixed; border-radius: 15px; right: 20px; bottom: 100px; background: #3ca7df; display: none; z-index: 1000; }
a.up:before { content: ''; display: block; position: absolute; width: 15px; height: 19px; left: 16px; top: 14px; background: url(/css/../img/up.svg) no-repeat; background-size: 100%; }

.icons-line { width: 100%; height: 35px; background: url(/css/../img/icons_line.png) repeat-x; background-size: auto 35px; margin-bottom: 40px; }

.popup_region { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(60, 167, 223, 0.9); z-index: 9999; color: #4f4f4f; display: none; overflow-y: scroll; padding-top: 55px; }
.popup_region .close { position: absolute; right: 30px; top: 15px; }
.popup_region .background { position: relative; background: #fff; border-radius: 10px; padding: 45px 9%; }
.popup_region .background .title { font-size: 30px; font-weight: bold; line-height: 1; text-transform: none; padding-bottom: 15px; text-align: left; position: relative; }
.popup_region .background .title:before { display: block; position: absolute; background: url(/css/../img/region_blue.svg) no-repeat; width: 39px; height: 32px; background-size: 39px 32px; left: -33px; top: -3px; }
@media (min-width: 768px) { .popup_region .background .title:before { content: ''; } }
.popup_region .background form { display: inline-block; position: relative; margin-top: 15px; width: 100%; max-width: 750px; }
.popup_region .background form input[type="search"] { border: 2px solid #3ca7df; background-color: transparent; font-size: 14px; font-weight: 300; color: #4f4f4f; font-style: italic; line-height: 1.333; height: 49px; width: 100%; max-width: 100%; border-radius: 10px; }
.popup_region .background form input[type="submit"] { position: absolute; right: 33px; top: 11px; width: 25px; height: 25px; border: none; background: url(/css/../img/search_blue.svg) no-repeat center; background-size: 22px 24px; cursor: pointer; }
.popup_region .background .subtitle { font-size: 18px; font-weight: 500; padding-top: 4px; }
.popup_region .background .subtitle a { font-weight: 300; color: #3ca7df; line-height: 1.333; border: none; display: inline-block; text-decoration: none; }
.popup_region .background .subtitle a span { border-bottom: 1px dotted; }
.popup_region .background .subtitle a:hover { text-decoration: none; }
.popup_region .background .subtitle a:hover span { border-bottom-color: transparent; }
.popup_region .background .regions { margin-top: 38px; padding-bottom: 20px; }
.popup_region .background .regions a { font-size: 18px; color: #4f4f4f; text-decoration: underline; line-height: 1.667; font-weight: 300; border: none; }
.popup_region .background .regions a:hover { text-decoration: none; }
.popup_region .background ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #ddd; }
.popup_region .background ::-moz-placeholder { /* Firefox 19+ */ color: #ddd; }
.popup_region .background :-ms-input-placeholder { /* IE 10+ */ color: #ddd; }
.popup_region .background :-moz-placeholder { /* Firefox 18- */ color: #ddd; }

header#header { height: auto; padding: 15px 0; z-index: 2; background: url(/css/../img/header.png) repeat top center; }
@media (min-width: 768px) { header#header { height: 166px; } }
header#header .container-fluid { height: 100%; }
header#header .container-fluid .row { height: 100%; }
header#header .container-fluid .row .col-12 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
header#header .logo { max-width: 360px; margin: 10px 0; margin-top: -9px; }
header#header .logo a, header#header .logo .a { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; text-decoration: none; height: 100%; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
header#header .logo a img, header#header .logo .a img { width: 71px; height: 88px; margin-right: 16px; }
@media (min-width: 576px) { header#header .logo a img, header#header .logo .a img { margin-left: 11px; margin-right: 24px; } }
header#header .logo a .slogan, header#header .logo .a .slogan { width: 71%; color: #fff; font-size: 12px; line-height: 1.286; }
@media (min-width: 768px) { header#header .logo a .slogan, header#header .logo .a .slogan { max-width: 180px; min-width: 180px; font-size: 12px; } }
@media (min-width: 1200px) { header#header .logo a .slogan, header#header .logo .a .slogan { font-size: 14px; max-width: 71%; } }
header#header .logo a .slogan .name, header#header .logo .a .slogan .name { display: block; font-weight: bold; font-size: 27px; margin-bottom: 15px; line-height: 1; padding-top: 13px; white-space: nowrap; }
@media (min-width: 768px) { header#header .logo a .slogan .name, header#header .logo .a .slogan .name { font-size: 20px; margin-bottom: 13px; } }
@media (min-width: 1200px) { header#header .logo a .slogan .name, header#header .logo .a .slogan .name { font-size: 30px; margin-bottom: 15px; } }
header#header .region { margin: 10px 0; padding-left: 50px; background: url(/css/../img/region.svg) no-repeat left center; background-size: 39px 32px; font-weight: 500; color: #fff; font-size: 18px; }
header#header .region a { font-weight: 300; font-size: 16px; border-bottom: 1px dotted; text-decoration: none; color: #fff; }
header#header .region a:hover { border-color: transparent; }
header#header .search { margin: 10px 0; position: relative; width: 100%; }
header#header .search input[type="search"] { border: 2px solid #fff; border-radius: 10px; background: none; font-size: 14px; font-style: italic; color: #fff; position: relative; z-index: 1; padding-right: 40px; width: 100%; }
header#header .search input[type="submit"] { background: url(/css/../img/search.svg) no-repeat; width: 22px; height: 24px; background-size: 100%; border: none; cursor: pointer; position: absolute; right: 15px; top: 15px; z-index: 10; }
header#header .search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fff; }
header#header .search ::-moz-placeholder { /* Firefox 19+ */ color: #fff; }
header#header .search :-ms-input-placeholder { /* IE 10+ */ color: #fff; }
header#header .search :-moz-placeholder { /* Firefox 18- */ color: #fff; }

section.nav { background: #feb405; }
@media (min-width: 768px) { section.nav { z-index: 1; } }
section.nav nav { display: -webkit-box; display: -ms-flexbox; display: flex; top: 168px; position: fixed; overflow: hidden; max-height: 0; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; z-index: 10000; background: #feb405; }
@media (min-width: 576px) { section.nav nav { top: 78px; } }
@media (min-width: 768px) { section.nav nav { max-height: 200px; position: relative; top: auto; background: none; -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow: visible; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } }
section.nav nav.open { max-height: 200px; left: 0; -webkit-box-shadow: 0px 1px 16px 0px #feb405; box-shadow: 0px 1px 16px 0px #feb405; padding: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; }
section.nav nav a { min-height: 40px; padding: 8px 18px; background: #feb405; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; color: #fff; text-decoration: none; z-index: 1; text-transform: uppercase; font-size: 14px; font-weight: bold; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
@media (min-width: 768px) { section.nav nav a { min-height: 64px; padding: 10px 24px; } }
@media (min-width: 992px) { section.nav nav a { font-size: 16px; } }
section.nav nav a.active { background: #ff9000; -webkit-box-shadow: 0px 0px 24px 0px #ffeab9; box-shadow: 0px 0px 24px 0px #ffeab9; z-index: 5; }
section.nav nav a:hover { background: #ff9000; z-index: 10; }

.menu_bg { display: none; position: fixed; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.3); z-index: 9999; left: 0; top: 0; }

.wrapper-menu { width: 40px; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; cursor: pointer; -webkit-transition: -webkit-transform 330ms ease-out; transition: -webkit-transform 330ms ease-out; transition: transform 330ms ease-out; transition: transform 330ms ease-out, -webkit-transform 330ms ease-out; margin: 0; top: 120px; z-index: 10000; position: absolute; right: 15px; }
@media (min-width: 576px) { .wrapper-menu { top: 30px; } }
@media (min-width: 768px) { .wrapper-menu { display: none; } }

.wrapper-menu.open { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.line-menu { background-color: #fff; border-radius: 5px; width: 100%; height: 5px; }

.line-menu.half { width: 50%; }

.line-menu.start { -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); -webkit-transform-origin: right; transform-origin: right; }

.open .line-menu.start { -webkit-transform: rotate(-90deg) translateX(3px); transform: rotate(-90deg) translateX(3px); }

.line-menu.end { -ms-flex-item-align: end; align-self: flex-end; -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); -webkit-transform-origin: left; transform-origin: left; }

.open .line-menu.end { -webkit-transform: rotate(-90deg) translateX(-3px); transform: rotate(-90deg) translateX(-3px); }

.sidebar .banner { border-radius: 15px; overflow: hidden; margin-bottom: 30px; }
.sidebar .articles { margin-bottom: 30px; }
.sidebar .articles .article { border: 3px solid #f6f6f6; border-radius: 15px; margin-bottom: 20px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; padding: 22px; }
.sidebar .articles .article:hover { border-color: #fff; -webkit-box-shadow: 0px 0px 21px 0px #7ad1ff; box-shadow: 0px 0px 21px 0px #7ad1ff; }
.sidebar .articles .article .img { display: block; border-radius: 11px; overflow: hidden; margin-bottom: 10px; }
.sidebar .articles .article .title { font-size: 16px; line-height: 20px; text-align: left; margin-bottom: 15px; }
.sidebar .articles .article .title a { color: #4f4f4f; font-weight: 500; text-decoration: underline; }
.sidebar .articles .article .title a:hover { text-decoration: none; }
.sidebar .articles .article .text { color: #737373; font-size: 13px; font-weight: 400; line-height: 20px; }
.sidebar .articles .btn { margin-top: 10px; }

.hfooter { height: 180px; }

#footer { background: #fff; height: 180px; margin-top: -180px; position: relative; z-index: 2; background: url(/css/../img/footer.png) repeat-y top center; padding-top: 40px; }
#footer .logo { max-width: 360px; margin: 10px 0; margin-top: -9px; }
#footer .logo a, #footer .logo .a { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; text-decoration: none; height: 100%; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#footer .logo a img, #footer .logo .a img { width: 71px; height: 88px; margin-right: 16px; }
@media (min-width: 576px) { #footer .logo a img, #footer .logo .a img { margin-left: 11px; margin-right: 24px; } }
#footer .logo a .slogan, #footer .logo .a .slogan { width: 71%; color: #4f4f4f; font-size: 12px; line-height: 1.286; }
@media (min-width: 768px) { #footer .logo a .slogan, #footer .logo .a .slogan { max-width: 180px; min-width: 180px; font-size: 12px; } }
@media (min-width: 1200px) { #footer .logo a .slogan, #footer .logo .a .slogan { font-size: 14px; max-width: 71%; } }
#footer .logo a .slogan .name, #footer .logo .a .slogan .name { display: block; font-weight: bold; font-size: 27px; margin-bottom: 15px; line-height: 1; padding-top: 13px; white-space: nowrap; }
@media (min-width: 768px) { #footer .logo a .slogan .name, #footer .logo .a .slogan .name { font-size: 20px; margin-bottom: 13px; } }
@media (min-width: 1200px) { #footer .logo a .slogan .name, #footer .logo .a .slogan .name { font-size: 30px; margin-bottom: 15px; } }
#footer nav { font-size: 16px; line-height: 30px; -ms-flex-item-align: center; align-self: center; }
#footer nav a { color: #4f4f4f; display: inline-block; text-transform: uppercase; padding-right: 30px; }
#footer nav a.active { color: #3ca7df; text-decoration: none; }
#footer nav a:hover { text-decoration: none; color: #3ca7df; }
#footer .copyright { font-size: 16px; font-weight: 300; color: #b5b5b5; }

.main-title { text-align: center; margin-bottom: 45px; font-weight: 500; font-size: 20px; }

.rating { overflow: auto; }
@media (min-width: 992px) { .rating { overflow: visible; } }
.rating .table-responsive-on-mobile { display: block; width: 100%; overflow-x: auto; }
@media (min-width: 992px) { .rating .table-responsive-on-mobile { overflow: visible; } }
.rating table { border-collapse: separate; border-spacing: 0 25px; margin-top: -25px; }
.rating table tr { border-radius: 15px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.rating table tr td { border: none; background: #f6f6f6; vertical-align: middle; text-align: center; }
.rating table tr td:first-child { border-radius: 15px 0 0 15px; }
.rating table tr td:last-child { border-radius: 0 15px 15px 0; }
.rating table tr td .company { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.rating table tr td .company .img { width: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: 15px; }
.rating table tr td .company .img img { margin: auto; max-width: 100%; height: auto; }
.rating table tr td .company .right { text-align: left; }
.rating table tr td .company .right .name { font-size: 18px; color: #4f4f4f; text-decoration: none; }
.rating table tr td .company .right .name:hover { text-decoration: underline; color: #5ac102; }
.rating table tr td .company .right .stars { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.rating table tr td .company .right .stars .figure { width: 100px; height: 17px; background: url(/css/../img/star_gray.svg) repeat-x; background-size: 20px 17px; margin-right: 5px; position: relative; }
.rating table tr td .company .right .stars .figure span { position: absolute; left: 0; top: 0; height: 17px; width: 0; background-size: 20px 17px; }
.rating table tr td .company .right .stars .figure span.red { background-image: url(/css/../img/star_red.svg); }
.rating table tr td .company .right .stars .figure span.yellow { background-image: url(/css/../img/star_yellow.svg); }
.rating table tr td .company .right .stars .figure span.green { background-image: url(/css/../img/star_green.svg); }
.rating table tr td .company .right .stars .number { font-style: italic; font-size: 14px; }
.rating table tr td .company .right .stars .number:before { content: '('; }
.rating table tr td .company .right .stars .number:after { content: ')'; }
.rating table tr td .send_request { padding-left: 35px; background: url(/css/../img/mail.svg) no-repeat left center; background-size: 22px 16px; color: #4f4f4f; text-decoration: underline; }
.rating table tr td .send_request:hover { text-decoration: none; color: #5ac102; background-image: url(/css/../img/mail_hover.svg); }
.rating table tr td .votes { min-width: 130px; }
.rating table tr td .votes .vote_up, .rating table tr td .votes .vote_down { padding: 0 3px; }
.rating table tr td .votes .vote_up a, .rating table tr td .votes .vote_down a { display: block; font-size: 18px; height: 30px; line-height: 30px; color: #4f4f4f; text-decoration: none; padding-right: 35px; background: url(/css/../img/finger_up.svg) no-repeat right top; background-size: 23px 24px; text-align: right; }
.rating table tr td .votes .vote_up a:hover, .rating table tr td .votes .vote_down a:hover { background-image: url(/css/../img/finger_up_hover.svg); }
.rating table tr td .votes .vote_down a { padding-left: 35px; padding-right: 0; background-image: url(/css/../img/finger_down.svg); background-position: left bottom; text-align: left; }
.rating table tr td .votes .vote_down a:hover { background-image: url(/css/../img/finger_down_hover.svg); }
.rating table tr td .show_reviews { text-align: left; padding-left: 45px; display: block; height: 31px; background: url(/css/../img/reviews.svg) no-repeat left center; background-size: 32px 31px; text-decoration: underline; color: #4f4f4f; }
.rating table tr td .show_reviews:hover { background-image: url(/css/../img/reviews_hover.svg); text-decoration: none; color: #5ac102; }
.rating table tr td .service { font-style: italic; font-size: 13px; line-height: 1; }
.rating table tr td .price { font-size: 16px; font-weight: 500; white-space: nowrap; }
.rating table tr th { border: none; background: #f6f6f6; vertical-align: middle; text-align: center; }
.rating table tr th:first-child { border-radius: 15px 0 0 15px; }
.rating table tr th:last-child { border-radius: 0 15px 15px 0; }
.rating table tr th.place { font-weight: bold; font-size: 24px; }
.rating table tr:hover { -webkit-box-shadow: 0px 0px 18px 0px rgba(254, 180, 5, 0.52); box-shadow: 0px 0px 18px 0px rgba(254, 180, 5, 0.52); }
.rating table tr:hover td, .rating table tr:hover th { background: #fff6e0; }

.video-reviews { padding-bottom: 25px; margin-bottom: 20px; }
@media (min-width: 992px) { .video-reviews { padding-bottom: 85px; } }
.video-reviews .review { border: 3px solid; padding: 15px 33px; border-radius: 13px; margin-bottom: 59px; position: relative; }
.video-reviews .review:before, .video-reviews .review:after { content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 36px 35px 0 0; border-color: #000 transparent transparent transparent; position: absolute; bottom: -38px; right: 60px; }
.video-reviews .review:after { bottom: -30px; right: 62px; border-width: 32px 30px 0 0; border-color: #fff transparent transparent transparent; }
.video-reviews .review .top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media (min-width: 576px) { .video-reviews .review .top { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } }
@media (min-width: 768px) { .video-reviews .review .top { -ms-flex-wrap: wrap; flex-wrap: wrap; } }
@media (min-width: 992px) { .video-reviews .review .top { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } }
.video-reviews .review .top .recommendation { height: 24px; padding-left: 30px; font-size: 16px; font-weight: 500; }
.video-reviews .review .top .company { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin: 10px 0; }
@media (min-width: 576px) { .video-reviews .review .top .company { width: auto; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0; } }
@media (min-width: 768px) { .video-reviews .review .top .company { width: 100%; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin: 10px 0; } }
@media (min-width: 992px) { .video-reviews .review .top .company { width: auto; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0; } }
.video-reviews .review .top .company .img { width: 50px; height: 34px; margin-right: 15px; text-align: right; }
.video-reviews .review .top .company .img img { max-width: 100%; max-height: 100%; width: auto; height: auto; }
.video-reviews .review .top .company .text { line-height: 1.2; }
.video-reviews .review .top .company .text .name { font-size: 18px; font-weight: normal; }
.video-reviews .review .top .company .text a { font-size: 14px; text-decoration: underline; color: #4f4f4f; }
.video-reviews .review .top .company .text a:hover { text-decoration: none; }
.video-reviews .review.positive { border-color: #5ac102; }
.video-reviews .review.positive:before { border-color: #5ac102 transparent transparent transparent; }
.video-reviews .review.positive .recommendation { color: #5ac102; background: url(/css/../img/finger_up.svg) no-repeat left center; background-size: 23px 24px; }
.video-reviews .review.negative { border-color: #e63e3e; }
.video-reviews .review.negative:before { border-color: #e63e3e transparent transparent transparent; }
.video-reviews .review.negative .recommendation { color: #e63e3e; background: url(/css/../img/finger_down.svg) no-repeat left center; background-size: 23px 24px; }
.video-reviews .review .name { font-size: 16px; font-weight: 500; }
.video-reviews .review .name a { text-decoration: none; color: #4f4f4f; }
.video-reviews .review .name a:hover { text-decoration: underline; }
.video-reviews .review .date { font-weight: 300; font-style: italic; font-size: 13px; }
.video-reviews .review .text { font-size: 14px; line-height: 1.7; }
.video-reviews .col-video { margin-bottom: 35px; }
.video-reviews .col-video .video { margin-bottom: 20px; }
.video-reviews .col-video .video iframe { border-radius: 15px; }
.video-reviews .col-video .date { font-weight: 300; font-style: italic; font-size: 13px; }
.video-reviews .col-video a { font-weight: 500; color: #4f4f4f; font-size: 16px; }
.video-reviews .btn { margin-bottom: 20px; }
@media (min-width: 992px) { .video-reviews .btn { position: absolute; bottom: -50px; left: 50%; width: 181px; margin-left: -90px; margin-bottom: 0; } }

section.text { background: #f6f6f6; padding: 50px 0; line-height: 1.5; font-size: 16px; }
section.text h2 { line-height: 1; text-transform: uppercase; padding-bottom: 15px; }
section.text ul { padding-left: 0; list-style: none; }
section.text ul li { padding-left: 25px; position: relative; font-style: italic; font-weight: 300; }
section.text ul li:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; border-radius: 50%; background: #3ca7df; left: 0; top: 7px; }
section.text .right-block { border: 5px solid #fff; border-radius: 15px; font-size: 18px; padding: 15px; }
@media (min-width: 992px) { section.text .right-block { padding: 30px 35px; line-height: 2; } }

.videos { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.videos .video { font-size: 18px; width: 100%; margin-bottom: 30px; }
.videos .video .embed-responsive { margin-bottom: 20px; }
@media (min-width: 576px) { .videos .video { width: 48%; } }

.reviews { padding-bottom: 25px; margin-bottom: 20px; }
@media (min-width: 992px) { .reviews { padding-bottom: 85px; } }
.reviews .review { border: 3px solid; padding: 15px 33px 30px; border-radius: 13px; margin-bottom: 59px; position: relative; }
.reviews .review:before, .reviews .review:after { content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 36px 35px 0 0; border-color: #000 transparent transparent transparent; position: absolute; bottom: -38px; right: 60px; }
.reviews .review:after { bottom: -30px; right: 62px; border-width: 32px 30px 0 0; border-color: #fff transparent transparent transparent; }
.reviews .review .top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media (min-width: 576px) { .reviews .review .top { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } }
@media (min-width: 768px) { .reviews .review .top { -ms-flex-wrap: wrap; flex-wrap: wrap; } }
@media (min-width: 992px) { .reviews .review .top { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } }
.reviews .review .top .recommendation { height: 24px; padding-left: 30px; font-size: 16px; font-weight: 500; }
.reviews .review .top .company { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin: 10px 0; }
@media (min-width: 576px) { .reviews .review .top .company { width: auto; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0; } }
@media (min-width: 768px) { .reviews .review .top .company { width: 100%; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin: 10px 0; } }
@media (min-width: 992px) { .reviews .review .top .company { width: auto; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0; } }
.reviews .review .top .company .img { width: 50px; height: 34px; margin-right: 15px; text-align: right; }
.reviews .review .top .company .img img { max-width: 100%; max-height: 100%; width: auto; height: auto; }
.reviews .review .top .company .text { margin: 0; line-height: 1.2; }
.reviews .review .top .company .text .name { font-size: 18px; font-weight: normal; }
.reviews .review .top .company .text a { font-size: 14px; text-decoration: underline; color: #4f4f4f; }
.reviews .review .top .company .text a:hover { text-decoration: none; }
.reviews .review.positive { border-color: #5ac102; }
.reviews .review.positive:before { border-color: #5ac102 transparent transparent transparent; }
.reviews .review.positive .recommendation { color: #5ac102; background: url(/css/../img/finger_up.svg) no-repeat left center; background-size: 23px 24px; }
.reviews .review.negative { border-color: #e63e3e; }
.reviews .review.negative:before { border-color: #e63e3e transparent transparent transparent; }
.reviews .review.negative .recommendation { color: #e63e3e; background: url(/css/../img/finger_down.svg) no-repeat left center; background-size: 23px 24px; }
.reviews .review .name { font-size: 16px; font-weight: 500; }
.reviews .review .name a { text-decoration: none; color: #4f4f4f; }
.reviews .review .name a:hover { text-decoration: underline; }
.reviews .review .date { font-weight: 300; font-style: italic; font-size: 13px; }
.reviews .review .text { font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.reviews .review .btn.add_comment { position: relative; bottom: auto; left: auto; margin-left: 0; width: auto; margin-right: 50px; }
.reviews .review .show_comments { font-size: 18px; color: #4f4f4f; text-decoration: none; padding-left: 40px; background: url(/css/../img/comments.svg) no-repeat left 3px; background-size: 22px; min-height: 24px; display: inline-block; }
.reviews .review .show_comments span { text-decoration: underline; }
.reviews .review .show_comments:hover { text-decoration: underline; }
.reviews .review .show_comments:hover span { text-decoration: none; }
.reviews .review.answer { background: #f6f6f6; border-color: #f6f6f6; }
.reviews .review.answer:after { display: none; }
.reviews .review.answer:before { border-color: #f6f6f6 transparent transparent transparent; }

.form-title { font-weight: 500; font-size: 20px; margin-bottom: 20px; }

.single-page { font-size: 16px; line-height: 1.625; }
.single-page p { padding-bottom: 2em; }

.full-articles .article { background: #f6f6f6; margin-bottom: 25px; border-radius: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 10px; }
@media (min-width: 576px) { .full-articles .article { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 25px; } }
.full-articles .article .img { width: 100%; border-radius: 15px; overflow: hidden; }
@media (min-width: 576px) { .full-articles .article .img { width: 200px; } }
.full-articles .article .img img { max-width: 100%; height: auto; }
.full-articles .article .text { width: 100%; color: #828282; font-size: 14px; }
@media (min-width: 576px) { .full-articles .article .text { width: calc(100% - 215px); margin-left: 15px; } }
.full-articles .article .text .date { color: #737373; font-style: italic; font-weight: 300; font-size: 13px; }
.full-articles .article .text .title { font-size: 18px; font-weight: 400; color: #000; text-transform: none; margin-bottom: 5px; display: block; text-align: left; }

.pagination { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.pagination a, .pagination span { width: 60px; height: 50px; line-height: 50px; text-align: center; display: block; background: #feb405; color: #fff; text-decoration: none; font-weight: 500; font-size: 18px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.pagination a:last-child, .pagination span:last-child { border-radius: 0 15px 15px 0; }
.pagination a:first-child, .pagination span:first-child { border-top-left-radius: 15px; border-bottom-left-radius: 15px; }
.pagination a:hover, .pagination span:hover { background: #ff9000; z-index: 10; }
.pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next { position: relative; }
.pagination a.prev:before, .pagination a.next:before, .pagination span.prev:before, .pagination span.next:before { content: ''; display: block; width: 15px; height: 11px; background: url(/css/../img/arrow.svg) no-repeat center; background-size: 15px 11px; position: absolute; left: calc(50% - 7px); top: calc(50% - 5px); }
.pagination a.prev:before, .pagination span.prev:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.pagination span { background: #ff9000; -webkit-box-shadow: 0px 0px 24px 0px #ffeab9; box-shadow: 0px 0px 24px 0px #ffeab9; z-index: 5; }

.company-page .top-info { margin-bottom: 30px; }
.company-page .top-info .company { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.company-page .top-info .company .img { width: 72px; height: 65px; margin-right: 30px; }
.company-page .top-info .company .img img { max-width: 100%; max-height: 100%; width: auto; height: auto; }
.company-page .top-info .company .text-part .text-name { font-weight: 500; font-size: 24px; }
.company-page .top-info .company .text-part .date { font-style: italic; font-size: 16px; font-weight: normal; }
.company-page .top-info .rating { background: url(/css/../img/rating.svg) no-repeat left center; background-size: 26px 25px; font-size: 16px; padding-left: 40px; }
.company-page .top-info .rating .number { color: #feb405; font-size: 18px; }
.company-page .votes { width: 165px; font-size: 18px; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 30px auto; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.company-page .votes .vote_up, .company-page .rating table tr td .votes .vote_down, .rating table tr td .company-page .votes .vote_down, .company-page .votes .vote_down { width: 65px; padding-right: 42px; height: 34px; line-height: 34px; display: inline-block; color: #4f4f4f; position: relative; text-align: right; }
.company-page .votes .vote_up:after, .company-page .rating table tr td .votes .vote_down:after, .rating table tr td .company-page .votes .vote_down:after, .company-page .votes .vote_down:after { content: ''; display: block; z-index: 2; background: url(/css/../img/finger_up.svg) no-repeat; width: 23px; height: 24px; position: absolute; right: 0; top: 0; }
.company-page .votes .vote_down { text-align: left; padding-right: 0; padding-left: 42px; }
.company-page .votes .vote_down:after { background: url(/css/../img/finger_down.svg) no-repeat; left: 0; right: auto; top: 8px; }
.company-page .contacts { font-weight: 300; font-size: 14px; color: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-top: 30px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.company-page .contacts .link { padding-left: 36px; margin-bottom: 20px; width: 100%; }
.company-page .contacts .link .head { font-size: 18px; font-weight: 400; padding-bottom: 4px; }
.company-page .contacts .link.site { min-height: 27px; background: url(/css/../img/icon_company_site.svg) no-repeat left top; background-size: 27px 27px; font-size: 18px; font-weight: 400; text-decoration: underline; }
.company-page .contacts .link.email { background: url(/css/../img/icon_company_email.svg) no-repeat 2px 5px; background-size: 23px 18px; font-size: 16px; }
.company-page .contacts .link.email a { text-decoration: underline; }
.company-page .contacts .link.phone { background: url(/css/../img/icon_company_tel.svg) no-repeat 4px top; background-size: 18px 27px; font-size: 16px; }
.company-page .contacts .link.phone a { color: #4f4f4f; text-decoration: none; }
.company-page .contacts .link.address { background: url(/css/../img/icon_company_location.svg) no-repeat 3px top; background-size: 21px 26px; font-size: 14px; }
.company-page .text { font-size: 16px; line-height: 1.625; }
.company-page .map { height: 410px; width: 100%; }
.company-page .map .map_company { width: 100%; height: 100%; }
.company-page .reviews .h1 { margin-bottom: 20px; }
.reviews.company-reviews .text-center .btn { margin-bottom: 30px; }

.mt { margin-top: 40px; }

.form-group.captcha a { display: block; margin: 0 auto 10px; text-align: center}

.form-group.like { display: flex; justify-content: space-around; }
.form-group.like a { text-decoration: none; color: #000; font-weight: 500; }
.form-group.like a.active { color: #5ac102; font-weight: 600; }
.form-group.like a.bad.active { color: #f64341; }

.error { -webkit-box-shadow: 0px 0px 3px 1px rgba(255,0,0,1); -moz-box-shadow: 0px 0px 3px 1px rgba(255,0,0,1); box-shadow: 0px 0px 3px 1px rgba(255,0,0,1); }
/* End */
/* /css/jquery.formstyler.css?15086391542175 */
/* /css/jquery.formstyler.theme.css?152267626710226 */
/* /css/style.css?175251573439960 */
