		*,
		:after,
		:before {
			margin: 0;
			padding: 0;
			-webkit-box-sizing: border-box;
			box-sizing: border-box
		}

		body {
			overflow-x: hidden;
			font-family: "Roboto", Arial, sans-serif;
			position: relative;
			background: #fff;
			background-attachment: fixed;
			-webkit-text-size-adjust: 100%;
			-moz-text-size-adjust: 100%;
			-ms-text-size-adjust: 100%;
			text-size-adjust: 100%
		}

		body:before {
			content: '';
			display: block;
			opacity: 0;
			visibility: hidden;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			background: rgba(0, 0, 0, 0.73);
			z-index: 180;
			pointer-events: none
		}

		body.menu-opened:before {
			opacity: 1;
			visibility: visible;
			pointer-events: auto
		}

		body.overflow {
			overflow: hidden
		}

		body.modal-visible {
			overflow: hidden;
			height: 100vh
		}

		a,
		a:visited,
		a:hover,
		a:active {
			text-decoration: none;
			color: inherit
		}

		body img {
			max-width: unset
		}

		strong {
			font-weight: 600
		}

		ol,
		ul {
			list-style: none
		}

		button {
			background: transparent;
			border: 0;
			cursor: pointer;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none
		}

		a,
		button {
			text-decoration: none;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			outline: none !important;
			border: none
		}

		a img {
			outline: none !important;
			border: none !important
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			margin: 0
		}

		figure,
		iframe,
		picture {
			display: block
		}

		.justify-center {
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}

		.color-primary {
			color: #009cd6
		}

		.color-accent {
			color: #f35150
		}

		.color-dark {
			color: #0e3f60 !important
		}

		.nowrap {
			white-space: nowrap
		}

		.push {
			position: relative
		}

		.flex-center {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}

		.flex-right {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end
		}

		@media screen and (max-width:959px) {
			.md-flex-center {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center
			}
		}

		.object-fit-cover {
			-o-object-fit: cover;
			object-fit: cover;
			-o-object-position: center center;
			object-position: center center;
			font-family: 'object-fit: cover; object-position: center center;'
		}

		.object-fit-contain {
			-o-object-fit: contain;
			object-fit: contain;
			-o-object-position: center center;
			object-position: center center;
			font-family: 'object-fit: contain; object-position: center center;'
		}

		.text-center {
			text-align: center
		}

		.flex-auto {
			-webkit-box-flex: 1;
			-ms-flex: auto;
			flex: auto
		}

		.text-uppercase {
			text-transform: uppercase
		}

		.nowrap {
			white-space: nowrap
		}

		.lg-visible,
		.lg-visible-flex {
			display: none !important
		}

		@media screen and (max-width:1299px) {
			.lg-hidden {
				display: none !important
			}

			.lg-visible {
				display: block !important
			}

			.lg-visible-flex {
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important
			}
		}

		.md-visible,
		.md-visible-flex,
		.md-visible-inline {
			display: none !important
		}

		@media screen and (max-width:991px) {
			.md-hidden {
				display: none !important
			}

			.md-visible {
				display: block !important
			}

			.md-visible-flex {
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important
			}

			.md-visible-inline {
				display: inline !important
			}
		}

		.sm-visible,
		.sm-visible-flex,
		.sm-visible-table-row {
			display: none !important
		}

		@media screen and (max-width:767px) {
			.sm-hidden {
				display: none !important
			}

			.sm-visible {
				display: block !important
			}

			.sm-visible-flex {
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important
			}

			.sm-visible-table-row {
				display: table-row !important
			}
		}

		.xs-visible,
		.xs-visible-flex {
			display: none !important
		}

		@media screen and (max-width:575px) {
			.xs-hidden {
				display: none !important
			}

			.xs-visible {
				display: block !important
			}

			.xs-visible-flex {
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important
			}
		}

		.sub-xs-visible,
		.sub-xs-visible-flex {
			display: none !important
		}

		@media screen and (max-width:479px) {
			.sub-xs-hidden {
				display: none !important
			}

			.sub-xs-visible {
				display: block !important
			}

			.sub-xs-visible-flex {
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important
			}
		}

		@media screen and (max-width:575px) {
			.xs-flex-right {
				margin-left: auto
			}
		}

		.wrapper {
			overflow: hidden;
			min-height: 100vh;
			position: relative;
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column
		}

		.wrapper .page {
			-webkit-box-flex: 1;
			-ms-flex: auto;
			flex: auto
		}

		.wrapper .page .inner-page:before {
			content: '';
			display: block;
			width: 100%;
			height: 12px;
			background: #f2f7fd;
			-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.04);
			box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.04);
			position: absolute;
			left: 0;
			top: 0;
			z-index: 5
		}

		.wrapper .footer {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none
		}

		.container {
			width: 100%;
			padding: 0 10px;
			margin: 0 auto
		}

		@media screen and (min-width:375px) {
			.container {
				padding: 0 16px
			}
		}

		@media screen and (min-width:768px) {
			.container {
				max-width: 750px
			}
		}

		@media screen and (min-width:992px) {
			.container {
				max-width: 100%;
				padding: 0 15px;
				max-width: 940px
			}
		}

		@media screen and (min-width:1200px) {
			.container {
				max-width: 1200px
			}
		}

		.cards-list {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 20px);
			margin-left: -10px;
			margin-right: -10px;
			margin-bottom: -20px
		}

		.cards-list>.item {
			padding: 0 15px;
			margin-bottom: 20px
		}

		.cards-list.columns-6>.item {
			width: 16.666%
		}

		.cards-list.columns-5>.item {
			width: 20%
		}

		.cards-list.columns-4>.item {
			width: 25%
		}

		.cards-list.columns-3>.item {
			width: 33.3333%
		}

		.cards-list.columns-2>.item {
			width: 50%
		}

		.cards-list.columns-1>.item {
			width: 100%
		}

		@media screen and (max-width:1299px) {
			.cards-list.lg-columns-4>.item {
				width: 25%
			}

			.cards-list.lg-columns-3>.item {
				width: 33.333%
			}

			.cards-list.lg-columns-2>.item {
				width: 50%
			}

			.cards-list.lg-columns-1>.item {
				width: 100%
			}
		}

		@media screen and (max-width:991px) {
			.cards-list.md-columns-4>.item {
				width: 25%
			}

			.cards-list.md-columns-3>.item {
				width: 33.333%
			}

			.cards-list.md-columns-2>.item {
				width: 50%
			}

			.cards-list.md-columns-1>.item {
				width: 100%
			}
		}

		@media screen and (max-width:767px) {
			.cards-list {
				width: calc(100% + 10px * 2);
				margin-left: -10px;
				margin-right: -10px;
				margin-bottom: -20px
			}

			.cards-list>.item {
				padding: 0 10px;
				margin-bottom: 20px
			}

			.cards-list.sm-columns-3>.item {
				width: 33.333%
			}

			.cards-list.sm-columns-2>.item {
				width: 50%
			}

			.cards-list.sm-columns-1>.item {
				width: 100%
			}
		}

		@media screen and (max-width:575px) {
			.cards-list {
				width: calc(100% + 5px * 2);
				margin-left: -5px;
				margin-right: -5px;
				margin-bottom: -10px
			}

			.cards-list>.item {
				padding: 0 5px;
				margin-bottom: 10px
			}

			.cards-list.xs-columns-2>.item {
				width: 50%
			}

			.cards-list.xs-columns-1>.item {
				width: 100%
			}
		}

		.visually-hidden {
			position: absolute;
			width: 1px;
			height: 1px;
			margin: -1px;
			border: 0;
			padding: 0;
			clip: rect(0 0 0 0);
			overflow: hidden
		}

		.light-bg {
			background: #f2f7fd
		}

		body,
		button {
			font-size: 15px;
			line-height: 1.6;
			font-family: "Roboto", Arial, sans-serif
		}

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

			body,
			button {
				font-size: 14px
			}
		}

		body {
			color: #57758f
		}

		.header {
			position: relative;
			z-index: 100;
			left: 0;
			top: 0;
			width: 100%;
			background: #fff
		}

		.header .header-inner {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			width: calc(100% + 15px * 2);
			margin-left: -15px;
			margin-right: -15px
		}

		.header .header-inner .header-block {
			padding: 0 15px
		}

		.header .header-row.first {
			background: #f2f7fd;
			padding: 9px 0
		}

		.header .header-row.second {
			padding: 17px 0 23px
		}

		.header .header-row.third {
			border-top: 1px solid #eef3f9
		}

		@media screen and (max-width:767px) {
			.header .header-row.third {
				margin-left: 0px;
				margin-right: 0px
			}
		}

		@media screen and (min-width:1199px) {
			.header .header-worktime {
				margin-left: auto;
				margin-right: 20px
			}
		}

		.header .header-top-nav {
			-webkit-box-flex: 1;
			-ms-flex: auto;
			flex: auto;
			width: 100%;
			margin-right: -30px
		}

		.header .header-branches {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none
		}

		.small-top-nav {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			font-size: 14px;
			line-height: 1.4285
		}

		.small-top-nav li {
			margin-right: 35px
		}

		.small-top-nav li:last-child {
			margin-right: 0
		}

		.small-top-nav li a {
			color: #009cd6
		}

		.small-top-nav li a:hover {
			text-decoration: underline
		}

		.small-top-nav li.current-menu-item a,
		.small-top-nav li.current-menu-parent a {
			color: #f35150
		}

		.small-top-nav li.current-menu-item a {
			cursor: default
		}

		@media screen and (max-width:991px) {
			.small-top-nav li {
				margin-right: 15px
			}
		}

		.logo-block {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.logo-block .block-icon {
			margin-right: 13px;
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			position: relative;
		}

		.footer-block .logo-block .block-icon img {
			display: block;
			width: 73px;
			height: 65px
		}

		.logo-block .block-icon img {
			display: block;
			width: 100%;
			max-width: 73px;
			height: auto
		}

		.logo-block .block-content .logo-name {
			font-size: 27px;
			line-height: 30px;
			font-family: "Roboto", Arial, sans-serif;
			font-weight: bold;
			color: #009cd6;
			text-transform: uppercase
		}

		.logo-block .block-content .logo-name .color-accent {
			color: #f35150
		}

		.logo-block .block-content .logo-info {
			font-size: 14px;
			line-height: 20px;
			color: #57758f
		}

		.top-nav {
			position: relative;
			z-index: 5
		}

		.top-nav>ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.top-nav>ul>li {
			-webkit-box-flex: 1;
			-ms-flex: auto;
			flex: auto;
			border-left: 1px solid #eef3f9;
			position: relative
		}

		.top-nav>ul>li>a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding: 10px 22px;
			color: #57758f;
			white-space: nowrap;
			min-height: 50px
		}

		.top-nav>ul>li>a:hover {
			color: #009cd6
		}

		.top-nav>ul>li>.sub-menu {
			width: 100%;
			min-width: 205px;
			position: absolute;
			left: 0;
			top: 100%;
			-webkit-transform: translateY(30px);
			transform: translateY(30px);
			opacity: 0;
			visibility: hidden;
			-webkit-transition: all 0.2s;
			transition: all 0.2s;
			background: #fff
		}

		.top-nav>ul>li>.sub-menu li {
			font-size: 13px;
			line-height: 1.4;
			position: relative;
			background-color: #FFF;
			border-top: 1px solid #eef3f9;
			border-left: 1px solid #eef3f9
		}

		.top-nav>ul>li>.sub-menu li.menu-item-has-children:after {
			content: '';
			display: block;
			width: 7px;
			height: 12px;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			right: 10px;
			background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 204 344'%3e%3cpath d='M141 172L0 312l32 32 172-172L32 0 0 32l141 140z' fill='%23009cd6'/%3e%3c/svg%3e") no-repeat center center/contain
		}

		.top-nav>ul>li>.sub-menu li a {
			display: block;
			padding: 10px 15px
		}

		.top-nav>ul>li>.sub-menu li .parent-sub-menu {
			width: fit-content;
			min-width: 115px;
			max-width: 185px;
			width: 100%;
			position: fixed;
			left: 100%;
			top: 0;
			-webkit-transform: translateX(30px);
			transform: translateX(30px);
			opacity: 0;
			visibility: hidden;
			background: transparent;
			-webkit-transition: all 0.2s;
			transition: all 0.2s
		}

		.top-nav>ul>li>.sub-menu li:hover>.parent-sub-menu {
			-webkit-transform: translateX(0);
			transform: translateX(0);
			opacity: 1;
			visibility: visible
		}

		.top-nav>ul>li>.sub-menu>li>a {
			padding: 10px 25px
		}

		.top-nav>ul>li:hover>.sub-menu {
			opacity: 1;
			visibility: visible;
			-webkit-transform: translateY(0);
			transform: translateY(0)
		}

		.top-nav>ul li:hover>a {
			color: #009cd6
		}

		.top-nav>ul a {
			color: #57758f
		}

		.top-nav>ul a:hover {
			color: #009cd6
		}

		.top-nav>ul .current-menu-item>a,
		.top-nav>ul .current-menu-parent>a {
			color: #009cd6
		}

		.top-nav>ul .current-menu-item>a {
			cursor: default
		}

		@media screen and (max-width:1199px) {
			.top-nav>ul>li>a {
				font-size: 13px;
				padding-left: 10px;
				padding-right: 10px
			}
		}

		.footer {
			padding: 70px 0 60px;
			background: #fff;
			position: relative
		}

		.footer:before {
			content: '';
			display: block;
			width: 100%;
			height: 12px;
			background: #f2f7fd;
			-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.04);
			box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.04);
			position: absolute;
			left: 0;
			top: 0
		}

		.footer .footer-inner {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			width: calc(100% + 15px * 2);
			margin-left: -15px;
			margin-right: -15px
		}

		.footer .footer-inner .footer-block {
			padding: 0 15px
		}

		.footer .footer-caption {
			font-size: 22px;
			line-height: 1.333;
			margin-bottom: 13px;
			font-weight: 600;
			color: #0e3f60
		}

		.footer .logo-block {
			margin-bottom: 30px
		}

		.footer .socials-block {
			margin-bottom: 30px
		}

		.footer .footer-right-block {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end
		}

		.footer .footer-right-block .block-top {
			text-align: right
		}

		.footer .footer-right-block .block-bottom {
			margin-top: auto;
			padding-top: 20px
		}

		.footer .footer-right-block .worktime {
			line-height: 2;
			margin-top: 10px;
			margin-bottom: 10px
		}

		@media screen and (max-width:575px) {
			.fl div {
				width: 100% !important
			}

			.fl div:first-child {
				border-right: none !important
			}

			.footer .footer-right-block {
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start
			}

			.footer .footer-right-block .block-top {
				text-align: left
			}
		}

		@media screen and (max-width:991px) {
			.footer .footer-inner {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				margin-bottom: -30px
			}

			.footer .footer-inner .footer-block {
				width: 50%;
				margin-bottom: 30px
			}

			.footer .footer-inner .footer-block:first-child {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
			}

			.footer .footer-inner .footer-block:nth-child(2) {
				-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
				order: 3
			}

			.footer .footer-inner .footer-block:nth-child(3) {
				-webkit-box-ordinal-group: 5;
				-ms-flex-order: 4;
				order: 4;
				text-align: right
			}

			.footer .footer-inner .footer-block:nth-child(4) {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
			}
		}

		@media screen and (max-width:575px) {
			.footer .footer-inner .footer-block {
				width: 100%;
				margin-bottom: 30px
			}

			.footer .footer-inner .footer-block:first-child {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
			}

			.footer .footer-inner .footer-block:nth-child(2) {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
			}

			.footer .footer-inner .footer-block:nth-child(3) {
				-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
				order: 3;
				text-align: left
			}

			.footer .footer-inner .footer-block:nth-child(4) {
				-webkit-box-ordinal-group: 5;
				-ms-flex-order: 4;
				order: 4
			}
		}

		.socials-block p {
			margin-bottom: 15px
		}

		.footer-nav li {
			line-height: 2
		}

		.footer-nav li a {
			color: #57758f
		}

		.footer-nav li a:hover {
			color: #f35150
		}

		.footer-nav li.current-menu-item a,
		.footer-nav li.current-menu-parent a {
			color: #f35150
		}

		.footer-nav li.current-menu-item a {
			cursor: default
		}

		a.btn,
		.btn {
			color: #009cd6;
			font-weight: 400;
			text-align: center;
			font-size: 14px;
			line-height: 1.3;
			padding: 10px 45px;
			min-height: 44px;
			background: transparent;
			font-family: "Roboto", Arial, sans-serif;
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			cursor: pointer;
			border-radius: 22px;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			border: 1px solid #009cd6;
			text-transform: uppercase
		}

		.btn:focus,
		.btn:hover {
			background: #009cd6;
			color: #fff;
			border-color: #009cd6
		}

		.btn-blue {
			background: #009cd6;
			color: #fff;
			border-color: #009cd6
		}

		.btn-blue:hover {
			background: #FFF;
			color: #009cd6;
			border-color: #FFF
		}

		.btn.btn-fullwidth {
			width: 100%
		}

		.btn.btn-filled {
			background: -webkit-gradient(linear, left bottom, left top, from(#2283df), to(#03a8e5));
			background: linear-gradient(to top, #2283df 0%, #03a8e5 100%);
			color: #fff
		}

		.btn.btn-filled:focus,
		.btn.btn-filled:hover {
			background: #fff;
			color: #009cd6
		}

		.btn.btn-small-radius {
			border-radius: 22px;
			min-height: 38px;
			font-size: 15px;
			text-transform: none;
			padding: 5px 35px
		}

		.btn.btn-accent {
			color: #fff;
			border-color: #f35150;
			background: #f35150
		}

		.btn.btn-accent:focus,
		.btn.btn-accent:hover {
			background: #f02220
		}

		.jcf-select .jcf-drop-flipped {
			bottom: 100%;
			top: 35px !important;
		}

		.btn-appointment {
			padding: 10px 30px !important
		}

		.btn-appointment svg {
			margin-right: 15px;
			margin-bottom: 1px;
			height: 16px
		}

		.btn-appointment:hover svg,
		.btn-appointment:focus svg {
			fill: #FFF
		}

		.header.sticky .btn-appointment {
			min-height: auto;
			padding: 8px 25px !important
		}

		.mobile-bottom-nav {
			position: fixed;
			width: 100%;
			bottom: 0;
			left: 0;
			right: 0;
			z-index: 1000;
			will-change: transform;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			background-color: #f2f7fd;
			-webkit-box-shadow: 0 0 10px #ccc;
			box-shadow: 0 0 10px #ccc;
			height: 55px
		}

		.mobile-bottom-nav .item {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			text-align: center;
			font-size: 12px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}

		.mobile-bottom-nav .item-content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding: 10px 5px;
			font-size: 15px;
			font-weight: 600;
			color: #0e3f60
		}

		.mobile-bottom-nav .item-content img {
			height: 32px;
			width: auto;
			margin-right: 10px
		}

		.client-online {
			position: fixed;
			border-top-left-radius: 3.5rem;
			border-bottom-left-radius: 3.5rem;
			background: -webkit-gradient(linear, left bottom, left top, from(#2283df), to(#03a8e5));
			background: -o-linear-gradient(bottom, #2283df 0%, #03a8e5 100%);
			background: linear-gradient(to top, #2283df 0%, #03a8e5 100%);
			right: 0;
			top: 0;
			bottom: 0;
			margin-top: auto;
			margin-bottom: auto;
			width: 5rem;
			overflow: hidden;
			height: 5rem;
			z-index: 95;
			-webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			text-decoration: none;
			-webkit-box-shadow: 0 6px 21px rgb(34 87 142 / 23%);
			box-shadow: 0 6px 21px rgb(34 87 142 / 23%)
		}

		.client-online-icon {
			border: none;
			border-radius: 50%;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			background: -webkit-gradient(linear, left bottom, left top, from(#2283df), to(#03a8e5));
			background: -o-linear-gradient(bottom, #2283df 0%, #03a8e5 100%);
			background: linear-gradient(to top, #2283df 0%, #03a8e5 100%);
			position: absolute;
			width: 5rem
		}

		.client-online-icon svg {
			height: 36px
		}

		.client-online-call,
		.client-online-icon {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			height: 5rem
		}

		.client-online-call {
			width: 16rem;
			color: #FFF;
			font-size: 16px;
			line-height: 1.3em;
			margin-left: 5rem;
			margin-right: 5rem
		}

		@media screen and (min-width: 768px) {
			.client-online:hover {
				width: 16rem;
				-webkit-transition: width .3s;
				-o-transition: width .3s;
				transition: width .3s
			}

			.mobile-bottom-nav {
				display: none
			}
		}

		@media screen and (max-width: 767px) {
			.client-online {
				display: none
			}
		}

		.aktsii-slider>.slide:not(:first-child),
		.cars-slider>.slide:not(:first-child),
		.first-screen-slider>.slide:not(:first-child),
		.licenses-slider>.slide:not(:first-child),
		.news-slider>.slide:not(:first-child),
		.photos-slider>.slide:not(:first-child),
		.reviews-slider>.slide:not(:first-child),
		.show-list>.tab:not(:first-child),
		.tabs-container>.tab:not(:first-child),
		.team-slider>.slide:not(:first-child) {
			display: none
		}
