/*!
 * Datepicker v0.6.5
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-03-31T06:16:43.444Z
 */.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;top:0;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.datepicker-container:after,.datepicker-container:before{border:5px solid transparent;content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	-webkit-box-shadow: inset 1px 1px 1px #ccc;
	        box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	        filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/* select border*/ /* text inside select */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1.2; }
ol { padding-left: 0; list-style: decimal; }
ul { padding-left: 1.4em; list-style: square; }
table { border-collapse: collapse; border-spacing: 0; }
a{
	text-decoration: none;
	color: inherit;
}
body{
	-webkit-text-size-adjust:none;
}
img{
 	width: 100%;
	height: auto;
	vertical-align: bottom;
}
input,textarea{
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
button{
	display: block !important;
}
/*
input,
textarea,
button,
select,
div,
a {
	-webkit-tap-highlight-color: transparent;
}*/
.select {
	-webkit-tap-highlight-color: transparent;
}
@media (hover: none) {
	.has-dropdown:hover,.goBack:hover{
		background: #fff !important;
		color: #606060 !important;
	}
	.navigation .menu>li:hover>a:after{
		border-left-color: #ccc !important;
	}
	.offices-main-filter_expanded-clear:hover{
		color: #606060 !important;
	}
	.offices-main-filter-item:nth-child(4):hover{
		color: #606060 !important;
	}
	.navigation .menu>li:hover{
		background: #fff !important;
		color: #606060 !important;
	}
	.navigation .store:hover{
		background: #fff !important;
		color: #606060 !important;
	}

	/*
	.btn{
		&:hover{
			color: $red !important;
			background-color: transparent !important;
		}
		&_filled{
			&:hover{
				color: $white !important;
				background-color: $red !important;
			}
		}
	}*/
			.offices-main-content-map button:hover svg{
				fill:#fff !important;
			}
	.drop_down-title:hover{
		color: #606060 !important
	}
	.drop_down-title:hover::after { border-top-color: #808080 !important; }
	.bottom_red_links-item:hover{
		background: #bc151a !important;
	}
}
/*
@font-face {
	font-family: "Samplina Neue";
	font-style: italic;
	font-weight: bold;
	src: url("fonts/SamplinaNeue.eot?") format("eot"),
	     url("fonts/SamplinaNeue.woff2") format("woff2"),
	     url("fonts/SamplinaNeue.woff") format("woff"),
	     url("fonts/SamplinaNeue.ttf") format("truetype"),
	     url("fonts/SamplinaNeue.svg#Samplina_Neue") format("svg");
}
*/
@font-face {
	font-family: "GothamPro";
	font-weight: normal;
	src: url("/fonts/GothamPro.eot?") format("eot"),
	     url("/fonts/GothamPro.woff") format("woff"),
	     url("/fonts/GothamPro.ttf") format("truetype"),
	     url("/fonts/GothamPro.svg#GothamPro") format("svg");
  font-display: swap;
}
@font-face {
	font-family: "GothamPro";
	font-weight: 500;
	src: url("/fonts/GothamPro-Medium.eot?") format("eot"),
	     url("/fonts/GothamPro-Medium.woff") format("woff"),
	     url("/fonts/GothamPro-Medium.ttf") format("truetype"),
	     url("/fonts/GothamPro-Medium.svg#GothamPro") format("svg");
  font-display: swap;
}
@font-face {
	font-family: "GothamPro";
	font-weight: bold;
	src: url("/fonts/GothamPro-Bold.eot?") format("eot"),
	     url("/fonts/GothamPro-Bold.woff") format("woff"),
	     url("/fonts/GothamPro-Bold.ttf") format("truetype"),
	     url("/fonts/GothamPro-Bold.svg#GothamPro") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("/fonts/Roboto.woff2") format("woff2");
  font-display: swap;
}

.user-content h1 {
    font-size: 2em;
}

.user-content h2 {
    font-size: 1.5em;
}

.user-content h3 {
    font-size: 1.4em;
}

.user-content h4 {
    font-size: 1.3em;
}

.user-content h5 {
    font-size: 1.2em;
}

.user-content h6 {
    font-size: 1.1em;
}

.user-content p {
    font-size: 1em;
    line-height: 1.3em;
}

.user-content p a {
    display: inline;
}

.user-content ul {
    font-size: 1.1em;
    padding-left: 40px;
    list-style-type: disc;
}

.user-content ol {
    font-size: 1.1em;
    padding-left: 40px;
    list-style-type: decimal;
}

.user-content li {
    margin-bottom: 0;
    line-height: 1.3em;
}

.user-content i, .user-content em {
    /*coursive styles*/
    font-style: italic;
}

.user-content b, .user-content strong {
    /*bold styles*/
    font-weight: bold;
}

.user-content blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 1.3em;
    font-style: italic;
}

.user-content img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.user-content a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 1em;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
.select2-container .select2-search--inline {
    float: left; }
.select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
.select2-results {
  display: block; }
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
.select2-results__option[aria-selected] {
    cursor: pointer; }
.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-search--dropdown {
  display: block;
  padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(255, 255, 255)', endColorstr='rgba(255, 238, 238, 0.93333)', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 238, 238, 0.93333)', endColorstr='rgba(255, 204, 204, 0.8)', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(255, 255, 255)', endColorstr='rgba(255, 238, 238, 0.93333)', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 238, 238, 0.93333)', endColorstr='rgb(255, 255, 255)', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}
.ui-front {
    z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}
/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}
input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

    /* We use html here because we need a greater specificity to make sure disabled
    works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}


body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-size: 14px;
  line-height: 1;
  color: #606060;
  font-family: "GothamPro", sans-serif;
  font-weight: normal;
  background-color: #fff;
}


/*

.loading {
  height: 100vh;
  overflow: hidden;
  background: $gray_loader_bg;
}
*/


a, button, input, textarea {
  box-sizing: border-box;
  text-decoration: none;
  outline: 0;
  border: 0;
  transition: all 0.3s ease-in-out
}


a:focus, button:focus, input:focus, textarea:focus { outline: 0; }


input {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #cccccc;
  font-size: 16px
}


input:focus { border: 1px solid #606060; }


input, textarea {
  color: #808080;
  font-family: "GothamPro", sans-serif;
  letter-spacing: 0;
}


textarea {
  display: block;
  width: 100%;
  height: 90px;
  padding: 10px;
  border: 1px solid #cccccc;
  font-size: 16px;
  resize: none
}


textarea:focus { border: 1px solid #606060; }


button:hover, a:hover, label:hover, select:hover { cursor: pointer; }


select, input[type=checkbox] {
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}


select[disabled], input[type=checkbox][disabled] { opacity: .5; cursor: default; }


select:focus, input[type=checkbox]:focus { border: 1px solid #cccccc; }


input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  transition: none

}


input[type=checkbox]:checked { border: 1px solid #fff; background-color: #bc151a; background-image: url(./..//img/checked.svg); background-position: 50%; background-size: 14px; background-repeat: no-repeat; }


input[type=checkbox]:checked {
  background-color: #bc151a;
}


input[type=radio] {
  position: relative;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: none;
  cursor: pointer;
  background: transparent
}


input[type=radio]:checked { border-color: #808080; }


input[type=radio]:checked::after { content: ''; position: absolute; top: 5px; left: 5px; width: 10px; height: 10px; border-radius: 50%; background: #bc151a; }


select {
  padding: 20px;
  color: #808080;
  font-size: 16px;
  background-color: #fff;
}


html {
  -webkit-overflow-scrolling: touch;
}


.hidden {
  display: none !important;
}


.visible {
  visibility: hidden;
}


h5,
h1,
.popup-row .popup-title {
  color: #606060;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}


.date {
  display: block;
  color: #bc151a;
  line-height: 12px;
  letter-spacing: 0.4px;
  font-weight: 500;
}


.phone {
  font-size: 14px;
  font-weight: 500;
}


.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


.wrapper_flex {
    width: 100%;
    max-width: 1000px;
    display: flex;
  }


.wrapper_flex_wrap {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }


/* btns */


.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  padding: 11px 0;
  border: 1px solid #bc151a;
  font-size: 14px;
  color: #bc151a;
  letter-spacing: 0.4px;
  background-color: transparent
}


.btn:hover { color: #fff; background-color: #bc151a; }


.btn_filled {
  color: #fff;
  background-color: #bc151a
}


.btn_filled:hover { color: #bc151a; background-color: #fff; }


.btn_200 {
  width: 200px;
}


.btn_big {
  padding: 16px 0;
  font-size: 16px;
}


.btn_300 {
  max-width: 300px;
  width: 100%;
}


/*END btns */


/* stars */


.starrr_small {
  height: 20px;
  display: inline-block;
}


.starrr_small span {
    display: inline !important;
    font-size: 0;
    line-height: 0;
    padding: 8px;
    padding-right: 14px;
    height: 10px;
    width: 10px;
    text-decoration: none;
  }


.fa-star-o {
  background-image: url(./..//img/star_empty.svg);
  background-repeat: no-repeat;
}


.fa-star {
  background-image: url(./..//img/star_solid.svg);
  background-repeat: no-repeat;
}


/*END stars */


/* select styles */


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}


/*select2*/


.select2-style {
  width: 100%;
  display: block;
}


.select2-container {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: white;
  height: 60px;
}


.select2-container .select2-dropdown span {
    display: block;
  }


.tabs_content-inner > div { position: relative; }


.tabs_content-inner .select2-container {
    width: 100%;
    display: block;
    margin: 0; }


.tabs_content-inner .select2-container span {
      margin: 0;
    }


.tabs_content-inner .selection {
    width: 100%;
    height: 60px; }


.select2-dropdown {
  border: none;
  border-radius: 0;
}


.select2-search--dropdown {
  padding: 0;
}


.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search__field{
    border-top: 1px solid #cccccc;

  }


.select2-container--default .select2-selection--single {
    height: 60px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #cccccc
  }


.select2-container--default .select2-selection--single:focus { outline: none; }


.select2-container--default .select2-selection--single .select2-selection__rendered {
      display: flex;
      align-items: center;
      color: #808080;
      line-height: inherit;
      background-color: #fff;
      padding: 12px;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      transition: all 0.5s ease; }


.select2-container--default .select2-selection--single .select2-selection__rendered:hover { background-color: #f8f8f8; }


.select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 100%;
      top: 0px;
      right: 0px;
      width: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }


.select2-container--default .select2-selection--single .select2-selection__arrow b {
        position: static;
        margin: auto;
        width: 8px;
        height: 8px;
        top: 20px;
        right: 20px;
        border: none;
        border-color: #606060;
        border-left: 1px solid #606060;
        border-bottom: 1px solid #606060;
        transform: rotate(-45deg);
        transform-origin: center;
        box-sizing: border-box;
        transition: all 0.3s ease;
      }


.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: #606060; border-width: 1px; transform: rotate(45deg) rotateX(180deg); }


.select2-container--default .select2-results__option[aria-selected=true],
  .select2-container--default .select2-results__option--highlighted[aria-selected],
  .select2-container--default .select2-results__option {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 10px;
    border: 1px solid #cccccc;
    border-top: none;
    color: #606060;
    background-color: #f8f8f8;
    box-sizing: border-box;
    transition: all 0.3s ease; }


.select2-container--default .select2-results__option[aria-selected=true]:hover, .select2-container--default .select2-results__option--highlighted[aria-selected]:hover, .select2-container--default .select2-results__option:hover { color: #fff; background: #bc151a; }


.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 10px;
    border: 1px solid #cccccc; }


.select2-dropdown {
  margin-top: -60px!important;
}


.select2-selection__choice__remove {
  //display: none !important;
}


.select2-dropdown.select2-dropdown--above {
  margin-top: 60px!important;
}


/*end select2*/


.select {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: white;
    height: 60px;
  }


.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 12px;
    color: #808080;
    border: 1px solid #cccccc;
    background-color: #fff;
    transition: all 0.5s ease;
    box-sizing: border-box
  }


.select-styled::after { content: ''; position: absolute; width: 8px; height: 8px; top: 20px; right: 20px; border: none; border-color: #606060; border-left: 1px solid #606060; border-bottom: 1px solid #606060; transform: rotate(-45deg); transition: all 0.3s ease; transform-origin: bottom; }


.select-styled.active::after { transform: rotate(45deg) rotateX(180deg); }


.select-styled.disabled { opacity: .5; }


.select-styled:hover { background-color: #f8f8f8; }


.help-block {
    display: none;
    margin-top: 5px;
    color: red;
    transition: all 0.3s ease;
  }


.has-error input,.has-error textarea{
      border-color: red !important;
      color: red !important;
    }


.has-error label {
      color: red !important;
    }


.has-error .popup-row-item-file {
      border-color: red !important;
      color: red !important;
    }


.has-error .popup-row-item-date-triger {
      border-color: red;
    }


.has-error .popup-row-item-date-triger svg path {
          fill: red;
        }


.has-error .select-styled{
      border-color:red;
      color:red;
    }


.has-error .help-block{
      display: block;
    }


.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 10;
    max-height: 240px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
  }


.select-options-show {
      display: block
    }


.select-options-show.drop_up { top: auto; bottom: 100%; }


.select-options-show.drop_up li {
          border-top: 1px solid #cccccc;
          border-bottom: none; }


.select-options li {
      display: flex;
      align-items: center;
      height: 60px;
      padding: 0 10px;
      border: 1px solid #cccccc;
      border-top: none;
      color: #606060;
      background-color: #f8f8f8;
      box-sizing: border-box
    }


.select-options li:hover { background-color: #bc151a; color: #fff; }


.select-options br{
      display: none;
    }


.breadcrumbs {
    padding-top: 40px;
  }


.breadcrumbs ol{
      display: flex;
      flex-wrap: wrap;
      list-style: none
    }


.breadcrumbs ol > span { display: inline-block; width: 5px; height: 5px; margin: 4px 5px 1px 3px; border-right: 1px solid #bc151a; border-bottom: 1px solid #bc151a; transform: rotate(-45deg); }


.breadcrumbs ol > li { margin: 0 !important; padding: 0; line-height: 100% !important; letter-spacing: 0.3px; }


.breadcrumbs ol > li a {
          color:#606060; }


.breadcrumbs ol > li:last-child a {
            cursor: default; }


.breadcrumbs ol > li:not(:last-child) a:hover { color: #df161b; }


.tip_field > span { position: relative; display: flex !important; align-items: center; }


.tip_field ul {
      list-style: decimal; }


.tip_field li {
      font-size: 14px;
      line-height: 16px; }


.tip_field .tip {
      width: 50px;
      margin-left: 10px; }


.tip_field .tip div {
        z-index: 10;
        position: absolute;
        left: 0;
        top: 30px;
        width: 100%;
        padding: 20px;
        border: 1px solid #bc151a;
        box-sizing: border-box;
        opacity: 0;
        background: #fff;
        box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, .2);
        transform: translateX(-1000px);
        transition: transform 0s ease .4s, opacity 0.3s ease;
      }


.tip_field .tip div.tip_show{
        transform: translateX(0);
        opacity: 1;
        transition: transform 0s ease, opacity 0.3s ease;
      }


.tip_field .tip-title {
        font-weight: 500;
      }


.tip_field .tip > span { width: 16px; height: 16px; box-sizing: border-box; padding-top: 3px; margin: 0; border: 1px solid #bc151a; border-radius: 50%; color: #bc151a; line-height: 15px; font-size: 12px; text-align: center; transition: background 0.3s ease; cursor: pointer; display: flex; align-items: center; justify-content: center; flex: 0 0 16px; }


.tip_field .tip > span:hover { color: #fff; background-color: #bc151a;/* & + div {
             transform: translateX(0);
             opacity: 1;
             transition: transform 0s ease, opacity $s03 ease;
           }*/ }


.drop_down {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 21px;
    border-bottom: 1px solid #cccccc;
    transition: all 0.3s ease;
  }


.drop_down-title {
      position: relative;
      width: 93%;
      padding: 25px 0;
      font-size: 16px;
      font-weight: 500;
      color: #606060;
      transition: inherit;
      cursor: pointer
    }


.drop_down-title::after { content: ''; position: absolute; right: -20px; top: calc(50% - 6px); width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #cccccc; transition: inherit; }


.drop_down-title:hover { color: #bc151a; }


.drop_down-title:hover::after { border-top-color: #bc151a; }


.drop_down-content {
      align-self: flex-start;
      width: 100%;
      height: auto;
      display: none;
      padding: 20px;
      margin-bottom: 20px;
      box-sizing: border-box;
      background-color: #f8f8f8;
      overflow: hidden;
    }


.drop_down.active .drop_down-title::after { transform: rotateZ(180deg); }


.socials {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }


.socials div {
      margin-bottom: 10px;
    }


.socials a {
      display: block;
      width: 50px;
      height: 50px;
      margin-right: 20px;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center;
      transition: transform 0.3s
    }


.socials a:hover { transform: scale(1.1); }


.youtube {
    background-image: url(./..//img/youtube.svg);
    background-color: #ce1312 !important;
    background-size: 21px;
  }


.facebook {
    background-image: url(./..//img/facebook.svg);
    background-color: #4460a0 !important;
    background-size: 24px 24px;
  }


.skype {
    background-image: url(./..//img/skype.svg);
    background-color: #00aef3 !important;
    background-size: 21px;
  }


.bottom_red_links {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #bc151a;
  }


.bottom_red_links .wrapper_flex {
      justify-content: center;
    }


.bottom_red_links-item {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      min-height: 90px;
      padding: 0 20px;
      box-sizing: border-box;
      font-size: 16px;
      text-align: center;
      font-weight: 500;
      line-height: 24px;
      color: #fff;
      text-transform: uppercase
    }


.bottom_red_links-item::after { content: ''; z-index: 2; position: absolute; top: calc(50% - 25px); right: -0.5px; width: 1px; height: 50px; background-color: #cccccc; }


.bottom_red_links-item:last-child::after { content: none; }


.bottom_red_links-item:hover { background: #df161b; }


.back_link {
    padding-top: 45px;
    padding-bottom: 30px;
  }


.back_link a {
      color: #606060 !important;
      text-decoration: none !important;
      font-size: 15px;
      letter-spacing: 1px;
    }


.back_link a svg{
        width: 20px;
        height: 10px;
        margin-right: 10px;
      }


.back_link a svg path{
          fill:#606060;
          transition: all 0.3s ease;
        }


.back_link a:hover { color: #df161b !important; }


.back_link a:hover svg path{
            fill:#df161b;
          }


.info {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 35px 0;
    box-sizing: border-box;
    background-color: #f8f8f8;
  }


.info .wrapper_flex {
      justify-content: space-between;
    }


.info-item {
      width: 100%;
      height: 50px;
      margin-right: 60px
    }


.info-item:last-child { margin-right: 0; }


.info-item span {
        position: relative;
        line-height: 18px; }


.info-item span::after { content: ''; position: absolute; left: 0; top: 35px; width: 30px; height: 4px; background-color: #bc151a; }


.seo-text-onePage {
    display: flex;
    justify-content: center;
    margin: 50px 0;
  }


.seo-text-onePage .wrapper{
      line-height: 130%;
    }


.seo-text-onePage .wrapper div:not(:last-child) { margin-bottom: 30px; }


.seo-text-onePage h1 {
      margin-bottom: 30px;
      font-size: 28px;
      font-weight: 500;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      line-height: 1.3;
    }


.seo-text-onePage h2 {
      margin-bottom: 25px;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.5px;
    }


.seo-text-onePage h3, .seo-text-onePage h4 {
      margin: 25px 0;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0.5px;
    }


.seo-text-onePage h4 {
      font-size: 16px;
    }


.seo-text-onePage ul, .seo-text-onePage ol {
      padding: 0 0 15px 0;
    }


.seo-text-onePage ul li, .seo-text-onePage ol li {
        position: relative;
        padding-left: 30px;
        line-height: 130%;
        letter-spacing: 0.5px;
        list-style: none
      }


.seo-text-onePage ul li:before, .seo-text-onePage ol li:before { content: ''; position: absolute; top: 4px; left: 0; display: block; height: 10px; width: 10px; border-radius: 50%; background-color: #bc151a; }


.seo-text-onePage p,.seo-text-onePage span {
      display: inline-block;
    }


.seo-text-onePage p:not(:last-child), .seo-text-onePage span:not(:last-child) { margin-bottom: 30px; }


.seo-text-onePage p,.seo-text-onePage span { line-height: 130%; letter-spacing: 0.5px; }


.seo-text-onePage a {
      text-decoration: underline;
      color: #bc151a
    }


.seo-text-onePage a:hover { color: #df161b; }


sup {
    vertical-align: super;
    font-size: 10px;
  }


.info_col3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }


.info_col3-title {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 40px;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.4px;
      text-align: center;
    }


.info_col3 .wrapper_flex_wrap {
      justify-content: space-between;
    }


.info_col3 .wrapper_flex {
      justify-content: space-between;
    }


.info_col3-item {
      width: 30%;
      margin-bottom: 75px;
    }


.info_col3-item-title {
        position: relative;
        padding-top: 0 !important;
        line-height: 130%;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.4px
      }


.info_col3-item-title::after { content: ''; position: absolute; bottom: -8px; left: 0; width: 30px; height: 3px; background-color: #bc151a; }


.info_col3-item span {
        display: block;
        padding-top: 17px;
        line-height: 130%;
        letter-spacing: 0.4px;
      }


.info_col3 p {
      padding-top: 17px;
      line-height: 130%;
      letter-spacing: 0.4px;
    }


.info_col3 a {
      display: inline-block;
      // padding-top: 15px;
      color: #bc151a;
      text-decoration: underline
    }


.info_col3 a:hover { color: #df161b; }


.info_col3 .btn {
      margin-top: 25px;
    }


.filter {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }


.filter-select {
      width: 100%;
      display: none;
    }


.filter .btn {
      width: auto;
      padding: 16px 24px;
      font-size: 16px
    }


.filter .btn.active { color: #fff; background-color: #bc151a; }


/* END */


/*required for form inputs*/


.required > label, .required > span { position: relative; }


.required > label::after, .required > span::after { content: '*'; position: absolute; top: -3px; right: -9px; font-size: 19px; }


.map-info{
      display: flex;
      justify-content: center;
      width: 100%;
      padding: 30px 0;
      box-sizing: border-box;
      background-color: #f8f8f8;
    }


.map-info span{
        padding: 10px 0 10px 40px
      }


.map-info span:first-child { margin-right: 30px; background: url(./..//img/Pin_map_sign_red.svg) no-repeat left; background-size: auto; }


.map-info span:last-child { background: url(./..//img/Pin_map_sign_yellow.svg) no-repeat left; background-size: auto; }


/**/


.show_all {
    display: inline-block;
    text-decoration: underline;
    transition: color .3s ease;
    cursor: pointer
  }


.show_all:hover { color: #bc151a; }


.g-recaptcha{
    width: 100%;
    max-width:100%
  }


.g-recaptcha > div { width: 100% !important; max-width: 100% !important; }


.g-recaptcha iframe {
      width: 100%; }


.rc-anchor{
    transform: scale(0.92);
    transform-origin: left;
  }


@media all and (min-width:1024px){
    .gm-style-pbc{
      display: none;
    }
  }


/* offices detail block for map*/


.offices-detail {
    box-sizing: border-box;
    width: 360px;
    max-width: 100%;
    background-color: #fff;
    padding: 30px;
    font-size: 14px;
    color: #606060;
    font-family: "GothamPro", sans-serif;
    font-weight: normal;
    display: none
  }


.offices-detail.active { display: block; }


.offices-detail {/* delete*/ box-shadow: 0 0 20px rgba(0,0,0,0.5); }


/* end delete*/


.offices-detail span {
      display: block; }


.offices-detail-branch {
      margin: 0 0 5px; }


.offices-detail-title,
    .offices-detail .work-time-dscr {
      font-weight: 700;
      font-size: 16px; }


.offices-detail-subtitle {
      margin: 0 0 25px; }


.offices-detail-title {
      margin: 0 0 5px; }


.offices-detail .offices-detail-work-time .work-time-title {
        margin: 0 0 8px;
      }


.offices-detail .offices-detail-work-time .work-time-dscr {
        margin: 0 0 25px;
      }


.offices-detail-link {
      position: relative; }


.offices-detail-link:after { content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: #616161; }


/* add styles for mobile content hidden in .select2-selection__rendered 11.07.2019*/


.select2-container--default .select2-selection--single .select2-selection__rendered {
    overflow: hidden;
    padding-right: 40px;
    white-space: normal
  }


.select2-container--default .select2-selection--single .select2-selection__rendered:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }


.select2-selection__placeholder {
    white-space: nowrap;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    width: calc(100% - 50px);
    text-overflow: ellipsis;
    display: block;
  }


.select2-results__option[aria-selected=true],
.select2-results__option--highlighted[aria-selected],
.select2-results__option {
  height: auto;
  min-height: 60px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
}


.select-styled:after {
  box-sizing: border-box;
}
header {
  position: fixed;
  z-index: 21;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: visible;
  color: #fff;
  box-shadow: 2px 0 16px rgba(0, 0, 0, .3);
}
header .header-main {
    display: flex;
    justify-content: center;
    height: 70px;
    background-color: #bc151a;
  }
header .wrapper_flex {
    justify-content: space-between;
  }
header .main-header-wrap {
    align-items: center;
  }
.disable-hover:hover {
  cursor: default !important;
  color: #606060 !important;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-logo {
  position: relative;
  margin-right: 16px;
  height: 35px;
}
.header-logo a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
.header-logo img {
    width: auto;
  }
.header-logo .wrap_logo {
    display: flex;
    align-items: center;
    width: 101px;
  }
.wrap_logo svg{
    height: 35px;
  }
.header-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  align-items: flex-start;
}
.header-info a {
    display: block;
  }
.header-info .phone {
    margin-right: 20px;
    border-bottom: 1px solid #bc151a
  }
.header-info .phone:hover { border-bottom: 1px solid #fff; }
.header-info-contacts_popup {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
    width: 511px;
    min-height: 250px;
    padding: 20px 30px;
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.3s ease;
    transform: translateY(-200%);
    opacity: 0;
    will-change: auto;
    box-shadow: 0px 10px 25px rgba(0,0,0,.1);
    transition: transform 0s ease .5s, opacity 0.3s ease
  }
.header-info-contacts_popup.active { transform: translateY(0); opacity: 1; transition: transform 0s ease 0s, opacity 0.3s ease; }
.header-info-contacts_popup-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding-bottom: 15px;
      box-sizing: border-box;
      border-bottom: 1px solid #cccccc; }
.header-info-contacts_popup-top span {
        display: block;
        width: 100%;
        margin-top: 10px;
        font-size: 12px;
        letter-spacing: 0.5px;
        color: #808080;
      }
.header-info-contacts_popup-top span a {
          display: inline;
        }
.header-info-contacts_popup-top span b {
          margin-left: 3px;
        }
.header-info-contacts_popup-top .phone {
        border-bottom: 1px solid #fff
      }
.header-info-contacts_popup-top .phone:hover { border-bottom: 1px solid #808080; }
.header-info-contacts_popup-top .socials {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        width: 47%;
      }
.header-info-contacts_popup-top .socials a:last-child { margin-right: 0; }
.header-info-contacts_popup-top .socials a:nth-child(3n) { margin-bottom: 10px; }
.header-info-contacts_popup-bottom {
      display: flex;
      flex-wrap: wrap; }
.header-info-contacts_popup-bottom .btn {
        width: 210px;
        margin-top: 20px
      }
.header-info-contacts_popup-bottom .btn:nth-child(2n - 1) { margin-right: 30px; }
.header-info-contacts_popup-bottom a {
        display: flex;
      }
.header-all_contacts {
  margin-top: 5px;
  font-size: 12px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: border 0.3s ease
}
.header-all_contacts:hover { border-bottom: 1px solid #fff; }
.burger {
  position: relative;
  float: right;
  width: 70px;
  height: 70px;
  cursor: pointer;
  transition: background 0.3s ease;
  background: #df161b;
}
.burger span {
    display: block;
    position: absolute;
    left: 50%;
    width: 25px;
    height: 4px;
    background-color: #fff;
    opacity: 1;
    transform: translate(-50%, -11px)
  }
.burger span:nth-child(1) { top: 50%; }
.burger span:nth-child(2) { top: calc(50% + 9px); }
.burger span:nth-child(3) { top: calc(50% + 18px); }
.burger:hover { background-color: #df161b; }
/*///////////////////*/
.mob_top_nav {
  display: none;
}
.mob_top_nav .telephone {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #606060;
  }
.header-info_mobile {
  display: none;
}
.burger {
  display: none;
}
.goBack {
  display: none;
}
.language {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 13px;
  background-color: #df161b;
  text-transform: uppercase;
  transition: background 0.3s ease;
  cursor: pointer
}
.language:hover { background-color: #df161b; }
.language:hover > div { opacity: 1; transform: translateY(0); transition: transform 0s ease 0s, opacity 0.3s ease 0s; }
.language div {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #bc151a;
    opacity: 0;
    transform: translateY(-200%);
    transition: transform 0s ease .3s, opacity 0.3s ease; }
.language div a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 70px;
      height: 70px;
      cursor: pointer
    }
.language div a:hover { background-color: #df161b; }
.login-btn {
  position: relative;
  /* margin: 0 18px; */
}
@media (max-width: 1050px) {
 .login-btn { position: static; width: 70px; min-width: 70px; height: 70px; padding: 0; margin-left: auto; margin-right: 2px; background-image: url(./..//img/login-icon.png); background-position: center 10px; background-repeat: no-repeat; background-color: #df161b; border: none; text-transform: uppercase; } }
@media (min-width: 1051px) {
 .login-btn:hover .dropdown { z-index: 5; opacity: 1; transform: translateY(0); transition: transform 0s ease 0s, opacity 0.2s ease 0s; } }
.login-btn-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    cursor: pointer; }
@media (max-width: 1050px) {
 .login-btn-title { height: auto; height: initial; padding: 0; margin-top: 46px; border: none; text-transform: none; text-transform: initial; } }
.login-btn-title:hover { color: #bc151a; background-color: #fff; }
@media (max-width: 1050px) {
 .login-btn-title:hover { color: #fff; background-color: transparent; } }
.login-btn .dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1;
    padding: 10px 18px 0;
    background-color: #fff;
    opacity: 0;
    transform: translateY(-200%);
    transition: transform 0s ease 0.2s, opacity 0.2s ease;
    transform-origin: left; }
@media (max-width: 1050px) {
 .login-btn .dropdown { z-index: 1; top: 0; width: 100%; height: 100vh; opacity: 1 !important; transform: translateY(0) translateX(100%); transition: transform 0.3s ease; } }
.login-btn .dropdown li {
      border-bottom: 1px solid #808080; }
.login-btn .dropdown li:last-child { border-bottom: none; }
.login-btn .dropdown li:hover a {
          color: #bc151a; }
.login-btn .dropdown a {
      display: block;
      padding: 10px 0;
      color: #606060;
      font-weight: 500;
      line-height: 140%;
      white-space: nowrap;
      text-transform: uppercase; }
@media (max-width: 1050px) {
 .login-btn .dropdown a { white-space: normal; } }
@media (max-width: 1050px) {
 .login-btn .dropdown.open { z-index: 30; width: 100vw; padding-bottom: 5px; overflow: auto; box-sizing: border-box; transform: translateY(0) translateX(0%) !important; transition: transform 0.3s ease; } }
.login-btn--mobile {
  display: none;
}
.login-btn__hint {
  position: absolute;
  top: 75px;
  left: 50%;
  display: none;
  padding: 15px 20px;
  color: #808080;
  text-transform: none;
  white-space: nowrap;
  background-color: #fff;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 1px #bc151a)
}
.login-btn__hint::after { position: absolute; content: ""; top: -14px; left: 50%; width: 0; height: 0; border-bottom: 15px solid #fff; border-left: 15px solid transparent; border-right: 15px solid transparent; transform: translateX(-50%); }
.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation ul {
    list-style: none;
  }
.navigation ul li {
      margin: 0;
    }
.navigation a {
    white-space: nowrap;
  }
.navigation nav {
    height: 100%;
  }
.navigation .store {
    display: none;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: 18px;
    padding: 0 20px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase
  }
.navigation .store:hover { color: #bc151a; background-color: #fff; }
.navigation .menu {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    padding: 0
  }
.navigation .menu > li { display: flex; justify-content: center; align-items: center; height: 100%; box-sizing: border-box; color: #fff; transition: background 0.3s ease; cursor: pointer; }
.navigation .menu > li > a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 12px; font-size: 13px; text-transform: uppercase; }
.navigation .menu > li:hover { background-color: #df161b; }
.navigation .menu > .has-dropdown { position: relative; }
.navigation .menu > .has-dropdown > a::after { content: ""; display: inline-block; width: 0; height: 3px; margin-left: 10px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; transition: border 0.3s ease; }
.navigation .menu > .has-dropdown:hover > ul { z-index: 5; opacity: 1; transform: translateY(0); transition: transform 0s ease 0s, opacity 0.3s ease 0s; }
.navigation .menu > .has-dropdown > .dropdown { position: absolute; top: 100%; left: 0; padding: 10px 18px; padding-bottom: 0; background-color: #fff; opacity: 0; transform: translateY(-200%); transition: transform 0s ease .3s, opacity 0.3s ease; transform-origin: left; }
.navigation .menu > .has-dropdown > .dropdown .dropdown {
          padding-left: 10px;
          padding-bottom: 10px; }
.navigation .menu > .has-dropdown > .dropdown > li { border-bottom: 1px solid #808080; }
.navigation .menu > .has-dropdown > .dropdown > li:last-child { border-bottom: none; }
.navigation .menu > .has-dropdown > .dropdown > li > a { display: block; padding: 10px 0; color: #606060; font-weight: 500; text-transform: uppercase; }
.navigation .menu > .has-dropdown > .dropdown > li > a:hover { color: #df161b; }
.navigation .menu > .has-dropdown > .dropdown a {
          display: block;
          line-height: 140%;
          color: #808080; }
.navigation .menu > .has-dropdown > .dropdown a:hover { color: #df161b; }
.medium_text{
	font-size: 14px;
	font-weight: 500;
}
.big_text_16{
	display: block;
	margin-bottom: 15px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.contact_us span,.additional_info span{
		line-height: 19px;
		letter-spacing: 0.4px;
	}
.additional_info{
	display: flex;
	justify-content: center;
}
.additional_info span{
		display: block;
	}
.subscription{
	margin-bottom: 30px;
}
.subscription .btn{
		margin-top: 10px;
		max-width: 100%;
	}
.freshdisign_link{
	display: block;
	float: left;
	letter-spacing: 0.4px;
	margin-top: 15px
}
.freshdisign_link:hover { color: #bc151a; text-decoration: underline; }
footer{
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 50px;
}
.footer-info{
		display: flex;
		margin-bottom: 25px;
		border-bottom: 1px solid #cccccc;
		font-size: 12px

	}
.footer-info > div { display: flex; width: 50%; }
.footer-info > div > div { width: 50%; margin-bottom: 30px; }
.footer-logo .wrap_logo {
			width: 250px;
		}
.footer-nav{
		display: flex;
		border-bottom: 1px solid #cccccc;
		font-size: 14px
	}
.footer-nav > div:first-child { margin-bottom: 25px; }
.footer-nav a {
			display: block;
			float: left;
			clear: left;
			line-height: 25px;
			transition: color 0.3s ease; }
.footer-nav a:hover { color: #bc151a; }
.footer-nav > div { width: 25%; }
.footer-nav form {
			width: 25%; }
.footer-nav div:nth-child(3) .big_text_16{
				margin-bottom: 5px;
			}
.footer-copyright{
		display: flex;
		align-items: center;
		font-size: 12px
	}
.footer-copyright > div { margin-top: 10px; margin-bottom: 20px; width: 50%; }
.footer-copyright img {
			width: auto; }
.footer-copyright span {
			display: block;
			line-height: 15px;
			letter-spacing: 0.4px; }
.footer-copyright-left {
			display: flex; }
.footer-copyright-left > div { max-width: 241px; }
.footer-copyright-left .fin_me {
				margin-left: 35px; }
.footer-copyright-right {
			display: flex;
			justify-content: space-between;
			align-items: center; }
.footer-copyright-right span{
				margin-top: 5px;
			}
.seo-txt{
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
	line-height: 16px;
	font-size: 12px
}
.seo-txt > div:last-child { margin-bottom: 25px; }
.seo-txt h1 {
		margin-bottom: 25px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.4px;
		text-transform: uppercase; }
.seo-txt h2, .seo-txt h3 {
		display: inline-block;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.4px;
		text-transform: none; }
.seo-txt h4 {
		font-size: 12px;
		display: inline-block;
		letter-spacing: 0.4px;
		text-transform: none; }
.seo-txt p {
		display: inline;
		letter-spacing: 0.4px; }
.seo-txt ol, .seo-txt ul {
		padding-left: 40px; }
.seo-txt ol li,.seo-txt ul li{
			letter-spacing: 0.4px;
			margin: 0;
		}
.footer-info .socials {
    display: flex;
    flex-wrap: wrap;
  }
.footer-info .socials div:nth-child(3n) {
      margin-bottom: 10px;
    }

.credit-tech-svg svg path{
      fill: #fff;
    }

.credit-tech-svg svg {
      float: left;
      width: 30px;
      height: 30px;
      padding-right: 18px;
      vertical-align: top;
    }

.main-page-tech-svg svg path {
      fill: #606060;

    }

.main-page-tech-svg svg {
      display: block;
      transition: fill .5s;
      width: 30px;
      height: 30px;
    }

.main-page-tech-svg svg:hover path{
    fill: #bc151a
  }

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-slick {
    width: 100%;
    height: auto;
    max-height: 300px;
    margin-top: 70px;
    color: #fff;
    z-index: 1;
  }

.main-slick .slick-slide{
      position: relative;
      min-height: 300px;
      max-height: 300px;
      outline: none;
    }

.main-slick .slide-bg {
      position: absolute;
      left: 0;
      top: 0;
      background-image: url(./..//img/main_slide1.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 100%;
      width: 100%;
      height: 100%;
      max-height: 300px;
    }

.main-slick .slick-dots {
      position: absolute;
      bottom: 30px;
      left: 50%;
      display: flex;
      width: 1000px;
      transform: translateX(-50%);
      padding: 0;
    }

.main-slick .slick-dots li {
        list-style-type: none;
      }

.main-slick .slick-dots button {
        width: 30px;
        height: 5px;
        margin-right: 10px;
        border: none;
        font-size: 0;
        color: #fff;
        background-color: #fff;
        opacity: .8;
      }

.main-slick .slick-active button {
        color: #bc151a;
        background-color: #bc151a;
      }

.main-slick-wrapper {
      position: relative;
      width: 100%;
      margin-bottom: 28px;
    }

.main-slider-calculator {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.main-slider-calculator * {
      box-sizing: border-box;
    }

.main-slider-calculator .wrap {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      max-width: 1000px;
      width: 100%;
    }

.main-slider-calculator .main-calculator-container {
      width: 100%;
      position: relative;
      z-index: 2;
      background: #fff;
      padding: 35px 0 40px;
    }

.main-slider-calculator .main-calculator-container h5,
      .main-slider-calculator .main-calculator-container h1 {
        font-size: 20px;
        margin: 0 0 45px;
        line-height: 1.33;
      }

.main-calculator-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

.main .main-calculator-slider.ui-widget { border: 1px solid #cccccc; height: 14px; border-radius: 6px; }

.main .main-calculator-slider .ui-slider-range {
      background: #bc151a; }

.main .main-calculator-slider .ui-slider-handle {
      width: 27px;
      height: 27px;
      border: 1px solid #cccccc;
      background-color: #ffffff;
      border-radius: 50%;
      top: -50%;
      margin-top: -1px;
      cursor: pointer; }

.main .main-calculator-slider .ui-slider-handle:focus { outline: none; }

.main .main-calculator-slider .ui-slider-handle:after { content: ''; display: block; position: absolute; width: 8px; height: 8px; background-color: #bc151a; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.main .main-calculator-slider .ui-slider-handle .info-block {
        position: absolute;
        box-sizing: border-box;
        max-width: 250px;
        min-width: 220px;
        left: 50%;
        transform: translate3d( -50%, 0, 0);
        top: -50px;
        font-size: 14px;
        letter-spacing: 0.35px;
        line-height: 1.3;
        padding: 10px 25px 8px;
        border: 1px solid #bc151a;
        background: #fff;
        color: #606060;
        z-index: 2;

        opacity: 0;
        display: block;
        transition: opacity .3s; }

.main .main-calculator-slider.slider-info-block .ui-slider-handle .info-block {
        opacity: 1;
        display: block;
        transition: opacity .3s; }

.main-calculator-slider-wrapper {
    position: relative;
    width: calc(100% - 20px - 125px - 50px);
    max-width: 100%;
    margin: 0 20px 0 0;
  }

.main-calculator-result {
    position: relative;
    width: 125px;
  }

.main-calculator-result .help-block {
      position: absolute;
      left: 0;
      bottom: -15px;
      font-size: 11px;
    }

.main-calculator-result input {
      padding: 11px 10px;
      margin: 0;
      text-align: center;
    }

.main-calculator-title,
  .main-calculator-term {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
  }

.main-calculator-title {
    margin: 0 0 15px;
  }

.main-calculator-block {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
  }

.main-calculator-col.col-left { width: 100%; }

.main-calculator-col.col-right { width: 33.33%; }

.main-calculator-term {
    margin: 0 0 15px;
  }

.main-calculator-term-items {
    display: flex;
    justify-content: space-between;
  }

.main-calculator-term-item {
    margin-right: 10px;
    flex-grow: 1;
    flex-basis: 0
  }

.main-calculator-term-item:last-child { margin: 0; }

.main-calculator-term-item .btn {
      width: 100%;
      font-size: 16px;
      padding: 11px 0; }

.main-calculator-term-item .btn.checked-term { background: #bc151a!important; color: #fff!important; }

.main-calculator-submit-button {
    display: flex;
    justify-content: center;
    width: 33.33%;
    margin: 0 auto;
  }

.main-calculator-submit-button .btn {
      font-size: 16px;
      padding: 15px 5px;
      width: 100%;
    }

.main-calculator-submit-button .get-credit-link {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
      padding: 11px 0;
      border: 1px solid #bc151a;
      color: #ffffff;
      letter-spacing: 0.4px;
      background-color: #bc151a;
      width: 320px;
      height: 50px;
      font-size: 16px;
      margin-top: 20px;
      transition: all 0.3s ease
    }

.main-calculator-submit-button .get-credit-link:hover { color: #bc151a; background-color: transparent; }

.main-calculator-submit-button .get-credit-link:hover .cashpoint-logo__path-primary {
            fill: #4f2683;
            transition: fill 0.3s ease;
          }

.main-calculator-submit-button .get-credit-link .cashpoint-logo {
        width: 32px;
        height: 32px;
        object-fit: contain; }

.main-calculator-submit-button .get-credit-link .cashpoint-logo__path-primary {
          fill: #ffffff;
        }

.main .slick-list {
    transform: none !important;
  }

.main .slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.main .slide span {
      display: block;
    }

.main .slide-title {
      margin-bottom: 15px;
      line-height: 1em;
      font-size: 42px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

.main .slide-subtitle {
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }

.main .slide-btn {
      margin-top: 35px;
      border: 1px solid #fff;
      color: #fff
    }

.main .slide-btn:hover { border-color: #bc151a; }

.main-telegram-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin-bottom: 50px;
    padding: 30px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }

.main-telegram-section__left-col {
      display: flex;
      align-items: center;
      margin-right: 20px;
    }

.main-telegram-section__left-col .tg-icon {
        width: 64px;
        height: 64px;
        margin-right: 20px;
      }

.main-telegram-section__left-col .tg-text {
        color: #606060;
        font-size: 14px;
        line-height: 24px;
      }

.main-telegram-section__right-col .tg-button {
        display: block;
        padding: 17px 40px 15px;
        font-size: 16px;
        color: #039be5;
        border: 1px solid #039be5;
        white-space: nowrap;
        text-align: center;
      }

.main-red_links {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 1000px;
    color: #fff;
  }

.main-red_links .wrap_svg {
      width: 76px;
      height: 76px;
    }

.main .red_link {
    position: relative;
    display: flex;
    align-items: center;
    width: 33.33%;
    padding: 40px 0;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.4px;
    background-color: #bc151a;
    background-repeat: no-repeat;
    transition: all 0.3s ease
  }

.main .red_link:hover { background-color: #df161b; }

.main .red_link span {
      position: relative;
      margin-top: -7px;
      padding-left: 10px;
      padding-right: 5px; }

.main .red_link span::after { content: ""; position: absolute; top: 130%; left: 10px; width: 30px; height: 3px; background-color: #fff; }

.main .red_link img {
      width: auto; }

.main .red_link a {
      z-index: 2;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 0; }

.main-tabs {
    width: auto;
    max-width: 1000px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #606060;
  }

/* Что мы принимаем */

.main-tabs-accept {

      width: 100%;
      max-width: 1000px;
      margin-top: 50px;
      margin-bottom: 30px;
      color: #606060;
    }

.main-tabs-accept ul {
        padding-left: 0;
      }

.main-tabs-accept li {
        list-style-type: none;
      }

.main .tabs_inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }

.main .tabs_inner-label {
      margin-bottom: 15px;
      padding: 16px 35px;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      border-bottom: 3px solid #fff;
      transition: all 0.3s ease
    }

.main .tabs_inner-label:hover { color: #bc151a; }

.main .tabs_inner input {
      display: none
    }

.main .tabs_inner input:checked + .tabs_inner-label { position: relative; z-index: 2; color: #bc151a; border-bottom: 3px solid #bc151a; }

.main .tabs_inner::after { content: ''; position: absolute; top: 49px; left: 50%; width: 100%; border-bottom: 1px solid gray; transform: translateX(-50%); }

.main .tabs_content {
    display: none;
  }

.main .tabs_content input {
      display: inline-block;
    }

.main #tab1:checked ~ #gold,
  .main #tab2:checked ~ #silver,
  .main #tab3:checked ~ #appliances {
    display: block;
  }

.main-video-block {
    margin-bottom: 60px;
    width: 100%;
  }

.main-video-block .wrapper {
      margin-left: auto;
      margin-right: auto;
    }

.main-offices {
    width: auto;
    max-width: 1000px;
    margin-bottom: 60px;
    color: #606060;
  }

.main-offices h5 {
      margin: 0 0 25px;
    }

.main-offices .txt-in-middle {
      font-size: 16px;
      letter-spacing: .4px;
      margin-top: 22px;
      width: 90px;
      text-align: center;
    }

.main-offices-filter {
      display: flex;
      justify-content: space-between;
      margin: 0 0 30px;
    }

.main-offices-filter-item {
        width: 45.5%;
      }

.main-offices-filter-item .btn {
          width: 100%;
          padding: 20px;
        }

.main-offices-filter-item-input {
          padding: 20px;
          margin: 0;
        }

.main-offices .txt-discript {
      font-size: 14px;
      letter-spacing: .35px;
      margin-top: 9px;
      display: block;
    }

.main-achievements {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #bc151a;
    padding: 43px 0;
  }

.main-achievements-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 33.333%;
      padding: 5px 0;
      border-right: 1px solid #fff;
      color: #fff
    }

.main-achievements-item:last-child { border: none; }

.main .number {
    margin-bottom: 10px;
    padding-left: 45px;
    line-height: 1em;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
  }

.main .number-subtext {
      width: 140px;
      line-height: 21px;
      font-size: 20px;
      text-align: center;
    }

.main #number1 {
    width: auto;
    background-image: url(./..//img/achievement1.svg);
    background-repeat: no-repeat;
    background-size: 38px 38px;
  }

.main #number2 {
    width: auto;
    margin-left: -10px;
    background-image: url(./..//img/achievement2.svg);
    background-repeat: no-repeat;
    background-position: 6px 2px;
    background-size: 32px 32px;
  }

.main #number3 {
    width: auto;
    margin-left: 3px;
    background-image: url(./..//img/achievement3.svg);
    background-repeat: no-repeat;
    background-position: 8px 1px;
    background-size: 31px 31px;
  }

.main-news {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 60px 0;
    background-color: #f8f8f8;
  }

.main-news h5 {
      text-align: left;
    }

.main .deployed_news {
    width: 50%;
    background-color: #fff;
    position: relative;
  }

.main .deployed_news a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 3
    }

.main .deployed_news a:hover + div { color: #fff; background-color: #bc151a; }

.main .deployed_news a:hover + div .red_date {
          color: #bc151a;
          background-color: #fff; }

.main .deployed_news-content {
      height: 100%;
      transition: background 0.3s ease, color 0.3s ease;
    }

.main .deployed_news-text {
      margin-top: -30px;
      padding: 30px;
      box-sizing: border-box;
    }

.main .deployed_news-title {
      line-height: 115%;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.5px;

    }

.main .deployed_news p {
      margin-top: 20px;
      line-height: 115%;

    }

.main .red_date {
    display: inline-block;
    margin-left: 30px;
    padding: 12px 15px;
    color: #fff;
    letter-spacing: 0.4px;
    background-color: #bc151a;
    transform: translateY(-50%);
    transition: background 0.3s ease, color 0.3s ease;
  }

.main .other_news {
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
  }

.main .other_news h5 {
      padding-top: 30px;
      padding-bottom: 22px;
    }

.main .other_news-item {
      position: relative;
      margin-bottom: 12px;
      border-bottom: 1px solid #cccccc;
      overflow: hidden;
    }

.main .other_news-item-content {
        margin-bottom: 15px;
        overflow: hidden;
      }

.main .other_news-item-content .date {
          margin: 10px 0;
        }

.main .other_news-item-content p {
          letter-spacing: 0.4px;
          transition: all 0.3s ease;
        }

.main .other_news-item a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0

      }

.main .other_news-item a:hover + div p {
            color: #bc151a; }

.main .other_news > div:last-child { margin-top: 20px; }

.main-partners {
    padding: 60px 0;
    box-sizing: border-box;
  }

.main-partners h5 {
      margin-bottom: 25px;
      text-align: left;
    }

.main-partners-left {
      width: 33%;
      border-right: 1px solid #cccccc;
    }

.main .partners-slick {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 67%;
    padding-left: 50px;
    padding-right: 30px;
    box-sizing: border-box;
  }

.main .partners-slick img {
      width: 100%;
      padding: 0 10%;
      box-sizing: border-box;
      -moz-box-sizing: content-box;
      object-fit: contain;
    }

.main .partners-slick .slick-track {
      display: flex;
      justify-content: center;
      align-items: center;
    }

.main .partners-slick .slick-slide {
      display: flex;
      justify-content: center;
      align-items: center
    }

.main .partners-slick .slick-slide > a { display: flex; justify-content: center; }

.main .partners-slick .slick-prev, .main .partners-slick .slick-next {
      z-index: 2;
      padding: 0;
      border: 0;
      line-height: 0;
      font-size: 0;
      background-color: #fff;
    }

.main .partners-slick .slick-next {
      position: absolute;
      top: 50%;
      right: 0;
      width: 20px;
      height: 20px;
      transform: translateY(-50%)
    }

.main .partners-slick .slick-next::before { position: absolute; top: 0; left: 0; content: ""; background-image: url(./..//img/arrow.svg); background-repeat: no-repeat; background-position: 50%; height: 20px; width: 20px; }

.main .partners-slick .slick-next:hover { opacity: .5; }

.main .reviews_page-main .reviews-item {
    margin-top: 0;
  }

.main-reviews .wrapper_flex_wrap {
      padding: 0;
    }

.main .seo-text-onePage{
    margin: 50px 0;
    margin-bottom: 0;
  }

.offices-main-list {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
  }

.offices-main-list-title {
      margin-bottom: 24px;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
    }

.offices-main-list-wrapper {
      width: 100%;
      margin-top: 32px;
      margin-bottom: 64px
    }

.offices-main-list-wrapper:last-child { margin-bottom: 0; }

.offices-main-item {
    margin: 4px;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 2px 8px 2px 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #2E3032;
    background-color: #E7E8E9;
    width: fit-content;
    transition: 0.2s;
    cursor: pointer
  }

.offices-main-item:hover { background-color: #cecece; }

.offices-main-item-icon {
      width: 16px;
      height: 16px;
      flex: none;
      margin-right: 2px;
      background: url(./..//img/location_on.svg) center center no-repeat; }

/* insert tabs in main tabs*/

#tab11:checked ~ #gold1,
#tab22:checked ~ #silver1,
#tab33:checked ~ #appliances1 {
  display: block;
}

/* Что мы принимаем */

.tabs_content-inner > .tabs-container-wr,
.tabs_content-inner > .accordion-container-wr {
  width: 100%;
}

.accept-block {
  display: flex;
  flex: 1;
}

.accept-tabs {
  width: 260px;
  margin: 0 40px 0 0;
}

.accept-control {
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.35px;
  line-height: 1.2;
}

.accept-control a,
  .accept-control .accept-inner {
    padding: 20px 0;
    display: flex;
    align-items: center;
  }

.accept-control-ico {
    width: 45px;
  }

.accept-control-ico img,
    .accept-control-ico svg {
      width: 30px;
      height: 30px;
      fill: #606060;
      display: block;
      transition: fill .5s;
    }

.accept-control.active { font-weight: 500; font-size: 16px; letter-spacing: 0.4px; }

.accept-tab.active,
  .accept-tab:hover { transition: all .5s; }

.accept-tab.active svg, .accept-tab:hover svg {
      fill: #bc151a; }

.accept-tab.active { font-weight: 500; font-size: 16px; letter-spacing: 0.4px; }

.accept-container {
  width: calc(100% - 260px - 40px);
  background: #bc151a;
  color: #fff;
}

.accept-context {
  padding: 30px;
  display: none;
  font-size: 14px;
  font-weight: 400
}

.accept-context.active { display: block; animation-name: fadeIn; animation-duration: .5s; animation-timing-function: linear; }

.accept-context-block {
    margin: 0 0 30px;
    border-bottom: 1px solid rgba(255,255,255,.5); }

.accept-context-block h2,.accept-context-block h3,.accept-context-block h4,.accept-context-block h5,.accept-context-block h6 {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: .4px;

      margin: 0 0 15px;
    }

.accept-context-block p {
      line-height: 1.66;
    }

.accept-context-block p span {
        margin: 0;
        font-size: inherit;
      }

.accept-context-block ul {
      padding-left: 0;
    }

.accept-context-block ul li {
        position: relative;
        display: flex;
        line-height: 1.66;
      }

.accept-context-block ul li span {
          font-size: 14px;
          margin: 0;
        }

.accept-context-block ul li:before { content: ''; width: 4px; flex: 0 0 4px; margin: 0 3px 0 0; height: 1px; background: #fff; display: inline-block; position: relative; top: 9px; }

.accept-context-block:last-child { margin: 0; border: none; }

.accept-context-ttl {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .4px;

    margin: 0 0 15px; }

.accept-slider-wr {
  padding: 0 0 40px;
  position: relative;
}

.accept-slider-container {
  margin: 0 -25px;
}

.accept-slider-container ul {
    margin: 0 25px;
  }

.accept-slider-container .slick-track {
    margin-left: inherit;
  }

.accept-slider-arrow {
  width: 20px;
  height: 14px;
  flex: none;

}

.accept-slider-arrow svg,
  .accept-slider-arrow img {
    margin: 0 auto;
  }

.accept-slider-arrow svg {
    stroke: #fff;
  }

.accept-slider-arrow.slick-hidden + .verticale-line { display: none; }

.accept-arrow {
  fill:none;
  stroke: #606060;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
  cursor: pointer;
}

.accept-arrow svg,
  .accept-arrow img {
    width: 8px;
    height: 14px;
    display: block;

  }

.accept-arrow-prev svg {
    transform-origin: 50% 50%;
    transform: rotate(180deg);
  }

.slider-controls {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 15px;
  left: -6px;
  z-index: 1;
}

.verticale-line {
  width: 1px;
  height: 20px;
  background: #fff;
  margin: 0 20px;
  flex: none;
}

/* end insert tabs in main tas */

/* accordion in main tabs*/

.accordion-container-wr {
    display: none;
  }

.accordion-item .accept-control-ico svg,
    .accordion-item .accordion-context,
    .accordion-item .accept-arrow-more svg,
    .accordion-item .accept-control {
      will-change: fill, color, background, border, stroke;
    }

.accordion-item.active { color: #fff; }

.accordion-item.active .accept-control-ico svg:hover path,
      .accordion-item.active .accept-control-ico svg path {
        fill: #fff; }

.accordion-item.active .accordion-context {
        display: block;
        background: #bc151a; }

.accordion-item.active .accept-accordion-header {
        background: #bc151a;
        font-weight: 500;
        font-size: 16px; }

.accordion-item.active .accept-control {
        border-bottom: 1px solid rgba(255,255,255,.5); }

.accordion-item.active .accept-arrow-more svg {
          stroke: #fff;
          transform: rotate(-90deg);
        }

.accordion-context {
    display: none;
    padding: 15px 0 20px;
    // background: #bc151a;
    color: #fff;
    transition: background .5s;
  }

.accordion-context .accept-context-block {
      padding-left: 15px;
      padding-right: 15px
    }

.accordion-context .accept-context-block.scroll-touch-block { padding-right: 0; }

.accept-control.accept-accordion-header { width: auto; padding-left: 15px; padding-right: 15px!important; }

.accept-control .accept-inner {
    position: relative; }

.accept-accordion-header {
    cursor: pointer;
    transition: background .5s;
}

.accept-arrow-more {
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;

  transform: translate3d(0,-50%,0);
}

.accept-arrow-more svg {
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    transition: transform .5s, stroke .5s;
  }

.scroll-touch-container {
  padding-bottom: 15px;
}

.scroll-touch-container ul {
      margin: 0 50px 0 0;
      flex: none
  }

.scroll-touch-container ul:last-child { margin: 0; padding-right: 15px; }

/* end accordion in main tabs*/

/* end Что мы приимаем */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
 animation-name: fadeIn;
}

.slick-initialized .slick-slide:focus {
  outline: none;
}

/*

.main-loading {
  opacity: 0;
  position: fixed;
  height: 100%;
  width: 100%;
}

*/

.loader-loading {
  opacity: 0;
}

.main-hidden {
  display: none;
}

.reviews {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}

.reviews .wrapper_flex_wrap {
    justify-content: flex-start;
  }

.reviews h5 {
    margin-bottom: 35px;
  }

.reviews-all {
    display: flex;
    justify-content: space-between;
  }

.reviews-item {
    width: calc(33% - 15px);
    min-width: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff
  }

.reviews-item:nth-child(3n) { margin-right: 0; }

.reviews-item span {
      display: block; }

.reviews-item p {
      margin-top: 20px;
      margin-right: 10px;
      line-height: 17px;
      letter-spacing: 0.4px; }

.reviews-item-content div {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
      }

.reviews-name {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #808080;
  }

.reviews-impression {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
    color: #808080;
  }

.reviews-full {
    display: block;
    margin: 20px 0;
    color: #bc151a;
    text-decoration: underline;
    cursor: pointer
  }

.reviews-full:hover { color: #df161b; }

.reviews-btns {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

.reviews-btns a, .reviews-btns button {
      margin: 0 15px;
    }

.reviews-full_content {
    display: none !important;
  }

.overflow-hidden {
  width: 100%;
  height: 100%;
  position: absolute!important;
  overflow: hidden;
}

.main-slick .slide {
  top: 65px;
  align-items: initial;
}

.tabs_content-inner .input_helper_draggable {
  height: 0;
  border: none!important;
}

.creditsOneDay-main-right-calc-content .input_helper_draggable {
  height: 0;
  border: none!important;
}

.ui-widget.ui-widget-content {
  border: none
}

.ui-widget.ui-widget-content:focus { outline: none; }

.tabs_content-inner .input_helper_draggable .ui-slider-handle {
  position: absolute;
  width: 18px;
  height: 20px;
  top: -10px;
  margin: 0 -8px;
  border: none;
  transition: none;
  outline: none;
  z-index: 9;
  cursor: pointer;
}

.creditsOneDay-main-right-calc-content .input_helper_draggable .ui-slider-handle {
  position: absolute;
  height: 20px;
  top: -10px;
  margin: 0 -8px;
  border: none;
  transition: none;
  outline: none;
  z-index: 9;
  cursor: pointer;
}

.tabs_content-inner .input_helper_draggable .ui-state-default {
  border: none;
}

.creditsOneDay-main-right-calc-content .input_helper_draggable .ui-state-default {
  border: none;
}

.tabs_content-inner  .input_helper_draggable .ui-state-default {
  background: url('/img/point_2.svg');
  background-repeat: no-repeat;
  background-size: contain
}

.tabs_content-inner  .input_helper_draggable .ui-state-default:focus { background: url('/img/point_1.svg'); background-repeat: no-repeat; background-size: contain; }

.creditsOneDay-main-right-calc-content .input_helper_draggable .ui-state-default {
  background: url('/img/point_2.svg');
  background-repeat: no-repeat;
  background-size: contain
}

.creditsOneDay-main-right-calc-content .input_helper_draggable .ui-state-default:focus { background: url('/img/point_1.svg'); background-repeat: no-repeat; background-size: contain; }

.tabs_content-inner .input_helper_draggable .ui-slider-range {
  height: 2px;
  background: #cccccc;
  position: absolute;
  bottom: 0;
}

.creditsOneDay-main-right-calc-content .input_helper_draggable .ui-slider-range {
  height: 2px;
  background: #cccccc;
  position: absolute;
  bottom: 0;
}

.draggable-bg {
  background: #bc151a;
  height: 3px;
}

.tabs_content-inner .input_helper_draggable .draggable-bg {
  background: #bc151a;
  height: 3px;
}

.creditsOneDay-main-right-calc-content .input_helper_draggable .draggable-bg {
  background: #bc151a;
  height: 3px;
}

.red-icon {
  background: url('/img/point_1.svg')!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
}

.slider-sum {
  position: absolute;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.35px;
  bottom: -26px;
}

.slider-sum-min {
    left: 0;
  }

.slider-sum-max {
    right: 0;
  }

.icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer
}

.icon::after { position: absolute; content:''; width: 32px; height: 32px; top: 48px; left: 48px; background-image: url('/img/main/loader.svg'); background-repeat: no-repeat; background-position: center; display: inline-block; }

.rotate {
  animation: rotating 2.5s linear infinite;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.one_page_calc-main .double-price-text {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      width: 100%;
      height: 100%;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none
    }

.one_page_calc-main .double-price-text:hover { color: #bc151a; background: #fff; }

.double-price {
  height: 50px;
  border: 1px solid #bc151a;
  background-color: #bc151a;
  width: 475px;
}

.double-price-wrap {
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
    opacity: 0;
    margin: 30px 0;
  }

.double-price-desc {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 50%;
  }

.double-price-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center
  }

.double-price-text:hover { color: #bc151a; background: #fff; }

.tabs_content-inner option[value="-1"] {
  display: none;
}

/* header select z-index 10.07.2019 */

.tabs_content-inner {
  position: relative;
  z-index: 10;
}

/* end header select z-index 10.07.2018 */
.reviews_page-bread_crumbs {
    align-self: flex-start;
  }
.reviews_page-top {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 70px;
    padding: 40px 0;
    padding-top: 0;
    box-sizing: border-box;
  }
.reviews_page-top-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      margin-top: 40px;
    }
.reviews_page-top-content h5 {
        margin-bottom: 35px;
        margin-top: 10px;
      }
.reviews_page-top-content span {
        margin-bottom: 20px;
        font-size: 20px;
      }
.reviews_page-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    background: #f8f8f8;
  }
.reviews_page-main-show_all {
      margin-top: 10px;
      color: #606060;
      text-decoration: underline;
      cursor: pointer
    }
.reviews_page-main-show_all:hover { color: #df161b; }
.reviews_page-full_review_popup {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 700px;
    padding-top: 20px;
    box-sizing: border-box;
  }
.reviews_page-full_review_popup .reviews-item {
      width: 100%;
      height: 100%;
      overflow: auto;
    }
.reviews_page-full_review_popup .popup-close {
      right: 20px;
    }
.reviews_page .btn_hide{
    display: none;
  }
.faq{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
.faq-main{
        display: flex;
        justify-content: center;
        width: 100%;
    }
.faq-main .wrapper_flex{
            justify-content: space-between;
            box-sizing: border-box;
        }
.faq-main-left{
            width: 30%; 
        }
.faq-main-left img{
                display: block;
                width: 100%;
                margin: 0;
                object-fit: cover;
            }
.faq-main-right{
            width: 65%;
        }
.faq-section-title{
            display: flex;
            align-items: center;
            width: 100%;
            height: 55px;
            padding: 0 20px;
            padding-top: 5px;
            box-sizing: border-box;
            font-size: 16px;
            text-transform: uppercase;
            color: #fff;
            background: #bc151a;
        }
.faq-section .drop_down-content a {
                font-weight: 500;
            }
.p404{
    display: flex;
    flex-direction: column;
}
.p404-main{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: calc(100vh - 173px);
        margin-top: 70px;   
    }
.p404-main h5{
            margin-bottom: 50px;
            margin-top: 50px;
        }
.p404-main p{
            text-align: center;
            font-size: 20px;
            line-height: 30px;
        }
.p404-main a{
            color:#bc151a;
            text-decoration: underline;
        }
.p404-main .wrapper_flex{
            flex-direction: column;
            align-items: center;
            padding: 0 10px;
            box-sizing: border-box;
        }
.p404-main-svg{
            width: 200px;
            height: 200px;
        }
.p404-main-svg_color{
                fill:#bc151a;
            }
.p404 footer{
        border:none;
        padding-top: 0;
        margin: 0;
    }
.p404 footer .wrapper{
            border-top: 1px solid #cccccc;
        }
.reports-top{
        display: flex;
        justify-content: center;
        width: 100%;
    }
.reports-top h5{
            margin-top: 60px;
        }
.reports-main{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 50px;
    }
.reports-main-filter{
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            width: 100%;
        }
.reports-main-filter-select{
                width: 100%;
                display: none;
            }
.reports-main-filter .btn{
                width: auto;
                padding: 16px 24px;
                margin-right: 20px;
                margin-bottom: 20px;
                font-size: 16px
            }
.reports-main-filter .btn.active { color: #fff; background-color: #bc151a; }
.reports-main-container{
            width: 100%;
            margin-top: 20px;
            border-top: 1px solid #cccccc;
        }
.reports-main-item{
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 30px 30px 30px 15px;
            border-left:4px solid #bc151a;
            border-bottom: 1px solid #cccccc;
            box-sizing: border-box

        }
.reports-main-item.red { border-left-color: #bc151a; }
.reports-main-item.orange { border-left-color: #fea53d; }
.reports-main-item.gray { border-left-color: #cccccc; }
.reports-main-item.blue { border-left-color: #3949AB; }
.reports-main-item span {
                line-height: 18px; }
.reports-main-item span:first-child { width: 74%; }
.reports-main-item a {
                display: flex;
                align-items: center; }
.reports-main-item a svg{
                    display: inline;
                    width: 15px;
                    height: 15px;
                    margin-right: 10px;
                    fill:#bc151a;
                }
.reports-main-item a:hover { text-decoration: underline; color:#df161b; }
.reports-main-item a:hover svg {
                        fill:#df161b; }
/*common tabs*/
.common-tab-content {
    display: none
}
.common-tab-content.active { display: block; animation-name: fadeIn; animation-duration: .5s; animation-timing-function: linear; }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
 animation-name: fadeIn;
}
.common-tabs {
    padding: 0;
    display: flex;
    list-style-type: none;
    margin: 0 0 40px;
    border-bottom: 1px solid #cccccc;
}
.common-tabs .tab {
        max-width: 50%;
        flex-basis: 50%;
        text-align: center;
        position: relative
    }
.common-tabs .tab:after { content: ''; position: absolute; left: 0; bottom: -1px; height: 4px; width: 0; background: #bc151a; }
.common-tabs .tab.active a {
                color: #bc151a; }
.common-tabs .tab.active:after { transition: width .5s; width: 100%; }
.common-tabs a {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        padding: 5px 5px 12px;
        display: block
    }
.common-tabs a:hover { color: #bc151a; }
.management-top{
        display: flex;
        justify-content: center;
        width: 100%;
    }
.management-top h5{
            margin-top: 60px;
        }
.management-main{
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 40px 0;
        box-sizing: border-box;
        background-color: #f8f8f8;
    }
.management-main-item{
            display: flex;
            width: 100%;
            margin-top: 30px;
            padding: 30px;
            box-sizing: border-box;
            background-color: #fff
        }
.management-main-item:first-child { margin-top: 0; }
.management-main-item-left {
                width: 100%;
                max-width: 150px;
                margin-right: 30px; }
.management-main-item-right {
                display: flex;
                flex-direction: column;
                width: 100%; }
.management-main-item-right-name{
                    margin-bottom: 20px;
                    color: #606060;
                    font-size: 20px;
                    font-weight: 600;
                }
.management-main-item-right-post{
                    margin-bottom: 18px;
                    position: relative;
                    color: #bc151a;
                    font-size: 16px;
                    font-weight: 400
                }
.management-main-item-right-post::before { content: ''; position: absolute; top: -13px; left: 0; width: 30px; height: 3px; background-color:#bc151a; }
.management-main-item-right span{
                    display: inline-block;
                }
.management-main-item-right p, .management-main-item-right span{
                    width: 100%;
                    line-height: 18px
                }
.management-main-item-right p:not(:last-child), .management-main-item-right span:not(:last-child) { margin-bottom: 20px; }
.tech-eval-tabs {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0 20px;
  border-bottom: 1px solid #cccccc;
}
.tech-eval-tabs__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    min-height: 40px;
    padding: 10px 20px;
    margin-right: 20px;
    box-sizing: border-box;
    color: #bc151a;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    background-color: transparent;
    border: 1px solid #bc151a;
    text-transform: uppercase;
    cursor: pointer
  }
.tech-eval-tabs__item:last-child { margin-right: 0; }
.tech-eval-tabs__item.tab-active { color: #fff; background-color: #bc151a; }
#appliances .apliances-view-wrapper {
  display: none
}
#appliances .apliances-view-wrapper.view-active { display: block; }
.appliances-sell {
  padding: 30px 0 30px;
}
.appliances-sell__inner {
    padding: 30px;
    border: 1px solid #bc151a;
  }
@media screen and (max-width: 767px) {
 .appliances-sell__inner { padding: 30px 20px; } }
.appliances-sell__inner .headline {
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 1.25;
      text-align: center; }
.appliances-sell__inner .headline__text {
        margin-right: 4px;
      }
.appliances-sell__inner .headline__link {
        color: #bc151a;
        text-transform: uppercase;
        text-decoration: none;
      }
.appliances-sell__inner .action-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 334px;
      height: 50px;
      margin: 0 auto 24px;
      font-size: 16px;
      line-height: 17px;
      color: #fff;
      background-color: #bc151a;
      text-decoration: none;
      transition: background-color 0.3s ease; }
.appliances-sell__inner .action-link:hover { color: #fff; background-color: #df161b; }
@media screen and (max-width: 767px) {
 .appliances-sell__inner .action-link { width: 100%; } }
.appliances-sell__inner .timerline {
      font-size: 16px;
      text-align: center;
      font-weight: bolder; }
.appliances-sell__inner .timerline__text {
        margin-right: 4px;
      }
.appliances-sell__inner .timerline__timer {
        color: #bc151a;
      }
.tabs_content {
  display: block;
  width: 100%;
}
.tabs_content span, .tabs_content label {
    display: inline-block;
    letter-spacing: 0.4px;
  }
.tabs_content input {
    display: inline-block;
  }
.tabs_content .stones_info {
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
  }
.tabs_content .stones_info a {
      color: #bc151a;
      text-decoration: underline
    }
.tabs_content .stones_info a:hover { color: #df161b; }
.tabs_content-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.tabs_content-inner span,.tabs_content-inner label {
      display: block;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: normal;
    }
.tabs_content-inner input {
      margin: 0;
      height: 60px;
    }
.tabs_content-inner-radio_wrap {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }
.tabs_content-inner-radio_wrap input {
        width: 20px;
        height: 20px;
        margin-right: 5px
      }
.tabs_content-inner-radio_wrap input:not(:first-child) { margin-left: 10px; }
.tabs_content-inner-radio_wrap span,.tabs_content-inner-radio_wrap label {
        margin: 0;
        margin-left: 5px;
        margin-right: 5px;
      }
.tabs_content-inner-checkbox_wrap {
      display: flex;
      align-items: center;
    }
.tabs_content-inner-checkbox_wrap input {
        height: 20px;
        margin-right: 5px;
        transition: none;
      }
.tabs_content-inner-checkbox_wrap label {
        margin: 0;
        margin-right: 10px;
      }
.tabs_content-inner > div {
    width: calc(50% - 25px);
    margin-top: 30px;
    box-sizing: border-box;
  }
.tabs_content-result {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-top: 50px;
    box-sizing: border-box;
    border: 1px solid #bc151a;
  }
.tabs_content-result span {
      text-align: center;
      font-size: 20px;
      font-weight: normal;
      text-transform: uppercase;
      line-height: inherit
    }
.tabs_content-result span:nth-child(2) { margin-left: 20px; font-size: 26px; color: #bc151a; font-weight: 500; }
.tabs_content-result span:nth-child(3) { margin-left: 10px; font-size: 26px; color: #bc151a; font-weight: 500; }
.tabs_content-result_column{
      flex-direction: column;
    }
.tabs_content-result-row{
      display: flex;
      align-items: center
    }
.tabs_content-result-row:last-child span {
          text-transform: none;
          font-size: 18px;
          font-weight: normal; }
.tabs_content .auto-state-calc {
    display: none;
  }
.select2-style.activeLoader + .select2-container .select2-selection__arrow::before { content: ''; box-sizing: border-box; position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; border-radius: 50%; border: 2px solid #ccc; border-top-color: #606060; animation: spinner 0.8s linear infinite; }
.select2-style.activeLoader + .select2-container .select2-selection__arrow b {
          opacity: 0;
          transition: 0.1s; }
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.one_page_calc-top{
        display: flex;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }
.one_page_calc-top h5{
            margin-top: 60px;
        }
.one_page_calc-top p{
            width: 80%;
            margin: 0 auto;
            margin-top: 30px;
            font-size: 18px;
            text-align: center;
            line-height: 30px;
        }
.one_page_calc-main{
        display: flex;
        justify-content: center;
        width: 100%;
        padding-bottom: 25px;
        box-sizing: border-box;
        background: #f8f8f8;
    }
.one_page_calc-main p{
            margin-top: 10px;
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 25px;
        }
.one_page_calc-main a{
            margin-right: 5px;
            color:#bc151a;
            text-decoration: underline
        }
.one_page_calc-main a:hover { color:#df161b; }
.one_page_calc .promo-code {
    width: 475px;
    height: 50px;
    border: 1px solid #bc151a;
    background-color: #bc151a;
  }
.one_page_calc .promo-code-wrap {
      display: none;
      opacity: 0;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 25px;
    }
.one_page_calc .promo-code-desc {
      color: #606060;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0.35px;
      width: 35%;
    }
.one_page_calc .promo-code-text {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.4px;
      width: 100%;
      height: 100%;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none
    }
.one_page_calc .promo-code-text:hover { color: #bc151a; background: #fff; }
.one_page_calc .tabs_content-result {
    margin-bottom: 25px;
  }
.tech-form {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 30px;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
.tech-form .wrapper_flex {
            flex-direction: column;
            align-items: center;
        }
.tech-form-triger {
            font-size: 16px;
            color: #bc151a;
            font-weight: 600;
            text-decoration: underline;
            text-align: center;
            cursor: pointer
        }
.tech-form-triger:hover { color: #df161b; }
.tech-form-cont {
            width: 100%;
            height: 0;
            overflow: hidden;
            will-change: auto;
            transition: all 0.3s ease;
        }
.tech-form .popup-row {
            margin-top: 20px
        }
.tech-form .popup-row:nth-child(2) { margin-top: 20px; }
.tech .one_page_calc-main{
        padding-bottom: 0 !important;
    }
.tech .seo-text-onePage{
        margin: 0;
        padding: 50px 0;
        // background: #f8f8f8;
    }
.radio-wrap
{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.tabs_content-inner-checkbox_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.one_article{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 70px;
}
.one_article .title{
        display: block;
        line-height: 110%;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0.7px;
    }
.one_article .subtitle{
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;

    }
.one_article > .wrapper p, .one_article > .wrapper li {
            margin-bottom: 20px; }
.one_article > .wrapper p:not(:first-child), .one_article > .wrapper li:not(:first-child) { margin-top: 20px; }
.one_article > .wrapper p, .one_article > .wrapper li { letter-spacing: 0.3px; line-height: 145%; }
.one_article-promo .article-content-left p:last-child{
                margin-bottom: 0;
            }
.one_article-promo .article-head-right .socials{
                padding: 20px 0;
            }
.one_article footer {
        border-top: 1px solid #cccccc; }
.article-head{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;


    }
.article-head .no-image {
            width: auto;
        }
.article-head .date{
            margin: 25px 0;
        }
.article-head a{
            color: #bc151a;
            text-decoration: underline
        }
.article-head a:hover { color: #df161b; }
.article-head .btn{
            color: #bc151a;
            text-decoration: none
        }
.article-head .btn:hover { color: #fff; }
.article-head-left{
            width: 48%;
            margin-right: 4%;
        }
.article-head-right{
            width: 48%;
        }
.article-head p{
            width: 100%;
        }
.article-content-left{
            overflow: hidden;
        }
.article-content-left img{
                float: left;
                width: 48%;
                margin-right: 4%;
                margin-bottom: 4%;
            }
.article-content-left .subtitle:nth-child(2) { margin-top: 0; }
.article-content-left p:nth-child(2) { margin-top: 0; }
.article-content-right{
            overflow: hidden;
        }
.article-content-right img{
                float: right;
                width: 48%;
                margin-left: 4%;
                margin-bottom: 4%;
            }
.article-content-right .subtitle:nth-child(2) { margin-top: 0; }
.article-content-right p:nth-child(2) { margin-top: 0; }
.article-content-list{
            overflow: hidden;
        }
.article-content-list-cont{
                display: flex;
            }
.article-content-list-cont li{
                    position: relative;
                    list-style: none
                }
.article-content-list-cont li::before { content: ""; position: absolute; top: 4px; left: -20px; height: 10px; width: 10px; border-radius: 50%; background-color: #bc151a; }
.article-content-list-cont div{
                    width: 100%;
                }
.article-content-list-cont div .subtitle:nth-child(1) { margin-top: 0; }
.article-content-list-cont div p:nth-child(1) { margin-top: 0; }
.article-content-list-cont div:first-child { margin-right: 4%; }
.user-content a{
        color: #bc151a;
        text-decoration: underline
    }
.user-content a:hover { color: #df161b; }
.pressCenterNews{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pressCenterNews-tabs{
        display: flex;
        justify-content: center;
        width: 100%;
        padding-bottom: 25px;
        background-color: #f8f8f8;
    }
.pressCenterNews-tabs .btn{
            width: auto;
        }
.pressCenterNews .tabs_content{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /*.show_all{
            display: inline-block;
            text-decoration: underline;
            transition: color $s03 ease;
            cursor: pointer;

            &:hover{
                 color: $red;
             }
          }*/
    }
.pressCenterNews .tabs_inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 30px;
    }
.pressCenterNews .tabs_inner a{
            margin-right: 20px;
            margin-bottom: 20px;
            padding: 16px 20px;
            transition: all 0.3s ease


        }
.pressCenterNews .tabs_inner a.active { color: #fff; background-color: #bc151a; }
.pressCenterNews .tabs_inner input{
            display: none;
        }
.news{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.news_item{
    position: relative;
    width: 32.3%;
    min-width: 200px;
    margin-right: 1.5%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    background: #fff;
    transition: background 0.3s ease, color 0.3s ease
}
.news_item:nth-child(3n) { margin-right: 0; }
.news_item:hover { color: #fff; background-color: #bc151a; }
.news_item:hover .date {
            color: #fff;
            cursor: pointer; }
.news_item a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        margin: 0 !important; }
.news_item-content span {
            display: block;
        }
.news_item-title {
        display: block;
        margin: 22px;
        font-weight: bold;
        line-height: 115%;
        letter-spacing: 0.4px; }
.news_item .date {
        //position: absolute;
        bottom: 0;
        left: 0;
        margin: 25px;
        transition: color 0.3s ease; }
.news_item .description {
        margin: 25px; }
.layalty-top{
        display: flex;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }
.layalty-top h5{
            margin-top: 60px;
        }
.layalty-top p{
            width: 100%;
            margin-top: 30px;
            font-size: 21px;
            line-height: 28px;
            text-align: center;
        }
.layalty-main{
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 35px 0;
        box-sizing: border-box;
    }
.layalty-main .wrapper_flex{
            align-items: center;
        }
.layalty-main p{
            width: 100%;
            margin-right: 30px;
            line-height: 18px;
        }
.layalty-main .btn{
            min-width: 220px;
        }
.layalty .seo-text-onePage{
        margin: 0;
        padding: 50px 0;
        background: #f8f8f8;
    }
.page_top{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.page_top h5,
    .page_top h1{
        margin-top: 55px;
        padding-bottom: 10px;
    }
.page_top-subtitle{
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 130%;
        text-align: center;
        font-size: 20px;
    }
.bgnull {
  display: block;
  color: white;
  padding: 7px;
  font-weight: 700;
  font-size: 26px;
  margin-top: 9px;
  background-image: url(./..//img/zero-percent-bg.jpeg);
  background-position: 15px 309px;
  transition: all 5s ease-out 0s
}
.bgnull:hover { background-position: 99px 306px; }
.loyalty_rules-main{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 50px;
        box-sizing: border-box;
    }
.loyalty_rules-main-left{
            width: 30%;
            margin-right: 50px;
        }
.loyalty_rules-main-left button{
                margin-top: 15px;
            }
.loyalty_rules-main-left img{
                margin-top: 40px;
            }
.loyalty_rules-main-left p{
                line-height: 18px;
            }
.loyalty_rules-main-right{
            width: 70%;
            border-top:1px solid #cccccc;
        }
.loyalty_rules .table{
        margin-top: 20px;
        margin-bottom: 20px;
    }
.loyalty_rules .drop_down.active .drop_down-title {
                padding-left: 0; }
.loyalty_rules .drop_down-content {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 0;
            background-color: #fff; }
.loyalty_rules .seo-text-onePage{
        margin-top: 0;
    }
.table{
    width: 100%;
    box-sizing: border-box;
}
.table-head{
        display: flex;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
        background-color: #bc151a;
    }
.table-head-item{
            display: flex;
            flex: 2;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-weight: 500;
            color: #fff
        }
.table-head-item:first-child { flex: 1; justify-content: flex-start; }
.table-head-item:last-child { flex: 1; }
.table-body{
        width: 100%;
    }
.table-body-row{
            display: flex;
            width: 100%;
            padding: 20px 30px;
            box-sizing: border-box
        }
.table-body-row:nth-child(even) { background-color: #f8f8f8; }
.table-body-row-item {
                display: flex;
                flex: 2;
                justify-content: center;
                align-items: center;
                width: 100%;
                font-size: 15px; }
.table-body-row-item:first-child { flex:1; justify-content: flex-start; }
.table-body-row-item:last-child { flex: 1; }
.table_mobile{
    display: none;
}
.spend_bonus-main{
        display: flex;
        justify-content: center;
        width: 100%;
        padding-bottom: 60px;
        box-sizing: border-box;
    }
.spend_bonus-main .drop_down:first-child { border-top: 1px solid #cccccc; }
.spend_bonus-main .drop_down.active .drop_down-title {
                    padding-left: 0; }
.spend_bonus-main .drop_down-content {
                width: 100%;
                padding: 0;
                padding-top: 20px;
                background-color: #fff; }
.spend_bonus-main .table-body-row{
                padding: 20px
            }
.spend_bonus-main .table-body-row:nth-child(even) { background-color: #fff; }
.spend_bonus-main .table-body-row:nth-child(odd) { background-color: #f8f8f8; }
.spend_bonus-main .table-body-row-item:nth-child(1) { flex:1.5; margin-right: 20px; }
.spend_bonus-main .table-body-row-item:nth-child(2) { flex: 2; justify-content: flex-start; }
.spend_bonus-main .table .table-body-row{
                padding: 20px 30px;
            }
.spend_bonus-main .table .table-body-row-item:nth-child(1) { flex:1; }
.spend_bonus-main .table .table-body-row-item:nth-child(2) { flex: 1; justify-content: center; }
.spend_bonus .seo-text-onePage{
        margin: 0;
        padding: 50px 0;
        background: #f8f8f8;
    }
.client_status-main{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 50px;
        box-sizing: border-box;
    }
.client_status-main span{
            font-size: 16px;
        }
.client_status-main .table{
            margin-top: 20px;
        }
.client_status .seo-text-onePage{
        margin: 0;
        padding: 50px 0;
        background: #f8f8f8;
    }
.creditsOneDay{
    width: 100%;
}
.creditsOneDay .table_mobile{
        display: none;
    }
.creditsOneDay-main {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
.creditsOneDay-main-left{
            display: flex;
            align-items: flex-start;
            margin-right: 50px;
        }
.creditsOneDay-main-left img{
                width: 100%;
                max-width: 300px;
                display: block;
                margin-right: 50px;
            }
.creditsOneDay-main-right{
            width: 100%;
        }
.creditsOneDay-main-right-table{
                display: flex;
                margin-bottom: 25px;
            }
.creditsOneDay-main-right-table .table-head{
                        height: 76px;
                        padding-top: 20px;
                        padding-bottom: 20px;
                        border-left: 1px solid #fff;
                    }
.creditsOneDay-main-right-table .table-head-item{
                            display: flex;
                            align-items: center;
                            flex-wrap: wrap;
                            line-height: 130%;
                        }
.creditsOneDay-main-right-table .table-head-item span{
                                width: 100%;
                            }
.creditsOneDay-main-right-table .table-head-item-sub{
                                width: 50%;
                                font-size: 11px;
                            }
.creditsOneDay-main-right-table .table-head-item-sub span{
                                    position: relative;
                                    margin-right: 9px
                                }
.creditsOneDay-main-right-table .table-head-item-sub span::after { content: 'o'; position: absolute; top: -3px; right: -7px; line-height: 5px; font-size: 10px; }
.creditsOneDay-main-right-table .table-head-item:first-child { flex: 1.5; }
.creditsOneDay-main-right-table .table-head-item:last-child { flex: 2; box-sizing: border-box; }
.creditsOneDay-main-right-table .table-body-row-item{
                                flex: 1
                            }
.creditsOneDay-main-right-table .table-body-row-item:first-child { flex: 1.5; }
.creditsOneDay-main-right-table .table:first-child { flex: 3; }
.creditsOneDay-main-right-table .table:last-child { flex: 1; }
.creditsOneDay-main-right-table .table:last-child .table-body {
                            display: flex;
                            height: 162px;
                            padding: 30px;
                            border-left: 1px solid #cccccc;
                            align-items: center;
                            text-align: center;
                            box-sizing: border-box; }
.creditsOneDay-main-right-calc{
              margin-bottom: 25px;
            }
.creditsOneDay-main-right-calc .title{
                    display: block;
                    padding-bottom: 7px;
                    font-size: 18px;
                    font-weight: bold;
                    letter-spacing: 0.5px;
                }
.creditsOneDay-main .tabs_inner{
          position: relative;
    			display: flex;
    			flex-wrap: wrap;
    			justify-content: center;
    		}
.creditsOneDay-main .tabs_inner-label {
              margin-bottom: 15px;
              padding: 16px 35px;
              font-size: 16px;
              font-weight: 500;
              text-transform: uppercase;
              border-bottom: 3px solid #fff;
              transition: all 0.3s ease
          }
.creditsOneDay-main .tabs_inner-label:hover { color: #bc151a; }
.creditsOneDay-main .tabs_inner input{
    				display: none
    			}
.creditsOneDay-main .tabs_inner input:checked + .tabs_inner-label { position: relative; z-index: 2; color: #bc151a; border-bottom: 3px solid #bc151a; }
.creditsOneDay-main .tabs_inner::after { content: ''; position: absolute; top: 49px; left: 50%; width: 100%; border-bottom: 1px solid gray; transform: translateX(-50%); }
.creditsOneDay-main .tabs_content{
            display: none;
        }
.creditsOneDay-main .tabs_content input{
                display: inline-block;
            }
.creditsOneDay-main #tab1:checked ~ #gold,
        .creditsOneDay-main #tab2:checked ~ #silver,
        .creditsOneDay-main #tab3:checked ~ #appliances{
            display: block;
        }
.creditsOneDay-getMoney{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 50px;
        padding: 50px 0;
        background-color: #f8f8f8;
    }
.creditsOneDay-getMoney h5{
            padding-bottom: 50px;
        }
.creditsOneDay-getMoney .title{
            display: block;
            margin-bottom: 8px;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0.5px;
        }
.creditsOneDay-getMoney-steps{
            padding-bottom: 30px;
            // border-bottom: 1px solid #808080;
            overflow: hidden;
        }
.creditsOneDay-getMoney-steps-item{
                float: left;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                padding-left: 30px
            }
.creditsOneDay-getMoney-steps-item:nth-child(1) { width: 35%; }
.creditsOneDay-getMoney-steps-item:nth-child(2) { width: 34%; padding-left: 50px; }
.creditsOneDay-getMoney-steps-item:nth-child(3) { padding-left: 45px; }
.creditsOneDay-getMoney-steps-item-icon {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: #fff;
                    min-width: 50px;
                    height: 50px;
                    margin-right: 10px;
                    font-family: Arial, Helvetica, monospace;
                    font-size: 25px;
                    font-weight: 600;
                    border-radius: 50%;
                    background-color: #bc151a;
                    box-sizing: border-box; }
.creditsOneDay-getMoney-steps-item span {
                    font-size: 16px;
                    line-height: 130%; }
.creditsOneDay-getMoney-steps-item:first-child { padding-left: 0; }
.creditsOneDay-getMoney-steps-item:last-child::after { display: none; }
.creditsOneDay-getMoney-steps-item::after { content: ''; position: absolute; top: 50%; right: 0; height: 18px; width: 11px; background-image: url(./..//img/arrow.svg); background-repeat: no-repeat; background-size: contain; transform: translateY(-50%); }
.creditsOneDay-getMoney-steps-before:before { content: " "; display: block; width: 100%; height: 1px; background: #808080; }
.creditsOneDay-getMoney-steps-before p {
                    line-height: 130%;
                    letter-spacing: .2px; }
.creditsOneDay-getMoney-steps-before p:nth-child(1) { padding-top: 40px; }
.creditsOneDay-getMoney-additinal{
            display: flex;
            padding-top: 40px;
        }
.creditsOneDay-getMoney-additinal .btn_wrap {
                padding-left: 50px;
            }
.creditsOneDay-getMoney-additinal p{
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                width: auto;
                line-height: 130%;
                letter-spacing: 0.2px;
            }
.creditsOneDay-getMoney-additinal p span{
                    font-weight: 500;
                }
.creditsOneDay-getMoney-additinal .btn{
                width: auto;
                padding: 16px;
                white-space: nowrap;
            }
.creditsOneDay-red_nav{
        margin-bottom: -50px;
    }
.creditsOneDay-red_nav .bottom_red_links .wrapper_flex{
                border-bottom: 1px solid #fff;
            }
.creditsOneDay-red_nav .bottom_red_links:last-child .wrapper_flex {
                    border-bottom: none; }
.creditsOneDay footer{
        margin-top: 50px;
    }
.creditsOneDay .creditsWithoutDeposit {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;


    }
.creditsOneDay .creditsWithoutDeposit-main input:focus, .creditsOneDay .creditsWithoutDeposit-form input:focus, .creditsOneDay .creditsWithoutDeposit-verification input:focus, .creditsOneDay .creditsWithoutDeposit-success input:focus { border: 1px solid #000; }
.creditsOneDay .creditsWithoutDeposit .wrapper_flex {
        flex-wrap: wrap;
      }
.creditsOneDay .creditsWithoutDeposit-title, .creditsOneDay .creditsWithoutDeposit-term {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.4px;
      }
.creditsOneDay .creditsWithoutDeposit-term {
        margin-bottom: 20px;
      }
.creditsOneDay .creditsWithoutDeposit-term-items {
          display: flex;
          justify-content: center;
          align-items: center;
          max-width: 1000px;
          margin-bottom: 10px;
          width: 100%;
        }
.creditsOneDay .creditsWithoutDeposit-term-item {
          width: 300px;
          height: auto;
          background-color: #fff;
          margin-right: 50px;
          position: relative;
        }
.creditsOneDay .creditsWithoutDeposit-term-item .checked-term {
            background: #bc151a!important;
            color: #fff!important;
          }
.creditsOneDay .creditsWithoutDeposit-term-item .btn {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #bc151a;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.4px;
            height: 50px;
            transition: all .3s ease-in-out
          }
.creditsOneDay .creditsWithoutDeposit-term-item .btn:hover { background: #bc151a; color: #fff; }
.creditsOneDay .creditsWithoutDeposit-term-item:last-child { margin-right: 0; }
.creditsOneDay .creditsWithoutDeposit-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
.creditsOneDay .creditsWithoutDeposit-slider {
        width: 649px;
        height: 14px;
        border: 1px solid #cccccc;
        border-radius: 6px;
      }
.creditsOneDay .creditsWithoutDeposit-slider .ui-slider-range {
          background: #bc151a;
        }
.creditsOneDay .creditsWithoutDeposit-slider .ui-slider-handle {
          width: 27px;
          height: 27px;
          border: 1px solid #cccccc;
          background-color: #ffffff;
          border-radius: 50%;
          top: -50%;
          cursor: pointer
        }
.creditsOneDay .creditsWithoutDeposit-slider .ui-slider-handle:focus { outline: none; cursor: pointer; }
.creditsOneDay .creditsWithoutDeposit-slider .ui-slider-handle:after { content: ''; display: block; position: absolute; width: 8px; height: 8px; background-color: #bc151a; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.creditsOneDay .creditsWithoutDeposit-input {
        width: 300px;
        height: 50px
      }
.creditsOneDay .creditsWithoutDeposit-input:focus { border: 1px solid #000; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum {
        min-height: 174px;
        background: #f8f8f8;
        display: flex;
        justify-content: center;
        padding: 10px 0;
      }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .wrapper_flex {
          flex-direction: column;
        }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .creditsWithoutDeposit-additional-field {
          position: relative;
          display: flex;
          justify-content: space-between;
          width: 100%;
          font-size: 16px;
          font-weight: 400;
          letter-spacing: 0.4px;
          padding: 27px 0 22px;
          align-items: center
        }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .creditsWithoutDeposit-additional-field:after { content: ''; display: block; position: absolute; width: 100%; left: 0; bottom: 0; height: 1px; background-color: #cccccc; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .creditsWithoutDeposit-additional-field:last-of-type:after { content: none; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .creditsWithoutDeposit-additional-field .txt {
            text-transform: uppercase; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .creditsWithoutDeposit-additional-field .js-creditsWithoutDeposit-additional-field {
            color: #bc151a;
            font-size: 22px;
            font-weight: 500;
            letter-spacing: 0.55px; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .creditsWithoutDeposit-additional-field .info-block-wrapper {
            display: flex;
            align-items: center; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .creditsWithoutDeposit-additional-field .info-descript {
            margin-left: 19px;
            position: relative;
            padding: 0 10px 0 20px; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .creditsWithoutDeposit-additional-field .info-descript:before { content: ''; position: absolute; left: 0; top: 50%; transform: translate3d(0,-50%,0); height: 30px; width: 1px; margin-top: -2px; background: #ccc; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .info-descript {
          font-size: 14px;
          letter-spacing: .35px;
          text-transform: none;
          display: flex;
          line-height: 1.3;
          position: relative;
          padding: 5px 0 7px 0
        }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .info-descript.mob { display: none; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .info-descript .question-icon {
            color: #bc151a;
            width: 16px;
            height: 16px;
            display: flex;
            box-sizing: border-box;
            align-items: center;
            justify-content: center;
            padding-top: 3px;
            cursor: pointer;
            border-radius: 50%;
            border: 1px solid #bc151a;
            font-size: 12px; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .info-descript .info-content {
            flex: 0 0 16px;
            width: 16px;
            margin: 0 0 0 10px; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .info-descript .info-content:hover .question-icon {
                background: #bc151a;
                color: #fff; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .info-descript .info-content:hover .info-dscr-modal {
                opacity: 1;
                visibility: visible;
                z-index: 1; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .info-descript .info-dscr-modal {
            position: absolute;
            line-height: 1.3;
            top: 30px;
            left: 0;
            max-width: 410px;
            width: 100%;
            background-color: #fff;
            z-index: 10;
            cursor: default;
            padding: 30px 30px 27px;
            border: 1px solid #bc151a;
            opacity: 0;
            z-index: -1;
            font-size: 14px;
            box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, .2);
            box-sizing: border-box;
            visibility: hidden;
            transition: transform 0s ease .4s, opacity 0.3s ease; }
.creditsOneDay .creditsWithoutDeposit-date-and-sum .info-descript .info-dscr-modal strong {
              font-weight: 700;
            }
.creditsOneDay .creditsWithoutDeposit-submit {
        height: 125px;
        padding: 20px 0;
        display: flex;
        justify-content: center;
      }
.creditsOneDay .creditsWithoutDeposit-submit .wrapper_flex {
          justify-content: center;
        }
.creditsOneDay .creditsWithoutDeposit-submit .btn {
          width: 300px;
          height: 50px;
          font-size: 16px;
          margin-top: 20px;
        }
.creditsOneDay .creditsWithoutDeposit-submit .get-credit-link {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 12px;
          padding: 11px 0;
          border: 1px solid #bc151a;
          color: #ffffff;
          letter-spacing: 0.4px;
          background-color: #bc151a;
          width: 320px;
          height: 50px;
          font-size: 16px;
          margin-top: 20px;
          transition: all 0.3s ease
        }
.creditsOneDay .creditsWithoutDeposit-submit .get-credit-link:hover { color: #bc151a; background-color: transparent; }
.creditsOneDay .creditsWithoutDeposit-submit .get-credit-link:hover .cashpoint-logo__path-primary {
                fill: #4f2683;
                transition: fill 0.3s ease;
              }
.creditsOneDay .creditsWithoutDeposit-submit .get-credit-link .cashpoint-logo {
            width: 32px;
            height: 32px;
            object-fit: contain; }
.creditsOneDay .creditsWithoutDeposit-submit .get-credit-link .cashpoint-logo__path-primary {
              fill: #ffffff;
            }
.creditsOneDay .creditsWithoutDeposit-form {
        display: flex;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
        padding: 0 0 50px 0;
      }
.creditsOneDay .creditsWithoutDeposit-form #no-deposit-form {
          width: 100%;
        }
.creditsOneDay .creditsWithoutDeposit-form .no-deposit-res {
          justify-content: center;
          margin-bottom: 60px;
        }
.creditsOneDay .creditsWithoutDeposit-form-row {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-bottom: 20px;
        }
.creditsOneDay .creditsWithoutDeposit-form-row-item {
            width: 45%;
          }
.creditsOneDay .creditsWithoutDeposit-form-row-item label {
              color: #616161;
              font-size: 16px;
              font-weight: 500;
              letter-spacing: 0.4px;
            }
.creditsOneDay .creditsWithoutDeposit-form-row-item .select-styled, .creditsOneDay .creditsWithoutDeposit-form-row-item input {
              height: 50px;
              border: 1px solid #cccccc;
            }
.creditsOneDay .creditsWithoutDeposit-form-row-item .select-styled{
              margin: 10px 0;
            }
.creditsOneDay .creditsWithoutDeposit-form-row-item .select-options.drop_up{
              bottom: calc(100% - 10px);
            }
.creditsOneDay .creditsWithoutDeposit-form-row-item span {
              color: #808080;
              font-size: 12px;
              font-weight: 400;
              line-height: 18px;
              letter-spacing: 0.3px;
            }
.creditsOneDay .creditsWithoutDeposit-form-row-res {
            width: 486px;
            height: 50px;
            border: 1px solid #bc151a;
            display: flex;
            align-items: center;
          }
.creditsOneDay .creditsWithoutDeposit-form-row-res-sum {
              margin-left: 45px;
              padding-right: 10px
            }
.creditsOneDay .creditsWithoutDeposit-form-row-res-sum:after { content: ''; display: block; position: absolute; width: 1px; height: 30px; background-color: #bc151a; opacity: 0.5; right: 0; top: 50%; transform: translate(-50%, -50%); }
.creditsOneDay .creditsWithoutDeposit-form-row-res-term {
              margin-left: 20px;
            }
.creditsOneDay .creditsWithoutDeposit-form-row-res-sum, .creditsOneDay .creditsWithoutDeposit-form-row-res-term {
              position: relative;
              font-size: 16px;
              font-weight: 500;
              letter-spacing: 0.4px;
              color: #616161;
              width: 25%;
            }
.creditsOneDay .creditsWithoutDeposit-form-row-res-sum span, .creditsOneDay .creditsWithoutDeposit-form-row-res-term span {
                font-size: 14px;
                font-weight: 400;
                line-height: 18px;
                color: #808080;
              }
.creditsOneDay .creditsWithoutDeposit-form-row-res-change {
              margin-left: 70px;
            }
.creditsOneDay .creditsWithoutDeposit-form-row-res-change .change-btn {
                font-size: 12px;
                font-weight: 400;
                text-decoration: underline;
                letter-spacing: 0.3px;
                color: #bc151a
              }
.creditsOneDay .creditsWithoutDeposit-form-row-res-change .change-btn:hover { text-decoration: none; }
.creditsOneDay .creditsWithoutDeposit-form-checkbox {
          margin-bottom: 20px;
        }
.creditsOneDay .creditsWithoutDeposit-form-checkbox-item {
            display: flex;
            align-items: center;
            position: relative;
          }
.creditsOneDay .creditsWithoutDeposit-form-checkbox-item input[type="checkbox"]:focus { border: 1px solid #ccc; }
.creditsOneDay .creditsWithoutDeposit-form-checkbox-item label {
              padding-left: 5px;
              padding-right: 5px
            }
.creditsOneDay .creditsWithoutDeposit-form-checkbox-item label:hover + .hint { display: block; }
.creditsOneDay .creditsWithoutDeposit-form-checkbox-item .hint{
              position: absolute;
              bottom: 40px;
              line-height: 1.3;
              left: 0;
              display: none;
              min-width: 250px;
              padding: 10px;
              font-size: 14px;
              background: #FFF;
              border: 1px solid #bc151a;
              box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, .2);
              box-sizing: border-box;
            }
.creditsOneDay .creditsWithoutDeposit-form-checkbox-hidden {
            display: none
          }
.creditsOneDay .creditsWithoutDeposit-form-checkbox-hidden.active { display: block; }
.creditsOneDay .creditsWithoutDeposit-form-submit .wrapper_flex {
            justify-content: center;
          }
.creditsOneDay .creditsWithoutDeposit-form-submit .btn {
            width: 300px;
            height: 50px;
            font-size: 16px;
          }
.creditsOneDay .creditsWithoutDeposit-form {
        display: none;
      }
.creditsOneDay .creditsWithoutDeposit-verification {
        display: none;
        justify-content: center;
        padding: 0 0 50px 0;
      }
.creditsOneDay .creditsWithoutDeposit-verification .wrapper_flex {
          flex-direction: column;
          align-items: center;
        }
.creditsOneDay .creditsWithoutDeposit-verification-row-item {
            display: flex;
            flex-direction: column;
            align-items: center;
          }
.creditsOneDay .creditsWithoutDeposit-verification-row-item label {
              color: #616161;
              font-size: 16px;
              font-weight: 500;
              letter-spacing: 0.4px;
            }
.creditsOneDay .creditsWithoutDeposit-verification-row-item input {
              height: 50px;
              border: 1px solid #cccccc;
              width: 300px;
            }
.creditsOneDay .creditsWithoutDeposit-verification-row-item .help-block {
              margin-top: 0;
              margin-bottom: 10px;
            }
.creditsOneDay .creditsWithoutDeposit-verification-submit .btn {
            width: 300px;
            height: 50px;
            font-size: 16px;
          }
.creditsOneDay .creditsWithoutDeposit-success {
        display: none;
        justify-content: center;
      }
.creditsOneDay .creditsWithoutDeposit-success .wrapper_flex {
          justify-content: center;
        }
.creditsOneDay .creditsWithoutDeposit-success-row {
          padding: 50px 0;
        }
.creditsOneDay .creditsWithoutDeposit-success-row-message {
            font-weight: 500;
            letter-spacing: .4px;
            color: #606060;
            font-size: 28px;
            text-align: center;
          }
.creditsOneDay .creditsWithoutDeposit-success-row-message-closed {
              display: none;
            }
.creditsOneDay .creditsWithoutDeposit-error-row-message {
            display: none;
            font-weight: 500;
            letter-spacing: .4px;
            color: #606060;
            font-size: 28px;
            text-align: center;
          }
.creditsOneDay .creditsWithoutDeposit-error-row-message-opened {
              display: block;
            }
.creditsOneDay .creditsWithoutDeposit-rules-link {
          text-decoration: underline;
          color: #bc151a
        }
.creditsOneDay .creditsWithoutDeposit-rules-link:hover { text-decoration: none; }
.creditsOneDay .creditsWithoutDeposit-form-checkboxes {
        margin: 0 0 10px;
      }
.creditsOneDay .creditsWithoutDeposit-opened {
    display: flex;
  }
.creditsOneDay .creditsWithoutDeposit-closed {
    display: none;
  }
/*for creditsWithoutDeposit-success-row-message and creditsWithoutDeposit-error-row-message button*/
.creditsOneDay .creditsWithoutDeposit-success-row-message .btn, .creditsOneDay .creditsWithoutDeposit-error-row-message .btn {
      margin: 30px auto 0;
    }
.creditsOneDay .promo-code {
  height: 50px;
  border: 1px solid #bc151a;
  background-color: #bc151a;
  width: 475px;
}
.creditsOneDay .promo-code-wrap {
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0;
  }
.creditsOneDay .promo-code-desc {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.35px;
    width: 50%;
  }
.creditsOneDay .promo-code-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center
  }
.creditsOneDay .promo-code-text:hover { color: #bc151a; background: #fff; }
.creditsOneDay .tabs_content-result {
  margin-bottom: 25px;
}
.no-deposit footer {
    margin-top: 0;
  }
.onlinePayment > .info_col3 { background-color: #f8f8f8; }
.onlinePayment.credits .seo-text-onePage {
      margin: 50px 0 0; }
.onlinePayment-payment {
      display: flex;
      justify-content: center;
      margin-top: 50px; }
.onlinePayment-payment input{
            width: 20px;
            height: 20px;
            margin: 0;
            margin-right: 13px;
            padding: 10px;
            font-size: 0;
        }
.onlinePayment-payment .wrapper_flex {
          justify-content: space-between;
        }
.onlinePayment-payment-left{
            width: 47%;
            padding-right: 150px;
            box-sizing: border-box;
            position: relative;
        }
.onlinePayment-payment-left .btn{
                margin-top: 15px;
            }
.onlinePayment-payment-left .btn_300 {
              max-width: 100%;
            }
.onlinePayment-payment-left-title{
                display: block;
                margin-top: 20px;
                margin-bottom: 30px;
                font-size: 20px;
                font-weight: bold;
                letter-spacing: 0.4px;
            }
.onlinePayment-payment-left-type{
                display: flex;
                align-items: center;
                padding: 16px 0;
                background-repeat: no-repeat;
                background-position-x: right;
                background-position-y: center;
                letter-spacing: 1.4px
            }
.onlinePayment-payment-left-type.easypay { background-image: url(./..//img/easypay.jpg); }
.onlinePayment-payment-left-type.paymaster { background: url(./..//img/paymaster.jpg) no-repeat 103% 50%; }
.onlinePayment-payment-left-stock {
            max-width: 90px;
            width: 90px;
            min-height: 25px;
            position: absolute;
            right: 0;
            background: #bc151a;
            border-radius: 4px;
            border: 1px solid #bc151a;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.35px;
            text-transform: uppercase;
            right: 10%;
            margin: 0 0 10px 0;
            transition: all .5s ease-out;
          }
.onlinePayment-payment-left-stock span {
              width: 80%;
              word-wrap: break-word;
              text-align: center;
            }
.onlinePayment-payment-left-stock-open {
              min-height: 70px;
              height: auto;
              font-size: 12px;
              font-weight: 400;
              display: flex;
              justify-content: center;
              align-items: center;
              text-align: center;
              font-size: 14px;
              font-weight: 700;
              letter-spacing: 0.35px;
              transition: all .5s ease-out;
            }
.onlinePayment-payment-left-stock-descr {
              font-size: 12px;
              font-weight: 400;
              letter-spacing: 0.3px;
              text-transform: none;
              padding: 10px;
              animation: animateDescription;
              animation-duration: .3s;
            }
.onlinePayment-payment-left-stock-hide {
              display: none;
              transition: all .5s ease-out;
            }
.onlinePayment-payment-left-stock-show {
              display: flex;
            }
.onlinePayment-payment-left.onlinePayment-payment-without-stock { min-width: 300px; margin-right: 150px; padding: 0; }
.onlinePayment-payment-right{
            padding: 30px;
            color: #fff;
            background-color: #bc151a;
            max-width: 510px;
        }
.onlinePayment-payment-right-title{
                display: block;
                margin-bottom: 15px;
                font-size: 16px;
                font-weight: bold;
            }
.onlinePayment-payment-right ul{
                padding-left: 0;
                list-style: none;
            }
.onlinePayment-payment-right li{
                position: relative;
                padding-left: 30px;
                line-height: 145%;
                letter-spacing: 0.5px;
                list-style: none
             }
.onlinePayment-payment-right li:before { content: ''; position: absolute; top: 4px; left: 0; display: block; height: 10px; width: 10px; border-radius: 50%; background-color: #fff; }
.onlinePayment .seo-text-onePage {
        margin: 50px 0 0;
        padding: 50px 0;
        background: #f8f8f8; }
.onlinePayment .notification-block {
      border: 1px solid #bc151a;
      padding: 10px 18px;
      margin-top: 20px; }
@keyframes animateDescription {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.oneOffice-subtitle{
        display: flex;
        justify-content: center;
    }
.oneOffice-subtitle-left{
            font-size: 20px;
            letter-spacing: 0.5px;
        }
.oneOffice-subtitle .wrapper_flex{
            justify-content: space-between;
        }
.oneOffice-info{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 50px;
    }
.oneOffice-info .wrapper{
            padding: 30px;
            box-sizing: border-box;
            color: #fff;
            background-color: #bc151a;
        }
.oneOffice-info-main{
            display: flex;
        }
.oneOffice-info-main div{
                display: flex;
                width: 55%;
            }
.oneOffice-info-main div div{
                    display: block;
                    width: 55%;
                    padding-right: 30px;
                    box-sizing: border-box;
                }
.oneOffice-info-main div div span{
                        display: block;
                        line-height: 130%
                    }
.oneOffice-info-main div div span:last-child { margin-top: 15px; font-size: 16px; font-weight: 500; }
.oneOffice-info-main div div:last-child { width: 45%; }
.oneOffice-info-main div:last-child { width: 45%; }
.oneOffice-info-additional{
            display: flex;
            margin-top: 20px;
            padding-top: 30px;
            border-top: 1px solid #fff;

        }
.oneOffice-info-additional div{
                width: 55%;
                padding-right: 30px;
                box-sizing: border-box;
            }
.oneOffice-info-additional div span{
                    display: block;
                    line-height: 130%
                }
.oneOffice-info-additional div span:last-child { margin-top: 15px; font-weight: 500; }
.oneOffice-info-additional div:last-child { width: 45%; }
.oneOffice .rate_it > span { display: inline-block; float: right; margin-top: 5px; font-size: 12px; text-decoration: underline; }
.oneOffice .rate_it > span:hover { color: #bc151a; cursor: pointer; }
.oneOffice .payment_icons_cash{
        margin-top: 8px !important;
        height: 30px;
        width: 40px;
        background: url(./..//img/money.svg);
        background-repeat: no-repeat;
        background-position: left, right;
    }
.oneOffice .credit_card{
        // background: url(./..//img/money.svg), url(./..//img/card.svg);
        background: url(./..//img/card.svg);
        background-repeat: no-repeat;
        background-position: left, right;
    }
.oneOffice-map{
        position: relative;
    }
.oneOffice-map #map{
           height: 600px;
        }
.oneOffice-map .btn{
            width: 250px;
            position: absolute;
            bottom: 40px;
            left: 20px;
            line-height: 20px;
        }
.oneOffice-map .btn svg{
                position: absolute;
                top: 10px;
                left: 15px;
                margin-right: 10px;
                fill:#fff;
                transition: all 0.3s ease;
            }
.oneOffice-map .btn:hover svg {
                    fill:#bc151a; }
.oneOffice .seo-text-onePage{
        width: 100%;
        display: flex;
        margin: 0;
        padding: 5px 0 30px 0;
        justify-content: center;
        background-color: #f8f8f8;
    }
.oneOffice .oneOffice-main-content-item-pay-cont {
        padding-right: 15px;
        display: flex;
    }
.contacts-info{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 0;
    background-color: #f8f8f8;
  }
.contacts-info-row{
      display: flex;
      width: 100%;
      padding: 30px 0;
      border-bottom: 1px solid #cccccc
    }
.contacts-info-row:first-child { padding-top: 0; }
.contacts-info-row:last-child { border-bottom: none; padding-bottom: 0; }
.contacts-info-left{
      flex:1;
      padding-right: 20px;
    }
.contacts-info-left span{
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        text-transform: uppercase;
      }
.contacts-info-right{
      flex: 1;
    }
.contacts-info-right span{
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 20px;
      }
.contacts-info-right_bold{
        display: block;
        font-weight: 500
      }
.contacts-info-right_bold:not(:last-child) { margin-bottom: 35px; }
.contacts-info-right .contacts-info-right_bold{
        font-size: 14px;
      }
.contacts-info-right_line{
        position: relative
      }
.contacts-info-right_line::before { content: ''; position: absolute; top: -20px; left: 0; width: 200px; height: 1px; background-color: #cccccc; }
.contacts-info-right .socials{
        margin-top: 5px;
      }
.contacts-form{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 0 60px 0;
  }
.contacts-form .popup-row h5{
        margin-bottom: 0;
      }
.contacts-form .popup-row:nth-child(1) { margin-top: 0; }
.contacts-form .popup-row:nth-child(2) { margin-top: 40px; }
.promotions-main{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 0 30px 0;
    background: #f8f8f8;
  }
.promotions-main .filter{
      justify-content: flex-start;
      flex-wrap: wrap;
    }
.promotions-main .filter a{
        margin-bottom: 20px;
        text-align: center
      }
.promotions-main .filter a:not(:last-child) { margin-right: 30px; }
.promotions-main-container{
      display: flex;
      flex-wrap: wrap;
      /* justify-content: center; */
      align-items: center;
      flex-direction: column;
      margin-top: 30px;
    }
.offices-rate {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
.offices-rate-count {
      margin-right: 15px;
    }
.offices-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
.offices-main-filter {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 40px;
    }
.offices-main-filter-item {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        flex: 1
      }
.offices-main-filter-item:nth-child(1) { flex: 1.5; }
.offices-main-filter-item:nth-child(2) { flex: 1.5; }
.offices-main-filter-item:nth-child(4) { flex: 0.9; align-items: flex-end; justify-content: center; height: 50px; min-width: 180px; transition: color 0.3s ease; }
.offices-main-filter-item:nth-child(4):hover { color: #bc151a; }
.offices-main-filter-item:nth-child(4) span {
            position: relative;
            padding-right: 20px;
            cursor: pointer; }
.offices-main-filter-item:nth-child(4) span::after { content: ''; position: absolute; top: -1px; right: 0; width: 8px; height: 8px; border-color: #606060; border-left: 2px solid #606060; border-bottom: 2px solid #606060; transform: rotate(-45deg); transform-origin: center; transition: all 0.3s ease; }
.offices-main-filter-item:nth-child(4) span.active::after { transform: rotate(45deg) rotateX(180deg); }
.offices-main-filter-item:not(:last-child) { margin-right: 30px; }
.offices-main-filter-item label {
          margin-bottom: 10px; }
.offices-main-filter-item .btn {
          max-width: 180px; }
.offices-main-filter_expanded {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease
      }
.offices-main-filter_expanded.open { padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #cccccc; }
.offices-main-filter_expanded-checkbox {
          display: flex;
          align-items: flex-start;
          width: 100%;
          margin-bottom: 30px; }
.offices-main-filter_expanded-checkbox > div { display: flex; flex-wrap: wrap; }
.offices-main-filter_expanded-checkbox > div:first-child { width: 78%; margin-right: 2%; }
.offices-main-filter_expanded-checkbox > div:last-child { width: 20%; }
.offices-main-filter_expanded-checkbox span {
            width: 100%;
            height: 16px;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 14px;
            text-align: left; }
.offices-main-filter_expanded-checkbox label {
            width: 100%;
            display: flex;
            align-items: center; }
.offices-main-filter_expanded-checkbox input {
            display: inline-block;
            margin-right: 10px; }
.offices-main-filter_expanded-column {
          flex: 1;
          margin-right: 30px; }
.offices-main-filter_expanded-column:last-child { margin-right: 0; }
.offices-main-filter_expanded-clear {
          align-self: flex-end;
          text-decoration: underline;
          cursor: pointer; }
.offices-main-filter_expanded-clear:hover { color: #bc151a; }
.offices-main-content_header {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 15px;
      }
.offices-main-content_header-left span {
            font-size: 18px;
          }
.offices-main-content_header-left .js-found_count {
            margin-right: 5px;
            margin-left: 5px;
            color: #bc151a;
            font-weight: 500;
          }
.offices-main-content_header-right span {
            cursor: pointer;
            color: #808080;
          }
.offices-main-content_header-right span svg {
              width: 13px;
              margin-right: 8px;
            }
.offices-main-content_header-right span svg path {
                fill: #808080;
              }
.offices-main-content_header-right span:first-child { position: relative; margin-right: 30px; }
.offices-main-content_header-right span:first-child::after { content: ''; position: absolute; right: -17px; top: -11px; width: 1px; height: 30px; background-color: #cccccc; }
.offices-main-content_header-right span.active { color: #bc151a; }
.offices-main-content_header-right span.active svg path {
                  fill: #bc151a;
                }
.offices-main-content[data-content="map"] { display: flex; flex-direction: column; width: 100%; }
.offices-main-content[data-content="list"] { display: none; justify-content: center; width: 100%; margin-bottom: 30px; }
.offices-main-content-item {
        position: relative;
        display: flex;
        width: 100%;
        margin-top: 10px;
        padding: 30px;
        border-top: 1px solid #cccccc;
        box-sizing: border-box; }
.offices-main-content-item > div { box-sizing: border-box; }
.offices-main-content-item > div span {
            display: inline-block; }
.offices-main-content-item > div b {
            display: block;
            margin-top: 17px;
            font-size: 16px;
            font-weight: 500; }
.offices-main-content-item > div p {
            margin-top: 25px; }
.offices-main-content-item > div a:hover { color: #df161b; }
.offices-main-content-item > div:nth-child(1) { flex: 2; margin-right: 40px; box-sizing: border-box; }
.offices-main-content-item > div:nth-child(2) { flex: 1.7; margin-right: 40px; }
.offices-main-content-item > div:nth-child(3) { flex: 0.9; min-width: 150px; }
.offices-main-content-item > div .btn {
            width: 100%;
            margin-top: 20px; }
.offices-main-content-item::before { content: ''; position: absolute; top: 8px; left: 0; width: 4px; height: calc(100% - 6px); }
.offices-main-content-item.red::before { background: #bc151a; }
.offices-main-content-item.orange::before { background-color: #fea53d; }
.offices-main-content-item-pay {
          display: flex;
          flex-direction: column;
          margin-top: 25px; }
.offices-main-content-rate {
        display: flex !important;
        align-items: flex-end; }
.offices-main-content-rate .starrr_small {
          margin-left: 10px;
        }
.offices-main-content-map {
        position: relative;
        width: 100%;
        height: 600px; }
.offices-main-content-map > div:first-child { width: 100%; height: 100%; }
.offices-main-content-map .btn {
          width: 250px;
          height: 45px;
          position: absolute;
          bottom: 40px;
          left: 20px;
          line-height: 20px; }
.offices-main-content-map .btn svg {
            position: absolute;
            top: 10px;
            left: 15px;
            margin-right: 10px;
            fill: #fff;
            transition: all 0.3s ease;
          }
.offices-main-content-map .btn:hover svg {
              fill: #bc151a; }
.offices-main-content-map-input {
          position: absolute;
          bottom: 90px;
          left: 20px;
          z-index: 2;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 250px;
          height: 45px; }
.offices-main .select {
      height: 50px;
    }
.offices-main .select-styled::after { top: 15px; }
.offices .seo-text-onePage {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 30px 0 30px 0;
    justify-content: center;
    background-color: #f8f8f8;
  }
.offices .payment_icons_cash {
    margin-top: 8px !important;
    height: 30px;
    width: 35px;
    // width: 70px;

    background: url(./..//img/money_black.svg) no-repeat left, right;
  }
.offices .credit_card {
    // background: url(./..//img/money_black.svg), url(./..//img/card_black.svg);
    background: url(./..//img/card_black.svg);
    background-repeat: no-repeat;
    background-position: left, right;
  }
.about-info{
        display: flex;
        justify-content: center;
        padding-top: 40px;
        background-color: #f8f8f8;
    }
.about-info .wrapper_flex_wrap:last-child { padding-top: 40px; border-top: 1px solid #808080; }
.about-info .wrapper_flex_wrap:last-child img {
                    width: auto;
                    height: 50px; }
.about-info .info_col3{
            max-width: 1000px;
        }
.about-info .info_col3-item{
                margin-bottom: 40px;
            }
.about-mission{
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
.about-mission-title{
            font-size: 20px;
            font-weight: 500;
        }
.about-mission-red{
            margin: 30px 0;
            padding: 30px 20px;
            box-sizing: border-box;
            color: #fff;
            background-color: #bc151a;
        }
.about-mission-red p{
                line-height: 18px;
            }
.about-mission .wrapper_flex_wrap{
            justify-content: space-between;
        }
.about-mission .info_col3-item{
            margin-bottom: 50px;
        }
.about-mission .info_col3-item-title{
                margin-bottom: 20px
            }
.about-mission .info_col3-item-title::after { display: none; }
.about-mission .info_col3-item p{
                padding-top: 17px;
                line-height: 130%;
                letter-spacing: .4px;
            }
.about .wrapper_flex_wrap .wrapper_flex_wrap{
            padding: 0 ;
        }
.about .seo-text-onePage{
        margin: 0;
        padding: 50px 0;
        background: #f8f8f8;
    }
.static {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.static-content {
        display: flex;
        justify-content: center;
        margin: 0;
        margin-bottom: 25px;
    }
.static-content .wrapper{
            margin: 0;
        }
.static-content h1 {
            margin: 30px 0;
            font-size: 28px;
            font-weight: 500;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            text-align: center;
        }
.static-content h2 {
            margin: 25px 0;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0.5px;
        }
.static-content h3, .static-content h4 {
            margin: 25px 0;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0.5px;
        }
.static-content h4 {
            font-size: 16px;
        }
.static-content ul, .static-content ol {
            padding: 15px 0;
        }
.static-content ul li, .static-content ol li {
                position: relative;
                padding-left: 30px;
                line-height: 130%;
                letter-spacing: 0.5px;
                list-style: none
            }
.static-content ul li:before, .static-content ol li:before { content: ''; position: absolute; top: 4px; left: 0; display: block; height: 10px; width: 10px; border-radius: 50%; background-color: #bc151a; }
.static-content p {
            margin-top: 30px;
            line-height: 130%;
            letter-spacing: 0.5px;
        }
.static-breadcrumbs-wrapper {
        padding-top: 70px;
        display: flex;
        justify-content: center
    }
.static-breadcrumbs-wrapper + div .page_top { padding-top: 0; }
header + .user-content {
    padding-top: 70px;
}
.credits .seo-text-onePage{
        margin: 0;
        padding: 50px 0;
        background-color: #f8f8f8;
    }
.credits .info_col3 .btn{
            text-align: center;
            text-decoration: none
        }
.credits .info_col3 .btn:hover { color: #fff; }
.credits .table-body-row{
        padding: 20px 0;
        padding-right: 20px;
        border-bottom: 1px solid #cccccc;
    }
.credits .table-body-row-item{
            flex: 1;
            flex-wrap: wrap;
            justify-content: flex-start;
            line-height: 130%;
            letter-spacing: .4px
        }
.credits .table-body-row-item:first-child { padding-right: 15px; flex: 0.6; font-size: 16px; font-weight: 500; }
.credits .table-body-row-item a {
                margin-top: 20px; }
.credits .table-body-row:first-child { border-top: 1px solid #cccccc; }
.credits .table-body-row:nth-child(2n) { background-color: #fff; }
.credits .creditsOneDay-main-right-calc{
        display: flex;
        flex-wrap: wrap;
    }
.credits .creditsOneDay-main-right-calc-title{
            display: block;
            width: 100%;
            margin-bottom: 20px;
            font-size: 20px;
            letter-spacing: 0.8px;
            font-weight: 500;
        }
.credits .creditsOneDay-main-right-calc-content{
            display: flex;
            justify-content: space-between;
            width: 100%
        }
.credits .creditsOneDay-main-right-calc-content > div { width: 46%; box-sizing: border-box; }
.credits .creditsOneDay-main-right-calc-content input {
                margin: 0;
                padding: 20px 10px; }
.credits .creditsOneDay-main-right-calc-content span {
                display: block;
                margin-bottom: 10px;
                font-size: 16px;
                font-weight: normal;
                letter-spacing: 0.5px; }
.credits .creditsOneDay-main-right-calc-content-result {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 60px;
                margin-top: 25px;
                border: 1px solid #bc151a; }
.credits .creditsOneDay-main-right-calc-content-result span{
                    font-size: 16px;
                    font-weight: normal;
                    text-transform: uppercase
                }
.credits .creditsOneDay-main-right-calc-content-result span:nth-child(2) { margin-left: 20px; font-size: 20px; color: #bc151a; font-weight: 500; }
.credits .creditsOneDay-main-right-calc-content-result span:nth-child(3) { margin-left: 10px; font-size: 20px; color:#bc151a; font-weight: 500; }
.credits-take{
        display: flex;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 15px;
        color: #fff;
        background-color: #bc151a;
    }
.credits-take h5{
            width: 100%;
            margin-bottom: 50px;
            color: #fff;
        }
.credits-take-content{
            position: relative;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
        }
.credits-take-content-item{
                width: 30%;
                margin-bottom: 20px;
                transition: margin 600ms ease;
                min-height: 90px;
            }
.credits-take-content-item-title img{
                        float: left;
                        width: 30px;
                        height: 30px;
                        padding-right: 18px;
                        vertical-align: top;
                    }
.credits-take-content-item-title span{
                        float: left;
                        width: 80%;
                        position: relative;
                        padding-top: 0 !important;
                        line-height: 130%;
                        font-size: 16px;
                        font-weight: 500;
                        letter-spacing: 0.4px
                    }
.credits-take-content-item-title span::after { content: ''; position: absolute; bottom: -8px; left: 0; width: 30px; height: 3px; background-color: #fff; }
.credits-take-content-item .drop_down{
                    width: calc(100% - 50px);
                    margin-left: 50px;
                    border-bottom: none;
                }
.credits-take-content-item .drop_down-title{
                        width: auto;
                        margin-top: 5px;
                        padding: 10px 0;
                        color: #fff;
                        font-size: 14px;
                        font-weight: normal;
                        text-decoration: underline;
                        cursor: pointer;
                        transition: none
                    }
.credits-take-content-item .drop_down-title:hover { font-weight: bold; }
.credits-take-content-item .drop_down-title:after { position: static; right: 0 !important; display: inline-block; margin-left: 5px; }
.credits-take-content-item .drop_down-content{
                        z-index: 2;
                        position: absolute;
                        top: 0px;
                        left: 0;
                        display: flex;
                        width: 100%;
                        margin: 0;
                        margin-bottom: 30px;
                        padding: 30px;
                        border: none;
                        overflow: hidden;
                        box-sizing: border-box;
                        background-color: #c33238;
                        transform: scaleY(0);
                        transform-origin: top;
                        transition: transform 600ms ease, border 600ms ease;
                    }
.credits-take-content-item .drop_down-content-item{
                            flex: 1
                        }
.credits-take-content-item .drop_down-content-item:last-child { flex: 2; }
.credits-take-content-item .drop_down-content-item li {
                                position: relative;
                                list-style-type: none; }
.credits-take-content-item .drop_down-content-item li::before { content: ""; position: absolute; top: 9px; left: -15px; width: 7px; height: 2px; background: #fff; }
.credits-take-content-item .drop_down-content-title{
                            display: block;
                            margin-bottom: 20px;
                            font-size: 16px;
                            font-weight: 500;
                        }
.credits-take-content-item .drop_down-content.open { transform: scaleY(1); border: 1px solid #fff; transition: transform 600ms ease, border 600ms ease; }
.credits-evaluate{
        display: flex;
        justify-content: center;
        padding: 50px 0;
        background-color: #f8f8f8;
    }
.credits-evaluate-list{
            width: 50%;
            padding-right: 30px;
            box-sizing: border-box;

        }
.credits-evaluate-list-title{
                width: 100%;
                font-size: 20px;
                font-weight: 500;
                letter-spacing: 0.5px;
            }
.credits-evaluate-list li{
                position: relative;
                margin: 25px 0;
                list-style: none
            }
.credits-evaluate-list li::before { content: ""; position: absolute; top: 4px; left: -20px; height: 10px; width: 10px; border-radius: 50%; background-color: #bc151a; }
.credits-payment{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 50px 0;
    }
.credits-payment h5{
            width: 100%;
            margin-bottom: 40px;
        }
.credits-payment .info_col3-item{
                margin-bottom: 0;
            }
.credits-payment .info_col3-item-title::after { display: none; }
.credits-payment .info_col3-item-title-sub {
                        display: block;
                        padding-top: 0;
                        font-size: 14px;
                        font-weight: normal; }
.credits-payment .info_col3-item-tip{
                    line-height: 130%;
                    letter-spacing: .4px;
                }
.credits-payment .info_col3-item ul{
                    padding: 10px 0;
                    padding-left: 30px;
                }
.credits-payment .info_col3-item li{
                    position: relative;
                    padding: 10px 0;
                    line-height: 145%;
                    list-style: none;
                }
.credits-payment .info_col3-item-advantege::before { content: ''; position: absolute; top: 20px; left: -26px; width: 19px; height: 3px; background-color: #bc151a; }
.credits-payment .info_col3-item-advantege::after { content: ''; position: absolute; top: 12px; left: -19px; width: 3px; height: 19px; background-color: #bc151a; }
.credits-payment .info_col3-item-disadvantege::before { content: ''; position: absolute; top: 20px; left: -26px; width: 19px; height: 3px; background-color: #bc151a; }
.promo-code {
  height: 50px;
  border: 1px solid #bc151a;
  background-color: #bc151a;
  width: 475px;
}
.promo-code-wrap {
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0;
  }
.promo-code-desc {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.35px;
    width: 50%;
  }
.promo-code-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center
  }
.promo-code-text:hover { color: #bc151a; background: #fff; }
.tabs_content-result {
  margin-bottom: 25px;
}
.banner{
  position: fixed;
  box-sizing: border-box;
  background: #bc151a;
  box-shadow: 1px 1px 12px rgba(0,0,0,.2);
  opacity: 0;
  transition: all 0.3s ease;
}
.banner a{
    display: block;
    width: 100%;
    height: 100%;
  }
.banner img{
    width: 100%;
    height: 100%;
  }
.banner-content{
    width: 100%;
    height: 100%;
  }
.banner-close{
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border:1px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    background: #bc151a;
    cursor: pointer
  }
.banner-close::before, .banner-close::after { content: ''; position: absolute; top: 13px; left: 6px; width: 15px; height: 3px; background-color: #fff; transform: rotate(45deg); }
.banner-close::after { transform: rotate(135deg); }
.banner-close:hover { background: #fff; border-color: #bc151a; }
.banner-close:hover::before, .banner-close:hover::after { background-color: #df161b; }
.banner_small{
    z-index: 25;
    width: 216px;
    height: 100px
  }
.banner_small[data-number='0'] { top: 30%; left: 10%; transform: translateY(-300px); }
.banner_small[data-number='0'] .banner-close {
        top: auto;
        bottom: -15px; }
.banner_small[data-number='1'] { bottom: 0%; left: 10%; transform: translateY(300px); }
.banner_small[data-number='2'] { top: 20%; right: 10%; transform: translateX(-300px); }
.banner_small[data-number='3'] { top: 50%; right: 10%; transform: translateX(300px); }
.banner_small[data-number='3'] .banner-close {
        right: auto;
        left: -15px; }
.banner_small.open { opacity: 1; transform: translateX(0) translateY(0); }
.banner-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.4);
    transform: translateY(-150vh);
    transition: all 0.3s ease
  }
.banner-overlay.open { z-index: 29; opacity: 1; transform: translateY(0); }
.banner_big{
    z-index: 30;
    width: 90%;
    max-width: 800px;
    height: 600px;
    max-height: 90%;
    left: 50%;
    top: 50%;
    opacity: 0;
    box-shadow: 1px 2px 18px 3px rgba(0,0,0,.5);
    transform: translateX(-50%) translateY(-150vh)
  }
.banner_big.open { opacity: 1; transform: translateX(-50%) translateY(-50%); }
.repayment{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.repayment * {
  	box-sizing: border-box;
  }
.repayment input[type='button'] {
    cursor: pointer;
  }
.repayment-main{
    display: flex;
    justify-content: center;
    width: 100%;
  }
.repayment-main .wrapper_flex{
      justify-content: space-between;
      box-sizing: border-box;
      flex-direction: column;
    }
.repayment-checkout-block {
  		opacity: 0;
  		display: none;
  		transition: .5s
  	}
.repayment-checkout-block.active { display: block; }
.repayment-checkout-block.opacity { opacity: 1; }
.repayment-checkout-field-wr {
        background: #bc151a;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        padding: 15px 0;
        font-size: 16px;

      }
.repayment-checkout-field-wr .repayment-col {
		  border-right: 1px solid #fff;
		  display: flex;
		  justify-content: space-between;
          align-items: center;

        }
.repayment-checkout-field-wr .repayment-col-left {
		  	padding: 0 30px;
		  	width: 300px;
		  }
.repayment-checkout-field-wr .repayment-col-right {
		  	padding: 0 20px 0 40px;
		  	width: calc(100% - 300px);
		  }
.repayment-checkout-field-wr .repayment-col:last-child { border: none; }
.repayment-checkout-wr {
      display: flex;
      justify-content: space-between;
    }
.repayment-checkout-label {
      margin: 0 0 5px;
    }
.repayment-checkout-data {
      font-size: 20px;
      font-weight: 700;
    }
.repayment-checkout-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 30px 15px;
      border-bottom: 1px solid #ccc;
    }
.repayment-checkout-ttl {
      color: #808080;
      font-size: 16px;
      margin: 0 15px 0 0;
    }
.repayment-checkout-value {
      font-size: 16px;
      font-weight: 500;
      white-space: nowrap;
    }
.repayment-change {
  	padding: 0;
  	background: none;
  	font-size: 16px;
  	color: #fff;
  	text-decoration: underline;
  }
.repayment-steps-wr {
  	margin: 30px 0 0;
  }
.repayment-btn {
  	width: 300px;
  	height: 50px;
  	font-size: 16px;
  	margin: 0 auto;
  }
.repayment-title {
  	font-weight: 400;
  	margin: 0 0 20px;
  }
.repayment-subtitle {
  	font-size: 20px;
  	line-height: 1.4;
  	text-align: center;
  	margin: 0 0 35px;
  }
.repayment-search-btn {
  	padding-top: 16px;
  }
.repayment-description-content {
  	opacity: 0;
	display: none;
	transition: .5s
  }
.repayment-description-content.active { display: block; }
.repayment-description-content.opacity { opacity: 1; }
.pay-block,
.repayment-checkout-block {
 	width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.pay-block {
	opacity: 0;
	display: none;
	transition: .5s
}
.pay-block.active { display: block; }
.pay-block.opacity { opacity: 1; }
.pay-block .contract-number,
	.pay-block .amount {
		margin: 0 0 35px; }
.pay-block .contract-number label, .pay-block .amount label {
			font-size: 16px;
		}
.pay-block .amount {
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #bc151a;
		padding: 19px 5px 18px; }
.pay-block .amount span {
			font-size: 16px;
			font-weight: 300;
			text-transform: uppercase;
			display: block;
			margin: 0 30px 0 0;
		}
.pay-block .contract-number .help-block {
			text-transform: uppercase;
			font-size: 16px;
			text-align: center;
			color: #bc151a;
			margin-top: 25px;
		}
.pay-block .contract-number.has-error label {
				color: inherit!important; }
.pay-block .contract-number.has-error .contract-number-input {
				border-color: #bc151a!important;
				color: inherit!important; }
.contract-number-input {
	height: 60px;
}
.credit-sum-input {
	padding: 0;
	margin: 0;
	border: none;
	color: #bc151a;
	font-weight: 500;
	font-size: 22px;
	width: 130px
}
.credit-sum-input:focus,
	.credit-sum-input:hover { border: none; }
.repayment-steps-wr {
    position: relative;
}
.repayment .b-pay {
		max-width: 100%;
	}
.repayment .b-pay__wrap {
			display: flex;
			justify-content: center;
			width: calc(100% + 60px);
			margin-left: -30px;
		}
.repayment .b-pay__part {
			width: calc(50% - 30px);
			border: solid 1px #bc151a;
			padding: 30px 60px;
			text-align: center;
			margin: 0 30px;
		}
.repayment .b-pay__text {
			font-size: 14px;
			line-height: 18px;
    	    font-weight: 500;
		}
.repayment .b-pay .credit-sum-input {
			display: inline-block;
      width: 300px;
			margin: 20px 0;
      padding: 14px 12px 12px;
			text-align: center;
      background-color: rgba(211, 211, 211, 0.25882);
      border: 1px solid #a6a6a6;
		}
.repayment .b-pay .hint-error {
			font-size: 14px;
			line-height: 18px;
			color: #bc151a;
			margin-top: 10px;
			text-align: center;
		}
.verify {
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	display: none;
    transition: .5s;
    position: relative
}
.verify.active { opacity: 1; display: block; }
.verify__title {
		font-size: 28px;
		line-height: 1.4;
		font-weight: 500;
		letter-spacing: 0.4px;
		text-transform: uppercase; }
.verify__text {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 20px; }
.verify__block {
		border-top: 1px solid #cccccc;
		padding-top: 20px; }
.verify__info {
		font-size: 16px;
		line-height: 1.4; }
.verify__b {
		width: 40%;
		margin: 35px auto 0 auto; }
.verify__b label {
			text-align: left;
			display: block;
		}
.verify__b input {
			height: 50px;
		}
.verify__b .btn {
			margin: 30px auto 0 auto;
			padding: 17px 0;
		}
.verify .help {
		margin-top: 15px;
		font-size: 16px;
		line-height: 1.4; }
.verify .help__link {
			margin-left: 5px;
			color: #bc151a
		}
.verify .help__link:hover { text-decoration: underline; }
.verify .help__link.disabled { cursor: default; opacity: .35; }
.verify .help__link.disabled:hover { text-decoration: none; }
.verify .help__desc {
			font-size: 14px;
			line-height: 18px;
			color: #bc151a;
			margin-top: 10px;
			text-align: center;
		}
.form-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0s .35s, opacity .35s 0s
}
.form-loader.active { height: 100%; opacity: 1; transition: height 0s 0s, opacity .35s 0s; }
.form-loader .cssload-loader {
		width: 49px;
		height: 49px;
		border-radius: 50%;
		margin: 3em;
		display: inline-block;
		position: relative;
		vertical-align: middle;
        background:rgb(188, 20, 26); }
.form-loader .cssload-loader,
    .form-loader .cssload-loader:before,
    .form-loader .cssload-loader:after {
        animation: 1.15s infinite ease-in-out; }
.form-loader .cssload-loader:before,
    .form-loader .cssload-loader:after {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0; }
.form-loader .cssload-loader {
        animation-name: cssload-loader; }
@keyframes cssload-loader {
		from { transform: scale(0); opacity: 1; }
		to	 { transform: scale(1); opacity: 0; }
}
.repayment-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 10;
  display: none
}
.repayment-loader.active { display: flex; }
.repayment-loader .block {
    text-align: center;
    max-width: 900px;
    padding: 80px 0; }
.repayment-loader .animation {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto; }
.repayment-loader .animation .coin {
      display: block;
      position: absolute;
      width: 34px;
      height: 34px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
    }
.repayment-loader .animation .coin_1 {
        background-image: url(./..//img/Coin_1.svg);
        top: 15%;
        left: 0;
        animation: contRotate 1s infinite linear;
      }
.repayment-loader .animation .coin_2 {
        background-image: url(./..//img/Coin_2.svg);
        top: 0;
        left: 40%;
        animation: contRotate 1.5s infinite linear;
      }
.repayment-loader .animation .coin_3 {
        background-image: url(./..//img/Coin_3.svg);
        top: 20%;
        right: 0;
        animation: contRotate 1s infinite linear;
      }
.repayment-loader .animation .circle {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 120px;
      height: 120px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(./..//img/Circle.svg);
      margin: -41px 0 0 -60px;
    }
.repayment-loader .animation .wrap {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100px;
      height: 100px;
      overflow: hidden;
      margin: 19px 0 0 -50px;
    }
.repayment-loader .animation .paper {
      display: block;
      width: 79px;
      height: 80px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(./..//img/paper_sheet.svg);
      position: absolute;
      top: -2px;
      left: 50%;
      margin-left: -40px;
      animation: paperAnimate 3s infinite ease-in-out;
    }
.repayment-loader .cont {
    margin-top: 40px; }
.repayment-loader .cont .title {
      font-size: 28px;
      line-height: 32px;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 15px;
    }
.repayment-loader .cont .text {
      font-size: 20px;
      line-height: 24px;
    }
@keyframes contRotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes paperAnimate {
  0% {
    top: -2px;
  }
  40%, 50% {
    top: -77px;
  }
  80%, 100% {
    top: -2px;
  }
}
@media screen and (max-width: 1024px) {
			.repayment .b-pay__wrap {
				display: block;
				width: 100%;
				margin-left: 0;
			}
			.repayment .b-pay__part {
				width: 100%;
				margin: 0 0 15px 0
			}
			.repayment .b-pay__part:last-child { margin-bottom: 0; }
}
@media screen and (max-width: 767px) {
        .verify__title {
            font-size: 26px;
            margin-bottom: 15px;
        }
        .verify__text {
            font-size: 16px;
        }
        .verify__info {
            font-size: 14px;
        }
        .verify__b {
            width: 100%;
        }
}
@media screen and (max-width: 420px){
      .repayment .b-pay .credit-sum-input {
        width: 100%;
      }
}



.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0s ease .5s, opacity 0.3s ease;
}



.popup .wrapper {
    max-height: 90%;
    padding: 0 40px;
    box-sizing: border-box;
    overflow: auto;
  }



.popup-rate-wrapp {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 70vh;
  }



.popup-rate-wrapp .btn {
      margin-top: 50px;
    }



.popup-rate {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 62px;
  }



.popup-rate span {
      margin-bottom: 25px;
    }



.popup-rate .popup-row-item-rate_block {
      justify-content: center;
      height: auto;
    }



.popup-rate .popup-row-item-rate_block span {
        margin-bottom: 0;
      }



.popup.active { transform: translateX(0); opacity: 1; transition: transform 0s ease 0s, opacity 0.3s ease; }



.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 23px;
    height: 23px;
    cursor: pointer; }



.popup-close_top {
      top: -150px;
    }



.popup-close::before, .popup-close::after { content: ''; position: absolute; top: 10px; left: 0; width: 25px; height: 3px; background-color: #606060; transform: rotate(45deg); }



.popup-close::after { transform: rotate(135deg); }



.popup-close:hover::before, .popup-close:hover::after { background-color: #df161b; }



.popup form {

    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden; }



.popup .thx-wrapp {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px; }



.popup-row {
    display: flex;
    margin-top: 20px;
    transition: all 0.3s ease; }



.popup-row:nth-child(2) { margin-top: 80px; }



.popup-row h5 {
      width: 100%;
      margin-bottom: 20px;
      text-align: center; }



.popup-row p {
      margin-bottom: 20px;
      text-align: center;
      font-size: 20px; }



.popup-row .popup-title {
      width: 100%;
      margin-bottom: 20px; }



.popup-row-item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%; }



.popup-row-item:not(:last-child) { margin-right: 50px; }



.popup-row-item label {
        margin-bottom: 10px;
        font-size: 16px; }



.popup-row-item-date {
        display: flex;
        width: 100%;
        height: 60px; }



.popup-row-item-date input {
          width: 85%;
        }



.popup-row-item-date-triger {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 15%;
          box-sizing: border-box;
          border: 1px solid #cccccc;
          border-left: none;
        }



.popup-row-item-date-triger svg {
            width: 25px;
          }



.popup-row-item-date-triger svg path {
              fill: #808080;
            }



.popup-row-item-date-triger:hover svg {
              width: 25px; }



.popup-row-item-date-triger:hover svg path {
                fill: #bc151a;
              }



.popup-row-item input {
        height: 60px;
        margin: 0;
        color: #808080; }



.popup-row-item button {
        align-self: center;
        // margin-top: 20px; }



.popup-row-item textarea {
        width: 100%;
        resize: none; }



.popup-row-item-file {
        position: relative;
        width: 100%; }



.popup-row-item-file input {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 60px;
          opacity: 0;
          cursor: pointer;
        }



.popup-row-item-file span {
          display: flex;
          justify-content: center;
          align-items: center;
          min-height: 60px;
          padding: 20px 0;
          border: 1px dashed #cccccc;
          background-color: #f8f8f8;
          box-sizing: border-box;
          font-size: 14px;
          cursor: pointer;
        }



.popup-row-item-checkbox {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 15px;
        width: 100%; }



.popup-row-item-checkbox label {
          margin-bottom: 0;
          margin-left: 7px;
          margin-right: 7%;
          font-size: 14px;
        }



.popup-row-item-checkbox input {
          width: 20px;
          height: 20px;
        }



.popup-row-item-rate_block {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px; }



.popup-row-item-rate_block span {
          width: 30px;
          height: 30px;
          background: url(./..//img/star_empty.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover
        }



.popup-row-item-rate_block span.active { background: url(./..//img/star_solid.svg); background-repeat: no-repeat; background-position: center; background-size: cover; }



.popup-row-item .select, .popup-row-item select {
        width: 100%;
        height: 60px; }



.popup-row-item .select-styled {
        border: 1px solid #cccccc;
        color: #808080;
        background-color: #fff;
        box-sizing: border-box; }



.popup-row-item .select-styled::after { width: 8px; height: 8px; top: 20px; border: none; border-color: #606060; border-left: 1px solid #606060; border-bottom: 1px solid #606060; transform: rotate(-45deg); transition: all 0.3s ease; transform-origin: bottom; }



.popup-row-item .select-styled.active::after { transform: rotate(45deg) rotateX(180deg); }



.popup-row-item .select-styled.active input {
            height: 60px;
            margin: 0;
            color: #808080; }



.popup-row-item .select-styled.active button {
            align-self: center;
            // margin-top: 20px; }



.popup-row-item .select-styled.active textarea {
            width: 100%;
            resize: none; }



.popup-row-item .select-styled.active-file {
            position: relative;
            width: 100%; }



.popup-row-item .select-styled.active-file input{
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              opacity: 0;
            }



.popup-row-item .select-styled.active-file span{
              display: flex;
              justify-content: center;
              align-items: center;
              min-height: 60px;
              padding: 20px 0;
              border:1px dashed #cccccc;
              background-color: #f8f8f8;
              box-sizing: border-box;
              font-size: 14px;
            }



.popup-row-item .select-styled.active-checkbox {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-top: 15px;
            width: 100%; }



.popup-row-item .select-styled.active-checkbox label{
              margin-bottom: 0;
              margin-left: 10px;
              margin-right: 7%;
              font-size: 14px;
            }



.popup-row-item .select-styled.active-checkbox input{
              width: 20px;
              height: 20px;
            }



.popup-row-item .select-styled.active-rate_block {
            display: flex;
            align-items: center;
            width: 100%;
            height: 60px; }



.popup-row-item .select-styled.active-rate_block span{
              width: 30px;
              height: 30px;
              background: url(./..//img/star_empty.svg);
              background-repeat: no-repeat;
              background-position: center;
              background-size: cover
            }



.popup-row-item .select-styled.active-rate_block span.active { background: url(./..//img/star_solid.svg); background-repeat: no-repeat; background-position: center; background-size: cover; }



.popup-row-item .select-styled.active .select, .popup-row-item .select-styled.active select {
            width: 100%;
            height: 60px; }



.popup-row-item .select-styled.active .select-styled {
            border: 1px solid #cccccc;
            color: #808080;
            background-color: #fff;
            box-sizing: border-box; }



.popup-row-item .select-styled.active .select-styled::after { width: 8px; height: 8px; top: 20px; border: none; border-color: #606060; border-left: 1px solid #606060; border-bottom: 1px solid #606060; transform: rotate(-45deg); transition: all 0.3s ease; transform-origin: bottom; }



.popup-row-item .select-styled.active .select-styled:hover { background-color: #f8f8f8; }



.popup-row-item .select-styled.active .select-styled.active::after { transform:rotate(45deg) rotateX(180deg); }



.popup-row-title {
      display: inline-block;
      margin-top: 15px;
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: 500; }



.popup-write_us {
    position: absolute;
    left: 0;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer; }



.popup-write_us span{
      text-align: center
    }



.popup-write_us span:last-child { display: block; margin-top: 10px; color:#bc151a; text-decoration: underline; }



.popup-write_us span:last-child:hover { color:#df161b; }



#rules .wrapper {
    position: relative;
  }



#rules .popup-row {
    flex-direction: column;
  }



#rules .popup-row p, #rules .popup-row h5 {
      text-align: left;
    }



#rules .rules-content {
    font-size: 18px;
  }



#promo .wrapper, #double .wrapper {
    padding: 0 20px;
  }



#promo .popup-row, #double .popup-row {
    flex-direction: column;
    align-items: center
  }



#promo .popup-row:nth-child(3), #double .popup-row:nth-child(3) { margin-top: 80px; }



#promo .popup-row:nth-child(3) h5, #double .popup-row:nth-child(3) h5 {
        margin-bottom: 0; }



#promo .popup-row-item, #double .popup-row-item {
      width: 339px; }



#promo .popup-row input, #double .popup-row input {
      width: 339px;
      height: 60px;
      border: 1px solid #cccccc; }



#promo .popup-row input:focus, #double .popup-row input:focus { border: 1px solid #606060; }



#promo .popup-row label, #double .popup-row label {
      margin-bottom: 10px;
      font-size: 16px;
      padding: 0; }



#promo .popup-row .btn, #double .popup-row .btn {
      width: 339px;
      height: 50px;
      border: 1px solid #bc151a;
      background-color: #bc151a;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.4px; }



#promo .popup-row .btn:hover, #double .popup-row .btn:hover { background-color: #fff; color: #bc151a; }



#promo input, #double input {
    display: block;
  }



#thanks .wrapper {
    padding: 0 20px;
    height: 100%;
  }



#thanks .thanks-text {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .7px;
  }



#thanks .popup-context {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    overflow: hidden;
  }
/* media */
@media all and (max-width: 1050px){
    .wrapper{
       padding:0 20px;
       box-sizing: border-box;
    }

        .wrapper_flex{
            padding:0 20px;
            box-sizing: border-box;
        }
        .wrapper_flex_wrap{
            padding:0 20px;
            box-sizing: border-box;
        }
    .filter{
        flex-wrap: wrap;
        justify-content: space-between;
    }
        .filter .btn{
            width: 49%;
            margin-top: 20px;
            margin-right: 0;
        }
}
@media all and (max-width:880px){
        .info .wrapper_flex{
            flex-wrap: wrap;
        }
        .info-item{
            width: 47%;
            margin-right: 0
        }
        .info-item:nth-child(3),.info-item:nth-child(4) { margin-top: 10px; }
}
@media all and (max-width:860px) {
        .info_col3 .wrapper_flex{
            flex-wrap: wrap;
            justify-content: space-between;
            padding-bottom: 20px;
        }
        .info_col3-item{
            width: 46%;
            margin-right: 20px;
            margin-bottom: 40px
        }
        .info_col3-item:nth-child(2) { margin-right: 0; }
}
@media all and (max-width:768px){
    h5,
    h1,
    .popup-row .popup-title {
        font-size: 26px;
    }
        h5 span,h1 span,.popup-row .popup-title span{
            font-size: 26px;
        }
    .btn{
        font-size: 14px;
    }
            .info_col3-item-title{
                font-size: 18px;
            }
            .info_col3-item a{
                font-size: 14px;
            }
            .info_col3-item span{
                font-size: 14px;
            }
}
@media all and (max-width:680px), all and (max-height:400px) {
        .filter-select{
            display: block;
        }
        .filter .btn{
            display: none !important;
        }
}
@media all and (max-width: 640px){
    .seo-text-onePage{
        margin: 25px 0 15px 0;
    }
}
@media all and (max-width:550px) {
    h5,
    h1,
    .popup-row .popup-title {
        font-size: 22px;
    }
        h5 span,h1 span,.popup-row .popup-title span{
            font-size: 22px;
        }
        .info-item span{
            font-size: 14px;
        }
        .reviews-item{
            font-size: 12px;
        }
        .reviews-name{
            font-size: 18px;
        }
        .reviews-impression{
            font-size: 14px;
        }
    .breadcrumbs{
        padding-top: 30px;
    }
        .starrr_small span{
            padding: 8px;
        }
    span{
        font-size: 14px;
    }
    a{
        font-size: 14px;
    }
        .drop_down-title{
            width: 90%;
            padding: 15px 0;
            font-size: 14px;
            box-sizing: border-box;
        }
        .drop_down-content{
            padding-top: 0;
            font-size: 14px;
        }
}
@media all and (max-width:520px) {
        .info_col3-item{
            width: 100%;
            margin-right: 0;
        }
            .info_col3-item-title{
                font-size: 16px;
            }
    .btn{
        padding: 16px 0;
    }
}
@media all and (max-width:480px) {
    h5,
    h1,
    .popup-row .popup-title {
        font-size: 20px;
    }
        h5 span,h1 span,.popup-row .popup-title span{
          font-size: 20px !important;
        }
        .bottom_red_links .wrapper_flex{
            flex-wrap: wrap;
            padding: 0;
        }
        .bottom_red_links-item{
            width: 100%;
            margin: 0;
            min-height: 60px;
            font-size: 14px
        }
        .bottom_red_links-item::after { width: 100px; height: 1px; top: 100%; left: calc(50% - 50px); }
        .bottom_red_links-item:last-child::after { content: none; }
        .map-info{
            padding-left: 20px;
            padding-right: 20px;
        }
}
@media all and (max-width: 420px){
    .btn{
      width: 100%;
      max-width: none;
    }
            .map-info .wrapper{
                display: flex;
                flex-direction: column;
            }
                .map-info .wrapper span:last-child { margin-top: 20px; }
                .oneOffice .map-info .wrapper{
                    padding: 0;
                }
}
@media all and (max-width:430px) {
    h5,
    h1,
    .popup-row .popup-title {
        line-height: 27px;
    }
}
@media all and (max-width:380px) {
        .info-item{
            width: 100%;
            margin-right: 0;
            margin-top: 10px
        }
        .info-item:first-child { margin-top: 0; }
}
@media all and (max-width: 1050px) {
    .navigation .menu > li {
        padding: 5px;
        font-size: 14px;
    }
    .navigation .store {
        display: flex;
        margin: 0 10px;
    }
    .header-info {
      display: none;
    }
}
@media all and (max-width: 1050px) {
    .burger {
        display: block;
        order: 1;
        min-width: 70px;
    }
    .language {
        display: none;
    }
    .goBack {
        display: block;
        padding: 15px 0;
        padding-left: 0 !important;
        color: #bc151a;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        transition: background 0.3s ease, color 0.3s ease
    }
    .goBack::before { content: ""; display: inline-block; width: 0; height: 0; margin-left: 8px; margin-right: 16px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 5px solid #bc151a; transition: border 0.3s ease; }
    .goBack:hover { color: #fff; background-color: #df161b; }
    .goBack:hover::before { border-right: 5px solid #fff; }
    .close_menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 70px;
        cursor: pointer;
        transition: background 0.3s ease
    }
    .close_menu::before, .close_menu::after { content: ''; position: absolute; top: 50%; left: 50%; width: 25px; height: 3px; background-color: #606060; transform: rotate(45deg) translate(-8px, 8px); transition: background 0.3s ease; }
    .navigation {
        position: fixed;
        top: 70px;
        left: 100%;
        display: block;
        width: 100%;
        height: calc(100vh - 70px);
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        transition: transform 0.3s ease
    }
    .navigation.open { transform: translateX(-100%); }
    .navigation.open_lvl2 { overflow: inherit !important; }
    .navigation .store {
            width: 250px;
            margin: 20px 15px;
            padding: 23px 0;
            border: 1px solid #bc151a;
            color: #bc151a;
            font-size: 14px;
            text-transform: uppercase; }
    .navigation .store:hover { color: #fff; background-color: #bc151a; }
    .navigation .login-btn--mobile {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 250px;
          height: 40px;
          margin: 20px 15px;
          padding: 23px 0;
          border: 1px solid #bc151a;
          color: #bc151a;
          font-size: 14px;
          text-transform: uppercase; }
    .navigation .login-btn--mobile:hover { color: #fff; background-color: #bc151a; }
    .navigation .language {
            display: none; }
    .navigation nav {
            position: relative;
            max-width: none;
            width: 100%;
            height: auto; }
    .navigation .menu {
            padding: 15px;
            display: block;

            box-sizing: border-box; }
    .navigation .menu > li { display: block; height: auto; padding: 0; color: #606060; border-bottom: 1px solid #cccccc; }
    .navigation .menu > li > a { position: relative; display: block; padding: 20px 0; }
    .navigation .menu > li:hover { color: #fff; background-color: #bc151a; }
    .navigation .menu > li:hover > a {
                        display: block; }
    .navigation .menu > li:hover > a::after { border-left: 5px solid #fff; }
    .navigation .menu > .has-dropdown { position: static; }
    .navigation .menu > .has-dropdown > a::after { position: absolute; top: 50%; left: auto; left: initial; right: 0; display: block; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #cccccc; transform: scale(1.2) translateY(-50%); }
    .navigation .menu > .has-dropdown:hover > ul { transform: translateY(0) translateX(100%); transition: transform 0.3s ease; }
    .navigation .menu > .has-dropdown > .dropdown { top: 0; width: 100%; opacity: 1 !important; transform: translateY(0) translateX(100%); transition: transform 0.3s ease; }
    .navigation .menu > .has-dropdown > .dropdown.open { z-index: 30; width: 100vw; height: calc(100vh - 70px); padding-bottom: 5px; overflow: auto; box-sizing: border-box; transform: translateY(0) translateX(0%) !important; transition: transform 0.3s ease; }
    .navigation .menu > .has-dropdown > .dropdown > li > a { padding: 15px 0; }
    .navigation .menu > .has-dropdown > ul > li { padding-left: 30px; }
    .navigation .menu > .has-dropdown > ul > li .dropdown {
                        padding-left: 20px !important; }
                            .navigation .menu > .has-dropdown > ul > li .dropdown li a {
                                padding: 5px 0;
                            }
    .header-info_mobile {
        display: block;
        padding: 15px;
        padding-top: 0;
    }
        .header-info_mobile .contact_us {
            margin-top: 15px;
            margin-bottom: 20px;
            color: #808080;
        }
            .header-info_mobile .contact_us a {
                display: inline;
                padding: 0;
                border-bottom: 1px solid #fff
            }
            .header-info_mobile .contact_us a:hover { border-bottom: 1px solid #606060; background-color: #fff; }
        .header-info_mobile .phone, .header-info_mobile .medium_text {
            color: #606060;
        }
            .header-info_mobile .socials div {
                position: relative

            }
            .header-info_mobile .socials div::after { content: ""; position: absolute; top: 10px; left: 70px; height: 30px; border-right: 1px solid #808080; }
            .header-info_mobile .socials div:last-child::after { display: none; }
            .header-info_mobile .socials a {
                margin-right: 40px
            }
            .header-info_mobile .socials a:hover { background-color: none; }
            .header-info_mobile-contacts a {
                display: flex;
                justify-content: center;
            }
            .header-info_mobile-contacts .btn {
                margin: 20px 0;
            }
    .mob_top_nav {
        z-index: 31;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 70px;
        background-color: #f8f8f8;
        transform: translateX(100%);
        transition: transform 0.3s ease
    }
    .mob_top_nav.open { transform: translateX(0%); }
    .mob_top_nav .language {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            margin: 10px;
            border: 1px solid #bc151a;
            box-sizing: border-box;
            color: #bc151a;
            font-size: 13px;
            background-color: #f8f8f8;
            text-transform: uppercase;
            transition: background 0.3s ease; }
    .mob_top_nav .language:hover { color: #fff; background-color: #df161b; }
    .mob_top_nav .language:hover > div { opacity: 1; transform: translateY(0); transition: transform 0s ease 0s, opacity 0.3s ease 0s; }
    .mob_top_nav .language:hover > div a {
                        color: #bc151a; }
    .mob_top_nav .language div {
                position: absolute;
                top: 100%;
                left: -1px;
                background-color: #bc151a;
                opacity: 0;
                transform: translateY(-200%);
                transition: transform 0s ease .3s, opacity 0.3s ease; }

                .mob_top_nav .language div a {
                    width: 50px;
                    height: 50px;
                    display: block;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border: 1px solid #df161b;
                    background-color: #f8f8f8
                }

                .mob_top_nav .language div a:hover { color: #fff; background-color: #df161b; }
    .mob_top_nav .close_menu {
            position: absolute;
            top: 0;
            right: 0;
            width: 70px;
            height: 70px;
            cursor: pointer;
            transition: background 0.3s ease; }
    .mob_top_nav .close_menu::before, .mob_top_nav .close_menu::after { content: ''; position: absolute; top: 50%; left: 50%; width: 25px; height: 3px; background-color: #606060; transform: rotate(45deg) translate(-8px, 8px); transition: background 0.3s ease; }
    .mob_top_nav .close_menu::after { transform: rotate(135deg) translate(8px, 8px); }
    .mob_top_nav .close_menu:hover { background-color: #df161b; }
    .mob_top_nav .close_menu:hover::before, .mob_top_nav .close_menu:hover::after { background-color: #fff; }
}
@media all and (max-width: 1050px){
        header .wrapper_flex{
            padding-right: 0;
        }
          header .header-info_mobile-contacts{
            display: flex;
            flex-direction: column;
            align-items: center;
          }
            header .navigation .store{
                margin-left: auto;
                margin-right: auto;
            }

            header .navigation .login-btn--mobile {
                margin-left: auto;
                margin-right: auto;
            }
        header .socials {
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          margin: 0 auto;
          max-width: 100%;
        }
        header .login-btn__hint {
          display: block;
        }
    .contact_us div {
      text-align: center;
    }
}
@media all and (max-width:1000px){
    .header-left {
        width: calc(100% - 70px);
    }
    .header-info {
        position: static;
    }
    .header-info-contacts_popup {
      left: 20px;
    }
}
@media all and (max-width: 540px){

    .header-info-contacts_popup {
      width: calc(100vw - 40px);
      padding: 20px 20px;
    }

      .header-info-contacts_popup-top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
      }

        .header-info-contacts_popup-top .phones {
          margin-bottom: 16px;
        }

        .header-info-contacts_popup-top .socials {
          width: auto;
        }
        .header-info-contacts_popup-bottom .btn {
          width: 100%
        }
        .header-info-contacts_popup-bottom .btn:nth-child(2n - 1) { margin-right: 0; }

}
@media all and (max-width: 480px) {
    .wrap_logo {
        width: 170px;
    }
}
@media all and (max-width: 400px){
        .navigation .store {
            width: calc(100% - 30px);
        }

        .navigation .login-btn--mobile {
            width: calc(100% - 30px);
        }
        .header-info_mobile-contacts .btn{
            width: 100%;
        }
}
@media all and (max-width: 1050px) {

}
@media all and (max-width: 1000px) {
    footer .subscription {
      width: 250px;
    }
  .footer-wrap_all_info {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
  }
    .footer-nav {
      border: none
    }
    .footer-nav > div { display: none; }
    .footer-nav .subscription {
        display: block;
        width: 250px; }
    .footer-copyright {
      display: flex;
      justify-content: space-between;
    }

      .footer-copyright div {
        width: auto;
      }
    .footer-info {
      width: 100%;
      display: block;
      border-bottom: none
    }
    .footer-info > div { width: 100%; }
    .footer-logo {
      display: none;
    }
  .additional_info {
    justify-content: flex-start;
  }
  .fin_me {
    display: none;
  }

}
@media all and (max-width: 900px) {
  .footer-info > div {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
    .footer-info > div {
      display: block;
      width: 100%
    }
    .footer-info > div > div { width: 100%; }
    .footer-wrap_all_info {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #cccccc;
    }
    .footer-nav {
      border-bottom: none;
    }

      .footer-nav .subscription {
        position: static;
      }
  .wrapper {
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  footer {
    padding-top: 30px;
  }
    footer .btn {
      padding: 16px;
      width: 250px;
      margin: 0 auto;
    }
    footer input {
      padding: 16px;
    }
    .footer-wrap_all_info {
      display: block;
    }
    .footer-copyright {
      justify-content: center;
    }
      .footer-copyright img {
        width: 100px;
        margin-left: 15px;
      }
        .footer-copyright-left span {
          font-size: 10px;
        }
        .footer-copyright-left a {
          font-size: 10px;
        }
    .footer-nav{
      display: flex;
      justify-content: center;
    }
  .socials {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 230px;
    margin: 0 auto;
  }
    .socials div {
      position: relative
    }
    .socials div:first-child { display: block; }
    .socials div:nth-child(3n) { margin-bottom: 10px; }
    .socials div::after { content: ""; position: absolute; top: 10px; left: 70px; height: 30px; border-right: 1px solid #808080; }
    .socials div:nth-child(3n)::after { display: none; }
    .socials div a {
        margin-right: 40px; }
    .socials div:nth-child(3n) a {
          margin-right: 0; }
    .contact_us div{
      text-align: center;
    }
  .additional_info {
    padding-bottom: 20px;
    justify-content: center;
  }
    .additional_info div{
      text-align: center;
    }
}
@media all and (max-width: 400px) {
      .footer-nav .subscription{
        width: 100%;
      }
      .footer-wrap_all_info .btn {
        width: 100%;
      }
      .footer-wrap_all_info input {
        width: 100%;
      }
}
@media all and (max-width: 1365px) {
    .main .red_link {
      padding: 25px 0;
      padding-left: 30px;
    }
      .main-slick .slide-btn {
        margin-top: 25px;
        margin-bottom: 40px;
      }

    .main-slider-calculator {
    }
}
@media all and (max-width: 1280px) {
      .main-slick .slick-slide {
        display: flex;
        justify-content: center;
        overflow: hidden;
      }
      .main-slick img {
        width: auto;
        height: 100%;
      }
}
@media all and (max-width: 1050px) {
    .main-telegram-section {
      margin-left: 20px;
      margin-right: 20px;
      width: auto;
    }

    .main .red_link {
      padding: 25px 0;
      padding-left: 30px;
    }
      .main-slick .slick-dots {
        left: 50%;
        bottom: 30px;
        width: auto;
      }
      .main-slick .slide-btn {
        margin-top: 40px;
        margin-bottom: 0px;
      }
      .main-slider-calculator .wrap {
        padding: 0 20px;
      }
  .main-red_links {
    width: 100%;
    max-width: 1050px;
    transform: translateY(0);
  }
  .main-tabs,
  .main-tabs-accept {
    margin-top: 60px;
  }
    .main-partners .wrapper_flex {
      padding: 0 20px;
      box-sizing: border-box;
    }

  .accept-context-col {
      margin: 0 12px;
  }

  .accept-slider-container {
      margin: 0 -12px;
  }


}
@media all and (max-width:1024px){
    .reviews .wrapper_flex_wrap{
      justify-content: space-between;
    }
    .reviews-item {
      width: calc(50% - 10px);
      margin-right: 0;
    }
}
@media all and (max-width: 1000px) {
    .main .slide {
      background: rgba(0, 0, 0, .5);
      text-align: center;
    }
    .main .slide-title {
      font-size: 48px;
    }
    .main .slide-bg {
      background-position: top right;
    }
      .main-slick .slick-dots {
        left: 50%;
        bottom: 20px;
        width: auto;
      }
      .main-slick .slide-btn {
        margin: 30px auto;
        margin-bottom: 0px;
      }
    .main-partners {
      position: relative;
      width: 100%;
    }
      .main-partners-left {
        width: 40%;
      }
    .main .partners-slick {
      width: 60%;

    }
    .main-slider-calculator {
      position: relative;
      height: auto;


    }

      .main-slider-calculator .wrap {
        justify-content: center;
      }
  .main-calculator-slider-wrapper {
    width: calc(100% - 20px - 125px);
  }
  .main-calculator-block {
    flex-wrap: wrap;
  }
  .main-calculator-col.col-left,
  .main-calculator-col.col-right {
    width: 100%;
  }

  .main-calculator-col.col-left {
    margin: 0 0 40px;
  }

  .main-calculator-submit-button {
    width: 50%;
  }

  .tab-container-wr {
    display: none;
  }
    .accordion-container-wr {
      display: block;
    }


}
@media all and (max-width: 767px) {
    .main-slick {
      max-height: 430px;
    }

      .main-slick .slick-slide {
        display: flex;
        justify-content: center;
        overflow: hidden;
        height: 100%;
        min-height: 240px;
        max-height: 240px;
      }
      .main-slick .slick-list {
        height: 240px;
      }
      .main-slick .slick-dots {
        display: none!important;
      }
      .main-slick .slide {
          align-items: flex-start;
          padding-top: 30px;
      }
      .main-slick img {
        width: auto;
        min-height: 400px;
        max-height: 430px;
      }

    .main-telegram-section {
      flex-direction: column;
      margin-left: 15px;
      margin-right: 15px;
    }

      .main-telegram-section__left-col {
        align-items: flex-start;
        margin-right: 0;
        margin-bottom: 20px;
      }

        .main-telegram-section__left-col .tg-icon {
          width: 40px;
          height: 40px;
        }

          .main-telegram-section__left-col .tg-icon svg {
            width: 40px;
            height: 40px;
          }

    .main .red_link {
      width: 100%;
    }
    .main-partners {
      width: 100%;
    }
      .main-partners-left {
        width: 50%;
      }
    .main .partners-slick {
      width: 50%;
    }
    .main-slider-calculator .main-calculator-container {
      padding: 25px 0 30px;

    }

      .main-slider-calculator .main-calculator-container h1,
      .main-slider-calculator .main-calculator-container h5 {
        margin: 0 0 25px;
      }

  .main-calculator-block {
    margin: 0 0 20px;
  }

  .main-calculator-col.col-left {
    position: relative;
  }

  .main-calculator-title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 12px 0;
  }

  .main-calculator-content {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .main-calculator-slider-wrapper {
    width: 100%;
    margin: 0;
    order: 1;
    margin-top: 20px;
  }

  .slider-sum {
    font-size: 12px;
    bottom: -22px;
  }

  .main-red_links {
    flex-wrap: wrap;
  }

}
@media all and (max-width: 640px) {
      .main-offices .txt-in-middle {
        display: none;
      }

      .main-offices-filter {
        flex-wrap: wrap;
      }

        .main-offices-filter-item {
          width: 100%;
          margin: 0 0 30px
        }

        .main-offices-filter-item:last-child { margin: 0; }
      .main .tabs_inner-label{
        padding: 16px 7px;
        padding-top: 30px;
        margin-bottom: 0;
      }
    .main .slide-title {
      font-size: 35px;
    }
    .main .partners-slick {
      width: 100%;
      order: 1;
      padding: 0;
    }

      .main .partners-slick img {
        width: auto;
        -moz-box-sizing: border-box;
      }

      .main .partners-slick .slick-prev {
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        transform: translateY(-50%)
      }

      .main .partners-slick .slick-prev::before { position: absolute; top: 0; left: 0; content: ""; background-image: url(./..//img/arrow.svg); background-repeat: no-repeat; background-position: 50%; transform: rotate(180deg); height: 20px; width: 20px; }

      .main .partners-slick .slick-prev:hover { opacity: .5; }
    .main .tabs_inner {
      margin-top: 0
    }
    .main .tabs_inner::after { top: 63px; }
    .red_link span {
      font-size: 15px;
    }
  .main-achievements {
    display: none;
  }
  .main-news {
    position: relative;
    padding-top: 100px;
  }

    .main-news h5 {
      position: absolute;
      top: 20px;
      left: 20px;
    }
    .main-news .wrapper_flex {
      display: block;
    }
    .main-news .deployed_news {
      width: 100%;
    }
    .main-news .other_news {
      width: 100%;
      padding: 0;
      padding-top: 20px;
    }
    .main-news .btn_200{
      width: 250px;
      margin: auto;
    }
  .main-partners {
    position: relative;
    margin: 0 20px;
    padding-top: 80px;
    padding-bottom: 40px;
    box-sizing: border-box;
  }

    .main-partners h5 {
      position: absolute;
      top: 35px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      white-space: nowrap;
    }
    .main-partners .btn {
      margin: 0 auto;
    }
    .main-partners-left {
      order: 2;
      width: auto;
      margin-top: 20px;
      border: none;
    }
    .main-partners .wrapper_flex {
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
    }
    .reviews-item{
      width: 100%;
    }
  .tabs_content-inner .ui-slider-range {
    width: auto;
  }
  .promo-code-wrap,
  .double-price-wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .promo-code-desc,
  .double-price-desc {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .promo-code,
  .double-price {
    width: 100%;
  }
}
@media all and (max-width:  550px){
  .main-calculator-submit-button {
    width: 100%;
  }
}
@media all and (max-width:  560px){
    .reviews-item{
      width: 100%;
    }
    .menu a,.menu span{
      font-size: 14px;
    }
  .rc-anchor {
    width: 100%!important;
    position: relative!important;
  }
  .rc-anchor-logo-portrait {
    position: absolute!important;
    right: 10px!important;
  }
  .rc-anchor-normal .rc-anchor-pt {
    text-align: left!important;
    left: 13px!important;
    bottom: 7px!important;
  }
  .rc-anchor-normal {
    width: auto!important;
  }
}
@media all and (max-width: 480px) {
    .main-telegram-section {
      align-items: stretch;
    }
        .main-telegram-section__right-col .tg-button {
          width: 100%;
        }

    .main .slide-title {
      font-size: 23px;
    }
    .main .slide-subtitle {
      font-size: 15px;
    }

    .main-offices.offices-main .wrapper {
          padding: 0 20px; }

    .main-calculator {
      overflow: hidden;
    }
      .main-calculator-slider .ui-slider-handle .info-block {
        left: -70px;
      }
  .main-news {
    padding-top: 105px;
    padding-bottom: 30px;
  }
    .reviews-btns{
      flex-direction: column;
      align-items: center;
    }
      .reviews-btns .btn{
        margin-left: 0;
        margin-right: 0
      }
      .reviews-btns .btn:not(:first-child) { margin-top: 20px; }
}
@media all and (max-width: 420px){
      .main .partners-slick img {
        max-width: 250px;
      }
      .main .main-slick img {
        width: 420px;
        height: 240px;
        min-height: 0;
        max-height: 100%;
      }
}
@media all and (max-width: 400px){
      .main-news .btn{
        width: 100%;
      }
      .main-partners-left{
        width: 100%;
      }
      .main-partners .btn{
        width: 100%;
      }
      .reviews-btns .btn{
        width: 100%;
      }
}
@media all and (max-width: 320px) {
    .red_link span {
      font-size: 14px;
    }
  .tabs_content-inner .input_helper_draggable .ui-slider-handle {
    height: 30px;
  }
  .creditsOneDay-main-right-calc-content .input_helper_draggable .ui-slider-handle {
    height: 30px;
  }
}
@media all and (max-width: 1000px){
  .main .red_link {
    padding: 15px 0;
    padding-left: 30px;
  }
  .main .slide-title {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .main .slide-btn {
    width: 120px;
    padding: 10px;
    position: absolute;
    bottom: 0;
  }
  .main .slide-subtitle {
   font-size: 12px;
  }
  .main-slick .slide-btn {
    margin-top: 10px;
  }
  .main-slick .slick-slide {
   min-height: 200px;
  }
  .main-slick .slide {
    padding-top: 15px;
  }
  .main .slide span {
    text-align: left;
    max-width: 75%;
  }
  .main-slick .slick-list {
    height: 190px;
  }
  .main-slick .slide-btn {
    margin: 30px 0;
  }
}
@media (max-width: 1000px){
  .main-slick .slide {
    top: 0;
  }
}
@media all and (max-width: 1024px) {
                .reviews_page-top-content span{
                    font-size: 16px;
                    text-align: center;
                    line-height: 20px; 
                }
            .reviews_page-main-content{
                padding: 0 20px;
                box-sizing: border-box;
            }
            .reviews_page-main .wrapper_flex_wrap{
                justify-content: space-between;
            }
}
@media all and (max-width:550px) {
                .reviews_page-top-content p,.reviews_page-top-content span{
                    font-size: 14px;
                }
}
@media all and (max-width:460px) {
                .reviews_page-top-content h5{
                    margin-bottom: 25px;
                }
                .reviews_page-top-content span{
                    font-size: 14px;
                }
}
@media all and (max-width:430px) {
                .reviews_page-top-content h5{
                    margin-bottom: 20px;
                }
                .reviews_page-top-content span{
                    font-size: 14px;
                }
}
@media all and (max-width:1024px){
            .faq-main-left{
                display: none;
            }
            .faq-main-right{
                width: 100%;
            }
        .faq .wrapper{
            padding: 0 20px;
        }
}
@media all and (max-width:550px) {
            .faq-main .wrapper_flex{
                padding: 0;
            }
            .faq-section-title{
                font-size: 14px;
            }
            .faq .drop_down-title{
                padding-left: 20px;
            }
            .faq .drop_down-content{
                padding-top: 20px;
            }
}
@media all and (max-width:1024px){
        .p404-main{
            height: calc(100vh -  70px);
        }
        .p404 footer{
            display: none;
        }
}
@media all and (max-width:550px) {
            .p404-main p{
                font-size: 14px;
            }
}
@media all and (max-width:1024px){
        .reports-top,.reports-main,.reports-bottom{
            box-sizing: border-box;
        }
            .reports-main-filter{
                flex-wrap: wrap;
                justify-content: space-between;
            }
                .reports-main-filter .btn{
                    width: 49%;
                    margin-top: 20px;
                    margin-right: 0;
                }
}
@media all and (max-width:680px), all and (max-height:400px) {
                .reports-main-filter-select{
                    display: block;
                }
                .reports-main-filter .btn{
                    display: none !important;
                }   
}
@media all and (max-width:540px) {
            .reports-main-item{
                padding-top: 20px;
                padding-bottom: 20px;
            }
                .reports-main-item span{
                    line-height: 14px
                }
                .reports-main-item span:first-child { width: 70%; }

    .common-tabs {
        margin: 0 0 20px;
    }

        .common-tabs a {
            font-size: 14px;
        }
}
@media all and (max-width:460px) {
            .reports-main-item{
                flex-wrap: wrap;
                padding-right: 0;
            }
                .reports-main-item span:first-child { display: inline-block; margin-bottom: 15px; width: 100%; }
}
@media all and (max-width:768px) {
            .one_page_calc-top p{
                font-size: 16px;
            }
        .one_page_calc .promo-code {
          width: 300px;
        }
          .one_page_calc .promo-code-wrap {
            flex-direction: column;
          }
          .one_page_calc .promo-code-desc {
            width: 100%;
            margin-bottom: 25px;
            text-align: center;
          }
}
@media all and (max-width:640px){
        .one_page_calc-main{
            padding-bottom: 30px;
        }
}
@media all and (max-width:550px) {
            .one_page_calc-top p{
                font-size: 14px;
            }
            .one_page_calc-main p{
                font-size: 12px;
            }
}
@media all and (max-width:480px) {
    .one_page_calc .promo-code {
      width: 100%;
    }
}
@media all and (max-width:640px) {
        .tabs_inner-label{
            padding: 16px 7px;
            padding-top: 30px;
            margin-bottom: 0;
        }
    .tabs_content-inner > div { width: 100%; }
    .tabs_content-inner > div:not(:nth-child(2n)) { padding-right: 0; }
    .tabs_content-result{
        height: 60px;
        margin-top: 30px;
        padding: 0 10px;
        box-sizing: border-box;
    }
        .tabs_content-result span, .tabs_content-result label{
            font-size: 14px
        }
        .tabs_content-result span:nth-child(2), .tabs_content-result span:nth-child(3), .tabs_content-result label:nth-child(2), .tabs_content-result label:nth-child(3) { font-size: 20px; }
        .tabs_content-result-row:last-child span {
                    font-size: 16px; }
}
@media all and (max-width: 550px){
    .tabs_content-result{
        height: auto;
        padding: 10px;
    }
}
@media all and (max-width:480px) {
    .tabs_content-result{
        align-content: center;
    }
        .tabs_content-result span, .tabs_content-result label{
            display: block;
            width: 100%;
            margin: 5px 0;
            text-align: center
        }
        .tabs_content-result span:nth-child(2), .tabs_content-result span:nth-child(3), .tabs_content-result label:nth-child(2), .tabs_content-result label:nth-child(3) { width: auto; margin-left: 0px; }
        .tabs_content-result span:nth-child(2), .tabs_content-result label:nth-child(2) { // width: 80px; width: auto; }
        .tabs_content-result-row{
            flex-direction: column
        }
        .tabs_content-result-row:last-child span {
                    font-size: 12px; }
}
@media all and (max-width:768px){
        .page_top-subtitle{
            font-size: 18px;
        }
}
@media all and (max-width:550px){
        .page_top-subtitle{
            font-size: 16px;
        }
}
@media all and (max-width:480px){
        .page_top-subtitle{
            font-size: 14px;
        }
}
@media all and (max-width:1050px){
        .popup .wrapper{
            padding: 0 20px;
        }
}
@media all and (max-width:968px){
                    .popup-row-item-checkbox label{
                        margin-right: 4%;
                    }
}
@media all and (max-width:880px){
        .popup-row{
            flex-wrap: wrap;
        }
            .popup-row-item{
                width: 100%
            }
            .popup-row-item:not(:last-child) { margin-right: 0; }
            .popup-row-item:not(:first-child) { margin-top: 20px; }
            .popup-row-item.empty { display: none; }
            .popup-row-item-checkbox {
                    margin-top: 5px; }
}
@media all and (max-width:768px) {
            .popup-row p{
                font-size: 18px;
            }
                    .popup-row-item-date input{
                        border-right: none;
                    }
                        .popup-row-item-date-triger svg{
                            width: 20px;
                        }
            .popup-row-title{
                font-size: 16px;
            }
                .popup-row-item label{
                    font-size: 14px;
                }

                    .popup-row-item-file span{
                        padding: 0 10px;
                        text-align: center;
                        line-height: 15px;
                    }
}
@media all and (max-width:468px) {
            .popup-row p{
                font-size: 14px;
            }
                .popup-row-item .btn{
                    width: 100%;
                }
}
@media all and (max-height: 480px){
    .popup{
        align-items: flex-start;
        padding-top: 20px;
        box-sizing: border-box;
    }
        .popup-rate{
            margin-top: 30px;
        }
                .popup-rate-wrapp .btn{
                    margin-top: 25px;
                }
        .popup-write_us{
            bottom: 20px;
        }
}
@media all and (max-width: 480px){
        #promo .popup-row-item, #double .popup-row-item {
          width: 100%;
        }
        #promo .popup-row input, #double .popup-row input {
          width: 100%;
        }
        #promo .popup-row .btn, #double .popup-row .btn {
          width: 100%;
        }
}
@media all and (max-width:768px){
                .management-main-item-left{
                    width: 30%;
                }
                .management-main-item-right{
                    width: 70%;
                }
}
@media all and (max-width:540px) {
        .management-main{
            padding: 0;
        }
            .management-main .wrapper{
                padding: 0;
                width: 100%;
            }
            .management-main-item{
                flex-wrap: wrap;
                margin-top: 0;
                padding-left: 20px;
                padding-right: 20px
            }
            .management-main-item:nth-child(odd) { background-color: #f8f8f8; }
            .management-main-item-left {
                    display: flex;
                    justify-content: center;
                    width: 100%;
                    max-width: none;
                    margin-right: 0;
                    box-sizing: border-box; }
                    .management-main-item-left img{
                        width: 150px;
                        height: 150px;
                    }
            .management-main-item-right {
                    width: 100%;
                    margin-top: 30px; }
}
@media all and (max-width:480px) {
                    .management-main-item-right span:first-child { font-size: 16px; }
                    .management-main-item-right span:nth-child(2) { font-size: 14px; }
}
@media all and (max-width: 1024px){
        .pressCenterNews .tabs_inner{
            justify-content: space-between;
        }
            .pressCenterNews .tabs_inner .btn{
                width: calc(50% - 10px);
                margin-right: 0;
            }
}
@media all and (max-width:668px){
    .news{
        justify-content: space-between;
    }
        .news_item{
            width: 49%;
            margin-right: 0;
        }
}
@media all and (max-width: 550px){
            .news_item span{
                font-size: 14px;
            }
    .show_all{
        font-size: 14px;
    }
}
@media all and (max-width:480px){
        .news_item{
            width: 100%;
        }
}
@media all and (max-width: 400px){
            .pressCenterNews .tabs_inner .btn{
                width: 100%;
            }
}
@media all and (max-width:768px){
        .one_article h3{
            font-size: 20px;
        }
}
@media all and (max-width:640px) {
        .article-head{
            flex-direction: column;
        }
            .article-head-left{
                width: 100%;
            }
            .article-head-right{
                width: 100%;
                margin-top: 30px;
            }
            .article-head .date{
                margin: 15px 0;
            }
                .article-content-left img{
                    width: 100%;
                }
                .article-content-right img{
                    width: 100%;
                }
            .article-content-list-cont{
                flex-direction: column;
            }
                .article-content-list-cont div:first-child { margin-right: 0; margin-bottom: 20px; }
                .article-content-list-cont img{
                    width: 100%;
                }
        .one_article .title{
            font-size: 20px;
        }
        .one_article .subtitle{
            margin-top: 0;
            font-size: 18px;
        }
}
@media all and (max-width: 540px){
        .one_article .title{
            font-size: 18px;
        }
        .one_article .subtitle{
            font-size: 16px;
        }
}
@media all and (max-width:450px) {
        .one_article h3{
            font-size: 18px;
        }
        .one_article h5{
            font-size: 16px;
        }
        .one_article .title{
            font-size: 16px;
        }
        .one_article .subtitle{
            font-size: 15px;
        }
}
@media all and (max-width:540px) {
            .layalty-main .wrapper_flex{
                flex-direction: column;
                align-items: center;
            }
            .layalty-main p{
                margin-right: 0;
            }
            .layalty-main button{
                margin-top: 20px;
            }
}
@media all and (max-width:520px) {
            .layalty-main button{
                width: 100%;
            }
}
@media all and (max-width: 767px){
        .spend_bonus-main .table_mobile{
            margin-top: 0
        }
        .spend_bonus-main .table_mobile:not(:last-child) { margin-bottom: 40px; }
        .spend_bonus-main .table_mobile .table-body-row:nth-child(even) { background-color: #f8f8f8; }
        .spend_bonus-main .table_mobile .table-body-row:nth-child(odd) { background-color: #fff; }
        .spend_bonus-main .table_mobile .table-body-row-item:first-child { flex:0.8; font-weight: normal; color: #606060; }
        .spend_bonus-main .table_mobile .table-body-row-item:last-child { flex:0.2; color: #bc151a; }
}
@media all and (max-width: 540px){
                    .spend_bonus-main .table-body-row{
                        flex-direction: column;
                    }
                        .spend_bonus-main .table-body-row-item{
                            width: 100%
                        }
                        .spend_bonus-main .table-body-row-item:first-child { color:#808080; font-weight: 500; }
                .spend_bonus-main .table_mobile .table-body-row{
                    flex-direction: row;
                }
                   .spend_bonus-main .table_mobile .table-body-row-item:first-child { flex:0.8; }
                   .spend_bonus-main .table_mobile .table-body-row-item:last-child { flex:0.2; }
}
@media all and (max-width:480px){
        .spend_bonus-main{
            padding-bottom: 20px;
        }
            .spend_bonus-main .wrapper{
                padding: 0;
            }
                .spend_bonus-main .drop_down-title{
                    padding-left: 20px
                }
                .spend_bonus-main .drop_down-title::after { right: -15px; }
            .spend_bonus-main .drop_down.active .drop_down-title {
                        padding-left: 20px; }
}
@media all and (max-width:1024px){
            .loyalty_rules-main-left{
                display: none;
            }
            .loyalty_rules-main-right{
                width: 100%;
            }
}
@media all and (max-width:480px) {
        .loyalty_rules-main{
            padding-bottom: 20px;
        }
            .loyalty_rules-main .wrapper_flex{
                padding: 0;
            }
                    .loyalty_rules-main-right .drop_down-title{
                        padding-left: 20px;
                    }
                    .loyalty_rules-main-right .drop_down p{
                        padding: 0 20px;
                    }
                .loyalty_rules-main-right .drop_down.active .drop_down-title {
                            padding-left: 20px; }
}
@media all and (max-width: 767px){
    .table{
        display: none;
    }
    .table_mobile{
        display: block;
        margin-top: 20px;
        background-color: #fff;
    }
}
@media all and (max-width:640px){
        .table-head{
            padding: 20px;
        }
            .table-body-row{
                padding: 20px;
            }
}
@media all and (max-width:480px) {
            .table-head-item{
                flex:1
            }
            .table-head-item:first-child { flex:.7; }
            .table-head-item:last-child { flex:.7; }
                .table-body-row-item{
                    flex:1
                }
                .table-body-row-item:first-child { flex:.7; }
                .table-body-row-item:last-child { flex:.7; }
}
@media screen and (max-width:550px) {
     .contacts-info{
       padding: 30px 0;
     }
       .contacts-info-row{
         flex-direction: column;
       }
       .contacts-info-left{
         margin-bottom: 25px;
       }
         .contacts-info-right_bold:not(:last-child) { margin-bottom: 20px; }
         .contacts-info-right_line::before { top: -10px; }
           .contacts-info-right .socials a{
             margin-right: 20px;
           }
           .contacts-info-right .socials div:after { content: none; }
           .contacts-info-right .socials div:first-child { display: block; }
}
@media all and (max-width:1050px) {
      .promotions-main .filter{
        justify-content: space-between;
      }
        .promotions-main .filter a:not(:last-child) { margin-right: 0; }
}
@media all and (max-width: 720px){
      .offices-main-filter{
        flex-direction: column;
      }
        .offices-main-filter-item{
          width: 100%;
          //flex:1 !important
        }
        .offices-main-filter-item:not(:first-child) { margin-top: 20px; }
        .offices-main-filter-item:not(:last-child) { margin-right: 0; }
        .offices-main-filter-item:nth-child(4) { height: auto; align-items: flex-start; }
          .offices-main-filter_expanded-checkbox{
            flex-direction: column
          }
          .offices-main-filter_expanded-checkbox>div { flex-direction: column; flex-wrap: nowrap; }
          .offices-main-filter_expanded-checkbox>div:first-child { width: 100%; margin-right: 0; }
          .offices-main-filter_expanded-checkbox>div:last-child { margin-top: 20px; width: 100%; }
          .offices-main-filter_expanded-column{
            width: 100%;
            margin-right: 0;
          }
          .offices-main-filter_expanded-clear{
            align-self: center;
          }
        .offices-main-content-item{
          flex-direction: column;
          padding: 20px 20px
        }
        .offices-main-content-item>div:not(:first-child) { margin-top: 20px; }
        .offices-main-content-item>div p {
              margin-top: 10px; }
        .offices-main-content-item>div .btn {
              width: 250px; }
        .offices-main-content-item-pay {
            margin-top: 10px; }
    .offices .seo-text-onePage{
      padding: 20px 0;
    }
}
@media all and (max-width: 540px){
    .offices-main-content-map .btn{
      line-height: 11px;
    }
}
@media all and (max-width: 480px){
      .offices .starrr_small span{
        background-position: center;
      }
    .offices span{
      font-size: 14px;
    }
    .offices .popup-row-office_id{
      font-size: 20px;
    }
      .offices-main .wrapper{
        padding: 0;
      }
      .offices-main-filter{
        padding: 0 20px;
        margin-bottom: 20px;
      }
        .offices-main-filter_expanded{
          padding: 0 20px
        }
        .offices-main-filter_expanded.open { margin-bottom: 0; border: none; }
        .offices-main-content_header{
          flex-direction: column;
          margin-bottom: 0;
        }
          .offices-main-content_header-left{
            width: 100%;
            padding: 25px 0;
            text-align: center;
            background-color: #f8f8f8;
          }
            .offices-main-content_header-left span{
              font-size: 18px;
            }
          .offices-main-content_header-right{
            display: flex;
            justify-content: center;
            width: 100%;
            padding: 25px 0;
          }
            .offices-main-content_header-right span:first-child::after { top: -10px; }
        .offices-main-content-rate{
          align-items: center;
        }
        .offices-main-content-item:first-child { margin-top: 0; }
        .offices-main-content-item::before { width: 144px; height: 4px; right: 10px; top: 25px; left: auto; }
        .offices-main-content-item>div .btn {
              width: 100%; }
}
@media all and (max-width: 400px){
  .offices-main-filter{
    margin-bottom: 20px;
  }
    .offices-main-filter-item:nth-child(4) { align-items: center; }
    .offices-main-filter-item .btn {
        max-width: none; }

}
@media all and (max-width: 1050px) {

    .oneOffice-info .wrapper {
      padding: 30px 20px;
    }

}
@media all and (max-width: 767px) {
  .oneOffice-info {
    margin-bottom: 0;
  }
    .oneOffice-info .wrapper {
      padding: 25px 15px;
    }
    .oneOffice-info-main {
      flex-wrap: wrap;
    }
      .oneOffice-info-main div {
        display: block;
        width: 100%;
      }
        .oneOffice-info-main div div {
          width: 100%;
          margin-bottom: 15px;
          padding-right: 0
        }
        .oneOffice-info-main div div:last-child { width: 100%; }
      .oneOffice-info-main div:last-child { width: 100%; }
    .oneOffice-info-additional {
      flex-wrap: wrap;
      margin-top: 0;
      padding-top: 20px;
    }
      .oneOffice-info-additional div {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0
      }
      .oneOffice-info-additional div:last-child { width: 100%; margin-bottom: 0; }

}
@media all and (max-width: 640px) {

      .oneOffice-subtitle .wrapper_flex {
        flex-wrap: wrap;
        justify-content: flex-end;
      }
      .oneOffice-subtitle-left {
        width: 100%;
        text-align: center;
      }

        .oneOffice-subtitle-left span {
          font-size: 20px;
        }
      .oneOffice-subtitle .rate_it {
        margin-top: 15px;
      }
    .oneOffice-info {
      margin-top: 10px;
    }

}
@media all and (max-width: 640px) {
  .oneOffice-subtitle-left {
    font-size: 16px;
  }
    .oneOffice-subtitle-left span {
      font-size: 16px;
    }
}
@media all and (max-width: 540px){
    .oneOffice-map .btn{
      line-height: 11px;
    }
}
@media (hover: none) {
  .oneOffice-map button:hover svg {
    fill: #fff!important;
  }
}
@media all and (max-width: 984px) {
    .onlinePayment-payment {
      margin-top: 40px;
    }
      .onlinePayment-payment-right {
        max-width: 50%;
      }
      .onlinePayment-payment-left{
        margin-bottom: 30px;
        right: 0;
        width: 36%;
        padding-right: 0
      }
      .onlinePayment-payment-left.onlinePayment-payment-without-stock { margin-right: 100px; }
    .onlinePayment .onlinePayment-payment-left-type-bg-none {
      background-image: none!important;
    }
    .onlinePayment .onlinePayment-payment-left-stock {
      right: 0;
    }
}
@media all and (max-width:767px) {
    .onlinePayment.credits .seo-text-onePage {
          margin-top: 40px; }
    .onlinePayment-payment {
            margin-top: 40px; }
                .onlinePayment-payment-without-stock .onlinePayment-payment-left-type {
                  background-size: 25%;
                }
            .onlinePayment-payment .wrapper_flex{
                flex-wrap: wrap;
            }
            .onlinePayment-payment-left{
                width: 300px;
                min-width: auto;
                padding-right: 100px;
                margin: 0 auto 30px
            }
            .onlinePayment-payment-left.onlinePayment-payment-without-stock { padding: 0; margin-right: auto; margin-left: auto; min-width: auto; }
            .onlinePayment-payment-right{
                width: 100%;
                max-width: 100%;
            }
    .onlinePayment .seo-text-onePage {
            margin-top: 40px;
            padding: 20px 0 40px 0; }

}
@media all and (max-width:400px) {
    .onlinePayment-payment-left-title{
        margin-top: 0;
        margin-bottom: 20px;
    }
            .onlinePayment .onlinePayment-payment-left-stock {
              right: 4px;
            }
    .onlinePayment-payment-without-stock .onlinePayment-payment-left-type {
    }
}
@media all and (max-width: 767px){
        .client_status-main{
            padding-top: 30px;
            padding-bottom: 30px;
            margin-bottom: 0;
            background-color: #f8f8f8;
        }
        .client_status .table-head{
            padding: 20px;
        }
        .client_status .table-body-row{
            padding: 15px 30px
        }
        .client_status .table-body-row:not(:first-child) { padding-top: 0; }
        .client_status .table-body-row:nth-child(2n) { background-color: #fff; }
        .client_status .table-body-row-item:nth-child(2) { color:#bc151a; }
        .client_status .table-body-row-item:last-child{
            flex: 0.5;
        }
        .client_status .seo-text-onePage{
            background: #fff;
        }


}
@media all and (max-width: 540px){
        .client_status .table-body-row{
            padding-left: 20px;
            padding-right: 5px;
        }
        .client_status .table-body-row-item:first-child{
            flex: 0.8;
        }
        .client_status .table-body-row-item:last-child{
            flex: 0.20;
        }
}
@media screen and (max-width: 1050px) {
      .creditsOneDay-main-left {
        display: none;
      }
          .creditsOneDay-main-right-calc .title {
            font-size: 22px;
            text-align: center;
            font-weight: 500;
            line-height: 24px;
            text-transform: uppercase;
          }
        .creditsOneDay-main-right-table {
          flex-wrap: wrap;
        }

          .creditsOneDay-main-right-table .table-head {
            height: auto;
          }

          .creditsOneDay-main-right-table .table-body-row {
            padding: 10px 20px;
            background-color: #f8f8f8
          }

          .creditsOneDay-main-right-table .table-body-row:first-child { padding-bottom: 0; }

          .creditsOneDay-main-right-table .table-body-row-item {
              flex-wrap: wrap; }

          .creditsOneDay-main-right-table .table-body-row-item:last-child { color: #bc151a; font-weight: 500; }

          .creditsOneDay-main-right-table .table-body-row-item > span { font-size: 14px; margin-bottom: 10px; white-space: nowrap; }

          .creditsOneDay-main-right-table .table-body-row-item-sub {
                width: 100%;
                margin-top: 10px; }

                .creditsOneDay-main-right-table .table-body-row-item-sub span {
                  position: relative;
                  margin-right: 9px
                }

                .creditsOneDay-main-right-table .table-body-row-item-sub span::after { content: 'o'; position: absolute; top: -3px; right: -7px; line-height: 5px; font-size: 10px; }

          .creditsOneDay-main-right-table .table-body-row-item:last-child { text-align: center; }

          .creditsOneDay-main-right-table .table-body-row-item:last-child > span { color: #f8f8f8; }
        .creditsOneDay-main-right .table {
          display: none;
        }
        .creditsOneDay-main-right .table_mobile {
          display: block;
          width: 100%;
          margin-bottom: 30px;
        }
      .creditsOneDay-main .tabs_inner::after { width: 100vw; }
      .creditsOneDay-getMoney h5 {
        font-size: 25px;
        padding-bottom: 25px;
      }
        .creditsOneDay-getMoney-steps-item {
          display: flex;
          justify-content: flex-start;
          margin: 20px 0;
        }

          .creditsOneDay-getMoney-steps-item-icon {
          }
        .creditsOneDay-getMoney-steps-item:nth-child(1) { width: 100%; }
        .creditsOneDay-getMoney-steps-item:nth-child(2) { width: 100%; padding-left: 0; }
        .creditsOneDay-getMoney-steps-item:nth-child(3) { width: 100%; padding-left: 0; }
        .creditsOneDay-getMoney-steps-item::after { top: 123%; left: 18px; transform: rotate(90deg); }
        .creditsOneDay .creditsWithoutDeposit-term-items {
          width: 100%;
        }
        .creditsOneDay .creditsWithoutDeposit-term-item {
          margin-right: 30px;
          width: 25%;
        }
      .creditsOneDay .creditsWithoutDeposit-slider {
        width: 65%;
      }
          .creditsOneDay .creditsWithoutDeposit-form-checkbox .wrapper_flex {
            padding: 0;
          }
}
@media screen and (max-width: 1000px) {
    .creditsWithoutDeposit-slider {
      max-width: 60%;
    }
      .creditsWithoutDeposit-term-items {
        flex-wrap: wrap;
      }
      .creditsWithoutDeposit-term-item {
        margin-bottom: 20px;
      }
}
@media screen and (max-width: 768px) {
    .creditsOneDay .promo-code {
      width: 100%;
    }
      .creditsOneDay .promo-code-wrap {
        flex-direction: column;
        align-items: center;
      }
      .creditsOneDay .promo-code-desc {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
      }
        .creditsOneDay .creditsWithoutDeposit-date-and-sum .info-descript {
          display: none;
          font-size: 12px
        }
        .creditsOneDay .creditsWithoutDeposit-date-and-sum .info-descript.mob { display: flex; }
        .creditsOneDay .creditsWithoutDeposit-date-and-sum .info-descript .info-content {
            order: -1;
            margin: 0 10px 0 0; }
        .creditsOneDay .creditsWithoutDeposit-date-and-sum .info-descript .info-dscr-modal {
            padding: 20px; }

        .creditsOneDay .creditsWithoutDeposit-date-and-sum .creditsWithoutDeposit-additional-field {
          font-size: 14px;
        }

          .creditsOneDay .creditsWithoutDeposit-date-and-sum .creditsWithoutDeposit-additional-field .txt {
            text-transform: none;            
          }

          .creditsOneDay .creditsWithoutDeposit-date-and-sum .creditsWithoutDeposit-additional-field .js-creditsWithoutDeposit-additional-field {
            font-size: 18px;
          }

}
@media screen and (max-width: 800px) {
      .creditsOneDay .creditsWithoutDeposit-title {
        margin-bottom: 20px;
      }
      .creditsOneDay .creditsWithoutDeposit-slider {
        max-width: 60%;
      }
      .creditsOneDay .creditsWithoutDeposit-input {
        width: 200px;
        text-align: center;
      }
      .creditsOneDay .creditsWithoutDeposit-content {
        justify-content: space-between;
        margin-bottom: 20px;
      }
}
@media screen and (max-width: 670px) {
        .creditsOneDay .creditsWithoutDeposit-term-items {
          flex-direction: column;
        }
        .creditsOneDay .creditsWithoutDeposit-term-item {
          margin-right: 0;
          width: 50%;
        }
}
@media screen and (max-width: 640px) {
        .creditsOneDay-main .tabs_inner label {
          padding: 16px 7px;
          padding-top: 30px;
          margin-bottom: 0;
        }
      .creditsOneDay-main .tabs_inner::after { top: 63px; }
        .creditsOneDay-main-right-calc .title {
          font-size: 20px;
        }
        .creditsOneDay-main-right-calc .wrapper {
          padding: 0;
        }
    .creditsOneDay-getMoney {
      margin-top: 25px;
      padding: 25px 0;
    }
      .creditsOneDay-getMoney h5 {
        font-size: 20px;
        padding-bottom: 10px;
      }
      .creditsOneDay-getMoney-additinal {
        flex-wrap: wrap;
        padding-top: 30px;
      }
        .creditsOneDay-getMoney-additinal p {
          width: 100%;
        }
        .creditsOneDay-getMoney-additinal .btn_wrap {
          margin-top: 20px;
        }
      .creditsOneDay-getMoney-steps {
        padding-bottom: 10px;
      }
}
@media screen and (max-width: 600px) {
      .creditsOneDay .creditsWithoutDeposit-input {
        width: 150px;
      }
        .creditsOneDay .creditsWithoutDeposit-form-row:nth-child(4) { margin-bottom: 0; }
        .creditsOneDay .creditsWithoutDeposit-form-row-item:last-child { margin-bottom: 0; }
          .creditsOneDay .creditsWithoutDeposit-form-checkbox-item {
            justify-content: flex-start;
            width: 100%;
            flex-wrap: wrap;
          }
}
@media screen and (max-width: 550px) {
        .creditsOneDay .creditsWithoutDeposit-sum span, .creditsOneDay .creditsWithoutDeposit-date span {
          font-size: 16px;
        }
        .creditsOneDay .creditsWithoutDeposit-term-item {
          width: 100%;
        }
}
@media screen and (max-width: 485px) {
      .creditsOneDay .creditsWithoutDeposit-form .no-deposit-res {
        margin-bottom: 40px;
      }
      .creditsOneDay .creditsWithoutDeposit-form-row {
        flex-direction: column;
      }
        .creditsOneDay .creditsWithoutDeposit-form-row-item {
          width: 100%;
          margin-bottom: 20px;
        }
        .creditsOneDay .creditsWithoutDeposit-form-row-res {
          width: 100%;
          flex-direction: column;
          height: auto;
          padding: 10px 0;
        }
          .creditsOneDay .creditsWithoutDeposit-form-row-res-sum:after { display: none; }
          .creditsOneDay .creditsWithoutDeposit-form-row-res-sum, .creditsOneDay .creditsWithoutDeposit-form-row-res-term {
            width: 100%;
            margin: 0;
            padding: 0;
            font-size: 14px;
            text-align: center;
            margin-bottom: 5px;
          }
            .creditsOneDay .creditsWithoutDeposit-form-row-res-sum span, .creditsOneDay .creditsWithoutDeposit-form-row-res-term span {
              font-size: 12px;
            }
          .creditsOneDay .creditsWithoutDeposit-form-row-res-change {
            margin: 0;
          }
        .creditsOneDay .creditsWithoutDeposit-form-submit .wrapper_flex {
          padding: 0;
        }
        .creditsOneDay .creditsWithoutDeposit-form-submit-button {
          width: 100%;
        }
          .creditsOneDay .creditsWithoutDeposit-form-submit-button .btn {
            width: 100%;
          }
}
@media screen and (max-width: 480px) {
      .creditsOneDay .creditsWithoutDeposit-submit {
        align-items: center;
        height: 90px;
      }
          .creditsOneDay .creditsWithoutDeposit-submit-button .btn {
            margin-top: 0;
          }
      .creditsOneDay .creditsWithoutDeposit-input {
        width: 100px;
      }
      .creditsOneDay .creditsWithoutDeposit .help-block {
        width: 100px;
      }
        .creditsOneDay .creditsWithoutDeposit-date-and-sum .js-crecreditsWithoutDeposit-sum, .creditsOneDay .creditsWithoutDeposit-date-and-sum .js-crecreditsWithoutDeposit-date{
          font-size: 19px!important;
        }
            .creditsOneDay .creditsWithoutDeposit-verification-row-item label {
              text-align: center;
            }
      .creditsOneDay .bottom_red_links .wrapper_flex {
        border-bottom: unset;
      }
      .creditsOneDay .bottom_red_links-item:last-child::after { content: ''; }
          .creditsOneDay-getMoney-steps-item span{
            font-size: 15px;
          }
}
@media all and (max-width: 400px){
  .creditsOneDay-getMoney-additinal .btn_wrap{
    width: 100%;
  }
      .creditsOneDay .creditsWithoutDeposit-input {
        width: 80px;
        margin: 0;
      }
      .creditsOneDay .creditsWithoutDeposit .help-block {
        width: 80px;
      }
}
@media screen and (max-width: 380px) {
      .creditsOneDay-main-right-calc {
      }
}
@media screen and (max-width: 350px){
  .creditsOneDay-getMoney-additinal .btn_wrap{
    padding-left: 0;
  }
}
@media screen and (max-width: 1050px) {
        .credits .creditsOneDay-main-right-table .table-body-row-item a {
          text-align: left;
        }
      .credits .creditsOneDay-main-right-table .table-body-row-item:last-child { text-align: left; color: #808080; font-weight: 300; }
      .credits .creditsOneDay-main-right-table .table-body-row {
        background-color: transparent;
        padding-right: 0;
        padding-left: 0;
      }
}
@media screen and (max-width: 860px) {

      .credits .info_col3 .btn {
        margin-top: 0;
      }
      .credits .info_col3-item {
        margin-bottom: 50px;
      }
    .credits-payment {
      margin-bottom: 0px;
    }
        .credits-take-content-item-title img {
          padding: 0;
          margin-right: 10px;
        }
      .credits-take-content-item .drop_down {
        margin-left: 40px;
      }
          .credits-take-content-item .drop_down-content-item:last-child { flex: 1; }
}
@media screen and (max-width: 767px) {
    .credits-take-content-item {
      width: 50%;
    }
        .credits-take-content-item-title span {
          padding-right: 25px;
          box-sizing: border-box;
        }
}
@media screen and (max-width: 640px) {
        .credits .creditsOneDay-main-right-table .table-body-row-item a {
          width: auto;
          padding: 10px 33px;
        }
    .credits .credits-evaluate {
      padding-bottom: 30px;
    }
      .credits .credits-evaluate-list {
        width: 100%;
        margin-bottom: 20px
      }
      .credits .credits-evaluate-list:last-child { margin-bottom: 0; }
}
@media screen and (max-width: 580px) {
      .credits-take h5{
        margin-bottom: 20px;
      }
    .credits-take-content-item {
      width: 100%;
      min-height: 80px;
      margin-bottom: 0;
    }
        .credits-take-content-item-title img {
          display: none;
        }
      .credits-take-content-item .drop_down{
        margin-left: 0;
      }
        .credits-take-content-item .drop_down-title{
          padding-left: 0;
        }
        .credits-take-content-item .drop_down-content {
          flex-wrap: wrap;
          flex-direction: column;
        }
          .credits-take-content-item .drop_down-content-item {
            flex: unset;
            width: 100%
          }
          .credits-take-content-item .drop_down-content-item:first-child { margin-bottom: 35px; }
}
@media screen and (max-width: 480px) {
    .credits .creditsOneDay-main-right-calc-content {
      flex-wrap: wrap
    }
    .credits .creditsOneDay-main-right-calc-content > div { width: 100%; margin-bottom: 25px; }
    .credits .creditsOneDay-main-right-calc-content-result {
        flex-wrap: wrap;
        margin-top: 15px; }
        .credits .creditsOneDay-main-right-calc-content-result span {
          font-size: 14px
        }
        .credits .creditsOneDay-main-right-calc-content-result span:nth-child(1) { display: block; width: 100%; text-align: center; }
        .credits .creditsOneDay-main-right-calc-content-result span:nth-child(2), .credits .creditsOneDay-main-right-calc-content-result span:nth-child(3) { font-size: 16px; }
        .credits .table-body-row{
          flex-direction: column;
        }
          .credits .table-body-row-item:first-child { margin-bottom: 10px; }
}
@media all and (max-width: 400px){
  .credits .creditsOneDay-main-right-table .table-body-row-item a{
    width: 100%;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 860px) {
    .about-mission {
      margin-top: 30px;
    }
        .about-info .wrapper_flex_wrap:first-child .info_col3-item {
          width: 46%;
        }
    .about .info_col3-item {
      width: 100%;
      margin-bottom: 40px;
    }
      .about .info_col3-item-title {
        margin-bottom: 0;
      }
}
@media all and (max-width: 480px) {
        .about-info .wrapper_flex_wrap:first-child .info_col3-item {
          width: 100%;
        }
          .about-info .wrapper_flex_wrap:first-child .info_col3-item img {
            width: 75%;
          }
      .about-info .info_col3{
        padding: 0 20px;
      }
        .about-info .info_col3-item{
          margin-bottom: 35px;
        }
    .about-mission {
      margin-top: 0;
    }
      .about-mission-title{
        width: 100%;
        padding: 30px 20px 0;
        font-size: 16px;
        text-transform: none;
        color:#fff;
        background-color: #bc151a;
      }
      .about-mission-red{
        margin-top: -1px;
        padding-top: 15px;
      }
    .about .wrapper_flex_wrap {
      padding: 0px;
    }
      .about .wrapper_flex_wrap .wrapper_flex_wrap {
        padding: 0 20px;
      }
}
@media (max-width: 768px) {
	.repayment-title {
		font-size: 26px;
	}

	.repayment-subtitle {
		font-size: 18px;
	}

	.pay-block .amount span {
		font-size: 12px;
		margin: 0 20px 0 0;
	}

	.repayment-checkout-field-wr {
		padding: 15px;
	}

		.repayment-checkout-field-wr .repayment-col {
			width: 100%;
			padding: 0;
			margin: 0 0 20px;
			border: none
		}

		.repayment-checkout-field-wr .repayment-col:last-child { margin: 0; }

	.repayment-checkout-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.repayment-checkout-value,
	.repayment-checkout-ttl {
		font-size: 14px;
	}
}
@media (max-width: 540px) {
	.contract-number-input {
		height: 50px;
	}
}
@media (max-width: 480px) {
	.repayment-title {
		font-size: 20px;
	}

	.repayment-subtitle,
	.pay-block .contract-number .help-block {
		font-size: 14px;
	}
}



/*# sourceMappingURL=vendor.css.map*/