/* Fonts */
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
        url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('../fonts/Gilroy-Semibold.woff') format('woff'),
        url('../fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
/* Basic */
html {
    font-family: "Gilroy";
    font-size: 17px;
    font-weight: 300;
    line-height: 1.44;
    color: #212121;
	overflow-y: scroll;
    overflow-x: hidden;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gilroy";
    color: #212121;
}
.uk-h1, h1 {
    font-size: 36px;
    line-height: 1.2;
	font-weight: 500;
}
.uk-h2, h2 {
    font-size: 32px;
    line-height: 1.2;
	font-weight: 500;
}
.uk-h3, h3 {
    font-size: 24px;
    line-height: 1.2;
	font-weight: 500;
}
@media (max-width:960px) {
	.uk-h1, h1 {
    font-size: 28px;
	}
	.uk-h2, h2 {
		font-size: 23px;
	}
}
b, strong {
    font-weight: 500;
}

/* Toolbar */
.tm-toolbar {
	background-color: #fff;
	font-size: 20px;
	padding: 5px 0;
	position: relative;
	z-index: 2;
}
.toolbar-menu {
	color: #212121;
}
.toolbar-menu:hover {
	color: #82e6ce;
}

/* Subnav */
.uk-subnav {
    margin-left: -20px;
}
.uk-subnav > * > :first-child {
    color: #212121;
    font-size: 16px;
    text-transform: none;
	font-weight: 400;
}
.uk-subnav > * > a:focus,
.uk-subnav > * > a:hover {
    color: #82e6ce;
}
.uk-subnav > .uk-active > a {
    color: #82e6ce;
}
.uk-subnav > * {
    padding-left: 10px;
}
.uk-subnav-divider > ::before {
    height: 15px;
    margin-right: 10px;
}

/* Header */
.tm-header {
	background-color: #fff;
	position: relative;
	z-index: 2;
}
@media (max-width: 959px){
	.tm-header {
		background-image: url('../../images/menu/header-menu-bg.jpg');
		background-size: auto 60px;
		background-repeat: repeat-x;
		background-position: 0 100%;
	}
}

/* Button */
.uk-button {
	text-transform: none;
	font-size: 16px;
}
.uk-button-default,
.uk-button-primary {
    border-radius: 500px;
    padding: 0 20px;
	position: relative;
    font-size: 16px;
    font-family: 'Gilroy';
    font-weight: 600;
    text-transform: none;
	border: none;
	line-height: 43px;
}
.uk-button-default {
    background-color: #fff;
    color: #212121;
}
.uk-button-default:focus,
.uk-button-default:hover {
    background-color: #fff;
    color: #5bdebf;
}
.uk-button-default.uk-active,
.uk-button-default:active {
    background-color: #fff;
    color: #5bdebf;
}
.uk-button-primary {
    background-color: #82e6ce;
    color: #ffffff;
}
.uk-button-primary:focus,
.uk-button-primary:hover {
    background-color: #5bdebf;
}
.uk-button-primary.uk-active,
.uk-button-primary:active {
    background-color: #5bdebf;
}
.uk-button-default::before,
.uk-button-primary::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px dashed;
    border-radius: 500px;
}
.uk-button-primary::before {
    border-color: #fff;
}
.uk-button-default::before {
    border-color: #e2e2e2;
}
.uk-button-link {
    color: #212121;
}
.uk-button-link:focus,
.uk-button-link:hover {
    color: #5bdebf;
}
.uk-button-secondary {
    background-color: #82e6ce;
    color: #fff;
    padding: 0 10px;
}
.uk-button-secondary:focus,
.uk-button-secondary:hover {
    background-color: #5bdebf;
}
.uk-icon-button {
	color: #fff;
	height: 40px;
	transition: .1s ease-in-out;
	width: 40px;
	background-color: #82e6ce;
	position: relative;
}
.uk-icon-button:focus,
.uk-icon-button:hover {
    color: #fff;
	background-color: #5bdebf;
}
.uk-icon-button:focus::before,
.uk-icon-button:hover::before {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 1px dashed #ffffff;
    border-radius: 500px;
}

/* Phone */
.header-phone {
	align-items: center;
    font-size: 19px;
    font-weight: 600;
	display: flex;
}
.header-phone span {
    color: #c6bfbb;
    margin-right: 10px;
}
@media (min-width: 640px){
	.header-phone-area {
		display: flex;
	}
}

/* Callback */
.callback {
	font-weight: 600;
	font-size: 16px;
	color: #82e6ce;
	border-bottom: 1px solid #d8d0cc;
	padding-bottom: 3px;
	white-space: nowrap;
	line-height: 1;
	transition: .1s ease-in-out;
}
.callback:focus,
.callback:hover {
	color: #5adbbd;
	border-bottom-color: #5adbbd;
	text-decoration: none;
}
.uk-modal.uk-open {
	display: flex !important;
	align-items: flex-start;
}
.uk-modal-dialog {
	width: 320px;
    border-radius: 10px;
	background: #f4f2f1;
	margin-top: auto;
	margin-bottom: auto;
}
.uk-modal-body {
    padding: 15px;
}

/* Menu */
.uk-navbar-container:not(.uk-navbar-transparent) {
	background-image: url('../../images/menu/header-menu-bg.jpg');
	background-size: auto 100%;
}
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
    min-height: 60px;
    font-family: "Gilroy";
}
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
    font-size: 18px;
	font-weight: 600;
	text-transform: none;
}
.uk-navbar-nav > li {
	padding: 0 8px;
}
.uk-navbar-nav > li > a {
    color: #fff;
	position: relative;
}
.uk-navbar-nav > li > a:active {
    color: #27ab8c;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a.uk-open,
.uk-navbar-nav > li > a:focus {
	color: #27ab8c;
}
.uk-navbar-nav > li.uk-active > a {
	color: #27ab8c;
}
@media (max-width: 1199px){
}
@media (max-width: 959px){
	.uk-navbar-toggle {
		order: 4;
	}
}

/* Dropdown-Menu */
.uk-navbar-dropdown {
    width: auto;
	padding: 10px 0px 10px 0px;
}
.uk-navbar-dropdown-nav {
    font-size: 17px;
}
.uk-navbar-dropdown-nav > li > a {
    color: #212121;
	transition: .1s ease-in-out;
}
.uk-navbar-dropdown-nav > li > a:focus, .uk-navbar-dropdown-nav > li > a:hover {
    color: #27ab8c
}
.uk-navbar-nav > li.uk-active > a, .uk-navbar-dropdown-nav > li.uk-active > a {
    color: #27ab8c
}

/* Offcanvas */
.uk-navbar-toggle {
    color: #fff;
}
.uk-navbar-toggle.uk-open,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover {
    color: #212121;
}
.uk-offcanvas-bar {
    background: #fff;
	color: #212121;
}
.uk-offcanvas-bar .uk-nav-default > li > a {
	color: #212121;
	font-weight: 600;
}
.uk-offcanvas-bar .uk-nav-default > li > a:hover {
	color: #27ab8c
}
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
	color: #212121;
}
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
	color: #27ab8c
}
.uk-nav-default {
	line-height: 2;
	font-size: 17px;
}
.uk-nav-default > li > a {
  color: #212121;
}
.uk-nav-default .uk-nav-sub {
	font-size: 16px;
	line-height: 2;
}

/* Simplecallback */
.simplecallback-overlayed {
    padding: 15px;
	box-shadow: none;
	background: #f4f2f1;
	border-radius: 10px;
}

/* Presentation Group */
.header-title {
	font-weight: 500;
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 15px;
}
@media (max-width: 959px){
	.header-title {
		font-size: 52px;
	}
}
@media (max-width: 639px){
	.header-title {
		font-size: 28px;
	}
}
.price-slider {
	font-weight: 600;
	font-size: 30px;
	color: #8b0000;
}
.old-price-slider {
	font-weight: 400;
	font-size: 30px;
	color: #999;
	margin-left: 20px;
}
.slider_label.uk-label {
	font-size: 20px;
	z-index: 1;
}
@media (min-width: 959px){
	.slider-image {
		-webkit-clip-path:: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%);
	}
}

/* Product Main Page */
.product_title {
	font-size: 18px;
	font-weight: 500;
	color: #212121;
}
.product_price {
	font-weight: 600;
	font-size: 24px;	
}

/* Advantages Bar */
.advantages-icon {
	position: relative;
	margin-right: 20px;
	width: 90px;
	min-width: 90px;
	height: 90px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(155, 135, 123, .15);
	line-height: 90px;
}
.advantages-icon img {
	border: 20px solid transparent;
}
.advantages-icon::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px dashed #e3ddda;
    border-radius: 50%;
}
.advantages-content {
	font-size: 17px;
}
@media (max-width: 1199px){
	.advantages-grid {
		padding: 0 20px 0 20px;
	}
	.advantages-icon {
		margin: 0 auto;
	}
	.advantages-content {
		margin-top: 15px;
	}	
}
@media (min-width: 1200px){
	.advantages {
		display: flex;
		align-items: center;
	}
}

/* Card */
.uk-card-header {
    padding: 15px 30px;
	background-color: #82e6ce;
}
.uk-card-default {
    color: #212121;
}
.uk-card-body {
	padding: 20px;
}
#advantages .uk-card-title {
	font-size: 25px;
	line-height: 1.2;
}
.uk-card-primary {
    background-color: rgba(130, 230, 206, .5);
}
.uk-card-primary::after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 2px dashed #fff;
	pointer-events: none;
}
.uk-card-primary > :not([class*="uk-card-media"]) h2 {
	color: #212121;
}
.uk-card-primary > :not([class*="uk-card-media"]) {
	color: #212121;
}

/* Fotter */
.tm-footer .uk-section {
	padding: 20px;
}
.uk-nav-header {
    text-transform: none;
    font-size: 18px;
	font-weight: 600;
}
.uk-nav-default > li > a {
	font-size: 17px;
	line-height: 25px;
	transition: .1s ease-in-out;
}
.uk-nav-default > li > a:focus,
.uk-nav-default > li > a:hover {
    color: #82e6ce;
}
.payment {
    display: block;
    width: 28px;
    padding: 3px;
    background-color: #fff;
    border-radius: 500px;
    height: 28px;
    line-height: 28px;
}
.tm-footer {
	position: relative;
}
.section-footer-bg {
    position: relative;
    width: calc(100% - 800px);
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1200px;
    top: 20px;
}
.section-footer-bg >.first {
	right: 100%;
	position: absolute;
	top: 100%;
	transform: translateY(-100%);
	margin-right: 40px;
}
.section-footer-bg >.second {
	left: 100%;
	position: absolute;
	top: 100%;
	transform: translateY(-100%);
	margin-left: 40px;
}

/* All */
.uk-input, .uk-select, .uk-textarea {
    color: #212121;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    color: #212121;
    border-color: #82e6ce;
}
@media (max-width: 1279px){
	.uk-container .uk-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width: 639px){
	.uk-padding {
		padding: 20px;
	}
}
.uk-text-bold {
    font-weight: 400;
}
.uk-text-bolder {
    font-weight: 600;
}

.uk-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: 16px;
}
.uk-overlay {
    padding: 10px 10px;
}
.uk-link, a {
    color: #82e6ce;
	transition: .1s ease-in-out;
}
.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover, a:hover {
	color: #82e6ce;
}
.uk-label {
    padding: 2px 15px;
    border-radius: 500px;
	text-transform: none;
}
.uk-lightbox.uk-open {
    display: block;
    opacity: 1;
}
.uk-overflow-hidden {
    overflow: hidden;
}
.uk-lightbox {
    background: rgba(0,0,0,.5);
}
.uk-text-lead {
    font-size: 20px;
    color: #212121;
    font-weight: 600;
}
[class*="uk-inline"] {
    width: 100%;
}
.uk-form-label {
    color: #212121 !important;
    font-size: 16px;
	font-weight: 600;
}
.uk-width-small {
    width: 130px;
}
.uk-checkbox:checked,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate,
.uk-checkbox:indeterminate:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:checked,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:checked:focus,
.uk-radio:checked,
.uk-radio:checked:focus  {
    background-color: #82e6ce;
}
.uk-checkbox:focus, .uk-radio:focus {
    border-color: #82e6ce;
}
.uk-padding-small {
  padding: 20px;
}