/*!
Theme Name: main-theme
Theme URI: http://underscores.me/
Author: Fanil Mukhamadiev
Author URI: https://vk.com/id56464006
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: main-theme
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 with others.

main-theme is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
  scroll-behavior: smooth;
}


.container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-xl-1 {
  width: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
}

.offset-left-xl-1 {
  margin-left: 8.33333%;
}

.offset-right-xl-1 {
  margin-right: 8.33333%;
}

.col-xl-2 {
  width: 16.66667%;
  padding-left: 15px;
  padding-right: 15px;
}

.offset-left-xl-2 {
  margin-left: 16.66667%;
}

.offset-right-xl-2 {
  margin-right: 16.66667%;
}

.col-xl-3 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.offset-left-xl-3 {
  margin-left: 25%;
}

.offset-right-xl-3 {
  margin-right: 25%;
}

.col-xl-4 {
  width: 33.33333333333333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.offset-left-xl-4 {
  margin-left: 33.33333333333333333%;
}

.offset-right-xl-4 {
  margin-right: 33.33333333333333333%;
}

.col-xl-5 {
  width: 41.66667%;
  padding-left: 15px;
  padding-right: 15px;
}

.offset-left-xl-5 {
  margin-left: 41.66667%;
}

.offset-right-xl-5 {
  margin-right: 41.66667%;
}

.col-xl-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.offset-left-xl-6 {
  margin-left: 50%;
}

.offset-right-xl-6 {
  margin-right: 50%;
}

.col-xl-7 {
  width: 58.33333%;
  padding-left: 15px;
  padding-right: 15px;
}

.offset-left-xl-7 {
  margin-left: 58.33333%;
}

.offset-right-xl-7 {
  margin-right: 58.33333%;
}

.col-xl-8 {
  width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px;
}

.offset-left-xl-8 {
  margin-left: 66.66667%;
}

.offset-right-xl-8 {
  margin-right: 66.66667%;
}

.col-xl-9 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.offset-left-xl-9 {
  margin-left: 75%;
}

.offset-right-xl-9 {
  margin-right: 75%;
}

.col-xl-10 {
  width: 83.33333%;
  padding-left: 15px;
  padding-right: 15px;
}

.offset-left-xl-10 {
  margin-left: 83.33333%;
}

.offset-right-xl-10 {
  margin-right: 83.33333%;
}

.col-xl-11 {
  width: 91.66667%;
  padding-left: 15px;
  padding-right: 15px;
}

.offset-left-xl-11 {
  margin-left: 91.66667%;
}

.offset-right-xl-11 {
  margin-right: 91.66667%;
}

.col-xl-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.offset-left-xl-12 {
  margin-left: 100%;
}

.offset-right-xl-12 {
  margin-right: 100%;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}


@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .col-lg-0 {
    width: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-0 {
    margin-left: 0%;
  }
  .offset-right-lg-0 {
    margin-right: 0%;
  }
  .col-lg-1 {
    width: 8.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-right-lg-1 {
    margin-right: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-right-lg-2 {
    margin-right: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-3 {
    margin-left: 25%;
  }
  .offset-right-lg-3 {
    margin-right: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-4 {
    margin-left: 33.33333333333333333%;
  }
  .offset-right-lg-4 {
    margin-right: 33.33333333333333333%;
  }
  .col-lg-5 {
    width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-right-lg-5 {
    margin-right: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-6 {
    margin-left: 50%;
  }
  .offset-right-lg-6 {
    margin-right: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-right-lg-7 {
    margin-right: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-right-lg-8 {
    margin-right: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-9 {
    margin-left: 75%;
  }
  .offset-right-lg-9 {
    margin-right: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-right-lg-10 {
    margin-right: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-11 {
    margin-left: 91.66667%;
  }
  .offset-right-lg-11 {
    margin-right: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-lg-12 {
    margin-left: 100%;
  }
  .offset-right-lg-12 {
    margin-right: 100%;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 740px;
  }
  .col-md-0 {
    width: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-0 {
    margin-left: 0%;
  }
  .offset-right-md-0 {
    margin-right: 0%;
  }
  .col-md-1 {
    width: 8.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-1 {
    margin-left: 8.33333%;
  }
  .offset-right-md-1 {
    margin-right: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-2 {
    margin-left: 16.66667%;
  }
  .offset-right-md-2 {
    margin-right: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-3 {
    margin-left: 25%;
  }
  .offset-right-md-3 {
    margin-right: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-4 {
    margin-left: 33.33333333333333333%;
  }
  .offset-right-md-4 {
    margin-right: 33.33333333333333333%;
  }
  .col-md-5 {
    width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-5 {
    margin-left: 41.66667%;
  }
  .offset-right-md-5 {
    margin-right: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-6 {
    margin-left: 50%;
  }
  .offset-right-md-6 {
    margin-right: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-7 {
    margin-left: 58.33333%;
  }
  .offset-right-md-7 {
    margin-right: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-8 {
    margin-left: 66.66667%;
  }
  .offset-right-md-8 {
    margin-right: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-9 {
    margin-left: 75%;
  }
  .offset-right-md-9 {
    margin-right: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-10 {
    margin-left: 83.33333%;
  }
  .offset-right-md-10 {
    margin-right: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-11 {
    margin-left: 91.66667%;
  }
  .offset-right-md-11 {
    margin-right: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-12 {
    margin-left: 100%;
  }
  .offset-right-md-12 {
    margin-right: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  .col-sm-0 {
    width: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-0 {
    margin-left: 0%;
  }
  .offset-right-sm-0 {
    margin-right: 0%;
  }
  .col-sm-1 {
    width: 8.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-right-sm-1 {
    margin-right: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-right-sm-2 {
    margin-right: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-3 {
    margin-left: 25%;
  }
  .offset-right-sm-3 {
    margin-right: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-4 {
    margin-left: 33.33333333333333333%;
  }
  .offset-right-sm-4 {
    margin-right: 33.33333333333333333%;
  }
  .col-sm-5 {
    width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-right-sm-5 {
    margin-right: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-6 {
    margin-left: 50%;
  }
  .offset-right-sm-6 {
    margin-right: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-right-sm-7 {
    margin-right: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-right-sm-8 {
    margin-right: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-9 {
    margin-left: 75%;
  }
  .offset-right-sm-9 {
    margin-right: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-right-sm-10 {
    margin-right: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-11 {
    margin-left: 91.66667%;
  }
  .offset-right-sm-11 {
    margin-right: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-12 {
    margin-left: 100%;
  }
  .offset-right-sm-12 {
    margin-right: 100%;
  }
}

@media (max-width: 575px) {
  .col-0 {
    width: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-0 {
    margin-left: 0%;
  }
  .offset-right-0 {
    margin-right: 0%;
  }
  .col-1 {
    width: 8.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-1 {
    margin-left: 8.33333%;
  }
  .offset-right-1 {
    margin-right: 8.33333%;
  }
  .col-2 {
    width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-2 {
    margin-left: 16.66667%;
  }
  .offset-right-2 {
    margin-right: 16.66667%;
  }
  .col-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-3 {
    margin-left: 25%;
  }
  .offset-right-3 {
    margin-right: 25%;
  }
  .col-4 {
    width: 33.33333333333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-4 {
    margin-left: 33.33333333333333333%;
  }
  .offset-right-4 {
    margin-right: 33.33333333333333333%;
  }
  .col-5 {
    width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-5 {
    margin-left: 41.66667%;
  }
  .offset-right-5 {
    margin-right: 41.66667%;
  }
  .col-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-6 {
    margin-left: 50%;
  }
  .offset-right-6 {
    margin-right: 50%;
  }
  .col-7 {
    width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-7 {
    margin-left: 58.33333%;
  }
  .offset-right-7 {
    margin-right: 58.33333%;
  }
  .col-8 {
    width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-8 {
    margin-left: 66.66667%;
  }
  .offset-right-8 {
    margin-right: 66.66667%;
  }
  .col-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-9 {
    margin-left: 75%;
  }
  .offset-right-9 {
    margin-right: 75%;
  }
  .col-10 {
    width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-10 {
    margin-left: 83.33333%;
  }
  .offset-right-10 {
    margin-right: 83.33333%;
  }
  .col-11 {
    width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-11 {
    margin-left: 91.66667%;
  }
  .offset-right-11 {
    margin-right: 91.66667%;
  }
  .col-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-12 {
    margin-left: 100%;
  }
  .offset-right-12 {
    margin-right: 100%;
  }
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.posr {
  position: relative;
}





:root {
  --black: #000;
  --white: #fff;
  /*--red: #D82B1C;*/
  --red: #D82B1C;
  --red_hover: #D1300F;
}


* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
  font-family: 'Inter', sans-serif;
}
a {
	text-decoration: none;
	color: inherit;
}
html {
	overflow-x: hidden;
  	font-size: 16px;
}
body {
	font-size: 1rem;
	line-height: 1.5;
	color: #000000;
	color: var(--black);
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	background: #fff;
	background: var(--white);
	/*padding-top: 102px;*/
	min-height: 100vh;
	/*padding-bottom: 61px;*/
	position: relative;
}

.h1 {
	font-size: 3rem;
	line-height: 1.3;
	font-weight: 900;
}
.h2 {
	font-size: 1.5rem;
	font-weight: 900;
}
.h3 {
	font-size: 1.125rem;
	font-weight: 700;
}

b {
	font-weight: 700;
}
.fw300 {
	font-weight: 300;
}
.fw400 {
	font-weight: 400;
}
.fw600 {
	font-weight: 600;
}
.fw700 {
	font-weight: 700;
}
.fw900 {
	font-weight: 900;
}

.button	{
	min-width: 145px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 9px 24px 9px;
	font-size: 1rem;
	line-height: 1.125;
	border: 1px solid #000000;
	font-family: inherit;
	cursor: pointer;
	transition: 0.3s ease;
	background: transparent;
	border-radius: 4px;
	color: #000000;
}
.button:hover {
	color: var(--white);
	background: #000000;
	border-color: #000000;
}
.button.black {
	background: #000000;
	color: #fff;
	border: none;
}
.button.black:hover {
	background: #000;
}

main {
	padding-bottom: 20px;
	padding-top: 102px;
}
section {
	padding-top: 30px;
	margin-bottom: 80px;
}
.section-title {
	margin-bottom: 13px;
}
.section-title2 {
	margin-bottom: 5px;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}





/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

.breadcrumbs {
	margin-top: 15px;
	font-size: 0.75rem;
}
.breadcrumbs a {
	color: inherit;
	transition: 0.3s ease;
  cursor: pointer;
}
.breadcrumbs a:hover {
  color: #D82B1C;
  color: var(--red);
}
.breadcrumbs span {
	color: #8E8E8E;
}

.gift  {
	position: relative;
}
.gift .row {
	align-items: center;
}
.gift .text-wrap {
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 58px 60px 71px;
	max-width: 408px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.gift .gift-image img {
	display: block;
	width: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 10px;
	z-index: 1;
}
.gift .text-wrap .gift-image img {
	display: none;
}
.gift .border-line {
	display: block;
	background: #F9F9F9;
	height: 4px;
	width: 100%;
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 0;
}
.gift .border-line2 {
	bottom: 29px;
	top: auto;
} 



.text-type1 .text-type1-text i,
.text-type1 .text-type1-text em {
  font-style: italic;
}
.text-type1 .text-type1-text strong,
.text-type1 .text-type1-text b {
  font-weight: 600;
}
.text-type1 .text-type1-text ol,
.text-type1 .text-type1-text ul {
  list-style: unset;
  padding-left: 1.25rem;
}
.text-type1 .text-type1-icon {
  display: block;
}
.text-type1 .text-type1-icon img {
	max-width: 100%;
}




.advantages .section-title {
  text-align: center;
}
.advantages .advantages-list {
  justify-content: space-evenly;
  align-items: flex-start;
}
.advantages .advantages-list .item {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.advantages .advantages-list .item .icon {
  width: 96px;
  height: 96px;
  background: linear-gradient(180deg, #000000 0%, #000000 50.5%, #000000 100%);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
}
.advantages .advantages-list .item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.advantages .advantages-list .item .item-text {
  display: block;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}





.reviews .item {
  padding: 35px 45px 38px;
  background: #FFFFFF;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.reviews .item .item-name {  }
.reviews .item .item-text {
  font-weight: 300;
} 
.reviews .item .item-text-more {
  display: none;
} 
.reviews .item .show_more {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration-line: underline;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
} 
.reviews .item .show_more.open {
  display: block;
}





.slick-slider .slick-list {
  width: 1025px;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-arrow {
  padding: 0;
  border: none;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}
.slick-slider .slick-disabled {
  opacity: 0.625;
}
.slick-slider .slick-prev {
  right: auto;
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
  left: auto;
}
.slick-slider .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: auto;
	bottom: -27px;
	left: 0;
	right: 0;
	margin: auto;
}
.slick-slider .slick-dots li {
	width: 28px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
	z-index: 1;
}
.slick-slider .slick-dots li button {
	display: block;
	padding: 0;
	border: none;
	color: transparent;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: #D2D2D2;
	opacity: 1;
	transition: 0.3s ease;
	cursor: pointer;
}
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
	opacity: 1 !important;
	background: #D82B1C !important;
	background: var(--red) !important;
}


.single-gallery-slider img{
  width: 100%;
}
.single-gallery-slider .slick-slide {
  padding: 0px 20px;
}



form input[type="text"],
form input[type="number"],
form textarea {
  display: block;
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 7px 15px;
  font-size: 1rem;
  font-weight: 300;
  line-height: inherit;
  font-family: inherit;
  margin-bottom: 20px;
  color: #000;
	background: #FFFFFF;
	box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	resize: none;
  -webkit-appearance: none;
}
form textarea {
  height: 185px;
}
form input[type="text"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #797979;
}
form input[type="text"]::-moz-placeholder,
form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #797979;
}
form input[type="text"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #797979;
}
form input[type="text"]:-moz-placeholder,
form textarea:-moz-placeholder { /* Firefox 18- */
  color: #797979;
}
form input[type="submit"] {
  width: 100%;
  margin-bottom: 14px;
}
form input[type="checkbox"] {
    display: none;
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
}
form input[type="checkbox"] + label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.75rem;
  font-weight: 300;
  position: relative;  
  cursor: pointer;
  margin-bottom: 15px;
}
form input[type="checkbox"] + label:before {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #838383;
  border-radius: 1px;
  position: relative;
  flex: 0 0 12px;
  margin-right: 5px;
  cursor: pointer;
}
form input[type="checkbox"] + label a {
  text-decoration: underline;
  color: inherit;
  transition: 0.3s ease;
}
form input[type="checkbox"] + label a:hover {
	color: #DC2227;
}
form input[type="checkbox"]:checked + label:after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #D82B1C;
  border-radius: 1px;
  cursor: pointer;
}
form input[type="checkbox"] + label span {
  
}
form .checkbox-error {
  color: #DC2227;
  font-size: 0.75rem;
  margin-bottom: 15px;
  display: none;
}
form .checkbox-error.show {
  display: block;
}
form .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
form .inputfile + label {
	display: block;
	cursor: pointer;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
    background: url(img/icons/file.svg) no-repeat left center;
    width: 100%;
}
form .inputfile + label * {
    pointer-events: none;
}


.hashtag {
	font-size: 0.8125rem;
	background: #E5E8EB;
	border-radius: 100px;
	color: #000;
	padding: 4px 15px 6px;
	display: inline-block;
	line-height: 1.2;
	transition: 0.3s ease;
}
.hashtag:hover {
	background: #CACDD0;
}
.hashtag-dots {
	margin-right: 0 !important;
  padding-left: 13px;
  padding-right: 13px;
  text-align: center;
  margin-left: 18px;
}




/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

header {
  background: #fff;
  background: var(--white);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
header .header-top {
	padding-top: 8px;
	padding-bottom: 8px;
	background: #F8F8F8;
}
header .header-bottom {
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	padding-top: 13px;
	padding-bottom: 13px;
	position: relative;
	z-index: 1;
}
header .row {
  align-items: center;
}
header a {
  color: inherit;
  transition: 0.3s ease;
}
header a:hover {
  color: #DC2227;
  color: var(--red);
}
header .logo img {
  display: block;
  max-width: 100%;
}
header .desktop-menu nav ul {
  display: block;
  justify-content: space-between;
  align-items: center;
}
header .desktop-menu nav ul li {
	float: left;	
	padding: 0 20px;
}
header .header-adress {
	font-size: 0.875rem;
} 
header .social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .social a {
  transition: 0.3s ease;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-left: 15px;
}
header .social a:hover {

}
header .social img {
  display: block;
  width: 100%;
  height: 100%;
}
header .zapis {
	display: none !important;
	color: #fff;
	background: #000000;
}
header .header-phone {
	font-size: 0.9375rem;
	text-align: right;
}
header .services-menu-toggle {
	flex: 0 0 111px;
    margin-right: 29px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: auto;
}
header .services-menu-toggle svg {
	display: block;
	width: 13px;
	margin-right: 5px;
}
header .services-menu-toggle svg path,
header .services-menu-toggle svg line {
	transition: 0.3s ease;
}
header .services-menu-toggle:hover svg path,
header .services-menu-toggle:hover svg line {
	stroke: white;
}
header .services-menu-toggle svg:nth-child(1) {
	display: none;
}
header .services-menu-toggle.open  svg:nth-child(1) {
	display: block;
}
header .services-menu-toggle.open  svg:nth-child(2) {
	display: none;
}
header .desktop-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .desktop-menu nav {
	flex: 1 0 auto;
}
header .menu-toggle-wrap {
  display: none;
}
header .menu-toggle {
  width: 30px;
  margin-left: auto;
}
header .menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 20px;
  background: #fff;
}
header .menu-toggle span:nth-child(2) {
  margin-top: 7px;
  margin-bottom: 7px;
}
header .menu-mobile {
  display: none;
}
header .header-service-menu {
	background: #F8F8F8;
	display: none;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
	position: relative;
	z-index: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
header .header-service-menu .container {
	display: flex;
	justify-content: center;
	align-self: flex-start;
}
header .header-service-menu .header-service-categories {
	flex: 0 0 221px;
}
header .header-service-menu .header-service-categories .item {
	padding: 9px 9px;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: 0.3s ease;
}
header .header-service-menu .header-service-categories .item.active {
	background: #fff;
}
header .header-service-menu .header-service-categories .item svg {
	display: block;
	width: auto;
	height: auto;
	max-width: 18px;
	max-height: 18px;
	flex: 0 0 18px;
	margin-right: 8px;
}
header .header-service-menu .header-service-categories .item .item-arrow {
    max-width: 7px;
    max-height: 11px;
    margin-right: 0;
    margin-left: 4px;
    flex: 0 0 11px;
    position: relative;
    top: 1px;
}
header .header-service-menu .header-service-categories .item svg path {
	fill: #A7A7A7;
	transition: 0.3s ease;
}
header .header-service-menu .header-service-categories .item .item-arrow path {
	fill: transparent;
	stroke: #000000;
}
header .header-service-menu .header-service-categories .item:hover,
header .header-service-menu .header-service-categories .item.active {
    color: #DC2227;
    color: var(--red);
    background: #fff;
}
header .header-service-menu .header-service-categories .item:hover svg path,
header .header-service-menu .header-service-categories .item.active svg path {
    fill: #DC2227;
    fill: var(--red);
}

header .header-service-menu .header-service-categories .item:hover .item-arrow path,
header .header-service-menu .header-service-categories .item.active .item-arrow path {
	fill: transparent;
    stroke: #DC2227;
    stroke: var(--red);
}
header .header-service-menu .header-service-links {
	flex: 0 0 63%;
}
header .header-service-menu .header-service-links .header-tab {
	display: none;
	padding: 8px 25px;
	height: 100%;
	background: #fff;
	position: relative;
}
header .header-service-menu .header-service-links .header-tab:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100vw;
	background: #fff;
	z-index: 0;
}
header .header-service-menu .header-service-links .header-tab:first-child {
	display: block;
}
header .header-service-menu .header-service-links .header-tab ul {
	position: relative;
	z-index: 1;
}
header .header-service-menu .header-service-links .header-tab ul li {
	margin-bottom: 18px;
}
header .header-service-menu .header-service-links .header-tab ul li:last-child {
	margin-bottom: 0px;
}


footer {
	width: 100%;
	background: #F8F8F8;
  position: relative;
  z-index: 1;
}
footer .footer-head,
footer .footer-center,
footer .footer-bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .header-phone span {
	color: #7C7C7C;
}
footer .social {
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .social a {
	width: 18px;
	height: 18px;
	display: block;
	margin-left: 7.5px;
	margin-right: 7.5px;
}
footer .social a img {
	display: block;
	width: 100%;
	height: 100%;
}
footer .footer-head {
	border-bottom: 1px solid #EFEFEF;
}
footer .footer-bottom {
	border-top: 1px solid #EFEFEF;
	font-size: 0.75rem;
	color: #464646;
}
footer .big-link {
	font-size: 0.9375rem;
	margin-bottom: 0.9375rem;
}
footer .service-link-title {
	margin-bottom: 0.625rem;
}
footer .service-links {
	font-size: 0.75rem;
}
footer .service-links .item {
	margin-bottom: 1.25rem;
}
footer .service-links a {
	color: #464646;
	font-weight: 300;
	margin-top: 0.5rem;
	display: inline-block;

}
footer .more-pages {
	margin-bottom: -0.9375rem;
}
footer .footer-center a {
	transition: 0.3s ease;
}
footer .footer-center a:hover {
	color: #D82B1C;
	color: var(--red);
}
footer .development {
	text-align: right;
}
footer .development a {
	transition: 0.3s ease;
	color: #464646;
}
footer .development a:hover {
	color: #DC2227;
}



.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 100;
  display: none;
}
.modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
}
.modal .modal-content-wrap {
  width: 450px;
  height: 350px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: auto;
  padding: 40px 50px 52px;
}
.modal .modal-content {
	display: block;
}
.modal .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  opacity: 1;
  cursor: pointer;
}
.modal .close img {
  display: block;
  width: 100%;
  height: 100%;
}

.modal h3 {
	text-align: center;
}
.modal form {
  width: 320px;
  margin: auto;
}
.modal form .button {
	width: 100%;
	color: #fff;
	background: #D82B1C;
}
.modal form .button:hover {
    color: var(--white);
    background: var(--red_hover);
    border-color: var(--red_hover);
}





/*----------------------------------------------------------------------------------------------------------------------------------------------------*/


/*Главная*/
.page-template-default .big-banner {
  padding-top: 0;
  padding-bottom: 0;
  height: 600px;
  color: #fff;
  color: var(--white);
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-default .big-banner .slick-slider .slick-list {
  width: 100%;
}
.page-template-default .big-banner .banner-slider,
.page-template-default .big-banner .slick-slider .slick-list,
.page-template-default .big-banner .slick-slider .slick-track {
  height: 100%;
}
.page-template-default .big-banner .slick-slider .slick-prev,
.page-template-default .big-banner .slick-slider .slick-next {
  left: auto;
  right: 128px;
  top: auto;
  bottom: 119px;
  opacity: 0.5;
  transition: 0.5s ease;
}
.page-template-default .big-banner .slick-slider .slick-prev {
  right: 164px;
}

.page-template-default .big-banner .slick-slider .slick-prev:hover,
.page-template-default .big-banner .slick-slider .slick-next:hover {
  opacity: 1;
}

.page-template-default .big-banner .slick-slider .slick-dots {
  bottom: 30px;
}
.page-template-default .big-banner .slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.page-template-default .big-banner .slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff !important;
  opacity: 0.2;
}
.page-template-default .big-banner .slick-slider .slick-dots li.slick-active button, 
.page-template-default .big-banner .slick-slider .slick-dots li:hover button {
  opacity: 1;
  background: #fff !important;
}

.page-template-default .big-banner .banner-slider .item {
  padding-top: 80px;
  padding-bottom: 110px;
}
.page-template-default .big-banner .banner-slider .item .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}
.page-template-default .big-banner .banner-slider .item .item-header {
    padding-right: 50%;
    width: 100%;
}
.page-template-default .big-banner .item-title {
  font-size: 4.375rem;
  font-weight: 900;
  line-height: 1.1;
}
.page-template-default .big-banner .item-subtitle {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 30px;
}
.page-template-default .big-banner .item-link {
	display: none !important;
  color: #fff;
    background: #000000;
    height: 44px;
    flex: 0 0 44px;
}
.page-template-default .big-banner .item-link:hover {
  color: var(--white);
    background: var(--red_hover);
    border-color: var(--red_hover);
}


.page-template-default .page-description {
	padding-top: 33px;
}
.page-template-default .page-description .section-title {
	margin-bottom: 5px;
}
.page-template-default .page-description .section-image {
	text-align: center;
}
.page-template-default .page-description .section-image img {
	position: relative;
	left: -15px;
}

.page-template-default .why {
	padding-top: 40px;
	padding-bottom: 57px;
	background: #F9F9F9;
	position: relative;
  overflow: hidden;
}
.page-template-default .why .rectangle {
	width: 100%;
	height: 196px;
	left: -55%;
	top: 117px;
	position: absolute;
	z-index: 0;
	background: #FFFFFF;
	background: var(--white);
}
.page-template-default .why .container {
	position: relative;
}
.page-template-default .why .h1 {
	font-size: 4rem;
	line-height: 1.2;
}
.page-template-default .why .h1-text {
	position: relative;
	z-index: 2;
}
.page-template-default .why .item-list {
	margin-top: 19px;
}
.page-template-default .why .item {
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}
.page-template-default .why .item:last-child {
	margin-bottom: 0px;
}
.page-template-default .why .item .num {
	color: #C4C4C4;
	margin-bottom: 4px;
}
.page-template-default .why .icon {
	font-size: 24.375rem;
	line-height: 1.2;
	color: #E0E0E0;
	font-weight: 900;
    width: 238px;
    position: absolute;
    z-index: 1;
    cursor: default;
    top: -73px;
    left: 23%;
}
.page-template-default .why .animate-line-wrap {
	padding-top: 24px;
	position: relative;
	margin-left: auto;
	width: 2px;
	height: 100%;
}
.page-template-default .why .animate-line-wrap .animate-line {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background: #E6E6E6;
	border-radius: 6px;
}
.page-template-default .why .animate-line-wrap .animate-line .before {
	width: 100%;
	height: 0%;
	display: block;
	background: #000000;
	border-radius: 6px 6px 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.page-template-default .why .animate-line-wrap .animate-line .after {
	height: auto;
	display: block;
	width: 27px;
	height: 22px;
	position: absolute;
	border-radius: 50%;
	background: url('/wp-content/uploads/2024/11/animate-icon2.png') no-repeat center center;
	left: -8px;
	top: 0%;
}

.page-template-default .our-services .section-title {
	margin-bottom: 17px;
}
.page-template-default .our-services .item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 16px 30px 16px 30px;
	background: #F9F9F9;
	border-radius: 8px;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.page-template-default .our-services .item .mobile-our-services {
	display: none;
}
.page-template-default .our-services .item span {
	padding-top: 14px;
}
.page-template-default .our-services .item img {
	display: block;
	flex: 0 0 168px;
	width: 168px;
	height: 168px;
	object-fit: contain;
	margin-left: 10px;
}
.page-template-default .our-services .item .hover {
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #F9F9F9;
    width: 100%;
    height: 100%;
    padding: 26px 20px;
    overflow: hidden;
    transition: 0.3s ease;
    opacity: 0;
    font-size: 0.875rem;
}
.page-template-default .our-services .item .hover:hover {
    opacity: 1;
}
.page-template-default .our-services .item .hover ul {
	width: 100%;
	height: 100%;
}
.page-template-default .our-services .item .hover ul li,
.page-template-default .our-services .item .mobile-our-services ul li {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    cursor: pointer;
}
.page-template-default .our-services .item .hover ul li a {
	transition: 0.3s ease;
}
.page-template-default .our-services .item .hover ul li a:hover {
	color: #D82B1C;
	color: var(--red);
}






/*Портфолио*/
.page-template-page-portfolio .portfiolio-list {
	margin-bottom: 50px;
}
.page-template-page-portfolio .portfiolio-list .item,
.template-single-portfolio .more-pages .item,
.template-single-service .works-slider .item {
	height: 304px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	color: #fff;
	padding: 20px 30px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	transition: 0.3s ease;
}
.page-template-page-portfolio .portfiolio-list .item:hover,
.template-single-portfolio .more-pages .item:hover {
	/*box-shadow: 2px 2px 12px rgba(97,97,97,1)*/
}
.page-template-page-portfolio .portfiolio-list .item:before,
.template-single-portfolio .more-pages .item:before,
.template-single-service .works-slider .item:before {
	content: '';
	display: block;
	width: 100%;
	height: 105px;
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.page-template-page-portfolio .portfiolio-list .item:after,
.template-single-portfolio .more-pages .item:after,
.template-single-service .works-slider .item:after {
	content: '';
	display: block;
	background: #000000;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
	transition: 0.3s ease;
}
.page-template-page-portfolio .portfiolio-list .item:hover:after,
.template-single-portfolio .more-pages .item:hover:after,
.template-single-service .works-slider .item:hover:after {
	opacity: 0.2;
}
.page-template-page-portfolio .portfiolio-list .item .item-desc,
.template-single-portfolio .more-pages .item .item-desc,
.template-single-service .works-slider .item .item-desc {
	position: relative;
	z-index: 1;
  width: 100%;
}
.page-template-page-portfolio .portfiolio-list .item .item-title,
.template-single-portfolio .more-pages .item .item-title,
.template-single-service .works-slider .item .item-title {
	display: block;
	margin-bottom: 9px;
	font-size: 1.25rem;
}
.page-template-page-portfolio .portfiolio-list .item .hashtag-list-wrap,
.template-single-portfolio .more-pages .item .hashtag-list-wrap,
.template-single-service .works-slider .item .hashtag-list-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-template-page-portfolio .portfiolio-list .item .hashtag-list,
.template-single-portfolio .more-pages .item .hashtag-list,
.template-single-service .works-slider .item .hashtag-list {
  width: 100%;
  grid-gap: 18px;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  grid-template-columns: auto;
  grid-auto-columns: auto;
}
.page-template-page-portfolio .portfiolio-list .item .hashtag-list .hashtag,
.template-single-portfolio .more-pages .item .hashtag-list .hashtag,
.template-single-service .works-slider .item .hashtag-list .hashtag {
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-template-page-portfolio .portfiolio-list .item .hashtag-list .hashtag:nth-child(1),
.template-single-portfolio .more-pages .item .hashtag-list .hashtag:nth-child(1),
.template-single-service .works-slider .item .hashtag-list .hashtag:nth-child(1) {
  grid-column: 1/2;
}
.page-template-page-portfolio .portfiolio-list .item .hashtag-list .hashtag:nth-child(2),
.template-single-portfolio .more-pages .item .hashtag-list .hashtag:nth-child(2),
.template-single-service .works-slider .item .hashtag-list .hashtag:nth-child(2) {
  grid-column: 2/3;
}
.page-template-page-portfolio .portfiolio-list .item .hashtag-list .hashtag:nth-child(3),
.template-single-portfolio .more-pages .item .hashtag-list .hashtag:nth-child(3),
.template-single-service .works-slider .item .hashtag-list .hashtag:nth-child(3) {
  grid-column: 3/4;
}

.page-template-page-portfolio .portfiolio-list .item .post-link-more,
.template-single-portfolio .more-pages .item .post-link-more,
.template-single-service .works-slider .item .post-link-more {
	position: absolute;
	top: 20px;
	left: 30px;
	opacity: 0;
	z-index: 1;
	min-width: 119px;
	padding: 3px 15px 5px;
	line-height: 1.5;
}
.page-template-page-portfolio .portfiolio-list .item:hover .post-link-more,
.template-single-portfolio .more-pages .item:hover .post-link-more,
.template-single-service .works-slider .item:hover .post-link-more {
	opacity: 1;
}







/*Портфолио - внутренняя*/
.template-single-portfolio .portfolio-single {
	margin-bottom: 60px;
}
.template-single-portfolio .portfolio-single .slider-grid {
	display: grid;
	grid-template-columns: 85px 540px;
	grid-gap: 10px;
}
.template-single-portfolio .portfolio-single .portfolio-slider-mini {
	cursor: grab;
}
.template-single-portfolio .portfolio-single .portfolio-slider-mini:active {
	cursor: grabbing;
}
.template-single-portfolio .portfolio-single .portfolio-slider-mini .slick-list {
	height: 304px !important;
}
.template-single-portfolio .portfolio-single .portfolio-slider-mini .item {
	margin-bottom: 11px;
	border-radius: 3px;
	overflow: hidden;	
  position: relative;
}
.template-single-portfolio .portfolio-single .portfolio-slider-mini .item .play_icon {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  margin: auto;
  transition: 0.3s ease;
}
.template-single-portfolio .portfolio-single .portfolio-slider-mini .item:hover .play_icon {
  opacity: 1;
}
.template-single-portfolio .portfolio-single .portfolio-slider-mini .item .item-image {
	display: block;
	width: 100%;
	height: 50px;
	object-fit: cover;
}
.template-single-portfolio .portfolio-single .portfolio-slider,
.template-single-portfolio .portfolio-single .portfolio-slider .slick-list,
.template-single-portfolio .portfolio-single .portfolio-slider-mini .slick-list {
	width: 100%;
}

.template-single-portfolio .portfolio-single .portfolio-slider {
	overflow: hidden;
	border-radius: 8px;
}
.template-single-portfolio .portfolio-single .portfolio-slider .item {
	position: relative;
	cursor: grab;
}
.template-single-portfolio .portfolio-single .portfolio-slider .item:active {
	cursor: grabbing;
}
.template-single-portfolio .portfolio-single .portfolio-slider .item .zoom {
	display: block;
	width: 34px;
	height: 34px;
	z-index: 1;
	position: absolute;
	top: 15px;
	left: 15px;
	opacity: 0.25;
	transition: 0.3s ease;
}
.template-single-portfolio .portfolio-single .portfolio-slider .item .zoom:hover {opacity: 1;}
.template-single-portfolio .portfolio-single .portfolio-slider .item .zoom img {
	display: block;
	width: 100%;
	height: 100%;
}
.template-single-portfolio .portfolio-single .portfolio-slider .item .item-image,
.template-single-portfolio .portfolio-single .portfolio-slider .item iframe {
	display: block;
	width: 100%;
	height: 304px;
	object-fit: cover;
}
.template-single-portfolio .portfolio-single .portfolio-slider .slick-dots {
	bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	justify-content: flex-end;
}
.template-single-portfolio .portfolio-single .portfolio-slider .slick-dots li button {
	opacity: 0.4;
	background: #fff;
}

.template-single-portfolio .portfolio-single .portfolio-info i,
.template-single-portfolio .portfolio-single .portfolio-info em {
  font-style: italic;
}
.template-single-portfolio .portfolio-single .portfolio-info strong,
.template-single-portfolio .portfolio-single .portfolio-info b {
  font-weight: 600;
}
.template-single-portfolio .portfolio-single .portfolio-info ol,
.template-single-portfolio .portfolio-single .portfolio-info ul {
  list-style: unset;
  padding-left: 1.25rem;
}
.template-single-portfolio .hashtags {
	grid-column: 1 / 3;
	margin-top: 20px;
}
.template-single-portfolio .hashtags .hashtag {
	margin-bottom: 12px;
	margin-right: 18px;
}

.template-single-portfolio .more-pages .item {
	height: 198px;
}
.template-single-portfolio .more-pages .item .item-title,
.template-single-service .works-slider .item .item-title {
	display: block;
	font-size: 1.125rem;
	margin-bottom: 5px;	
}
.template-single-portfolio .more-pages .item .hashtag,
.template-single-service .works-slider .item .hashtag {
	padding: 3px 12px 5px;
}
.template-single-portfolio .more-pages .item .post-link-more,
.template-single-service .works-slider .item .post-link-more {
	padding: 3px 12px 5px;
	min-width: 101px;
	font-size: 0.875rem;
}







/*Услуги - внутрянка*/
.template-single-service .service-banner .banner {
	width: 100%;
	padding: 76px 380px 76px 95px;
	min-height: 304px; 
	height: auto;
	color: #fff;
	position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.template-single-service .service-banner .banner:after {
	content: '';
	width: 60.36%;
	height: 100%;
	display: block;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.template-single-service .service-banner .banner .banner-desc {
	position: relative;
	z-index: 1;
}
.template-single-service .service-banner .banner .button {
	color: #fff;
	padding: 14px 30px 14px 30px;
}

.template-single-service .page-desc .desc2 {
	margin-top: 30px;
	width: 100%;
	height: auto;
	padding: 25px 35px;
	background: #F9F9F9;
	border-radius: 8px;
}
.template-single-service .page-desc .desc2 .button {
  color: #fff;
  background: #000000;
  width: 100%;
  margin-top: 25px;
  height: 44px;
}
.template-single-service .page-desc .desc2 .button:hover {
  color: var(--white);
  background: #000000;
  border-color: #000000;
}
.template-single-service .clear-text i,
.template-single-service .clear-text em {
  font-style: italic;
}
.template-single-service .clear-text strong,
.template-single-service .clear-text b {
  font-weight: 600;
}
.template-single-service .clear-text ol,
.template-single-service .clear-text ul {
  list-style: unset;
  padding-left: 1.25rem;
}

.template-single-service .works-slider .item { 
	width: 309px;
	height: 198px;
	object-fit: cover;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
} 

.template-single-service .price .item {
	margin-bottom: 30px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	padding: 26px 40px 31px;
	overflow: hidden;
}
.template-single-service .price .item .item-title {
	font-size: 1.25rem;
	color: #D82B1C;
	color: var(--red);
	margin-bottom: 12px;
}
.template-single-service .price .item .item-time {
	margin-bottom: 12px;
}
.template-single-service .price .item .item-time b,
.template-single-service .price .item .item-price b {
	font-weight: 600;
	margin-bottom: 2px;
	display: block;
}
.template-single-service .price .item .item-price {
	margin-bottom: 14px;
}
.template-single-service .price .item .item-price .price-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2px 1rem;
}
.template-single-service .price .item .item-price .price-grid .price-sum {
	text-align: right;
}
.template-single-service .price .item .button {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.template-single-service .contacts .icon img {
	margin-top: 16px;
	width: 100%;
	max-width: 388px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*Внутрянка особая страница услуг*/
.template-single-service .special-block1 {
  margin-top: 200px;
  margin-bottom: 0;
}
.template-single-service .special-block1__content {
  padding: 20px;
  border-radius: 20px;
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 11px;
  flex-wrap: wrap;
  position: relative;
  min-height: 241px;
}
.template-single-service .special-block1__content .special-block1__title {
  display: block;
  width: 100%;
  color: #222222;
  font-weight: 600;
  font-size: 1.125rem;
}
.template-single-service .special-block1__content .special-block1__text {
  font-size: 1rem;
  width: 100%;  
}
.template-single-service .special-block1__content .special-block1__image,
.template-single-service .special-block1__content .special-block1__line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
}
.template-single-service .special-block1__content .special-block1__line {
  z-index: -1;
}
.template-single-service .special-block1__content .special-block1__image {
  z-index: 1;
}

.template-single-service .special-block1__content1 {
  padding-left: 196px;
  margin-bottom: 176px;
  margin-left: 50px;
}
.template-single-service .special-block1__content1 .special-block1__image {
  left: -277px;
}
.template-single-service .special-block1__content1 .special-block1__line {
  left: -375px;
  top: -170px;
}

.template-single-service .special-block1__content2 {
  padding-left: 105px;
  margin-bottom: 200px;
  margin-right: 20px;
  padding-right: 240px;
}
.template-single-service .special-block1__content2 .special-block1__image {
  right: -220px;
  left: auto;
}
.template-single-service .special-block1__content2 .special-block1__line {
  right: -318px;
  left: auto;
  bottom: -170px;
}
.template-single-service .special-block1__content2 .special-block1__text {
  font-size: 12px;
}
/*Преимущества машина*/
.special-gray-bg {
  background: #F8F8F8;
  margin-top: -500px;
  padding-top: 360px;
}
.template-single-service .special-block2 {
  position: relative;
}
.template-single-service .special-block2 .special-block2-item-list {
  position: relative;
  width: 100%;
}
.template-single-service .special-block2 .special-block2-bg {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.template-single-service .special-block2 .item {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 0;
  top: 0;
  left: 0;
  right: auto;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
}
.template-single-service .special-block2 .item.active {
  width: 38px;
  height: 38px;
}
.template-single-service .special-block2 .item-check {
  width: 100%;
  height: 100%;
  border: 7px solid #fff;
  background: #CED0D1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 11px 25px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.template-single-service .special-block2 .item-check img {
  display: block;
  opacity: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s ease;
}
.template-single-service .special-block2 .item.active .item-check {
  background: #D82B1C;
}
.template-single-service .special-block2 .item.active .item-check img {
  opacity: 1;
}
.template-single-service .special-block2 .item-text {
  display: none;
  position: absolute;
  transition: 0.3s ease;
  width: 371px;
  padding: 30px 40px 30px 30px;
  background: #FFFFFF;
  box-shadow: 0px 11px 49px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  bottom: 16px;
  left: -14vw;
  z-index: 0;
}
.template-single-service .special-block2 .item.active .item-text {
  display: block;
}
.to-checkout {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  background: #E63612;
  border-radius: 25px;
  text-align: center;
  color: #FFFFFF;
  padding: 11px 39px;
  position: absolute;
  bottom: 67px;
  left: 50%;
  margin-left: -97.5px;
  transition: 0.3s;
}
.to-checkout:hover {
  background: #b31d10;

}
#checkout {
  scroll-margin: 150px;
}
@media (min-width: 1920px) {
  .template-single-service .special-block2 .item-text {
    left: -280px;
  }
}

.template-single-service .special-block2 .item1 {
  left: 140px;
  top: -50px;
}
.template-single-service .special-block2 .item2 {
  left: 282px;
  top: -159px;
}
.template-single-service .special-block2 .item3 {
  left: 347px;
  top: 121px;
}
.template-single-service .special-block2 .item4 {
  left: 507px;
  top: -179px;
}
.template-single-service .special-block2 .item5 {
  left: 590px;
  top: -339px;
}
.template-single-service .special-block2 .item6 {
  left: 655px;
  top: 151px;
}
.template-single-service .special-block2 .item7 {
  left: 775px;
  top: -15px;
}
.template-single-service .special-block2 .item8 {
  left: 835px;
  top: -283px;
}
.template-single-service .special-block2 .item9 {
  left: 1001px;
  top: -33px;
}

/*Преимущества бронирования*/
.template-single-service .special-block3 {
  padding-bottom: 213px;
  margin-bottom: 130px; 
}
.template-single-service .special-block3 .section-title {
  margin-bottom: 45px;
}
.template-single-service .special-block3 .container {
  position: relative;
}
.template-single-service .special-block3 .special-block3__bg {
  position: absolute;
  right: -25px;
  top: -31px;
  width: auto;
  height: auto;
  z-index: 0;
}
.template-single-service .special-block3 .row {
  gap: 30px 0;
  position: relative;
  z-index: 1;
}
.template-single-service .special-block3 .special-block3__item {
  width: 100%;
  height: 100%;
  min-height: 172px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 35px;
  grid-gap: 22px;
  border-radius: 8px;
  background: #fff;
}
.template-single-service .special-block3 .special-block3__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  background: #FFFFFF;
  box-shadow: 0px 11px 25px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
}
.template-single-service .special-block3 .special-block3__item-icon-wrap {
  background: #000000;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
.template-single-service .special-block3 .special-block3__item-icon-wrap2 {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-single-service .special-block3 .special-block3__item-icon-wrap2 img {
  display: block;
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
}
.template-single-service .special-block3 .special-block3__item-title {
  font-weight: 600;
  color: #5E5E5E;
  line-height: 1.5;
}
.template-single-service .special-block3 .special-block3__item-text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.template-single-service .special-block4 {
  margin-top: -260px;
}
.template-single-service .special-block4 .text-wrap {
  min-height: 203px;
  background: #FFFFFF;
  box-shadow: 0px 0px 49px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 37px 450px 37px 95px;
  position: relative;
}
.template-single-service .special-block4 .text-wrap .gift-image {
  display: block;
  width: auto;
  height: auto;
  position: absolute; 
  top: -20px; 
  bottom: 0;  
  left: auto; 
  right: 125px; 
  margin: auto; 
}
.template-single-service .special-block4 .text-wrap .gift-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}








/*Оценка онлайн*/
.page-template-page-calculate .calculate-form {
	padding-top: 15px;
}
.page-template-page-calculate .section-text {
	margin-bottom: 16px;
}
.page-template-page-calculate .section-text {
	margin-bottom: 15px;
}
.page-template-page-calculate .big-social .item a {
	width: 100%;
	height: 56px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F9F9F9;
	border-radius: 4px;
	transition: 0.3s ease;
}
.page-template-page-calculate .big-social .item a:hover {
	background: #E2E2E2;
}
.page-template-page-calculate .big-social .item a img {
	display: block;
	margin-right: 10px;
}
.page-template-page-calculate .dekor img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	max-width: 257px;
	width: 100%;
}
.page-template-page-calculate .calculate-form .submit {
	margin-left: auto;
	display: block;
}







/*Контакты*/
.page-template-page-contacts .contacts {
  padding-bottom: 20px;
}
.page-template-page-contacts .contacts-info {
  line-height: 1.8;
}
.page-template-page-contacts .contacts .separator {
  color: #B7B7B7;
}
.page-template-page-contacts .contacts iframe {
  width: 100%;
  height: 310px;
  margin-top: 17px;
}
.page-template-page-contacts .contact-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-template-page-contacts .contact-social a {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 13px;
} 
.page-template-page-contacts .contact-social img {
  display: block;
  width: 100%;
  height: 100;
} 








/*Компания*/
.page-template-page-about .big-image {
  margin-bottom: 0;
}
.page-template-page-about .big-image img {
  display: block;
  max-width: 100%;
}

.page-template-page-about .advantages {

}

.page-template-page-about .brends .item .logo {
  width: 100px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-about .brends .item .logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-about .sertificates .item {
  padding-left: 8px;
  padding-right: 8px;
}
.page-template-page-about .sertificates .item img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-about .reviews .item img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}







/*Политика конфиденциальности*/
.page-template-page-politicy main .page-title {
  margin-top: 14px;
  margin-bottom: 8px;
}
.page-template-page-politicy .politicy-content a {
  color: inherit;
  transition: 0.3s ease;
  text-decoration: underline;
}
.page-template-page-politicy main a:hover {
  color: #DC2227;
}







/*Подарочные сертификаты*/
.page-template-page-sertificate .sert-info .sert-icon img {
	max-width: 100%;
}
.page-template-page-sertificate .step {
	border-bottom: 1px solid #CECECE;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.page-template-page-sertificate .step .step-title {
	margin-bottom: 10px;
	color: #D82B1C;
	color: var(--red);
	font-weight: 900;
}
.page-template-page-sertificate .step .step-title span {
	font-weight: 600;
	color: #000;
	margin-left: 8px;
}
.page-template-page-sertificate .step .group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.page-template-page-sertificate .step .price-button {
	padding: 7px 14px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: 30px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: 0.3s ease;
}
.page-template-page-sertificate .step .price-button span {
	margin-right: 4px;
}
.page-template-page-sertificate .step .price-button.active,
.page-template-page-sertificate .step .price-button:hover {
	color: #fff;
    color: var(--white);
    background: var(--red_hover);
    border-color: var(--red_hover);
}
.page-template-page-sertificate .step input[type="number"],
.page-template-page-sertificate .step input[type="text"] {
	width: 277px;
	margin-left: 11px;
}
.page-template-page-sertificate .step .radio {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	margin-bottom: 26px;
}
.page-template-page-sertificate .step3 .radio2 {
	margin-bottom: 10px;
}
.page-template-page-sertificate .step3 .radio3 {
	margin-bottom: 20px;
}
.page-template-page-sertificate .step .radio input[type="number"],
.page-template-page-sertificate .step .radio input[type="text"] {
	margin-bottom: 0;
	opacity: 0.3;
	transition: 0.3s ease;
}
.page-template-page-sertificate .step .radio.active input[type="text"] {
	opacity: 1;
}
.page-template-page-sertificate .step .radio:before {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 8px;
	left: 0;
	background: #FFFFFF;
	box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
}
.page-template-page-sertificate .step .radio.active:after {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	top: 14px;
	left: 6px;
	position: absolute;
	background: #D82B1C;
	background: var(--red);
	border-radius: 1px;
}
.page-template-page-sertificate .step .label {
	position: relative;
	top: 6px;
}
.page-template-page-sertificate .step1 .label,
.page-template-page-sertificate .step2 .label {
	flex: 0 0 100px;
}
.page-template-page-sertificate .finish .gray-info {
	color: #838383;
	font-size: 0.75rem;
}
.page-template-page-sertificate .finish .finish-price {
	color: #D82B1C;
	color: var(--red);
	margin-top: 18px;
	margin-bottom: 18px;
}
.page-template-page-sertificate .finish .finish-price .value {
	font-weight: 600;
	color: #000;
}
.page-template-page-sertificate .finish {

}





/*404*/
.error404 main {
}
.error404 .image404 img {
  padding-top: 90px;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.error404 .page-title {
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
.error404 .home-link {
  color: rgb(230,54,18);
  color: var(--red);
  font-weight: 600;
  text-align: center;
}
.error404 .home-link img {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

/* новый блок в услугах */
.causes {
  margin-top: 50px;
  margin-bottom: 30px;
}
.causes__list {
  counter-reset: cnt 0;
  display: grid;
  gap:65px;
  grid-template-columns: repeat(12,1fr);
}
.causes__item {
  counter-increment: cnt 1;
  position: relative;
  grid-column:6 span;
}
.causes__title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 36px;
  color: #222222;
  margin-top: 80px;
}
.causes__content {
  margin-top: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5E5E5E;
}
.causes__content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.causes__item:before {
  content: "0" counter(cnt);
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: 'Inter';
  font-weight: 900;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
  background: #000000;
  border-radius: 7px;
  padding:5px 22px;
}
.causes__item:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 30px;
  border: 1px solid #22222233;
  width: calc(100% - 117px);
  height: 0px;
}

/* новый блок в услугах */



/*Новый кастомный калькулятор*/
.calculate-form-custom .section-title2 {
  margin-bottom: 18px;  
}
.calculate-form-custom .row-margin-top {
  margin-top: 30px;
}
.calculate-form-custom .dekor img {
  margin-top: 0;
}
.calculate-form-custom .cart-line {
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.calculate-form-custom .dekor {
  position: relative;
}
.calculate-form-custom .decor-price-wrap {
  color: #E63612;
  font-size: 10px;  
  line-height: 1.5; 
  text-align: right;  
  top: 116px;
  right: 29px;  
  position: absolute; 
  z-index: 1; 
}
.calculate-form-custom .decor-price-wrap .decor-price {
  color: #E63612;
  font-size: 26px;  
  line-height: 1.5; 
  font-weight: 700; 
}

.calculate-form-custom .calculate-services-grid-label {
  text-align: left;
  margin-bottom: 1rem;
}
.calculate-form-custom .calculate-services-grid-label1 {
  padding-right: 30%;
}
.calculate-form-custom .calculate-services-grid-label2 {
  font-size: 14px;
  font-weight: 600;
  display: none;
}
.calculate-form-custom .calculate-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.calculate-form-custom .calculate-service-item {
  padding: 22px 26px 28px;
  height: 100%;
  /*display: flex;*/
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 30px;
  background: #F8F8F8;
  border-radius: 10px;
}
.calculate-form-custom .calculate-service-item.show {
  display: flex;
}

.calculate-form-custom .calculate-service-item .item-header .item-title {
  font-size: 18px;
  line-height: 1.5;
}
.calculate-form-custom .calculate-service-item .item-header .item-price {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 1.5;
  display: none;
}
.calculate-form-custom .calculate-service-item .item-header .item-price.current {
  display: block;
}

.calculate-form-custom .calculate-service-item .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.calculate-form-custom .calculate-service-item .item-footer .service-link {
  border-color: #8E8E8E;
  flex: 1 0 auto;
}
.calculate-form-custom .calculate-service-item .item-footer .service-link:hover {
  border-color: var(--red_hover);
}
.calculate-form-custom .calculate-service-item .item-footer .add-cart {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #fff;
  background: #E63612;
  border-color: #E63612;
  min-width: 38px;
}
.calculate-form-custom .calculate-service-item .item-footer .add-cart:hover {
  color: var(--white);
  background: var(--red_hover);
  border-color: var(--red_hover);
}
.calculate-form-custom .calculate-service-item .item-footer .add-cart img {
  display: block;
  width: auto;
  height: auto;
}
.calculate-form-custom .calculate-service-item .item-footer .add-cart.added {
  background: #222222;
  border-color: #222222;
}
.calculate-form-custom .calculate-service-item .item-footer .add-cart .add-cart-ok {
  display: none;
}
.calculate-form-custom .calculate-service-item .item-footer .add-cart.added .add-cart-icon {
  display: none;
}
.calculate-form-custom .calculate-service-item .item-footer .add-cart.added .add-cart-ok {
  display: block;
}

.calculate-form-custom .cart {
  padding-bottom: 40px;
  padding-top: 22px;
  padding-left: 36px;
  padding-right: 36px;
  background: #F5F3F3;
  border-radius: 10px;
}
.calculate-form-custom .cart .cart-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}
.calculate-form-custom .cart .cart-title img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
}
.calculate-form-custom .cart .cart-toggle {
  display: none;
  flex: 0 0 30px;
  width: 30px;
  height: 20px;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
  top: 2px;
  margin-left: auto;
}
.calculate-form-custom .cart .cart-toggle img {
  display: block;
  width: 20px;
  height: auto;
}
.calculate-form-custom .cart .cart-body {
  display: grid;
  grid-template-columns: 1fr 215px;
  grid-gap: 30px;
  align-items: flex-start;
}

.calculate-form-custom .cart .cart-items {
  background: #fff;
  padding: 22px 36px 27px;
  border-radius: 10px;
}
.calculate-form-custom .cart .cart-items .cart-header {
  color: #ADADAD;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.calculate-form-custom .cart .cart-items .cart-item {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.calculate-form-custom .cart .cart-items .cart-item:nth-child(2) {
  margin-top: 9px;
}
.calculate-form-custom .cart .cart-items .cart-header,
.calculate-form-custom .cart .cart-items .cart-item {
  display: grid;
  grid-template-columns: 2fr 1fr 70px;
  grid-gap: 30px;
  align-items: center;
}
.calculate-form-custom .cart .cart-items .item-title {
  color: var(--red);
}
.calculate-form-custom .cart .cart-items .item-price {
  font-weight: bold;
}
.calculate-form-custom .cart .cart-items .item-delete {
  min-width: 70px;
  width: 100%;
  height: 32px;
  padding: 0;
  border-color: #8E8E8E;
}
.calculate-form-custom .cart .cart-items .item-delete:hover {
  border-color: var(--red_hover);
  background: var(--red_hover);
}
.calculate-form-custom .cart .cart-items .item-delete svg {
  display: block;
}
.calculate-form-custom .cart .cart-items .item-delete svg path {
  transition: 0.3s ease;
}
.calculate-form-custom .cart .cart-items .item-delete:hover svg path {
  stroke: #fff;
}

.calculate-form-custom .cart .cart-total {
  padding: 20px 26px 26px;
  background: #fff;
  border-radius: 10px;
}
.calculate-form-custom .cart .cart-total .cart-total__items-count {
  font-weight: bold;
  font-size: 18px; 
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.calculate-form-custom .cart .cart-total .cart-total__items-count .value-wrap {
  font-size: 14px;
  color: #8E8E8E;
  padding-top: 4px;
}
.calculate-form-custom .cart .cart-total .cart-total__price {
  margin-top: 8px;
  color: var(--red);
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.calculate-form-custom .cart .cart-total .cart-total__checkout {
  background: #E63612;
  border-color: #E63612;
  color: #fff;
  font-size: 16px;
  min-width: 100px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 18px;
}
.calculate-form-custom .cart .cart-total .cart-total__checkout:hover {
  color: var(--white);
  background: var(--red_hover);
  border-color: var(--red_hover);
}
.calculate-form-custom .cart-label {
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}
.calculate-form-custom .cart .cart-label {
  display: none;
}

.calculate-form-custom .select-wrap {
  padding: 20px 16px;
  background: #F5F3F3;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.calculate-form-custom .ss-main .ss-single-selected {
  background: #FFFFFF;
  box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: none;
  height: 38px;
  padding: 7px 15px;
}
.calculate-form-custom .ss-main .ss-single-selected,
.calculate-form-custom .ss-main .ss-single-selected .placeholder .ss-disabled {
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
}
.calculate-form-custom .ss-content .ss-search input:focus {
  box-shadow: 0 0 4px #d82b1c;
}
.calculate-form-custom #body_year__select + div {
  flex: 0 0 156px;
}
.calculate-form-custom .ss-main .ss-single-selected .ss-arrow span {
  border: solid #2D2A27 !important;
  border-width: 0 1px 1px 0 !important;
}




.calculate-banner {
  padding: 29px 36px;
  background: #FFFFFF;
  box-shadow: 0px 11px 49px rgba(230, 54, 18, 0.08);
  border-radius: 10px;
  max-width: 564px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 30px;
  margin-top: -142px;
}
.calculate-banner .plus {
  display: block;
  position: absolute;
}
.calculate-banner .plus1 {
  right: -9px;
  top: -9px;
}
.calculate-banner .plus2 {
  left: -9px;
  bottom: -9px;
}
.calculate-banner .calculate-banner__title {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  color: #222222;
}
.calculate-banner .calculate-banner__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-width: 2px;
}
.calculate-banner .calculate-banner__link svg {
  display: block;
  width: 24px;
}
.calculate-banner .calculate-banner__link svg path,
.calculate-banner .calculate-banner__link svg circle {
  transition: 0.3s ease;
}
.calculate-banner .calculate-banner__link:hover svg path {
  fill: #fff;
}
.calculate-banner .calculate-banner__link:hover svg circle {
  stroke: #fff;
}












/*----------------------------------------------------------------------------------------------------------------------------------------------------*/



@media (max-width: 1199px) {
	header {
	}
	.h1 {
		font-size: 2.25rem;
	}
	.page-template-default .why .h1 {
		font-size: 3rem;
	}
  .page-template-default .big-banner .item-title {
    font-size: 3.8rem;
  }
  .page-template-default .big-banner .banner-slider .item .item-header {
      padding-right: 40%;
  }
	.page-template-page-portfolio .portfiolio-list .item {
		height: 254px;
	}
	.template-single-portfolio .portfolio-single .slider-grid {
		margin-bottom: 18px;
	}
	.template-single-portfolio .more-pages .item {
	    height: 168px;
	}
	.text-type1 .text-type1-icon {
		display: none;
	}
	.slick-slider .slick-list {
		width: 855px;
	}
	.template-single-service .works-slider .item {
		width: 259px;
    	height: 168px;
	}
	.template-single-service .price .item {
		padding: 25px 30px 30px;
	}
	.page-template-page-sertificate .step .price-button {
		margin-left: 15px;
	}
	header .services-menu-toggle span {
		display: none;
	}
	header .services-menu-toggle {
		padding-left: 0;
		padding-right: 0;
		flex: 0 0 34px;
		width: 34px;
		height: 34px;
	}
	header .services-menu-toggle svg {
		margin-right: 1px;
	}
	header .header-service-menu .header-service-links {
	    flex: 0 0 75%;
	}
	.page-template-default .our-services .item .mobile-our-services {
		display: block;
		font-size: 0.875rem;
	}
	.page-template-default .our-services .item img {
		display: none;
	}
	.page-template-default .our-services .item .hover {
		display: none;
	}
	.page-template-default .our-services .item {
		display: block;
    	min-height: 220px;
	}
	.page-template-default .our-services .item span {
		margin-bottom: 10px;	
		display: block;	
	}
  .page-template-page-portfolio .portfiolio-list .item .hashtag-list .hashtag:nth-child(3),
  .template-single-portfolio .more-pages .item .hashtag-list .hashtag:nth-child(3),
  .template-single-service .works-slider .item .hashtag-list .hashtag:nth-child(3) {
    display: none;
  }
  .template-single-portfolio .more-pages .item .hashtag-list .hashtag:nth-child(2), 
  .template-single-service .works-slider .item .hashtag-list .hashtag:nth-child(2) {
    display: none;
  }

  .template-single-service .special-block1 {
    margin-top: 140px 
  }
  .template-single-service .special-block1__content .special-block1__line {
    display: none;
  }
  .template-single-service .special-block1__content {
    margin-left: 0;
    margin-right: 0;
  }
  .template-single-service .special-block1__content1 .special-block1__image {
    left: -60px;
  }
  .template-single-service .special-block1__content1 {
    padding-left: 410px;
    margin-bottom: 140px;  
  }
  .template-single-service .special-block1__content2 .special-block1__image {
    right: -60px;
  }
  .template-single-service .special-block1__content2 {
    padding-right: 400px;
    margin-bottom: 140px;
  }
  .special-gray-bg {
    padding-top: 40px;
    margin-top: 0;
  }
  .template-single-service .special-block2 .item {
    position: static;
    width: 100% !important; 
    height: auto !important;
  }
  .template-single-service .special-block2 .item-check {
    display: none;
  }
  .template-single-service .special-block2 .item-text {
    position: static;
    width: 100%;
  }
  .special-block2-item-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .template-single-service .special-block2 .special-block2-bg {
    grid-column: span 2;
    max-width: 500px;
    width: 100%;
    height: auto;
  }
  .template-single-service .special-block2 .item .item-text {
    display: block;
  }
  .template-single-service .special-block3 .special-block3__item {
    padding: 20px 20px;
  }

  .calculate-form-custom .dekor {
    display: none
  }
  .calculate-form-custom #body_year__select + div {
    flex: 0 0 130px;
  }
  .calculate-form-custom .calculate-services-grid-label1 {
    padding-right: 0;
  }
  .calculate-banner {
    margin-top: -112px;
  }
} /*@media (max-width: 1199px) {}*/

@media (max-width: 991px) {
  .page-template-default .big-banner .item-title {
    font-size: 3.8rem;
  }
	.page-template-default .why .icon {
		left: 13%;
	}
	.page-template-default .why .h1 {
		font-size: 2.75rem;
	}
	footer .footer-head {
		text-align: center;
	}
	footer .footer-head .header-phone {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.gift .text-wrap {
		max-width: 100%;
	}
	.page-template-page-portfolio .portfiolio-list .item {
	    height: 194px;
	}
	.template-single-portfolio .more-pages .item {
	    height: 188px;
	}
	.slick-slider .slick-list {
	    width: 620px;
	}
	.page-template-page-contacts .contacts iframe {
		margin-bottom: 50px;
	}
	.template-single-service .contacts .icon {
		display: none;
	}
	.template-single-service .service-banner {
		margin-bottom: 0;
	}
	.template-single-service .service-banner .banner {
		padding: 76px 80px 76px 80px;
	}
	.template-single-service .works-slider .item {
	    width: 279px;
	    height: 175px;
	}
	.page-template-page-sertificate .sert-info .sert-icon img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 14px;
	}
	header .header-service-menu .header-service-categories,
	header .header-service-menu .header-service-links {
		display: none;
	}
	header .desktop-menu nav {
		display: none;
	}
	header .zapis {
		margin-left: auto;	
		display: block;	
	}
	header .header-top {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	header .header-bottom {
		padding-top: 11px;
		padding-bottom: 11px;
	}
	header .menu-mobile {
		display: block;
	}
	header.open {
		height: 100%;
	}
	header .header-service-menu,
	header .header-service-menu .menu-mobile {
		height: 100%;
		background: #fff;
		box-shadow: none;
		width: 100%;
		position: relative;
	}
	header .header-service-menu .menu-mobile li {
		padding: 13px;
		position: relative;
	}
	header .header-service-menu .menu-mobile li.big-padding {
		padding-left: 26px;
	}
	header .header-service-menu .menu-mobile .services-lvl-2 li {
		padding-left: 0;
	}
	header .header-service-menu .menu-mobile li.back-link {
		color: #828282;
		padding-left: 13px;
		background: url('img/icons/menu-back.svg') no-repeat left center;
	}
	header .header-service-menu .menu-mobile li.service-link-to-lvl-1 {
		background: url('img/icons/service-link.svg') no-repeat left center;
	}
	header .header-service-menu .menu-mobile li.service-link-to-lvl-2 svg {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: auto;
		margin: auto;
	}
	header .header-service-menu .menu-mobile li.service-link-to-lvl-2 svg path {
		fill: #A7A7A7;
	}
	header .header-service-menu .menu-mobile ul {
		background: #fff;
		height: auto;
		min-height: 100vh;
		width: 100%;	
	}
	header .header-service-menu .menu-mobile .services-lvl {
		position: absolute;
	    top: 0;
	    left: 0;
	    transition: 0.6s ease;
	    transform: translateX(-130%);
	}
	header .header-service-menu .menu-mobile .services-lvl-1 {
		z-index: 1;
	}
	header .header-service-menu .menu-mobile .services-lvl-2 {
		z-index: 2;
	}	
	header .header-service-menu .menu-mobile .services-lvl.open {
	    transform: translateX(0%);		
	}
  .page-template-page-portfolio .portfiolio-list .item .hashtag-list .hashtag:nth-child(2), 
  .template-single-portfolio .more-pages .item .hashtag-list .hashtag:nth-child(2), 
  .template-single-service .works-slider .item .hashtag-list .hashtag:nth-child(2) {
    display: none;
  }
  .template-single-service .special-block1__content .special-block1__image {
    width: 320px;
  }
  .template-single-service .special-block1 {
    margin-top: 100px;
  }
  .template-single-service .special-block1__content {
    margin-bottom: 100px;
  }
  .template-single-service .special-block1__content1 {
    padding-left: 290px;
  }
  .template-single-service .special-block1__content2 {
    padding-right: 290px;
    padding-left: 50px;
  }
  .template-single-service .special-block2 .item-text {
    padding: 30px;
  }
  .template-single-service .special-block3 .special-block3__item {
    min-height: auto;
    height: auto;
  }
  .template-single-service .special-block3 .special-block3__item {
    padding: 25px;
  }
  .template-single-service .special-block4 .text-wrap {
    padding: 37px 290px 37px 45px;
  }
  .template-single-service .special-block4 .text-wrap .gift-image {
    right: 15px;
  }

  .calculate-form-custom .calculate-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .calculate-form-custom .select-wrap-left {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-bottom: 10px;
  }
  .calculate-form-custom .select-wrap-right {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 10px;
  }
  .calculate-form-custom .cart {
    position: fixed;
    width: 100%;
    max-height: 67px;
    bottom: 0;
    left: 0;
    z-index: 0;
    padding: 20px 30px;
    transition: 0.6s ease;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0;
    box-shadow: 0 0 14px 0 #00000021;
  }
  .calculate-form-custom .cart.open {
    max-height: 80vh;
    overflow-y: auto;
    z-index: 2
  }
  .calculate-form-custom .cart-line {
    display: none;
  }
  .calculate-form-custom .cart .cart-toggle {
    display: flex;
    transition: 0.6s ease;
    transform: rotateX(0deg);
  }
  .calculate-form-custom .cart .cart-toggle.open {
    transform: rotateX(180deg);
  }
  .calculate-form-custom .cart-label {
    display: none;
  }
  .calculate-form-custom .cart .cart-label {
    display: block;
    margin-top: 0;
    grid-column: span 2;
  }
  .calculate-banner {
    margin-top: -42px;
  }
} /*@media (max-width: 991px) {}*/

@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
  main {
    padding-top: 93px;
  }
	section {
		padding-top: 20px;
		margin-bottom: 40px;
	}
	.page-template-default .page-description {
		padding-top: 20px;
	}
	.page-template-default .page-description .section-image {
		display: none;
	}
	.page-template-default .big-banner {
		margin-bottom: 10px;
	}
	.page-template-default .our-services .item img {
	    flex: 0 0 155px;
	    width: 155px;
	    height: 155px;
	}
	.gift .text-wrap {
		padding: 35px 30px;
		text-align: center;
	}
	.gift .gift-image img {
		display: none;
	}
	.gift .text-wrap .gift-image img {
		display: block;
		width: 220px;
	}
	footer .footer-bottom {
		text-align: center;
	}
	footer .development {
		text-align: center;
		margin-top: 12px;
	}
	footer .service-links {
		font-size: 0.8571428571428571rem;
	}
	.page-template-default .big-banner .banner-title {
		margin-bottom: 12px;
	}
	.h1 {
		font-size: 1.714285714285714rem;
	}
	.page-template-default .why .rectangle {
	    width: 100%;
	    height: 94px;
	    left: -10%;
	    top: 67px;
	}
	.page-template-default .why .icon {
	    left: auto;
	    right: 0;
	}
	.page-template-default .why .h1 {
		margin-bottom: 80px;
	}
	.page-template-page-calculate .calculate-form .dekor {
		display: none;
	}
	.page-template-page-calculate .big-social .item {
		margin-bottom: 30px;
	}
	.page-template-page-portfolio .portfiolio-list .item,
	.template-single-portfolio .portfolio-single .portfolio-slider .item .item-image,
  .template-single-portfolio .portfolio-single .portfolio-slider .item iframe {
	    height: 284px;
	}
	.template-single-portfolio .more-pages .item {
	    height: 268px;
	}
	.template-single-portfolio .portfolio-single .portfolio-slider-mini {
		display: none;
	}
	.template-single-portfolio .portfolio-single .slider-grid {
		display: block;
	}
	.template-single-portfolio .portfolio-single .portfolio-slider .item .zoom {
		opacity: 0.5;
	}
	.slick-slider .slick-list {
	    width: 450px;
	}
	.page-template-page-about .brends .item .logo {
		width: 62px;
		height: 62px;
	}
	.slick-slider .slick-arrow {
		width: 18px;	
		height: 18px;	
	}
	.slick-slider .slick-arrow img {
		display: block;	
		width: 100%;	
		height: 100%;	
	}
	.reviews .item {
		padding: 20px 25px;
		margin-left: 5px;
		margin-right: 5px;
		box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
	}
	.template-single-service .service-banner .banner {
	    padding: 50px;
	    min-height: auto;
	}
	.page-template-page-sertificate .step1 .label, 
	.page-template-page-sertificate .step2 .label {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.page-template-page-sertificate .step input[type="number"], 
	.page-template-page-sertificate .step input[type="text"] {
		width: 100%;
		margin-left: 0;
	}
	.page-template-page-sertificate .step .radio input[type="number"], 
	.page-template-page-sertificate .step .radio input[type="text"] {
		margin-top: 20px;
	}
	header .social {
		display: none;
	}
	header .zapis {
		min-width: 110px;
		padding: 9px 15px 9px;
	}
	.hashtag {
		padding: 4px 15px 5px;
	}
	.template-single-portfolio .hashtags .hashtag {
		margin-bottom: 10px;
		margin-right: 16px;
	}
	.template-single-portfolio .portfolio-single .slider-grid {
		margin-bottom: 6px;
	}
  .page-template-page-portfolio .portfiolio-list .item .hashtag-list .hashtag:nth-child(2), 
  .template-single-portfolio .more-pages .item .hashtag-list .hashtag:nth-child(2), 
  .template-single-service .works-slider .item .hashtag-list .hashtag:nth-child(2) {
    display: inline-block;
  }
  .page-template-page-portfolio .portfiolio-list .item .hashtag-list .hashtag:nth-child(3), 
  .template-single-portfolio .more-pages .item .hashtag-list .hashtag:nth-child(3), 
  .template-single-service .works-slider .item .hashtag-list .hashtag:nth-child(3) {
    display: inline-block;
  }
  .page-template-page-portfolio .portfiolio-list .item, 
  .template-single-portfolio .more-pages .item, 
  .template-single-service .works-slider .item {
    padding: 14px;
    width: 100%;
    height: 250px;
  }
  .template-single-service .works-slider .item {
    width: 100%;
    height: 250px;
  }
  .template-single-portfolio .more-pages .item .post-link-more, .template-single-service .works-slider .item .post-link-more {
    left: 12px;
    top: 12px;
  }
  .template-single-service .special-block1 {
    margin-top: 80px;
  }
  .template-single-service .special-block1__content {
    margin-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 50px;
    text-align: center;
  }
  .template-single-service .special-block1__content .special-block1__image {
    position: static;
    max-width: 300px;
    width: 100%;
  }
  .template-single-service .special-block1__content2 {
  }
  .special-block2-item-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .template-single-service .special-block2 .special-block2-bg {
    grid-column: span 1;
  }
  .template-single-service .special-block4 .text-wrap .gift-image {
    right: 15px;
    position: static;
  }
  .template-single-service .special-block4 .text-wrap {
    padding: 30px 30px;
    text-align: center;
  }
  .template-single-service .special-block4 .text-wrap .gift-image {
    text-align: center;
    margin-bottom: 16px;
  }

  .calculate-form-custom .select-wrap-left {
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 5px;
  }
  .calculate-form-custom #body_year__select + div {
    flex: 0 0 auto;
  }
  .calculate-form-custom .select-wrap-right {
    padding-top: 5px;
  }
  .calculate-form-custom .cart .cart-body {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .calculate-form-custom .cart .cart-items .cart-header, 
  .calculate-form-custom .cart .cart-items .cart-item {
    grid-template-columns: 1fr 90px 70px;
    grid-gap: 20px;
  }
  .calculate-form-custom .cart {
    max-height: 64px;
  }
  .calculate-form-custom .cart .cart-label {
    grid-column: span 1;
    text-align: center;
  }
  .calculate-banner {
    max-width: 510px;
    margin-top: 30px;
    display: block;
    text-align: center;
  }
  .calculate-banner .calculate-banner__link {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 16px;
  }

  .page-template-default .big-banner .item-title {
    font-size: 1.714285714285714rem;
    line-height: 1.3;
  }
  .page-template-default .big-banner {
    text-align: left;
    height: 545px;
  }
  .page-template-default .big-banner .banner-slider .item .container {
    justify-content: flex-end;
    gap: 20px;
  }
  .page-template-default .big-banner .banner-slider .item {
    padding-top: 50px;
    padding-bottom: 66px; 
  }
  .page-template-default .big-banner .item-subtitle {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 10px;
  }
  .page-template-default .big-banner .banner-slider .item .item-header {
      padding-right: 30%;
  }
} /*@media (max-width: 767px) {}*/

@media (max-width: 575px) {
	.page-template-page-calculate .calculate-form .submit {
		margin-left: 0;
		margin-top: 15px;
	}
	.page-template-page-portfolio .portfiolio-list .item {
	    height: 51vw;
	}
	.template-single-portfolio .more-pages .item,
	.template-single-portfolio .portfolio-single .portfolio-slider .item .item-image,
  .template-single-portfolio .portfolio-single .portfolio-slider .item iframe {
	    height: 51vw;
	}
	.slick-slider .slick-list {
	    width: 85%;
	}
	.template-single-service .service-banner .banner {
		padding: 30px;
	}
	.template-single-service .page-desc .desc2 {
		padding: 25px;
	}
	.template-single-service .works-slider .item {
	    width: 90%;
	    height: 42vw;
	}
	.modal .modal-content-wrap {
		width: 90%;
		height: 340px;
		padding: 40px 30px 30px;
	}
	.modal form {
		width: 100%;
	}
	.modal .section-title {
		text-align: center;
	}
  main {
    padding-top: 93px;
  }
  .page-template-page-portfolio .portfiolio-list .item .hashtag-list .hashtag:nth-child(2), 
  .template-single-portfolio .more-pages .item .hashtag-list .hashtag:nth-child(2), 
  .template-single-service .works-slider .item .hashtag-list .hashtag:nth-child(2) {
    display: none;
  }
  .page-template-page-portfolio .portfiolio-list .item .hashtag-list .hashtag:nth-child(3), 
  .template-single-portfolio .more-pages .item .hashtag-list .hashtag:nth-child(3), 
  .template-single-service .works-slider .item .hashtag-list .hashtag:nth-child(3) {
    display: none;
  }
  .template-single-service .special-block1__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .template-single-service .special-block1__content {
    margin-bottom: 60px;
  }
  .template-single-service .special-block1 {
    margin-top: 60px;
  }
  .template-single-service .special-block3 .special-block3__item {
    padding: 25px 15px; 
    flex-wrap: wrap;
    text-align: center;
  }
  .template-single-service .special-block3 .special-block3__item-flex {
    width: 100%;
  }
  .template-single-service .special-block3 .special-block3__item-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .template-single-service .special-block4 .text-wrap .gift-image  {
    max-width: 280px;
    width: 100%;
  }
  .causes__list {
    grid-template-columns: repeat(6,1fr);
  }
  
  .calculate-form-custom .calculate-services-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .calculate-form-custom .calculate-service-item {
    padding: 20px 20px 24px;
  }
  .calculate-form-custom .calculate-service-item {
    grid-gap: 20px;
  }
  .calculate-form-custom .calculate-service-item .item-header .item-title {
    font-size: 16px 
  }
  .calculate-form-custom .cart .cart-items .cart-header {
    display: none;
  }
  .calculate-form-custom .cart .cart-items .cart-header, 
  .calculate-form-custom .cart .cart-items .cart-item {
    grid-template-columns: 1fr 70px;
    grid-gap: 10px 20px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e9e9e9;
  }
  .calculate-form-custom .cart .cart-items .cart-item:nth-child(2) {
    margin-top: 0;
    border: none;
    padding-top: 0;
  }
  .calculate-form-custom .cart .cart-items .cart-header div:nth-child(3) {
    display: none;
  }
  .calculate-form-custom .cart .cart-items .item-title {
    grid-column: span 2;
  }
  .calculate-form-custom .cart .cart-total,
  .calculate-form-custom .cart .cart-items {
    padding: 16px;
  }
  .calculate-form-custom .cart {
    padding-left: 15px;
    padding-right: 15px;
  }
  .calculate-banner .calculate-banner__title {
    font-size: 20px;
  }

  .page-template-default .big-banner .banner-slider .item .item-header {
      padding-right: 0%;
  }
  .page-template-default .big-banner .item-link {
    width: 100%;
  }
}
.reviews, .sertificates {
	display:none;
}
/*@media (max-width: 575px) {}
   *