@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext');
.up {
    text-transform: uppercase;
}
.none {
    text-decoration: none;
}
.th {
    font-weight: 100;
}
.el {
    font-weight: 200;
}
.l {
    font-weight: 300;
}
.reg {
    font-weight: 400;
}
.med {
    font-weight: 500;
}
.sb {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.eb {
    font-weight: 800;
}
.black {
    font-weight: 900;
}
.un {
    text-decoration: underline;
}
.in {
    display: inline-block;
}
.vam {
    vertical-align: middle;
}
.rel {
    position: relative;
}
.bl {
    display: block;
}
.abs {
    position: absolute;
}
.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.try {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.trx {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tc {
    display: table-cell;
    vertical-align: middle;
}
.dn {
    display: none;
}
.tac {
    text-align: center;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.taj {
    text-align: justify;
}
.it {
    font-style: italic;
}
.sn {
    font-style: normal;
}
.popup {
    position: fixed;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0;
    overflow-y: scroll;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
}
.b0 {
    border: 0;
}
.bn {
    background: none;
}
.w100 {
    width: 100%;
}
.h100 {
    height: 100%;
}
.wa {
    width: auto;
}
.p0 {
    padding: 0;
}
.m0 {
    margin: 0;
}
.poi {
    cursor: pointer;
}
.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
.noup {
    text-transform: none;
}
.fix {
    position: fixed;
}
.tn {
    -webkit-transform: none;
    transform: none;
}
.bf {
    background: #fff;
}
.cf {
    color: #fff;
}
.c0 {
    color: #000;
}
.ap {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body,
html {
    width: 100%;
    height: 100%;
    font-size: 16px;
}
body {
    background: #fff;
    overflow-x: hidden;
}
body,
th,
td {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
img,
table {
    border: none;
}
table {
    border-collapse: collapse;
}
table td {
    padding: 0;
}
a {
    color: #000;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
a:hover {
    text-decoration: none;
}
input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
}
button,
input[type='submit'] {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
}
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    max-width: 100%;
}
.an {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
    display: block;
}
.clear {
    clear: both;
}
.wrap {
    margin: 0 auto;
    width: 1140px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first {
    background: url('img/first.jpg') center / cover;
    padding: 25px 0 85px;
    position: relative;
}
.first:before {
    content: "";
    position: absolute;
    width: 630px;
    height: 1096px;
    background: url('img/firstbefore.png');
    top: 0;
    right: -200px;
}
.first .wrap {
    position: relative;
    z-index: 2;
}
.first .header {
    margin-bottom: 15px;
    color: #fff;
}
.first .header .logo {
    width: 275px;
}
.first .header .logo p {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    color: #a0a0a0;
    padding-top: 3px;
}
.first .header .logo p span {
    font-weight: 500;
}
.first .header .contacts .adress {
    display: inline-block;
    font-weight: 500;
    width: 210px;
    margin-right: 50px;
    vertical-align: top;
}
.first .header .contacts .adress span {
    color: #e2b147;
}
.first .header .contacts .hours {
    display: inline-block;
    font-weight: 500;
    width: 275px;
}
.first .header .contacts .hours span {
    color: #e2b147;
}
.first .header .phone {
    text-align: right;
    font-weight: 500;
    color: #e2b147;
}
.first .header .phone a {
    color: #e2b147;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
}
.first .header .phone button {
    font-weight: 600;
    margin-top: 10px;
    width: 165px;
    height: 35px;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1942d), color-stop(#ffd953), to(#e1942d));
    background: linear-gradient(to bottom, #e1942d, #ffd953, #e1942d);
}
.first .header .phone button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e19a2e), to(#e19a2e));
    background: linear-gradient(to bottom, #e19a2e, #e19a2e);
}
.first .header .phone button .fa {
    display: none;
}
.first .header .menu-button {
    cursor: pointer;
    font-size: 24px;
    color: #e2b147;
    margin-top: 20px;
    display: none;
}
.first .header .phone .fa {
    color: #333;
}
.first ul {
    margin-bottom: 60px;
}
.first ul li a {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #e2b147;
}
.first ul li a:hover {
    color: #fff;
}
.first .content {
    position: relative;
}
.first .content .image {
    position: absolute;
    top: 0;
    right: -40px;
}
.first .content .text {
    width: 750px;
    color: #fff;
}
.first .content .text .name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    color: #d29d32;
    margin-bottom: 30px;
}
.first .content .text p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
}
.first .content .text p.small {
    font-size: 20px;
    line-height: 28px;
    color: #a0a0a0;
    font-weight: 300;
}
.first .content .text p.small span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
}
.first .content .text p span {
    display: block;
    font-weight: 700;
    margin-top: 10px;
    font-size: 35px;
}
.first .content .text .icons {
    padding-bottom: 10px;
}
.first .content .text .icons .item {
    width: 21%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
}
.first .content .text .icons .item img {
    display: block;
    margin: 0 auto 10px auto;
}
.first .content .text .button {
    text-align: center;
}
.first .content .text .button p {
    margin-bottom: 5px;
    font-size: 1.3em;
}
.first .content .text button {
    font-weight: 800;
    min-width: 300px;
    max-width: 500px;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    font-size: 1.8em;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1942d), color-stop(#ffd953), to(#e1942d));
    background: linear-gradient(to bottom, #e1942d, #ffd953, #e1942d);
}
.first .content .text button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e19a2e), to(#e19a2e));
    background: linear-gradient(to bottom, #e19a2e, #e19a2e);
}
.max-block {
    padding: 100px 0 50px;
}
.max-block .name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 55px;
    color: #d29d32;
    margin-bottom: 20px;
}
.max-block .top-text {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}
.max-block .text {
    padding-right: 300px;
    position: relative;
}
.max-block .text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #5e5e5e;
    margin-bottom: 10px;
}
.max-block .text p span {
    text-transform: uppercase;
}
.max-block .text ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
}
.max-block .text ul li {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #d29d32;
    padding: 10px 0 10px 60px;
    background: url('img/li.png') no-repeat 0 0;
    margin-bottom: 0px;
}
.how-we-work {
    position: relative;
    padding-bottom: 60px;
}
.how-we-work:before {
    content: "";
    position: absolute;
    width: 293px;
    height: 715px;
    background: url('img/how-we-work.png');
    left: 0;
    top: 30px;
}
.how-we-work .wrap {
    position: relative;
    z-index: 2;
}
.how-we-work .name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 55px;
    color: #d29d32;
    margin-bottom: 20px;
}
.how-we-work .item {
    width: 32%;
    text-align: center;
    margin-bottom: 30px;
}
.how-we-work .item img {
    -webkit-box-shadow: #f3ce84 0 0 15px;
    box-shadow: #f3ce84 0 0 15px;
    border-radius: 50%;
}
.how-we-work .item p {
    font-weight: 700;
    font-size: 20px;
    padding-top: 20px;
}
.how-we-work .bottom-text {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d29d32;
}
.concentration {
    position: relative;
    padding-bottom: 50px;
}
.concentration:before {
    content: "";
    position: absolute;
    width: 323px;
    height: 726px;
    background: url('img/concentration.png');
    right: 0;
    top: 30px;
    z-index: 3;
}
.concentration .wrap {
    position: relative;
    z-index: 4;
}
.concentration .name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    color: #d29d32;
    margin-bottom: 20px;
}
.concentration .top-text {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.concentration .item {
    margin-bottom: 30px;
    width: 32%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
.concentration .item span {
    display: block;
    color: #d29d32;
    font-size: 35px;
    padding-top: 10px;
}
.ideal {
    position: relative;
}
.ideal:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2326px;
    height: 751px;
    background: url('img/idealbg.png');
    bottom: -28px;
}
.ideal .wrap {
    position: relative;
    z-index: 2;
}
.ideal .content {
    min-height: 767px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
}
.ideal .content img {
    position: absolute;
    left: 0;
    top: 0;
}
.ideal .content .top-text {
    color: #fff;
    background: #000;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    border-radius: 12px;
    margin: 0 100px 40px 320px;
    -webkit-box-shadow: rgba(1, 1, 1, 0.2) 0 0 30px;
    box-shadow: rgba(1, 1, 1, 0.2) 0 0 30px;
    position: relative;
    z-index: 2;
    padding: 50px 20px;
    line-height: 22px;
}
.ideal .content .top-text:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 50px;
    background: url('img/arrow.png');
    right: 100%;
    bottom: 3px;
    margin-right: -1px;
}
.ideal .content .table {
    margin-left: 420px;
    border-radius: 24px;
    overflow: hidden;
    -webkit-box-shadow: rgba(1, 1, 1, 0.4) 0 0 40px;
    box-shadow: rgba(1, 1, 1, 0.4) 0 0 40px;
    width: auto;
}
.ideal .content .table p {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    background: #d39f35;
    padding: 10px;
}
.ideal .content .table table {
    width: 100%;
}
.ideal .content .table table thead tr {
    background: #e3e3e3;
}
.ideal .content .table table thead tr td {
    padding: 4px 20px;
    font-weight: 700;
    font-size: 16px;
}
.ideal .content .table table tbody tr {
    border-bottom: 1px solid #000;
}
.ideal .content .table table tbody tr:last-child {
    border-bottom: 0;
}
.ideal .content .table table tbody tr td {
    padding: 4px 20px;
    font-weight: 300;
    font-size: 16px;
}
.ideal .content .table table tbody tr td span {
    font-weight: 700;
}
.ideal .content .bottom-text {
    padding: 30px 0 0 440px;
    font-size: 16px;
    font-weight: 300;
}
.ideal .content .bottom-text div {
    font-weight: 700;
    margin-bottom: 10px;
}
.ideal .content .bottom-text div span {
    color: #d29d32;
}
.ideal .content .bottom-text span {
    font-weight: 700;
}
.catalog {
    background: #000;
    padding: 180px 0 70px;
    margin-top: -100px;
}
.catalog .b1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #d29d32;
    font-size: 35px;
}
.catalog .b2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #d29d32;
    font-size: 35px;
    margin-bottom: 20px;
}
.catalog .b3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 40px;
}
.catalog .item {
    width: 30%; /*width: 23%;*/
    margin-bottom: 30px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff));
    background: linear-gradient(to bottom, #e5e5e5, #ffffff);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    text-align: center;
    -webkit-box-shadow: #f3ce84 0 0 15px;
    box-shadow: #f3ce84 0 0 15px;
}
.catalog .item.four {
    width: 23%;
}
.catalog .item .label {
    /*position: absolute;*/
    font-weight: bold;
    color: white;
    background: #ea0000;
    padding: 2px 5px;
    border-radius: 4px;
}
.catalog .item .photo {
    height: 270px;
    line-height: 270px;
    margin-bottom: 10px;
}
.catalog .item .photo img {
    vertical-align: middle;
    width: 270px;
}
.catalog .item .name {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
}
.catalog .item .size {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 12px;
}
.catalog .item .price {
    font-weight: 900;
    font-size: 20px;
    color: #d29d32;
    margin-bottom: 25px;
}
.catalog .item button {
    font-weight: 800;
    font-size: 16px;
    width: 200px;
    height: 45px;
    border-radius: 6px;
    border-bottom: 3px solid #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1942d), color-stop(#ffd953), to(#e1942d));
    background: linear-gradient(to bottom, #e1942d, #ffd953, #e1942d);
}
.catalog .item button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e19a2e), to(#e19a2e));
    background: linear-gradient(to bottom, #e19a2e, #e19a2e);
}
.catalog .item button {
    color: #333;
}
.energy {
    position: relative;
    padding: 80px 0 60px;
}
.energy:before {
    content: "";
    position: absolute;
    width: 293px;
    height: 715px;
    background: url('img/how-we-work.png');
    left: 0;
    top: 200px;
}
.energy .image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 80px;
    margin-left: 20px;
}
.energy .before {
    position: absolute;
    left: 0;
    top: -1100px;
}
.energy .b1, .b1 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 10px;
}
.recommends {
    margin-bottom: 40px;
}
.text-content {
    margin-bottom: 70px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
    position: relative;
}
.energy .b2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}
.energy .b2 span {
    display: block;
    font-size: 20px;
    color: #d29d32;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.energy .col {
    width: 32%;
}
.energy .item {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding-top: 55px;
    position: relative;
}
.energy .item.s {
    margin-left: 60px;
}
.energy .item:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    background: url('img/energy.png');
    border-radius: 50%;
    -webkit-box-shadow: rgba(1, 1, 1, 0.3) 0 4px 10px;
    box-shadow: rgba(1, 1, 1, 0.3) 0 4px 10px;
}
.need-if {
    padding-bottom: 50px;
}
.need-if .b1 {
    font-weight: 700;
    font-size: 65px;
    color: #d29d32;
    margin-bottom: 20px;
}
.need-if .b2 {
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 40px;
}
.need-if .item {
    width: 23%;
    text-align: center;
    margin-bottom: 30px;
}
.need-if .item img {
    -webkit-box-shadow: #f3ce84 0 0 20px;
    box-shadow: #f3ce84 0 0 20px;
    border-radius: 50%;
}
.need-if .item p {
    font-weight: 700;
    font-size: 20px;
    padding-top: 20px;
    color: #5e5e5e;
}
.reasons {
    background: url('img/reasons.png') no-repeat bottom center;
    padding-bottom: 30px;
    position: relative;
}
.reasons:before {
    content: "";
    position: absolute;
    width: 323px;
    height: 726px;
    background: url('img/concentration.png');
    right: 0;
    top: -120px;
    z-index: 3;
}
.reasons .wrap {
    position: relative;
    z-index: 2;
}
.reasons .name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 55px;
    color: #d29d32;
    margin-bottom: 40px;
}
.reasons .item {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
    font-weight: 500;
    width: 32%;
}
.reasons .item.big {
    width: 48%;
}
.reasons .item img {
    display: block;
    margin: 0 auto 25px auto;
    border-radius: 50%;
    -webkit-box-shadow: rgba(1, 1, 1, 0.4) 0 4px 10px;
    box-shadow: rgba(1, 1, 1, 0.4) 0 4px 10px;
}
.reasons .item span {
    color: #d29d32;
    font-weight: 700;
}
.bottom-form {
    padding: 30px 0 90px;
}
.bottom-form .name {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 55px;
}
.bottom-form form {
    padding: 60px 96px 60px 196px;
    -webkit-box-shadow: rgba(1, 1, 1, 0.7) 0 0 20px;
    box-shadow: rgba(1, 1, 1, 0.7) 0 0 20px;
    border-radius: 36px;
    position: relative;
}
.bottom-form form .image {
    position: absolute;
    left: -230px;
    top: -10px;
}
.bottom-form form .col {
    width: 44%;
}
.bottom-form form .col.big {
    width: 52%;
}

.bottom-form form input[type='text'],
.bottom-form form input[type='tel'] {
    width: 100%;
    height: 46px;
    background: #e2e2e2;
    font-size: 16px;
    font-weight: 300;
    padding: 0 30px;
    border-radius: 6px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
}

.bottom-form form input[type='text'][name="phone"],
.bottom-form form input[type='tel'][name="phone"] {
	padding-left: 70px;
}


.beforeInput, .beforeInput * {
	box-sizing: border-box;
}

.beforeInput img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

.beforeInput {
	display: block;
	position: relative;
}

.beforeInput> .selectCountry {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 46px;
	z-index: 10;
	padding: 5px;
}

.beforeInput> .selectCountry> .dropCountryBefore {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 5px 5px 0;
}

.beforeInput> .selectCountry> a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-right: 1px solid #ccc;
	border-radius: 6px;
	padding: 2px 0 0;
	text-decoration: none;
	border: 0;
}

.beforeInput> .selectCountry> a> span {
	margin: 0 3px 0 0;
}

.beforeInput> .selectCountry> .dropCountryBefore> .dropCountry {
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 5px 15px rgb(0 0 0 / 22%);
	overflow: hidden;
}

.beforeInput> .selectCountry> .dropCountryBefore> .dropCountry::before, .beforeInput> .selectCountry> .dropCountryBefore> .dropCountry::after {
    content: '';
    position: absolute;
    right: 16px;
    bottom: calc(100% - 5px);
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
   }

.beforeInput> .selectCountry> .dropCountryBefore> .dropCountry::before {
	border-bottom-color: #e1e1e1;
	bottom: calc(100% - 4px);
}

.beforeInput> .selectCountry> .dropCountryBefore> .dropCountry> a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e1e1e1;
}

.beforeInput> .selectCountry> .dropCountryBefore> .dropCountry> a:last-child {
	border: 0;
}

.beforeInput> .selectCountry> .dropCountryBefore> .dropCountry> a:hover {
	background: #ededed;
}

.beforeInput> .selectCountry> .dropCountryBefore> .dropCountry> a.active {
	background: #fff8e0;
	cursor: default;
}

.bottom-form form textarea {
    width: 100%;
    height: 92px;
    background: #e2e2e2;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.bottom-form form select {
    height: 46px;
    background: #e2e2e2 url('img/select.png') no-repeat right 20px top 50%;
    font-size: 16px;
    font-weight: 300;
    padding: 0 70px 0 30px;
    border-radius: 6px;
    margin-bottom: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    color: #333;
}
.bottom-form form .number {
    margin-bottom: 25px;
}
.bottom-form form .number span {
    display: inline-block;
    cursor: pointer;
    width: 70px;
    height: 46px;
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    border-radius: 6px;
    vertical-align: middle;
    line-height: 46px;
    text-align: center;
    -webkit-box-shadow: inset rgba(255, 255, 255, 0.8) 0 2px 4px, rgba(1, 1, 1, 0.2) 0 0 20px;
    box-shadow: inset rgba(255, 255, 255, 0.8) 0 2px 4px, rgba(1, 1, 1, 0.2) 0 0 20px;
}
.bottom-form form .number input[type='text'] {
    width: 70px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin: 0 30px;
    padding: 0;
    vertical-align: middle;
}
.bottom-form form .checkbox {
    display: none;
}
.bottom-form form .checkbox + label {
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    background: #e2e2e2;
    padding: 0 33px;
    border-radius: 6px;
}
.bottom-form form .checkbox:checked + label {
    color: #fff;
    background: #000;
    -webkit-box-shadow: inset rgba(255, 255, 255, 0.8) 0 2px 4px, rgba(1, 1, 1, 0.2) 0 0 20px;
    box-shadow: inset rgba(255, 255, 255, 0.8) 0 2px 4px, rgba(1, 1, 1, 0.2) 0 0 20px;
}
.bottom-form form p {
    font-weight: 500;
    font-size: 16px;
    color: #d29d32;
    padding: 11px 0;
}
.bottom-form form button {
    font-weight: 800;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border-bottom: 3px solid #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1942d), color-stop(#ffd953), to(#e1942d));
    background: linear-gradient(to bottom, #e1942d, #ffd953, #e1942d);
    color: #333;
}
.bottom-form form button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e19a2e), to(#e19a2e));
    background: linear-gradient(to bottom, #e19a2e, #e19a2e);
}
.bottom-map {
    position: relative;
}
.bottom-map .map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bottom-map .block {
    width: 650px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 85px 100px;
    color: #d29d32;
    background: #000;
    font-size: 20px;
    position: relative;
    z-index: 2;
    margin-left: -60px;
}
.bottom-map .block .name {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}
.bottom-map .block span {
    font-weight: 700;
    color: #fff;
}
.bottom-map .block a {
    color: #d29d32;
    font-weight: 700;
    text-decoration: none;
}
.bottom-map .block p {
    margin-bottom: 15px;
}
.bottom-map .block p:last-child {
    margin-bottom: 0;
}
.copy {
    background: #000;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid #373736;
}
.popup .window {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100px;
    margin-bottom: 100px;
    width: 554px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 75px 50px;
    background: #fff;
    border-radius: 36px;
}
.popup .window .close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    top: 30px;
    background: url('img/close.png');
}
.popup .window .name {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.popup .window p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
}
input.required, select.required, textarea.required {
    border-color: red !important;
}
.popup .window input[type='text'],
.popup .window input[type='tel'] {
    width: 360px;
    height: 46px;
    background: #e2e2e2;
    font-size: 16px;
    font-weight: 300;
    padding: 0 30px;
    border-radius: 6px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
}

.popup .beforeInput {
	width: 360px;
	margin: 0 auto;
}

.popup .window input[type='text'][name="phone"],
.popup .window input[type='tel'][name="phone"] {
	padding-left: 70px;
}

.phone-popup {
    width: 360px;
    height: 46px;
    background: #e2e2e2;
    font-size: 16px;
    font-weight: 300;
    padding: 0 30px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.phone-block {
    width: 100%;
    height: 46px;
    background: #e2e2e2;
    font-size: 16px;
    font-weight: 300;
    padding: 0 30px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.phone-item .iti {
    width: 100%;
}

.phone-mask {
    position: relative!important;
}

@media (max-width: 991px) {
    .phone-item {
        margin-bottom: 25px;
    }
}

.popup .window button {
    font-weight: 800;
    font-size: 16px;
    width: 360px;
    height: 50px;
    border-radius: 6px;
    border-bottom: 3px solid #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1942d), color-stop(#ffd953), to(#e1942d));
    background: linear-gradient(to bottom, #e1942d, #ffd953, #e1942d);
    margin-top: 25px;
}
.popup .window button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e19a2e), to(#e19a2e));
    background: linear-gradient(to bottom, #e19a2e, #e19a2e);
}
.mobile-menu {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    left: -280px;
    background: #fff;
    z-index: 12;
    display: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.mobile-menu.opened {
    left: 0;
}
.mobile-menu li a {
    display: block;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
@media (max-width: 1170px) {
    .wrap {
        width: 970px;
    }
    .first .header .contacts .hours {
        display: none;
    }
    .first .header .contacts .adress {
        margin-right: 0;
    }
    .first ul li a {
        font-size: 13px;
    }
    .first .content .image {
        right: -200px;
    }
    .ideal .content .table table thead tr td {
        font-size: 14px;
        padding: 4px 10px;
    }
    .ideal .content .table table tbody tr td {
        font-size: 14px;
        padding: 4px 10px;
    }
    .first:before {
        display: none;
    }
    .how-we-work:before {
        display: none;
    }
    .concentration:before {
        display: none;
    }
    .energy .before {
        display: none;
    }
    .ideal:after {
        bottom: -46px;
    }
    .catalog .item {
        width: 48%;
    }
    .energy:before {
        display: none;
    }
    .energy .image {
        zoom: .8;
    }
    .need-if .item {
        width: 48%;
    }
    .reasons:before {
        display: none;
    }
    .bottom-form form .image {
        display: none;
    }
    .bottom-form form {
        padding: 60px;
    }
    .bottom-map .block {
        width: 520px;
        padding: 80px 60px;
    }
}
@media (max-width: 991px) {
    .wrap {
        width: 747px;
    }
    .first .header .contacts {
        display: none;
    }
    .first .header .logo p {
        font-size: 14px;
    }
    .first .header .logo {
        width: 240px;
    }
    .menubg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(1, 1, 1, 0.7);
        z-index: 11;
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .first .header .menu-button {
        display: block;
    }
    .first ul {
        display: none;
    }
    .first .content .image {
        display: none;
    }
    .first .content .text {
        width: auto;
        padding-top: 30px;
    }
    .how-we-work .item {
        width: 30%;
    }
    .ideal .content .table {
        margin-left: 430px;
    }
    .ideal .content .top-text {
        margin-right: 0;
        padding: 20px 20px;
        font-size: 12px;
        line-height: 14px;
    }
    .ideal .content .bottom-text {
        font-size: 14px;
    }
    .ideal:after {
        bottom: -56px;
    }
    .energy .image {
        zoom: 1;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
        display: block;
        margin: 0 auto 30px auto;
    }
    .energy .col {
        width: 100%;
    }
    .energy .item.s {
        margin-left: 0;
    }
    .bottom-form form .col,
    .bottom-form form .col.big {
        width: 100%;
    }
    .bottom-form form .flex .col {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .bottom-form form .flex .col.big {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .bottom-form form .flex .col.c3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .bottom-form form .flex .col.c4 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .bottom-form form textarea {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .wrap {
        width: auto;
        padding: 0 10px;
    }
    .popup .window {
        padding: 50px 20px 20px 20px;
        width: 300px;
        border-radius: 12px;
    }
    .popup .window .close {
        right: 15px;
        top: 15px;
    }
    .popup .window .name {
        font-size: 22px;
    }
    .popup .window p {
        font-size: 14px;
    }
    .popup .window input[type='text'],
    .popup .window input[type='tel'] {
        width: 100%;
    }
	.popup .beforeInput {
		width: 100%;
	}
    .popup .window button {
        width: 100%;
    }
    .first .header .logo p {
        display: none;
    }
    .first .header .phone {
        font-size: 16px;
    }
    .first .header .phone a {
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }
    .first .header .phone button {
        display: none;
    }
    .first .header .logo {
        width: auto;
    }
    .first .header .menu-button {
        margin-top: 5px;
    }
    .first .content .text .name {
        font-size: 40px;
    }
    .first .content .text .icons .item {
        width: 100%;
    }
    .first .content .text button {
        width: 100%;
    }
    .first {
        padding: 25px 0;
    }
    .max-block .name {
        font-size: 30px;
    }
    .max-block .top-text {
        font-size: 24px;
    }
    .max-block .text {
        padding-right: 0;
    }
    .max-block .text ul {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        margin-top: 20px;
    }
    .how-we-work .name {
        font-size: 40px;
    }
    .how-we-work .item {
        width: 100%;
    }
    .concentration .name {
        font-size: 26px;
    }
    .concentration .top-text {
        font-size: 14px;
        line-height: 18px;
    }
    .concentration .item {
        width: 100%;
    }
    .ideal .content img {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        display: none;
    }
    .ideal .content {
        min-height: 0;
        padding-top: 0;
    }
    .ideal .content .top-text {
        margin: 0 0 30px 0;
        font-size: 14px;
        line-height: 20px;
        display: none;
    }
    .ideal .content .top-text:before {
        display: none;
    }
    .ideal .content .table {
        margin: 0;
    }
    .ideal .content .bottom-text {
        padding: 30px 0;
    }
    .ideal:after {
        display: none;
    }
    .catalog {
        margin: 0;
        padding: 40px 0;
    }
    .catalog .b1 {
        font-size: 18px;
    }
    .catalog .b3 {
        font-size: 24px;
    }
    .catalog .item {
        width: 100% !important;
    }
    .energy .b1 {
        font-size: 30px;
    }
    .need-if .item {
        width: 100%;
    }
    .reasons .name {
        font-size: 30px;
    }
    .reasons .item,
    .reasons .item.big {
        width: 100%;
    }
    .bottom-form .name {
        font-size: 30px;
    }
    .bottom-form form {
        padding: 20px;
        border-radius: 12px;
    }
    .bottom-form form select {
        width: 100%;
    }
    .bottom-form form .number input[type='text'] {
        margin: 0 20px;
    }
    .bottom-form form .checkbox + label {
        display: block;
        margin-bottom: 25px;
        width: 100%;
    }
    .bottom-form form textarea {
        margin-top: 0;
    }
    .bottom-map .block {
        width: auto;
        padding: 20px;
        margin: 0 0 20px 0;
    }
    .bottom-map .map {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        height: 300px;
    }
    .copy {
        text-align: center;
    }
    .phone-popup {
        width: 100%;
    }
}

table.delivery td {
    color: #d29d32;
    border: 1px solid #ccc;
    padding: 2px 5px;
    text-transform: none;
}
table.delivery th {
    background: #d29d32;
    border: 1px solid #ccc;
    color: #fff;
    padding: 2px 5px;
}
.btn-ens-action {
    font-weight: 800;
    font-size: 16px;
    width: 200px;
    height: 45px;
    border-radius: 6px;
    border-bottom: 3px solid #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1942d), color-stop(#ffd953), to(#e1942d));
    background: linear-gradient(to bottom, #e1942d, #ffd953, #e1942d);
}

.modal-title {
    font-size: 1.3em;
}
.modal-footer .btn {
    background: #d29d32;
    border-color: #d3a13b;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}

.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}


.in-stock {
    font-style: italic;
    color: white;

    margin: 0px 15px 10px 15px;
    padding: 3px;
}

.in-stock.label-true {
    background: #67c12f;
}

.in-stock.label-false {
    background: #f92d2d;
}

.d-flex {
    display: flex !important;
}
header .social-links {
    display: flex;
    gap: 5px;
    justify-content: right;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
header .social-links img {
    width: 32px;
}

.bottom-map .social-links {
    gap: 10px;
    margin-bottom: 10px;
}
