/*!
Theme Name: Artbeton
Theme URI: http://underscores.me/
Author: Anika Creative Studio
Author URI: https://anika-cs.by/
Description: Artbeton Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artbeton
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}






/* !!!!!!!!! Main styles !!!!!!!!! */

body {
    /*font-family: 'Roboto', 'Arial', sans-serif;*/	
    font-family: 'Roboto Condensed', 'Arial', sans-serif;	
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
	position: absolute;

	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;

	white-space: nowrap;

	clip-path: inset(100%);
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.main-container {
	max-width: 1400px;
	
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.order-button {
	display: inline-block;
	
	padding: 0;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 50px;
	padding-right: 50px;
	
	border: none;
	border-radius: 3em;
	
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	
	background-color: #FFDF01;
	
	cursor: pointer;
	
	transition: all 0.2s ease-in-out;
	
	outline: none;
}

.order-button:hover,
.order-button:focus {
	background-color: #ffd33b;
}

.site-header__wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-color: #FFFBFB;
}

@media(max-width: 800px) {
	.site-header__wrapper {
		display: none;
	}
}

/* header-top */

.header-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.header-top__site-logo {
	padding-right: 10px;
}

.header-top__logo-image {
	width: 150px;
	height: auto;
}

@media(max-width: 1100px) {
	.header-top__logo-image {
		width: 120px;
	}
}

@media(max-width: 1050px) {
	.header-top__logo-image {
		width: 150px;
	}
}

.header-top__wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
}

@media(max-width: 1050px) {
	.header-top__wrapper {
		flex-wrap: wrap;
	}
}

.header-top__site-description,
.header-top__contacts,
.header-top__search-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
	flex-basis: 100%;
	
	padding: 0 10px;
	
	border-left: 1px solid #8C8C8C;
}

@media(max-width: 1050px) {
	.header-top__site-description,
	.header-top__contacts,
	.header-top__search-block {
		flex-basis: auto;
	}
	
	.header-top__contacts,
	.header-top__search-block {
		flex-grow: 1;
	}
	
	.header-top__contacts {
		border: none;
	}
}

.header-top__site-description {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media(max-width: 1050px) {
	.header-top__site-description {
		width: 100%;
		margin-bottom: 10px;
		
		border: none;
	}
	
	.header-top__site-description br {
		display: none;
	}
}

.header-top__description-text {
	margin: 0;
	
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #6D2F8E;
}

@media(max-width: 1330px) {
	.header-top__description-text {
		font-size: 14px;
	}
}

@media(max-width: 1192px) {
	.header-top__description-text {
		font-size: 12px;
	}
}


@media(max-width: 1050px) {
	.header-top__description-text {
		font-size: 14px;
	}
}

.header-top__description-small {
	text-transform: none;
}

.header-top__contacts-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.header-top__search-block {
	padding-right: 0;
}

.header-top__address,
.header-top__schedule {
    margin: 0;
    padding-left: 25px;
    
    position: relative;
    
    font-size: 14px;
    line-height: 1.4;
}

@media(max-width: 1192px) {
	.header-top__address,
	.header-top__schedule {
		font-size: 12px;
	}
}

.header-top__address:before {
    content: "";
    
    display: block;
    width: 20px;
    height: 20px;
    
    position: absolute;
    left: 0;
    top: 6px;
    
    background-image: url(assets/img/location.svg);
}

.header-top__schedule:before {
    content: "";
    
    display: block;
    width: 20px;
    height: 20px;
    
    position: absolute;
    left: 0;
    top: 6px;
    
    background-image: url(assets/img/clock.svg);
}

.header-top__phone {
    width: 100%;
    margin-top: 6px;
    
    position: relative;
    
	border: 1px solid #FFDF01;
    border-radius: 35px;
	
	background-color: #ffffff;
    
    text-align: center;
    
    cursor: pointer;
    
    overflow: hidden;
	
	outline: none;
}

.header-top__phone-overlay {
    width: 100%;
	padding: 5px 0 3px 0;
    
    position: absolute;
    left: 0;
    right: 0;
	top: 0;
	bottom: 0;
	
	font-size: 14px;
    
    background-color: #FFDF01;
    border-radius: 35px;
    
    z-index: 2;    
    
    transition: 1s ease-in-out;
}

.header-top__phone:hover .header-top__phone-overlay,
.header-top__phone:focus .header-top__phone-overlay {
    left: 90%;
    
    transition: 1s ease-in-out;
}

.header-top__show-number {
	font-size: 14px;
}

@media(max-width: 1330px) {
	.header-top__show-number {
		font-size: 12px;
	}
}

@media(max-width: 1192px) {
	.header-top__show-number {
		font-size: 11px;
	}
}

.header-top__phone-link {
    display: block;
	
	padding: 5px 0 3px 0;
	
    color: #6D2F8E;
	text-decoration: none;
	font-size: 14px;	
}

.header-top__phone-link:hover,
.header-top__phone-link:focus {
	text-decoration: underline;
}

.header-top__phone-bold {
    font-weight: bold;
}

/* end header-top */

/* search-form */

.search-form__wrapper {
	position: relative;
}

.search-field {
	box-sizing: border-box;
	
	width: 100%;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 60px;
	
	font-size: 15px;
	
	border: 1px solid #C1C1C1;
	
	border-radius: 6px;
	
	outline: none;
	
	transition: all 0.5s ease;
}

.search-field:focus {
	border: 1px solid #FFDF01;
}

@media(max-width: 1192px) {
	.search-field {
		font-size: 14px;
	}
}

.search-form__button {
	position: absolute;
	right: 20px;
	top: calc(50% - 0.5em);
	
	width: 1em;
	height: 1em;
	
	border: none;
	background-color: transparent;
	background-image: url(assets/img/search-icon.svg);
	background-size: contain;
	background-position: center;
	
	cursor: pointer;
}

/* end search-form */

/* main-navigation */

@media(min-width: 801px) {
	.main-navigation {
		font-size: 14px;

		background-color: #6D2F8E;
	}
	
	.main-navigation__hamburger-wrapper {
		display: none;
	}

	.main-navigation .menu {
		list-style: none;
		margin: 0;
		padding: 0;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-end;
	}

	.main-navigation a {
		display: inline-block;

		padding: 15px 20px 13px 20px;

		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
		
		background-color: transparent;
				
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation a:hover,
	.main-navigation a:focus {
		color: #000;
		
		background-color: #FFDF01;
	}
	
	.main-navigation .current-menu-item > a {
		color: #000;
		
		background-color: #FFDF01;
	}

	.menu-item-home a {
		font-size: 0;
	}

	.menu-item-home a::before {
		content: '\f015';
		font-size: 16px;
		line-height: 1;
		font-family: "Font Awesome 5 Free";
	}

	.menu-item-has-children {
		position: relative;
	}

	.menu-item-has-children > a::after {
		content: "";

		display: inline-block;
		transform: rotate(45deg);

		box-sizing: border-box;

		width: 0.5em;
		height: 0.5em;

		margin-left: 10px;
		margin-bottom: 4px;

		border-bottom: 2px solid #ffffff;
		border-right: 2px solid #ffffff;		
		
		transition: all 0.5s ease;
	}
	
	.menu-item-has-children > a:hover::after,
	.menu-item-has-children > a:focus::after,
	.main-navigation .current-menu-item > a::after {
		border-bottom: 2px solid #000000;
		border-right: 2px solid #000000;
	}
	
	.sub-menu-toggle {
		display: none;
	}

	.sub-menu {
		list-style: none;

		padding: 0;

		z-index: 9999;

		color: #000000;	
	}
	.sub-menu a {
		box-sizing: border-box;
		width: 100%;

		padding: 10px 20px 8px;

		color: #000000;
		font-size: 12px;
		white-space: nowrap;
	}

	.main-navigation li:hover {
		background: #FFDF01;
		cursor: pointer;
		color: #000;
	}

	.main-navigation li:hover a {
		color: #000;
	}
	
	.main-navigation li:hover a::after {
		border-bottom: 2px solid #000000;
		border-right: 2px solid #000000;
	}

	.main-navigation ul li ul {
		background: #F1F1F1;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		transition: all 0.5s ease;
		left: 0;
		display: none;
	}

	.main-navigation .sub-menu .sub-menu {
		background: #F1F1F1;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		transition: all 0.5s ease;
		top: 0;
		left: 100%;
		display: none;
	}
	
	.main-navigation .sub-menu li:hover .sub-menu,
	.main-navigation .sub-menu li a:focus + .sub-menu {
		visibility: visible;
		opacity: 1;
		display: block;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li ul:hover {
		visibility: visible;
		opacity: 1;
		display: block;
	}

	.main-navigation ul li ul li {
		width: 100%;
	}
	
	.main-navigation .sub-menu.sub-menu-show {
		visibility: visible;
		opacity: 1;
		display: block;
	}
}

@media(max-width: 800px) {
	.menu-mobile__hidden {
		display: none;
	}
	
	.main-navigation {
		font-size: 14px;

		background-color: #6D2F8E;
	}
	
	.main-navigation__hamburger-wrapper {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-end;
		justify-content: space-between;
		align-items: center;
	}
	
	.main-navigation__logo-wrap {
		width: 50px;
		height: 40px;
	}
	
	.main-navigation .main-navigation__logo-link {
		display: inline;
		
		padding: 0;
		
		border: none;
	}
	
	.main-navigation .main-navigation__logo-link:hover,
	.main-navigation .main-navigation__logo-link:focus {
		background-color: transparent;
	}
	
	.main-navigation__logo-image {
		width: 100%;
		height: auto;
	}
	
	.main-navigation .hamburger {
		display: block;
		
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 13px;
		
		outline: none;
	}
	
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		background-color: #ffffff;
	}
	
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
		background-color: #ffffff;
	}
	
	.main-navigation__menu-container {
		padding: 0;
	}
	
	.main-navigation ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.main-navigation a {
		box-sizing: border-box;
		
		width: 100%;
		display: block;

		padding: 15px 20px 13px 20px;

		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
		
		border-top: 1px solid #ffffff;
	}
	
	.main-navigation .sub-menu a {
		padding-left: 40px;
		
	}
	
	.main-navigation .sub-menu .sub-menu a {
		padding-left: 60px;
		
	}
	
	.menu-item-has-children {
		position: relative;
	}
	
	.sub-menu-toggle {
		position: absolute;
		top: 0;
		right: 20px;
		
		width: 45px;
		height: 45px;
		
		background-color: transparent;
		
		border: none;
		
		cursor: pointer;
	}
	
	.menu-item-has-children > .sub-menu-toggle::after {
		content: "";

		display: inline-block;
		transform: rotate(45deg);
		
		position: absolute;
		top: 18px;
		right: 19px;

		box-sizing: border-box;

		width: 0.5em;
		height: 0.5em;

		margin-left: 10px;
		margin-bottom: 4px;

		border-bottom: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
	}

	.main-navigation a:hover,
	.main-navigation a:focus {
		background-color: #FFDF01;
		
		color: #000;
	}
	
	.main-navigation .current-menu-item > a {
		background-color: #FFDF01;
		
		color: #000;
	}

	
	.menu-item-home {
		width: 100%;
	}
	
	.menu-item-home a {
		font-family: 'Roboto', 'Arial', sans-serif;
		
		font-weight: normal;
		font-size: 14px;
	}

	.menu-item-home a::before {
		display: none;
	}	
	
	.sub-menu-hide {
		display: none;
	}
}

/* end main-navigation */

/* price_block */

.price-block {
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-bottom: 1px solid #e8e8e8;
}

.price-block__wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.price-block__text {
	flex-grow: 1;
	
	margin: 0;
	
	font-family: 'Oswald', 'Arial', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	margin-top: 7px;
}

.price-block__text-small {
	color: #6D2F8E;
}

.price-block__button-wrapper {
	flex-grow: 1;
	
	text-align: right;
	
	border-left: 1px solid #e8e8e8;
}

.price-block__button {
	display: inline-block;
	
	padding: 10px 30px 8px 30px;
	
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	
	border-radius: 4px;
	
	border: 1px solid #6D2F8E;
	
	background-color: #6D2F8E;
	transition: all 0.2s linear;
}

.price-block__button:hover,
.price-block__button:focus {
	border: 1px solid #eeeeee;
	
	color: #6f6f6f;
	
	background-color: #ffffff;
	
	transition: all 0.2s linear;
}

.price-block__button-icon {
	margin-right: 10px;
}

@media(max-width: 1000px) {
	.price-block {
		padding-top: 6px;
		padding-bottom: 6px;

		border-bottom: 1px solid #e8e8e8;
	}
	
	.price-block__text {
		font-size: 16px;
	}
	
	.price-block__button {
		font-size: 12px;
	}
}

@media(max-width: 800px) {
	.price-block__wrapper {
		justify-content: space-between;
	}
	
	.price-block__text {
		flex-grow: 0;
		
		font-size: 18px;
	}
	
	.price-block__desktop-text {
		display: none;
	}
	
	.price-block__button-wrapper {
		flex-grow: 0;
		
		border: none;
	}
}

@media(max-width: 500px) {
	
	.price-block__text {
		font-size: 14px;
	}
	
	.price-block__button {
		padding: 8px 15px 6px 15px;
	}
}

@media(max-width: 370px) {
	.price-block__wrapper {
		justify-content: center;
	}
	
	.price-block__text {
		display: none;
	}
}

/* end price_block */

/* main-slider */

.main-slider__wrapper {
	position: relative;
}

.main-slider__item {	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-slider__inem-wrap {
	position: relative;
	
	height: 500px;
}

.main-slider__text-wrap {
	position: absolute;
	
	bottom: 50px;
	
	padding: 25px;
	
	background-color: rgba(108, 47, 142, 0.81);
}

.main-slider__item-title {
	margin: 0;
	margin-bottom: 20px;
	
	font-size: 35px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #ffffff;
}

.main-slider__item-title-small {
	text-transform: lowercase;
}

.main-slider__item-link {
	font-size: 18px;
	color: #FFDF01;
	text-decoration: none;
	
	transition: all 0.2s ease-in-out;
}

.main-slider__item-link:hover,
.main-slider__item-link:focus {
	text-decoration: underline;
}

.main-slider__wrapper .owl-dots {
	position: absolute;
	
	width: 100%;
	
	bottom: 15px;
	
	text-align: center;
}

.main-slider__wrapper button.owl-dot {
	box-sizing: border-box;
	
	width: 20px;
	height: 20px;
	
	margin-left: 5px;
	margin-right: 5px;
	
	border-radius: 50%;
	border: 5px solid #ffffff;
	
	background-color: #ffffff;
	
	outline: none;
	
	transition: all 0.2s ease-in-out;
}

.main-slider__wrapper button.owl-dot.active {	
	background-color: #FFDF01;
}

@media (max-width: 1300px) {
	.main-slider__inem-wrap {
		height: 400px;
	}
	
	.main-slider__item-title {
		font-size: 28px;
	}
	
	.main-slider__item-link {
		font-size: 16px;
	}
}

@media (max-width: 1000px) {
	.main-slider__inem-wrap {
		height: 350px;
	}
	
	.main-slider__item-title {
		font-size: 24px;
	}
}

@media (max-width: 800px) {
	.main-slider__inem-wrap {
		height: 300px;
	}
	
	.main-slider__text-wrap {
		left: 20px;
		right: 20px;
	}
	
	.main-slider__item-title {
		font-size: 20px;
	}
	
	.main-slider__item-link {
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	.main-slider__inem-wrap {
		height: 300px;
	}
	
	.main-slider__item-title {
		font-size: 18px;
	}
}

/* end main-slider */

/* consultation-block */

.consultation-block {
	padding-top: 20px;
	padding-bottom: 20px;
	
	background: linear-gradient(184.53deg, #702F8F 13.09%, #55308A 80%);
}

.consultation-block__description-small {
	margin: 0;
	margin-bottom: 10px;
	
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}

.consultation-block__description-big {
	margin: 0;
	margin-bottom: 20px;
	
	color: #ffffff;
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.consultation-block__form-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}

.consultation-block__form-item {
    width: 30%;
}

.consultation-block__form-item input.wpcf7-text {
    box-sizing: border-box;
    
    width: 100%;
    
	padding: 0;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-right: 30px;
	
	font-size: 16px;
	
	border: 1px solid #C1C1C1;
	border-radius: 6px;
	
	outline: none;
}

.consultation-block__form-item input.wpcf7-text:focus {
	border: 1px solid #E3B100;
}

.consultation-block__form-item .wpcf7-submit {
    box-sizing: border-box;
    
    width: 100%;
    
	padding: 0;
	padding-top: 10px;
	padding-bottom: 8px;
	
	border: none;
	border-radius: 3em;
	
	color: #545454;
	font-size: 16px;
	text-transform: uppercase;
	
	background-color: #FFDF01;
	
	cursor: pointer;
	
	transition: all 0.2s ease-in-out;
	
	outline: none;
}

.consultation-block__form-item .wpcf7-submit:hover,
.consultation-block__form-item .wpcf7-submit:focus {
	background-color: #ffd33b;
}

@media (max-width: 900px) {
    .consultation-block__form-item input.wpcf7-text {
        font-size: 14px;
        
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .consultation-block__form-item .wpcf7-submit {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .consultation-block__form-wrapper {
        display: block;
    }
    
   .consultation-block__form-item {
        width: 100%;
       
       margin-bottom: 15px;
    }
    
    .consultation-block__form-item:last-child {
        margin-bottom: 0;
    }
}

/* end consultation-block */

/* technology-block */

.technology-block__title {
	text-align: center;
	font-size: 26px;
}

.technology-block__main {
	padding-top: 40px;
	padding-bottom: 20px;
	
	background-color: #F4F4F4;
}

.technology-block__main-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.technology-block__item {
	position: relative;
	
	box-sizing: border-box;
	width: calc( ( 100% - 100px ) / 3 );
	margin-bottom: 20px;
	padding-left: 80px;
	padding-top: 10px;
	
	text-align: justify;
}

.technology-block__item:nth-child(3n-1) {
	margin-left:50px;
	margin-right:50px;
}

.technology-block__item::before {
	content: "";
	
	position: absolute;
	left: 0;
	top: 0;
	
	display: block;
	width: 60px;
	height: 60px;
	
	background-color: #6D2F8E;	
	background-position: center;
	background-repeat: no-repeat;
	
	border-radius: 50%;
}

.technology-block__item:nth-child(1)::before {
	background-image: url(assets/img/rocket-icon.svg);
}

.technology-block__item:nth-child(2)::before {
	background-image: url(assets/img/square-icon.svg);
}

.technology-block__item:nth-child(3)::before {
	background-image: url(assets/img/factory-icon.svg);
}

.technology-block__item:nth-child(4)::before {
	background-image: url(assets/img/award-icon.svg);
}

.technology-block__item:nth-child(5)::before {
	background-image: url(assets/img/papers-icon.svg);
}

.technology-block__item:nth-child(6)::before {
	background-image: url(assets/img/like-icon.svg);
}

.technology-block__item-title {
	margin: 0;
	
	font-size: 18px;
}

.technology-block__item-text {
	margin: 0;
	
	font-size: 16px;
}

@media(max-width: 1200px) {
	.technology-block__item {		
		padding-left: 60px;
		padding-top: 10px;
	}

	.technology-block__item::before {
		width: 45px;
		height: 45px;
	}
}
	
@media(max-width: 1000px) {
	.technology-block__title {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.technology-block__main-wrapper {
		justify-content: space-between;
	}
	
	.technology-block__item {
		width: 48%;
		margin-bottom: 30px;
	}

	.technology-block__item:nth-child(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}
}
	
@media(max-width: 800px) {
	.technology-block__main {
		padding-top: 20px;
		padding-bottom: 0;
	}
}
	
@media(max-width: 650px) {
	.technology-block__main {
		padding-bottom: 20px;
	}
	
	.technology-block__main-wrapper {
		display: block;
	}
	
	.technology-block__item {
		width: 100%;
	}
	
	.technology-block__item:last-child {
		margin-bottom: 0;
	}
}

/* end technology-block */

/* order-block */

.order-block {
	padding-top: 40px;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.order-block::after {
	content: "";
	
	display: block;
    
    margin-top: 40px;
	
	height: 29px;
	
	background: url(assets/img/waves-bg.svg) repeat-x left bottom;
}


.order-block__wrapper {
	box-sizing: border-box;
	
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
	
	text-align: center;	
    
    background-color: #702F8F;
}

.order-block__wrapper-inner {
    padding: 30px;
    
    border: 4px solid #C0C0C0;
}

.order-block__title {
	margin: 0;
	margin: 0;
	margin-bottom: 30px;
	
	color: #ffffff;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
}

.order-block__button {
    display: inline-block;
	
	width: 300px;
	max-width: 85%;
	padding-top: 14px;
	padding-bottom: 10px;
	
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-size: 20px;
    font-weight: bold;
	
	background-color: #FFDF01;
	
	border-radius: 10px;
	
	transition: all 0.2s ease-in-out;
}

.order-block__button:hover,
.order-block__button:focus {
	background-color: #ffd33b;
}

@media(max-width: 800px) {
	.order-block {
		padding-top: 20px;
	}
    
    .order-block::after {
        margin-top: 20px;
    }
}

@media(max-width: 700px) {
	.order-block__title {
		font-size: 22px;
	}
}

/* end order-block */

/* about-block */

.about-block {
	margin-top: -1px;
    padding-top: 20px;
    padding-bottom: 30px;
	
	background-color: #ffffff;
}

.about-block__wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: space-between;
}

.about-block__image-wrap {
    width: 24%;    
    
	margin-right: 20px;
}

.about-block__image {
    width: 100%;
    height: auto;
}

.about-block__content-wrap {
    width: 74%;
}

.about-block__header {
    margin-bottom: 20px;
}

.about-block__title {
	margin: 0;
	margin-bottom: 10px;
	
	text-transform: uppercase;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.about-block__description {
	margin: 0;
	margin-bottom: 10px;
	
	text-transform: uppercase;
	font-size: 22px;
	color: #CBCBCB;
}

.about-block__header::after {
	content: "";
	
	display: block;
	
	width: 130px;
	height: 2px;
	
	background-color: #C0C0C0;
}

.about-block__text {
    margin: 0;
    margin-bottom: 20px;
    
	font-size: 16px;
	line-height: 1.4;
	text-align: justify;
}

.about-block__more-link {
    display: inline-block;
	
	padding-top: 10px;
	padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
	
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
    font-weight: bold;
	
	background-color: #6d2f8e;
	
	border-radius: 8px;
	
	transition: all 0.2s ease-in-out;
}

.about-block__more-link:hover,
.about-block__more-link:focus {
	background-color: #9f56c7;
}

@media (max-width: 1000px) {
    .about-block__image-wrap {
        display: none;
    }
    
    .about-block__content-wrap {
        width: 100%;
    }
}

/* end about-block */

/* call-block */

.call-block {	
	padding-top: 30px;
	padding-bottom: 10px;
	
	text-align: center;
	
	border-top: 2px solid #B6B6B6;
}

.call-block__title {
	margin: 0;
	margin-bottom: 30px;
	
	font-size: 26px;
	font-weight: bold;
	color: #C0C0C0;
}

.call-block__title-color {
	color: #000000;
}

.call-block__buttons-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.call-block__phone-button {
	display: block;
	
	box-sizing: border-box;
	
	position: relative;
	
	width: 250px;
	max-width: 85%;
	
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
	
	padding-top: 14px;
	padding-bottom: 10px;
	padding-left: 40px;
	
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-size: 20px;
	
	background-color: #ffffff;
	
	border-radius: 10px;
	border: 1px solid #802F92;
	
	transition: all 0.2s ease-in-out;
}

.call-block__phone-button .call-block__phone-icon {
	content: "";
	
	margin-right: 20px;
	
	position: absolute;
	left: 14px;
	top: 8px;
	
	width: 40px;
	height: 30px;
	vertical-align: middle;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.call-block__phone-button:hover,
.call-block__phone-button:focus {
	background-color: #FFDF01;
}

/* end call-block */

/* map-block */

.map-block {
	padding-top: 20px;
	margin-bottom: 20px;
}

/* end map-block */

/* contacts-block */

.contacts-block__double-header::after {
	position: static;
}

.contacts-block__double-header .double-header__description {
	font-size: 32px;
	text-transform: none;
}

.contacts-block a {
	color: #6D2F8E;
	text-decoration: none;
	
	transition: all 0.2s ease-in-out;
}

.contacts-block a:hover,
.contacts-block a:focus {
	text-decoration: underline;
}

.contacts-block__address::before {
	content: "";
	
	display: inline-block;
	margin-right: 5px;
	
	width: 1em;
	height: 1em;
	
	background-image: url(assets/img/location-icon.svg);
	background-position: center;
	background-size: contain;
}

.contacts-block__phone::before {
	content: "";
	
	display: inline-block;
	margin-right: 5px;
	
	width: 1em;
	height: 1em;
	
	background-image: url(assets/img/phone-icon.svg);
	background-position: center;
	background-size: contain;
}

.contacts-block__phone-city::before {
	content: "";
	
	display: inline-block;
	margin-right: 5px;
	
	width: 1em;
	height: 1em;
	
	background-image: url(assets/img/telephone-of-old-icon.svg);
	background-position: center;
	background-size: contain;
}

.contacts-block__email::before {
	content: "";
	
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -2px;
	
	width: 1em;
	height: 1em;
	
	background-image: url(assets/img/email-icon.svg);
	background-position: center;
	background-size: contain;
}

/* end contacts-block */

/* search-result */

.search-result {
	margin-bottom: 20px;
}

.search-result__page-header {
	margin-bottom: 20px;
	
	background: linear-gradient(to bottom, #f1f2f3, #f9f9f9);
	
	box-shadow: 1px 2px 5px #bcbcbc;
}

.search-result__page-title {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;	
	
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.search-result article {
	margin-bottom: 20px;
}

.search-result__post-title {
	margin: 0;
	
	font-size: 16px;
	color: #6D2F8E;
}

.search-result__post-link {
	color: inherit;
	text-decoration: none;
}

.search-result__post-link:hover,
.search-result__post-link:focus {
	text-decoration: underline;
}

.search-result .navigation h2.screen-reader-text {
	position: absolute;

	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;

	white-space: nowrap;

	clip-path: inset(100%);
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.search-result .navigation .nav-links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.search-result .navigation .nav-links .nav-next,
.search-result .navigation .nav-links .nav-previous {
	margin-right: 10px;
}

.search-result .navigation .nav-links .nav-previous {
	order: 2;
}

.search-result .navigation .nav-links a {
	display: inline-block;
    
    padding: 10px 15px;
    
    border: 1px solid #FFDF01;
    
    font-size: 15px;
    line-height: 15px;	
	text-decoration: none;
	text-transform: uppercase;
    color: #000000;
    
    transition: all 0.2s ease;
}

.search-result .navigation .nav-links a:hover,
.search-result .navigation .nav-links a:focus {
    background-color: #FFDF01;
}

.search-result__none-wrapper {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

.search-result__nothing-text {
	margin: 0;
	margin-bottom: 40px;
}

.search-result__search-field {
	box-sizing: border-box;
	
	width: 400px;
	
	padding: 10px 30px;
	
	border: 1px solid #C1C1C1;
	border-radius: 6px;
	
	font-size: 15px;
	
	outline: none;
	
	transition: all 0.5s ease;
}

.search-result__search-field:focus {
	border: 1px solid #FFDF01;
}

.search-result__search-button {
	display: inline-block;
	padding: 10px 20px;
	
	text-decoration: none;
	color: inherit;
	
	background-color: #FFDF01;
	
	border: none;
	border-radius: 3px;
	
	font-size: 15px;
	font-weight: bold;
	
	cursor: pointer;
	
	transition: all 0.2s ease-in-out;
}

.search-result__search-button:hover,
.search-result__search-button:focus {
	background-color: #ffd33b;
}

@media(max-width: 800px) {
	.search-result__search-field {
		width: 70%;
	}
}

@media(max-width: 500px) {
	.search-result__search-field {
		display: block;
		
		width: 80%;
		
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	
	.search-result__search-button {
		display: block;
		
		width: 80%;
		
		margin-left: auto;
		margin-right: auto;
	}
}

/* end search-result */

/* order-form */

.order-form p {
	margin: 0;
}

.order-form__item {
	margin-bottom: 16px;
}

.order-form__item:last-of-type {
	margin-bottom: 0;
}

.order-form__input-text {
	box-sizing: border-box;
	
	width: 100%;
	
	margin-top: 5px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 15px;
	
	border: 1px solid #C1C1C1;
	
	border-radius: 6px;
	
	outline: none;
}

.order-form__input-text:focus {
	border: 1px solid #FFDF01;
}

.order-form__input-text--area {
	height: 107px;
}

.order-form__submit-button {
	display: inline-block;
	
	padding: 0;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 50px;
	padding-right: 50px;
	
	border: none;
	border-radius: 6px;
	
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	
	background-color: #FFDF01;
	
	cursor: pointer;
	
	transition: all 0.2s ease-in-out;
	
	outline: none;
}

.order-form__submit-button:hover,
.order-form__submit-button:focus {
	background-color: #ffd33b;
}


span.wpcf7-not-valid-tip {
	display: inline-block;
	
	font-size: 13px;
}

div.wpcf7-response-output {
	margin: 0;
	
	padding: 5px;
	
	font-size: 13px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 1px solid #ff0000;
}

@media (max-width: 600px) {
	.order-form__item {
		margin-bottom: 12px;
	}
	
	.order-form__input-text {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* end order-form */

/* entry-header */

.simple-page__content-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}

.entry-header .wp-post-image {
	float: left;
	
	max-width: 50%;
	height: auto;
	
	margin-right: 20px;
	margin-bottom: 10px;
}

.page-id-34 .entry-header .wp-post-image,
.page-id-36 .entry-header .wp-post-image {
	float: left;
	
	margin-left: 0;
	margin-right: 20px;
}

.simple-page__content-wrapper .entry-header .entry-title {
	display: inline-block;
	
	margin: 0;
	margin-bottom: 10px;
}

.simple-page__content-wrapper .entry-header .entry-title::after {
	content: "";
	
	display: block;	
	
	width: 100%;
	height: 3px;
	
	margin-top: 0.2em;
	
	background-color: #cccccc;
}

@media (max-width: 1100px) {
	.entry-header .entry-title {
		display: block;
	}
	
	.entry-header .entry-title::after {
		width: 5em;
	}
}

@media (max-width: 600px) {
	.entry-header .wp-post-image {
		float: none;

		max-width: 100%;
		width: 100%;

		margin: 0;
		margin-bottom: 20px;
	}
}

/* end entry-header */

/* entry-content */

.simple-page__content-wrapper .entry-content {	
	text-align: justify;
	line-height: 1.5;
}

.simple-page__content-wrapper .entry-content h1,
.simple-page__content-wrapper .entry-content h2,
.simple-page__content-wrapper .entry-content h3,
.simple-page__content-wrapper .entry-content h4,
.simple-page__content-wrapper .entry-content h5,
.simple-page__content-wrapper .entry-content h6 {
	margin: 0;
}

.entry-content p,
.why-block__text-container p {
	margin: 0;
}

.entry-content a,
.why-block__text-container p {
	color: #000000;
	text-decoration: none;
	
	transition: all 0.2s ease-in-out;
}

.entry-content a:hover,
.entry-content a:focus,
.why-block__text-container a:hover,
.why-block__text-container a:focus {
	color: #E3B100;
}

.entry-content img,
.why-block__text-container img {
	max-width: 100%;
	height: auto;
}

.entry-content img.alignright,
.why-block__text-container img.alignright {
	float: right;
	
	max-width: 50%;
	height: auto;
	
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.entry-content img.alignleft,
.why-block__text-container img.alignleft {
	float: left;
	
	max-width: 50%;
	height: auto;
	
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (max-width: 800px) {
	.entry-content,
	.why-block__text-container {
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	.entry-content img.alignright,
	.entry-content img.alignleft,
	.why-block__text-container img.alignright,
	.why-block__text-container img.alignleft {
		float: none;
		
		max-width: 100%;
		width: 100%;
	}
}

/* end entry-content */

/* woo-cust main grid */

.woo-cust__main-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row-reverse;
	
	margin-top: 10px;
	margin-bottom: 5px;
}

.woo-cust__main-container #primary {
	box-sizing: border-box;
	
	width: 70%;
	
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.woo_cust__widget-area {
	box-sizing: border-box;
	
	width: 30%;
	
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	
	border-right: 1px solid #eee;
}

.woo_cust__widget-area {
	font-size: 15px;
    line-height: 25px;
}

.woo_cust__widget-area .widget {
	margin-bottom: 30px;
}

.woo_cust__widget-area .widget-title {
	margin: 0;
	margin-bottom: 10px;
	
	font-family: 'Oswald', 'Arial', sans-serif;
	font-size: 24px;
	font-weight: normal;
}

.woo_cust__widget-area .product-categories {
	margin: 0;
	padding: 0;
	
	list-style: none;
}

.woo_cust__widget-area .product-categories li {
	border-bottom: 1px solid #eee;
}

.woo_cust__widget-area .product-categories .children {
	margin: 0;
	padding: 0;
	
	list-style: none;
}

.woo_cust__widget-area .product-categories .children .cat-item {
	box-sizing: border-box;
	
	padding-left: 20px; !important;
}

.woo_cust__widget-area .product-categories .children .cat-item:last-child {
	padding-bottom: 0 !important;
	
	border: none;
}

.woo_cust__widget-area .widget_text p {
    margin: 0;
}

.woo_cust__widget-area a {
	color: #6D2F8E;
	text-decoration: none;
	
	transition: all 0.2s ease-in-out;
}

.woo_cust__widget-area a:hover,
.woo_cust__widget-area a:focus {
	text-decoration: underline;
}

.woocommerce-breadcrumb {
    margin-bottom: 20px;
    
    font-size: 15px;
}

.woocommerce-breadcrumb a {
    color: #6D2F8E;
}

.woocommerce-products-header__title {
    margin: 0;
    margin-bottom: 20px;
    
    font-size: 28px;
    font-weight: normal;
}

.term-description p,
.woo-cust__catalog-description {
    margin: 0;
    margin-bottom: 20px;
    
    font-size: 14px;
    line-height: 22px;
	text-align: justify;
}

@media(max-width: 800px) {
	.woo-cust__main-container {
		flex-direction: column-reverse;
	}
	
	.woo_cust__widget-area {
		width: 100%;
		
		padding: 0;

		border: none;
	}
	
	.woo_cust__widget-area .widget_text {
		display: none;
	}
	
	.woo-cust__main-container #primary {
		width: 100%;
		
		padding: 0;
	}
	
	.products-table,
	.products-table .woocommerce-loop-product__title {
		font-size: 14px;
	}
}

.woocommerce-pagination ul.page-numbers {
    list-style: none;
    
    margin: 0;
    padding: 0;
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
}

.woocommerce-pagination ul.page-numbers li {
    margin-right: 10px;
	margin-bottom: 10px;
}

.woocommerce-pagination .page-numbers a {
    text-decoration: none;
    color: #000000;
    
    transition: all 0.2s ease;
}

.woocommerce-pagination .page-numbers a:hover,
.woocommerce-pagination .page-numbers a:focus {
    background-color: #FFDF01;
}

.woocommerce-pagination ul.page-numbers .page-numbers {
    display: inline-block;
    
    padding: 10px 15px;
    
    border: 1px solid #FFDF01;
    
    font-size: 15px;
    line-height: 15px;
}

.woocommerce-pagination ul.page-numbers .current {
    background-color: #FFDF01;
}

/* woo-cust main grid */

/* woo-cust single product page */

.single-product__summary-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	margin-bottom: 20px;
}

.woocommerce-product-gallery {
	width: 40%;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce-product-gallery .flex-viewport {
	margin-bottom: 10px;
}

.woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce-product-gallery__wrapper img {
	width: 100%;
	height: auto;
}

.woocommerce-product-gallery .flex-control-nav {
	list-style: none;
	
	margin: 0;
	padding: 0;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-product-gallery .flex-control-nav li {
	width: 18.4%;
	
	margin-right: 2%;
	margin-bottom: 2%;
}

.woocommerce-product-gallery .flex-control-nav li:nth-child(5n) {
	margin-right: 0;
}

.woocommerce-product-gallery .flex-control-nav li img {
	width: 100%;
	height: auto;
	
	opacity: 0.5;
}

.woocommerce-product-gallery .flex-control-nav li img.flex-active {
	opacity: 1;
}

.single-product__summary-wrap .summary {
	width: 58%;
	
	margin-left: 2%;
}

.single-product__summary-inner-wrap {
	margin-bottom: 20px;
	
	padding-bottom: 20px;
	
	border-bottom: 1px solid #eeeeee;
}

.single-product__summary-wrap .summary .product_title {
	margin: 0;
	margin-bottom: 20px;
	
	font-size: 24px;
}

.single-product__summary-wrap .summary .price {
	margin: 0;
}

.single-product__price-wrap {
	display: inline-block;	
	
	padding: 6px 20px;
	
	font-weight: bold;
	
	background-color: #FFDF01;
}

.single-product__price-wrap--sale {
	color: #ffffff;
	
	background-color: #f00;
}

.single-product__price-wrap .price del {
	display: block;
	
	font-size: 12px;
}

.single-product__price-wrap .price ins {
	display: block;
	
	text-decoration: none;
}

.single-product__summary-wrap .woocommerce-product-details__short-description {
	margin-top: 20px;
	
	text-align: justify;
}

.single-product__summary-wrap .woocommerce-product-details__short-description p {
	margin: 0;
	margin-bottom: 10px;
}

.single-product__summary-wrap .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

.single-product__summary-wrap .variations_form .variations .label {
	padding-right: 10px;
	
	font-weight: bold;
}

.single-product__summary-wrap .variations_form .reset_variations {
	display: none !important;
}

.single-product__summary-wrap .variations_form .single_variation_wrap {
	margin-top: 20px;
}

.single-product__summary-wrap .variations_form .woocommerce-variation-price {
	display: inline-block;	
	
	padding: 6px 20px;
	
	font-weight: bold;
	
	background-color: #FFDF01;
}

.single-product__summary-wrap .variations_form .woocommerce-variation-price .price del {
	display: block;
	
	font-size: 12px;
}

.single-product__summary-wrap .variations_form .woocommerce-variation-price .price ins {
	text-decoration: none;
}

.sinle-product__order-button-wrapper {
	margin-top: 20px;
	
	text-align: center;
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	
	margin: 0;
	padding: 0;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	
	border-bottom: 1px solid #eeeeee;
}

.woocommerce-tabs ul.tabs li {
	margin-right: 5px;
}

.woocommerce-tabs ul.tabs li a {
	position: relative;
	
	display: block;
	
	box-sizing: border-box;
	
	height: 100%;
	
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	
	background-color: #eeeeee;
	
	border-radius: 3px 3px 0 0;
	
	text-decoration: none;
	color: #515151;
	font-weight: bold;
}

.woocommerce-tabs ul.tabs li.active a {
	background-color: #FFDF01;
	
	color: #000000;
}

.woocommerce-tabs ul.tabs li.active a::before {
	content: "";
	
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 3px;
	
	background-color: #6D2F8E;
	
	border-radius: 3px 3px 0 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
	font-size: 24px;
}

.woocommerce table.shop_attributes {
	width: 100%;
	
	border-collapse: collapse;
}

.woocommerce div.product .woocommerce-tabs .shop_attributes th,
.woocommerce div.product .woocommerce-tabs .shop_attributes td {
	padding: .5em .5em .5em .9em;
	
	border: 1px solid #eeeeee;
	
	text-align: left;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background-color: rgba(0,0,0,.025);
}

.woocommerce div.product .woocommerce-tabs .shop_attributes th {
	width: 30%;
}

.woocommerce div.product .woocommerce-tabs .shop_attributes p {
	margin: 0;
	
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs .shop_attributes a {
	text-decoration: none;
	color: inherit;
}

.woocommerce-Tabs-panel--description {
	text-align: justify;
}

.woocommerce-Tabs-panel--description p {
	margin-bottom: 10px;
}

.woocommerce-Tabs-panel--description p:last-child {
	margin: 0;
}

@media (max-width: 1200px) {
	.single-product__summary-wrap .summary .product_title {
		font-size: 20px;
	}
	
	.single-product__summary-wrap .summary .price {
		font-size: 14px;
	}
	
	.woocommerce-tabs {
		font-size: 14px;
	}
	
	.woocommerce-tabs .woocommerce-Tabs-panel h2 {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.single-product__summary-wrap {
		display: block;
	}
	
	.woocommerce-product-gallery {
		width: 100%;
		
		margin-bottom: 20px;
	}
	
	.single-product__summary-wrap .summary {
		width: 100%;
		
		margin-left: 0;
	}
	
	.single-product__summary-inner-wrap {
		
	}
}

/* end woo-cust single product page */

/* woo-cust products grid */

.woo-cust__main-container ul.products {
	list-style: none;
	
	margin: 0;
	padding: 0;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.woo-cust__main-container ul.products li.product {
	box-sizing: border-box;
	
	position: relative;
	
	width: 32%;
	
	margin-right: 2%;
	margin-bottom: 2%;
	
	border: 1px solid #eeeeee;
}

.woo-cust__main-container ul.products li.product:nth-child(3n) {
	margin-right: 0;
}

.woo-cust__main-container ul.products li.product img.attachment-woocommerce_thumbnail {
	display: block;
	
	width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	.woo-cust__main-container ul.products li.product {
		width: 32%;

		margin-right: 2%;
		margin-bottom: 2%;
	}

	.woo-cust__main-container ul.products li.product:nth-child(4n) {
		margin-right: 2%;
	}

	.woo-cust__main-container ul.products li.product:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 900px) {
	.woo-cust__main-container ul.products li.product {
		width: 48.5%;

		margin-right: 3%;
		margin-bottom: 3%;
	}

	.woo-cust__main-container ul.products li.product:nth-child(3n) {
		margin-right: 3%;
	}

	.woo-cust__main-container ul.products li.product:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 800px) {
	.woo-cust__main-container ul.products li.product {
		width: 32%;

		margin-right: 2%;
		margin-bottom: 2%;
	}

	.woo-cust__main-container ul.products li.product:nth-child(2n) {
		margin-right: 2%;
	}

	.woo-cust__main-container ul.products li.product:nth-child(3n) {
		margin-right: 0;
	}
}


@media (max-width: 600px) {
	.woo-cust__main-container ul.products li.product {
		width: 48.5%;

		margin-right: 3%;
		margin-bottom: 3%;
	}

	.woo-cust__main-container ul.products li.product:nth-child(3n) {
		margin-right: 3%;
	}

	.woo-cust__main-container ul.products li.product:nth-child(2n) {
		margin-right: 0;
	}
}


@media (max-width: 400px) {
	.woo-cust__main-container ul.products li.product {
		width: 100%;

		margin-right: 0;
		margin-bottom: 20px;
	}

	.woo-cust__main-container ul.products li.product:nth-child(3n) {
		margin-right: 0;
	}
}

/* end woo-cust products grid */

/* woo-cust product item */

.product-item__wrap {
	position: relative;
}

.product-item__price-wrap {
	position: absolute;
	
	top: 10px;
	right: 0;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 20px;
	
	color: #000000;
	white-space: nowrap;
	line-height: 1.4;
	font-weight: bold;
	text-align: right;
	
	border-radius: 4em 0 0 4em;
	
	background-color: #FFDF01;
}

.product-item__price-wrap--sale {
	color: #fff;
	
	background-color: #f00;
}

.product-item__price-wrap .price del {
	display: block;
	
	font-size: 12px;
}

.product-item__price-wrap .price ins  {
	display: block;
	
	text-decoration: none;
}

.product-item__summary-wrap {
	box-sizing: border-box;
	
	position: absolute;
	bottom: 0;
	
	z-index: 2;
	
	width: 100%;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	text-align: center;
	color: #ffffff;
	
	background-color: rgba(109, 47, 142, 0.75);
	
	transition: all 0.2s ease-in-out;
}

li.product:hover .product-item__summary-wrap,
li.product .woocommerce-loop-product__link:focus .product-item__summary-wrap {
	background-color: rgba(109, 47, 142, 0.9);
}

.product-item__title-link {
	color: inherit;
	text-decoration: none;
	
	transition: all 0.2s ease-in-out;
}

.product-item__title-link:hover,
.product-item__title-link:focus {
	text-decoration: underline;
}

.woocommerce-loop-product__title {
	margin: 0;
	margin-bottom: 6px;
	
	font-size: 15px;
}

.product-item__attributes {
	margin-bottom: 10px;
}

.product-item__more-button {
	box-sizing: border-box;
	
    display: inline-block;
	
	max-width: 85%;
	
	padding-top: 8px;
	padding-bottom: 6px;
	padding-right: 18%;
	padding-left: 18%;
	
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-size: 14px;
    font-weight: bold;
	
	background-color: #ffffff;
	
	border-radius: 10px;
	
	transition: all 0.2s ease-in-out;
}

.product-item__more-button:hover,
.product-item__more-button:focus {
	background-color: #ffd33b;
}


.product-item__summary-wrap .price {
	font-size: 14px;
}

@media (max-width: 1200px) {
	.woocommerce-loop-product__title {
		font-size: 14px;
	}
}

/* end woo-cust product item */






/* site-footer */

/* site-footer always below */

html {
	height: 100%;
}

body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	
	height: 100%;
}

.site-footer {
	margin-top: auto;
}

/* end site-footer always below */

.site-footer {
	padding-top: 12px;
	padding-bottom: 12px;
	
	background: linear-gradient(180deg, #872F93 0%, #243182 176.7%);
	
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

.site-footer a {
	color: #ffffff;
	text-decoration: none;
}


.site-footer a:hover,
.site-footer a:focus {
	text-decoration: underline;
}

.site-footer__block-text {
	margin: 0;
}

.site-footer__copyright {
	margin-bottom: 10px;
}

.site-footer__wrapper-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	
	padding-bottom: 5px;
}

.site-footer__block-title {
	margin: 0;
	margin-bottom: 4px;
	
	text-transform: uppercase;
	font-size: 14px;
}

.site-footer__address {
	width: 18%;
}
.site-footer__schedule {
	width: 14%;
}

.site-footer__phones {
	width: 14%;
}

.site-footer__phone {
	margin: 0;
}

.site-footer__props {
	width: 45%;
}

.site-footer__wrapper-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	
	padding-top: 5px;
	
	border-top: 1px solid #ffffff;
}

.site-footer__copy {
	margin: 0;
	margin-right: 40px;
}

.site-footer__developer {
	margin: 0;
	
	text-align: right;
}

@media(max-width: 1200px) {
	.site-footer {
		font-size: 12px;
		line-height: 18px;
	}
}

@media(max-width: 1000px) {
	.site-footer__wrapper-top {
		flex-wrap: wrap;
	}
	
	.site-footer__address {
		width: 30%;
	}

	.site-footer__schedule {
		width: 30%;
	}

	.site-footer__phones {
		width: 30%;
	}

	.site-footer__props {
		width: 100%;
		
		margin-top: 10px;
	}
}

@media(max-width: 800px) {
	.site-footer__wrapper-bottom {
		display: block;
		
		text-align: center;
	}

	.site-footer__copy {
		margin-right: 0;
		margin-bottom: 5px;
	}


	.site-footer__developer {
		margin: 0;

		text-align: center;
	}
	
}

@media(max-width: 500px) {
	.site-footer__wrapper-top {
		display: block;
	}
	
	.site-footer__address {
		width: 100%;
		
		margin-top: 10px;
	}

	.site-footer__schedule {
		width: 100%;
		
		margin-top: 10px;
	}

	.site-footer__phones {
		width: 100%;
		
		margin-top: 10px;
	}

	.site-footer__props {
		width: 100%;
		
		margin-top: 10px;
	}
}

/* end site-footer */
