/*!
Theme Name: cement
Theme URI: http://underscores.me/
Author: Mishchenko Vadym
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cement
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cement is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! 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.
*/

@import url(assets/fonts/MuseoSans/stylesheet.css);
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* 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;
}
*:focus, button:focus, input:focus, textarea:focus, a:focus{
	outline: none;
}
/* Grouping content
========================================================================== */

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

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
* 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
* 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;
	font-size: 1em;
}

/**
* 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

button, input {
	overflow: visible;
}

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

button, select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* 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;
	padding: 0;
}

/**
* 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;
	outline-offset: -2px;
}

/**
* 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;
	font: inherit;
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

dfn, cite, em, i {
	font-style: italic;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*, *::before, *::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*my*/

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Museo Sans Cyrl 300';
	font-weight: 300;
}

h1, h2, h3, .title, .title a, #o-nas li a, #calc-main .select li span, #calc-main .select li a, .home-head .tel-head a, .h_menu_lang a, .contact-info .tel, .contact-info .mail, .contact-info .adress, #contact-form .tel, #contact-form .mail, #contact-form .adress {
	font-family: 'Museo Sans Cyrl 500';
	font-weight: 500;
}

b, strong {
	font-family: 'Museo Sans Cyrl 700';
	font-weight: 700;
}

#page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}

a, a:hover, a:focus {
	text-decoration: none;
}

a {
	cursor: pointer;
	transition: 0.3s;
}

img {
	max-width: 100%;
}

ul {
	list-style-type: none;
}

p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #2D3452;
	margin-bottom: 20px;
}

h1 {
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
	line-height: 72px;
	color: #2D3452;
}

.archive h1 {
	margin-bottom: 80px;
}

.article h1 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 30px;
}

.article .date {
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 23px;
	color: #969AA9;
	margin-bottom: 40px;
}





.article {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(45, 52, 82, 0.2);
	margin-bottom: 45px;
}

.mb-news {
	margin-bottom: 100px;
}

input[type="submit"]:hover {
	cursor: pointer;
}

.container {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	position: relative;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

/*header*/

.header {
	padding-top: 50px;
	margin-bottom: 30px;
}

.header.home-head {
	position: relative;
	padding-bottom: 6%;
	margin-bottom: 0;
}

.fon {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
}
#video-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
	background-repeat: no-repeat ;
	background-size: cover;
	background-color: #2D3452;
}

#video-bg > video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto;
	height: auto; 
	opacity: 0.5;
}

@supports (object-fit: cover) {
	#video-bg > video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
.about_fon {
	height: 770px;
}

.about-row {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.logo_about {
	margin-top: 15%;
	width: 100%;
	text-align: center;
	margin-bottom: 90px;
}

.descr_about,
.row-head-main  .descr_about p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	max-width: 695px;
	margin-left: auto;
	margin-right: auto;
}

.logo, .header-info {
	position: absolute;
	top: 40px;
	z-index: 2;
}

.logo {
	left: 40px;
}

.header-info {
	right: 40px;
	top: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.search {
	position: relative;
	z-index: 2;
	margin-right: 30px;
}

.search:hover {
	cursor: pointer;
}

.aws-container {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
}

.aws-search-field {
	height: 45px;
	width: 100%;
	padding-left: 10px;
}

.h_menu_lang a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #2D3452;
}

.home-head .h_menu_lang a {
	color: #fff;
}

.h_menu_lang {
	width: 32px;
}

.h_menu_lang .sub-menu {
	display: none;
	margin-top: 10px;
}

.h_menu_lang .menu-item-has-children:hover .sub-menu {
	display: block;
}

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

.h_menu_lang .menu-item-has-children a::after {
	content: '';
	display: block;
	background-image: url(assets/img/arrow-blue.svg);
	width: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	height: 8px;
	position: absolute;
	right: -14px;
	top: 7px;
}

.home-head .h_menu_lang .menu-item-has-children a::after {
	background-image: url(assets/img/arrow-white.svg);
}

.h_menu_lang .current_page_item {
	display: none;
}

.head-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.head-menu li:not(:first-child) {
	padding-left: 38px;
}

.head-menu a {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #2D3452;
	padding-bottom: 4px;
}

.head-menu li:hover a {
	border-bottom: 2px solid #2D3452;
}

.home-head .head-menu a {
	color: #fff;
}

.home-head .head-menu li:hover a {
	border-color: #fff;
}

.row-head-main {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row-head-main h1 {
	font-family: 'Museo Sans Cyrl 900';
	font-style: normal;
	font-weight: normal;
	font-size: 80px;
	line-height: 96px;
	color: #fff;
	width: 100%;
	margin-top: 12%;
	margin-bottom: 30px;
}

.row-head-main p {
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 38px;
	color: #fff;
	margin-bottom: 60px;
	width: 100%;
}

.row-head-main .white-button {
	margin-right: 40px;
}

.row-message {
	justify-content: space-between;
	margin-top: 12%;
}

.row-message a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
}

.row-message a img {
	margin-right: 45px;
}

.tel-head a, .lang {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #2D3452;
	font-family: 'Museo Sans Cyrl 500';
}

.tel-head {
	margin-right: 30px;
}

.home-head .tel-head a, .home-head .lang {
	color: #fff;
}

.row.row-head {
	justify-content: space-between;
}

.cart-mini-link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.cart-mini-link img {
	margin-right: 8px;
}

.cart-tov {
	margin-right: 10px;
}

.cart_bubble {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #2F4283;
	text-align: center;
	border-radius: 50%;
}

.num.cart_bubble_in {
	font-size: 14px;
	font-family: Arial;
	color: #FFFFFF;
}

/*pagination*/

.pagin-page {
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 26px;
	color: #2D3452;
	margin-bottom: 30px;
}

.pagin-page a {
	text-decoration-line: underline;
	color: #969AA9;
}

/*buttons*/

.button-size {
	font-family: 'Museo Sans Cyrl 500';
	height: 45px;
	width: 250px;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}
.button-size:hover{
	cursor: pointer;
}
.white-button {
	background-color: #fff;
	color: #2D3452;
	border: 2px solid #fff;
}

.button-transparent {
	background-color: transparent;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	color: #fff;
}

.blue-button {
	border: 2px solid #2D3452!important;
	background: #2D3452!important;
	color: #fff;
}

/*#production-main*/

#production-main {
	padding-top: 6%;
	padding-bottom: 6%;
}

#production-main h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
	line-height: 72px;
	color: #2D3452;
	margin-bottom: 110px;
}

.products {
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.products .item {
	text-align: center;
	width: 33%;
	margin-bottom: 80px;
}

.products .thumb {
	margin-bottom: 46px;
	min-height: 240px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: center;
}

.products .thumb img {
	max-width: 200px;
}

.products .title {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #2D3452;
	margin-bottom: 18px;
}

.archive .products {
	margin-bottom: 75px;
	border-bottom: 1px solid rgba(45, 52, 82, 0.2);
}

.cat-cont {
	margin-bottom: 120px;
}

.cat-cont h2 {
	font-size: 40px;
	line-height: 48px;
	color: #2D3452;
	margin-bottom: 60px;
}

.category-prd {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.category-prd .item {
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 50px;
	-ms-align-items: center;
	align-items: center;
}

.category-prd .title {
	font-size: 60px;
	line-height: 72px;
	color: #2D3452;
	margin-left: 30px;
}
.products .woocommerce-Price-amount.amount{
	font-weight: inherit;
	font-family: inherit;
}

.price-m {
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 8px;
}
.price-m:nth-child(3),
.price-m:nth-child(3) span{
	font-family: 'Museo Sans Cyrl 500';
}

.price-t {
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
}

#production-main .read-more {
	margin-top: 30px;
}

/*#calc-main*/
div.wpcf7-response-output,
div.wpcf7-mail-sent-ok{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#calc-main {
	position: relative;
	padding-top: 7%;
	padding-bottom: 7%;
}

#calc-main h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 64px;
	line-height: 77px;
	margin-bottom: 30px;
	color: #FFFFFF;
}

.row-calc {
	justify-content: space-between;
}

.row-calc .col-1 {
	width: 55%;
	position: relative;
}

.row-calc .col-2 {
	width: 35%;
}

.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #2d3452!important;
}
.row-calc label {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	color: #000000;
}

.row-input.row-100 label {
	width: 100%;
}
.row-select{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.row-select select{
	height: 45px;
	line-height: 45px;
	padding-left: 12px;
	font-size: 16px;
	padding-right: 12px;
	width: 100%;
}
.row-select .label-calc{
	margin-bottom: 15px;
}
.row-calc-pop{
	justify-content: space-between;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}
.row-calc-pop .item-cl{
	width: 50%;
	margin-bottom: 20px;
	font-size: 16px;
}
.item-cl .titl{
	font-family: 'Museo Sans Cyrl 500';
	font-weight: 500;
}

.calc-form .row-input input[type="number"]{
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
}
.wpcf7-radio {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.calc-form .hr{
	margin-bottom: 40px;
}
#popup-calc .input-row.cf7sg-popup{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.wpcf7-radio span.wpcf7-list-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-right: 20px;
	margin-left: 0;
}
span.wpcf7-not-valid-tip{
	margin-top: 5px;
}
.wpcf7-list-item input {
	margin-right: 5px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: 3px solid #ff0000!important;
	padding: 10px 16px !important;
	margin: 16px 0 0 0!important;
}
#calc-main .select {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#calc-main .select li {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	width: 25%;
	margin-bottom: 20px;
	outline: none;
}

#calc-main .select li:hover {
	cursor: pointer;
}

#calc-main .select li span {
	border-bottom: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	outline: none;
}
#calc-main .select li span:focus{
	outline: none;
}
#calc-main .select li a{
	color: #fff;
}
#calc-main .select li.ui-state-active span {
	background-color: #fff;
	color: #2B3351;
	padding-left: 16px;
	padding-right: 16px;
	outline: none;
}

#calc-main .descr p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

#calc-main .white-button {
	margin-top: 50px;
	position: absolute;
	bottom: 34px;
	left: 0;
}

.calc-form, #popup-calc {
	padding: 34px 38px;
	background-color: #fff;
}
#popup-calc form{
	padding-top: 28px;
	border-top: 1px solid rgba(45, 52, 82, 0.2);
}
#popup-calc form .row-input input[type="text"],
#popup-calc form .row-input input[type="tel"],
#popup-calc form .row-input input[type="mail"]{
	width: 100%;
	margin-top: 0;
	
}
#popup-calc form .row-input{
	margin-bottom: 28px;
}
.val-cl{
	margin-top: 10px;
}
.checkmark input{
	display: none;
	opacity: 0;
}
.checkmark label{
	position: relative;
	margin-top: 16px;
	padding-left: 20px;
}
.variations_form.cart .checkmark label{
	margin-top: 0;
	padding-left: 0;
}
.checkmark label::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #fff;
	border:1px solid #c4c4c4;
	border-radius: 50%;
}
.checkmark label::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 8px;
	width: 8px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 3px;
}
.checkmark label::after:hover,
.checkmark label::before:hover,
.checkmark label:hover{
	cursor: pointer;
}
.checkmark label:hover{
	cursor: pointer;
}

.checkmark input:checked ~ label:after{
	background-color: #000;
}
#popup-calc form .input-row-submit input[type="submit"]{
	max-width: 225px;
}
#popup-calc form .input-row-submit .back-calk:hover,
#calc-calculator:hover{
	cursor: pointer;
}
#popup-calc .title{
	font-size: 24px;
}
.calc-form .title {
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	margin-bottom: 24px;
	display: block;
}

.row-input {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.row-input .label-calc {
	width: 50%;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 26px;
	font-family: 'Museo Sans Cyrl 500';
}
.row-input.row-100 .label-calc{
	width: 100%;
}
.row-input input {
	width: 150px;
	height: 45px;
	border: 1px solid #D8D8D8;
}

.row-input input[type="text"],
.row-input input[type="tel"],
.row-input input[type="email"],
.row-input textarea {
	margin-top: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

.calc-form .row-input input[type="text"]::-webkit-input-placeholder {
	/* Edge */
	color: #2D3452;
	text-align: right;
}

.calc-form .row-input input[type="text"]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #2D3452;
	text-align: right;
}

.calc-form .row-input input[type="text"]::placeholder {
	color: #2D3452;
	text-align: right;
}

.row-input input[type="radio"] {
	width: 14px;
	min-width: 14px;
}

/*#news*/

.news-page {
	padding-bottom: 100px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(45, 52, 82, 0.2);
}

#news {
	padding-top: 100px;
	padding-bottom: 160px;
}

#news h2 {
	font-style: normal;
	font-size: 60px;
	line-height: 72px;
	color: #2D3452;
	margin-bottom: 74px;
}

.row-news {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item-new {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 68px;
}

.item-new .thumb {
	width: 400px;
	height: 300px;
	object-fit: cover;
	margin-right: 70px;
	min-width: 400px;
	position: relative;
}

.item-new .thumb a img {
	height: 100%;
	object-fit: cover;
}

.logo-news {
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 1;
	height: auto;
}

.item-new .descr {
	width: auto;
}

.item-new .date {
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 23px;
	color: #969AA9;
	margin-top: 20px;
}

.item-new .title {
	margin-top: 55px;
}

.item-new .title a {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	color: #2D3452;
}

.link-news {
	margin-top: 50px;
	display: block;
}

#o-nas {
	position: relative;
	padding-top: 130px;
	padding-bottom: 110px;
	
	background-repeat: no-repeat;
	background-color: #2D3452;
	background-size: 50%;
	background-position: 0;
	position: relative;
}

#o-nas .col-1, #o-nas .col-2 {
	width: 50%;
}

#o-nas .col-2 {
	margin-left: auto;
	padding-left: 125px;
}

#o-nas .col-1 {
	position: absolute;
	text-align: center;
	width: 50%;
	top: 0;
	left: 0;
	height: 100%;
}

.logo-o {
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translate(-50%);
	display: inline-block;
	margin: auto;
}

.logo-o img:nth-child(2) {
	margin-top: 20px;
	display: block;
}

#o-nas h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
	line-height: 72px;
	color: #FFFFFF;
}

#o-nas .descr {
	margin-top: 100px;
	margin-bottom: 30px;
}

#o-nas p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
}

#o-nas ul {
	margin-top: 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#o-nas li {
	margin-right: 40px;
}

#o-nas li a {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 2px solid #fff;
	padding-bottom: 4px;
}

/*#partners */

#partners {
	background-color: #484F6D;
	padding-top: 100px;
	padding-bottom: 110px;
}

#partners h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
	line-height: 72px;
	color: #FFFFFF;
	margin-bottom: 60px;
}

#partners p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
}

.partners {
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 100px;
}

.partners .item {
	width: 20%;
	margin-bottom: 60px;
	text-align: center;
}

#partners .white-button {
	margin-top: 100px;
	padding: 0px 15px;
	width: auto;
}

/*#contact-main*/

#contact-main {
	position: relative;
	height: 600px;
}

#contact-main .container {
	position: relative;
}

.contact-info {
	position: absolute;
	left: 0;
	top: 74px;
	padding: 40px;
	background-color: #fff;
	width: 412px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.logo-contact {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 35px;
}

.logo-contact img {
	margin-right: 16px;
}

.contact-info .adress {
	display: block;
	margin-bottom: 35px;
}

.contact-info .tel {
	margin-bottom: 10px;
}

.contact-info .tel, .contact-info .mail, .contact-info .adress {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #2D3452;
	display: inline-block;
}

.contact-info .blue-button {
	margin-top: 50px;
}

/*#contact-form*/

#contact-form {
	padding-top: 120px;
	padding-bottom: 140px;
}

#contact-form h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 64px;
	line-height: 77px;
	color: #2D3452;
	margin-bottom: 90px;
}

#contact-form .col1 {
	width: 570px;
	margin-right: 130px;
}

#contact-form .input-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

#contact-form .input-row input, #contact-form .input-row textarea {
	border: none;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 45px;
	color: #2D3452;
	border-bottom: 1px solid rgba(45, 52, 82, 0.2);
	margin-bottom: 60px;
	width: 100%;
}

#contact-form .input-row textarea {
	resize: vertical;
}

#contact-form .input-row input[type="submit"] {
	color: #fff;
	width: 250px;
	font-size: 18px;
	margin-right: 18px;
	margin-bottom: 0;
	border: 2px solid #2D3452;
}

.policy-form {
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: #2D3452;
}

.policy-form a {
	text-decoration: underline;
	color: inherit;
}

.policy-form a:hover {
	text-decoration: none;
}

#contact-form .tel, #contact-form .mail {
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	color: #2D3452;
	display: block;
	margin-bottom: 50px;
}

#contact-form .adress {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #2B3351;
}

.link_map {
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: #2B3351;
	text-decoration-line: underline;
	color: #2D3452;
	display: block;
	margin-top: 5px;
}

/*footer*/

.row-foot {
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 60px;
}

.foot-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.foot-menu li {
	margin-right: 40px;
}

.foot-menu a {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #2D3452;
}

.right-rule {
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #2D3452;
}

.design-foot {
	text-align: right;
}
.design-foot a{
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	
	color: #2D3452;
}
/*404*/

#no-found {
	margin-top: 5%;
	margin-bottom: 5%;
}

#no-found .container {
	text-align: center;
}

#no-found p {
	margin-top: 40px;
	margin-bottom: 40px;
}

#no-found a {
	color: #2D3452;
	text-decoration: underline;
}

/*vacancy*/

.row-vacancy {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.item-vacancy {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.item-vacancy .descr {
	width: 50%;
}

.item-vacancy .price-vac {
	width: 25%;
	text-align: center;
}

.item-vacancy {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #2D3452;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(45, 52, 82, 0.2);
}

.item-vacancy .title {
	margin-bottom: 20px;
}

.item-vacancy .title a {
	font-size: 24px;
	line-height: 29px;
	color: #2D3452;
}

.item-vacancy .descr-text p {
	font-size: 16px;
	line-height: 26px;
	color: #2D3452;
}

.more-vac {
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #2D3452;
}

/*cart*/

.title-cart {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	-ms-align-items: center;
	align-items: center;
}

.woocommerce-cart-form .product-thumbnail img {
	max-width: 60px;
	height: auto;
}

.table {
	width: 100%;
}

.table tr:first-child {
	border-top: 1px solid rgba(45, 52, 82, 0.2);
}

.table tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	-ms-align-items: center;
	align-items: center;
	border-bottom: 1px solid rgba(45, 52, 82, 0.2);
}

.table tr:last-child {
	border-bottom: none;
}

.remove-product-cart, .return-to-shop {
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #2D3452;
	border: none;
	background-color: transparent;
}

.remove-product-cart:hover,
.return-to-shop:hover {
	text-decoration: none;
	cursor: pointer;
}
.return-to-shop a:visited{
	color: inherit;
}
.cart-empty-block{
	height: 100%;
	text-align: center;
}
.cart-empty-block p{
	font-size: 28px;
	padding: 50px 0;
}
.product-name a, .product-price span {
	font-size: 18px;
	line-height: 22px;
	color: #2D3452;
	font-family: 'Museo Sans Cyrl 500';
	font-weight: 500;
}

.shop_table .product-subtotal {
	font-size: 24px;
	line-height: 29px;
	text-align: right;
	color: #2D3452;
}

.price-text {
	font-size: 14px;
	line-height: 17px;
	color: #2D3452;
}

.cart-collaterals {
	background: #484F6D;
	padding: 50px 0;
	width: 100%;
	margin-bottom: 75px;
}

.cart-collaterals .checkout-button {
	height: 45px;
	background-color: #fff;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #2D3452;
	width: 270px;
	display: inline-block;
}

.cart_totals table {
	width: 270px;
	margin-left: auto;
	text-align: left;
	margin-bottom: 60px;
}

.wc-proceed-to-checkout {
	text-align: right;
}

.order-total {
	color: #fff;
	font-size: 24px;
}

.order-total td {
	text-align: right;
}

/*order*/

.checkout {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 72px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(45, 52, 82, 0.2);
	position: relative !important;
	padding-top: 25px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
	position: absolute;
	left: 0;
	top: 0;
}
.checkout .col2-set, .checkout #order_review {
	width: 50%;
}

.checkout #order_review {}

.checkout .col-1 .title,
.checkout .form-row label{
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	color: #2D3452;
	margin-bottom: 30px;
	font-family: 'Museo Sans Cyrl 500';
}

#order_review {
	padding: 25px 30px;
	background: #EFF0F5;
	margin-left: 60px;
}

#order_review_heading {
	font-size: 24px;
	line-height: 29px;
	color: #2D3452;
	margin-bottom: 22px;
}
.wc_payment_methods.payment_methods.methods{
	margin: 30px 0;
}
.wc_payment_methods.payment_methods.methods li{
	margin-bottom: 10px;
}
#order_review .product-name {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 22px;
	color: #2D3452;
	text-align: left;
}
#billing_country_field{
	display: none !important;
}
#order_review td.product-name {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 60%;
}

.cart_item .product-total span, .cart-subtotal th, .shop_table th, .woocommerce-Price-amount.amount {
	font-family: 'Museo Sans Cyrl 500';
	font-weight: 500;
}

.table-ord {
	width: 100%;
}
#payment .title{
	margin-top: 20px;
	margin-bottom: 20px;
}
.table-ord tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.table-ord .cart-subtotal {
	padding: 28px 0;
	border-top: 1px solid rgba(45, 52, 82, 0.2);
	border-bottom: 1px solid rgba(45, 52, 82, 0.2);
}

.table-ord .cart-subtotal th {
	font-size: 22px;
	line-height: 26px;
	color: #2D3452;
}

.table-ord .cart-subtotal td {
	font-size: 18px;
}
.table-ord .cart-subtotal td span{
	color: #2D3452;
}
.product-quantity {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.product-quantity label {
	margin-right: 20px;
}

.form-row.place-order {
	text-align: center;
}

.form-row.place-order p {
	font-size: 14px;
	margin-top: 20px;
}

#place_order {
	height: 45px;
	line-height: 45px;
	width: 270px;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background: #2D3452;
	font-family: 'Museo Sans Cyrl 500';
	border: none;
}
#place_order:hover, button:hover{
	cursor: pointer;
}

p.small, .form-row.place-order .small, .small {
	font-size: 12px;
	line-height: normal;
}

.form-row.place-order .small {
	padding: 10px 50px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper .form-row {
	width: 260px;
}

.woocommerce-billing-fields__field-wrapper .form-row input {
	height: 45px;
	line-height: 45px;
	padding-left: 18px;
	color: #2D3452;
	font-size: 17px;
	width: 100%;
	border: 1px solid #2D3452;
}

.form-row.long, .form-row.long input {
	width: 100%;
}

.text-order {
	font-size: 14px;
}

select.paymant {
	width: 100%;
	border: 1px solid #2D3452;
	height: 45px;
	line-height: 45px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 18px;
	background-image: url(assets/img/arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: 98% center;
}

.text-pdv {
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #2D3452;
	display: inline-block;
	margin-top: 20px;
}
.cart-tov{
	color: #2D3452;
}
.text-pdv:hover {
	text-decoration: none;
}

/*product*/

.product-full-pi {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.product-type-simple .product-full-pi .cart{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.product-type-simple .product-full-pi .cart .upsale_sum_price{
	font-family: 'Museo Sans Cyrl 500';
	font-weight: 500;
	width: 200px;
	margin-right: 55px;
	text-align: right;
}
.product-type-simple .product-full-pi .cart .added_to_cart.wc-forward{
	margin-top: 40px;
	margin-right: 55px;
}
.product-full-pi .thumb {
	min-width: 150px;
	width: 150px;
	margin-right: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.variation .title {
	font-weight: 500;
	font-size: 24px;
	color: #2D3452;
	margin-bottom: 28px;
}

.variation, .descr-product {
	width: 470px;
}

.descr-product p {
	font-size: 15px;
	line-height: 18px;
}

.descr-product .more-descr {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #2D3452;
	margin-top: 20px;
}
.descr-product ul{
	list-style-type: inherit;
}
/* .descr-product *:not(:nth-child(2)), */
.item-vacancy .descr-text *:not(:nth-child(1)){
	display: none;
}
.descr-product .more-descr:hover,
.item-vacancy .more-descr {
	cursor: pointer;
	text-decoration: none;
}
.item-vacancy .more-descr{
	margin-top: 16px;
}
.descr-product .titl {
	display: inline-block;
	font-family: 'Museo Sans Cyrl 500';
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	color: #2D3452;
	margin-bottom: 16px;
}
.added_to_cart.wc-forward{
	margin-left: 15px;
	color: #2D3452;
}
.woovr-variation.woovr-variation-radio {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.woovr-variation-name {
	font-family: 'Museo Sans Cyrl 300';
	font-size: 17px;
	margin-left: 12px;
}

.woovr-variation-selector, .wrap_m {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.variations_form .total-var-price-wrap{
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-right: 55px;
}

.woovr-variation-selector input[type="radio"] {
	width: 14px;
	height: 14px;
	line-height: 20px;
}

.woovr-variation.woovr-variation-activate .woovr-variation-name,
.total-var-price {
	font-family: 'Museo Sans Cyrl 500';
	font-weight: 500;
}

.woovr-variation.woovr-variation-radio:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(45, 52, 82, 0.2);
	margin-right: 55px;
}
.woovr-variations .woovr-variation.woovr-variation-radio:hover{
	background-color: transparent;
}
.buy_cem {
	background-image: url(assets/img/plus.svg);
	background-repeat: no-repeat;
	background-position: 16px center;
	background-color: transparent;
	width: 216px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-family: 'Museo Sans Cyrl 500';
	font-weight: 500;
	padding-left: 50px;
	border: 1px solid rgba(45, 52, 82, 0.2);
	display: inline-block;
	color: #2D3452;
	margin-top: 40px;
}
.buy_cem:hover{
	cursor: pointer;
}
/*.woovr-variation.woovr-variation-radio:not(:last-child) .quantity{
	display: none;
}*/
.woovr-variations .woovr-variation{
	position: relative;
	z-index: 1;
}
.woovr-variation.woovr-variation-radio .quantity{
	position: absolute;
	right: 55px;
	top: 0;
	z-index: 2;
}
.select.qty input, .quantity input{
	outline: none;
}
.woovr-variation-info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
::-webkit-input-placeholder {
	/* Edge */
	color: #2D3452;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #2D3452;
}

::placeholder {
	color: #2D3452;
}

.hr {
	border: 1px solid rgba(45, 52, 82, 0.2);
	width: 100%;
}

.sup_prds~.hr {
	margin-bottom: 80px;
}

.prd_hr {
	width: 600px;
	border: 1px solid rgba(45, 52, 82, 0.2);
	margin-top: 55px;
	margin-bottom: 30px;
}

.prd_hr~h2 {
	margin-bottom: 35px;
}

.sub_prd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.sub_prd .thumb {
	margin-right: 20px;
}

.sub_prd .thumb img {
	width: 60px;
	height: auto;
}

.sub_prd .title {
	width: 200px;
	margin-right: 20px;
}
.sub_prd .title a{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.sub_prd .sub_title {
	display: block;
	font-size: 14px;
	font-family: 'Museo Sans Cyrl 300';
}

.sub_prd .select.qty {
	width: 90px;
	margin-right: 60px;
}

.sub_prd .upsale_sum_price {
	margin-right: 60px;
	margin-left: 60px;
	font-family: 'Museo Sans Cyrl 500';
	font-size: 17px;
	font-weight: 500;
	min-width: 80px;
}
.woocommerce-Price-currencySymbol{
	margin-left: 5px;
}
.sub_prd .buy_cem {
	margin-top: 0;
	height: 35px;
	line-height: 35px;
	width: 180px;
	font-size: 16px;
	padding-left: 40px;
}

.sub_prd {
	margin-bottom: 28px;
}

.price-total {
	font-family: 'Museo Sans Cyrl 500';
	font-size: 17px;
	font-weight: 500;
	text-align: right;
}

.select.qty, .quantity {
	width: 90px;
	height: 45px;
	line-height: 45px;
	position: relative;
	border: 1px solid #D8D8D8;
	font-size: 20px;
	padding-right: 19px;
}

.select.qty input, .quantity input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	padding-left: 10px;
	font-size: 20px;
	padding-right: 10px;
	font-family: 'Museo Sans Cyrl 500';
	font-weight: 500;
}

.select.qty::after, .quantity::after {
	content: 'шт';
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	font-size: 14px;
}

.price_one {
	width: 130px;
	margin-right: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.price_one ~ .cart{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
/*slick*/

.partners .slick-slide img {
	display: inline-block !important;
}

.slick-dots li {
	background: #fff;
	border-radius: 50%;
	width: 10px!important;
	height: 10px!important;
	opacity: 0.2;
}

.slick-dots li button {
	width: 10px!important;
	height: 10px!important;
}

.slick-dots li.slick-active {
	opacity: 1;
}

.sup_prds #order-pop{
	display: none;
}
.product-full-pi .cart button ~ a#order-pop{
	margin-top: 40px;
	border: 1px solid rgba(45, 52, 82, 0.2);
	margin-left: 4px;
	width: auto;
	padding: 0 15px;
	text-transform: none;
	float: right;
	margin-right: 55px;
}
.product-full-pi .cart button ~ a#order-pop:hover,
.product-full-pi .cart button ~ a#order-pop:focus{
	color: inherit;
}
@media (min-width: 768px) {
	.partners .slick-track {
		width: 100% !important;
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
	}
	.partners .slick-slide {
		width: 20%!important;
	}
	.partners .item {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
}

#history {
	padding-top: 100px;
	padding-bottom: 80px;
	max-width: 100%;
}
#history #tabs .title{
	display: none;
}
#history h1 {
	margin-bottom: 45px;
}

#history .thumb {
	position: relative;
}

#history .thumb .title {
	font-size: 100px;
	position: absolute;
	left: 46px;
	bottom: 30px;
	color: #fff;
}

#history #tabs ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 16px;
	margin-bottom: 45px;
}

#history #tabs li {
	width: 20%;
	padding-left: 18px;
	border-left: 1px solid #000000;
	padding-top: 20px;
}

#history #tabs li a {
	font-family: 'Museo Sans Cyrl 500';
	font-weight: 500;
	font-size: 32px;
	line-height: 26px;
	color: #2D3452;
}

#history #tabs li.ui-tabs-active a {
	opacity: 0.5;
}

#order-prd .title,
.popup .title{
	font-size: 42px;
}

#order-prd .row-input,
.popup .row-input {
	padding-top: 40px;
}
.row-input input ,
.row-input textarea{
	outline: none;
}
#order-prd .row-input input ,
#order-prd .row-input textarea,
.popup .row-input input,
.popup .row-input textarea{
	background-color: transparent;
	width: 100%;
	border: none;
	font-size: 24px;
	border-bottom: 1px solid rgba(45, 52, 82, 0.2);
}
#order-prd .input-row.input-row-submit,
.popup .input-row.input-row-submit{
	margin-top: 40px!important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#order-prd .input-row.input-row-submit input,
.popup .row-input.input-row-submit input{
	margin-right: 20px;
}
.wrap-popup {
	position: relative;
	padding: 40px;
}

.popup,
.popup.fancybox-content {
	max-width: 680px;
	width: 90%;
	z-index: 4;
	background-color: #F2F2F2;
	display: none;
}
.popup .row-input input[type="text"],
.popup .row-input input[type="tel"],
.popup .row-input input[type="email"],
.popup .row-input textarea {
	padding-left: 0;
}

.woocommerce-order-details{
	margin: 30px 0;
}