.menu_click button,
.menu_wrap {
	border: 1px solid #000;
	background: #f2d9bf
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
	margin: 0
}

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

.light-header .info-address,
.light-header .info__tel-elem,
.light-header .nav__link,
a,
body {
	color: #000
}

.btn-top .icon-arrow,
.nav__item-icon-wrap .icon,
.nav__link .nav__link-icon .icon-arrow {
	fill: #fff;
	fill: #fff;
	top: 50%;
	fill: #fff;
	fill: #fff
}

.footer .payment__item:last-child,
.footer__social .social__item:last-child,
.header__mobile-show .social__item:last-child,
.hero .social__item:last-child,
.nav__item-dropdow-social .social__item:last-child,
.nav__item:last-child {
	margin-right: 0
}

.about-company__descr,
.hero__info,
.nav__item-dropdown .container,
.not-found__info,
.order-pop-up-inner__wrap,
.promotion .flex-item,
.service-item__element-delivery-items,
.wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.card-footer .pagination li a,
.card-footer .pagination li span {
	padding: 10px 15px;
	margin: 0 5px;
	font-size: 17px;
	background: #fff;
	display: block
}

.adv-products .text-trigger,
body {
	font-family: Montserrat, sans-serif
}

.summarybtn,
.text_i {
	box-shadow: none
}

@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-SemiBold.eot);
	src: url(../fonts/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.ttf) format("truetype"), url(../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold) format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Regular.eot);
	src: url(../fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype"), url(../fonts/Montserrat-Regular.svg#Montserrat-Regular) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Bold.eot);
	src: url(../fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype"), url(../fonts/Montserrat-Bold.svg#Montserrat-Bold) format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Medium.eot);
	src: url(../fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.ttf) format("truetype"), url(../fonts/Montserrat-Medium.svg#Montserrat-Medium) format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

body {
	font-size: 16px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background: #f4f4f4
}

.menu_wrap {
	position: fixed;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 200px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateX(-202px);
	transform: translateX(-202px);
	top: 0
}

.menuGlobal {
	width: 100%;
	padding: 15px
}

.menu_click {
	position: absolute;
	top: -1px;
	left: 100%;
	border-left: 2px solid transparent;
	width: 35px;
	height: 30px
}

.products__info-inner,
.select-container,
.wrapper,
section {
	position: relative
}

.menu_click,
.menu_click button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.menu_click button {
	font-size: rem(25);
	font-weight: 700;
	line-height: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #000;
	outline: unset
}

.menu_wrap_active {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.btn-top,
.text-section {
	-webkit-transition: .3s
}

li,
ol,
ul {
	list-style-type: none;
	padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

textarea {
	resize: none
}

button,
input,
select,
textarea {
	outline: 0 !important
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.wrapper {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: visible !important;
    overflow-x: clip !important;
}

.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.section-title {
	font-weight: 600;
	font-size: 40px;
	line-height: 46px
}

.btn-top {
	position: fixed;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	bottom: 15px;
	right: 15px;
	background: #0661d6;
	transition: .3s;
	display: none;
	z-index: 150
}

.header--wrap,
.menu,
.nav__item-icon-wrap,
.nav__link {
	position: relative
}

.btn-top:hover {
	background: #003a85
}

.btn-top .icon-arrow {
	position: absolute;
	left: 50%;
	width: 16px;
	height: 18px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: -8px;
	margin-top: -9px
}

.text-section {
	height: 107px;
	overflow: hidden;
	transition: .3s
}

.text-section ol,
.text-section ul {
	margin-left: 18px
}

.text-section ul li {
	list-style-type: disc
}

.text-section ol li {
	list-style-type: decimal
}

.text-section a,
.text-trigger {
	background: 0 0;
	color: #fff;
	position: relative;
	border: 0;
	margin-top: 20px;
	padding: 0
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.container,
.container-fluid {
	padding-left: 15px;
	padding-right: 15px
}

.text-section a:after,
.text-trigger:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -1px;
	left: 0;
	position: absolute;
	-webkit-transition: .3s;
	transition: .3s
}

.text-section a:hover:after,
.text-trigger:hover:after {
	width: 0
}

.no-scroll {
	margin: 0;
	height: 100%;
	overflow: hidden
}

input,
textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0
}

.container {
	max-width: 1230px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.menu {
	--color: #fff;
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0;
	outline: 0;
	border: none;
	background: 0 0;
	cursor: pointer;
	-webkit-appearence: none;
	-webkit-tap-highlight-color: transparent
}

.menu svg {
	width: 64px;
	height: 48px;
	top: -6px;
	left: -14px;
	stroke: var(--color);
	stroke-width: 4px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	display: block;
	position: absolute
}

.menu svg path {
	-webkit-transition: stroke-dasharray var(--duration, .85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, .85s) var(--easing, ease) var(--delay, 0s);
	transition: stroke-dasharray var(--duration, .85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, .85s) var(--easing, ease) var(--delay, 0s);
	stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
	stroke-dashoffset: var(--offset, 126px);
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.menu svg path:nth-child(2) {
	--duration: .7s;
	--easing: ease-in;
	--offset: 100px;
	--array-2: 74px
}

.menu svg path:nth-child(3) {
	--offset: 133px;
	--array-2: 107px
}

.menu.active svg path {
	--offset: 57px
}

.menu.active svg path:first-child,
.menu.active svg path:nth-child(3) {
	--delay: .15s;
	--easing: cubic-bezier(.2, .4, .2, 1.1)
}

.menu.active svg path:nth-child(2) {
	--duration: .4s;
	--offset: 2px;
	--array-1: 1px
}

.menu.active svg path:nth-child(3) {
	--offset: 58px
}

.form-item_with-icon,
.hero-pic__image,
.nav,
.order-pop-up-success.active,
.products .swiper-slide:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header__inner,
.nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center
}

.header--wrap.accordion-active .logo-white,
.light-header .logo-blue,
.nav__item.active .nav__item-icon-wrap .icon-minus {
	display: block
}

.nav__item {
	margin-left: 1.04vw
}

.header--wrap {
	width: 100%;
	background: #0661d6;
	padding: 37px 0;
    z-index: 50;
}

.header--wrap .info__tel {
	margin-bottom: 14px;
	text-align: right
}

.header__inner {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -5px;
	margin-right: -5px
}

.header__calc,
.header__info,
.header__logo,
.header__nav {
	padding-left: 5px;
	padding-right: 5px
}

.header--wrap.is-scrolled {
    padding: 17px 0;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    transition: padding 0.3s ease, box-shadow 0.3s ease;
}

.index-page .header--wrap.is-scrolled {
    box-shadow: none!important;
}

.header--wrap.is-scrolled > .container {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

.header--wrap.is-scrolled .nav__link {
    font-size: 12px;
}

.header--wrap.is-scrolled .header__inner {
    flex: 1 0 auto;
}

.header--wrap.is-scrolled .header-info-container {
    margin-bottom: 0;
    width: auto;
}

.header--wrap.is-scrolled .header-info-container .header__info .info {
    flex-direction: column;
    gap: 5px;
}

.header--wrap.is-scrolled .header__calc {
    margin-left: 10px;
}

.header--wrap.is-scrolled .calculator__btn {
    min-height: 40px;
    padding: 5px 13px;
}

.adv-products .text-trigger:after,
.light-header .header--wrap {
	background: #f4f4f4
}

.light-header .logo-white {
	display: none
}

.light-header .nav__link .nav__link-icon .icon-arrow {
	fill: currentColor
}

.light-header .calculator__btn {
	border-color: #0661d6;
	color: #0661d6
}

.light-header .info__mail-elem {
	color: #848484
}

.nav__list {
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.nav__item {
	margin-right: 20px
}

.nav__link {
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 14px;
	padding-right: 20px;
	cursor: pointer
}

.nav__link .nav__link-icon .icon-arrow {
	width: 12px;
	height: 8px;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	transition: .3s
}

.info__mail-elem:hover,
.info__tel-elem:hover,
.nav__link:hover {
	color: #003a85
}

.nav__item-dropdown-link:hover,
.nav__item-dropdown-title:hover {
	color: #0661d6
}

.calculator__btn {
	outline: 0;
	width: 100%;
	max-width: 200px;
	background: 0 0;
	border: 2px solid #fff;
	border-radius: 100px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	padding: 10px 18px;
	color: #fff;
	min-height: 50px
}

.info {
	font-size: 14px
}

.info__mail-elem,
.info__tel-elem {
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.hero-pic__image,
.hero-pic__img,
.promotion-pic__image,
.promotion-pic__img {
	height: 100%
}

.nav__item-icon-wrap {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #0661d6;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer
}

.nav__item-icon-wrap .icon {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.nav__item-icon-wrap .icon-minus {
	width: 12px;
	height: 2px;
	display: none
}

.nav__item-icon-wrap .icon-plus {
	width: 12px;
	height: 12px
}

.nav__item-icon-wrap:hover {
	background: #003a85
}

.nav__item-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.nav__item.active .nav__item-icon-wrap {
	background: #848484
}

.logo-blue,
.nav__item-icon-wrap,
.nav__item.active .nav__item-icon-wrap .icon-plus {
	display: none
}

.nav__item-dropdown-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px
}

.nav__item-dropdown-header .icon-arrow {
	width: 10px;
	height: 7px;
	display: none;
	text-align: center
}

.nav__item-dropdown-title {
	font-size: 14px;
	line-height: 14px;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 500
}

.nav__item-dropdown-elem {
	margin-bottom: 10px
}

.footer__item-link,
.footer__sub-item.schedule .footer__sub-item-descr {
	margin-bottom: 15px
}

.nav__item-dropdown-link {
	font-size: 14px;
	line-height: 20px;
	color: #353535;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 400;
	max-width: 235px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.footer__item-descr p,
.info-address {
	line-height: 21px
}

.nav__item-dropdown-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: auto
}

.nav__item-dropdow-descr p {
	font-size: 14px;
	line-height: 21px;
	color: #353535;
	font-weight: 400
}

.nav__item-dropdow-social .social__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.nav__item-dropdow-social .social__item {
	margin-right: 23px
}

.nav__item-dropdow-social .social__link .icon {
	-webkit-transition: .3s;
	transition: .3s;
	fill: #848484
}

.nav__item-dropdow-social .social__link .icon:hover,
.nav__link:hover .icon-arrow {
	fill: #003a85
}

.header__mobile-show {
	margin-top: auto
}

.header__mobile-show .social__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 150px;
	margin: 0 auto
}

.header__mobile-show .icon {
	fill: #848484;
	-webkit-transition: .3s;
	transition: .3s
}

.header__mobile-show .icon:hover {
	fill: #0661d6
}

.header__mobile-show .social__item {
	margin-right: 5px
}

.header--wrap.accordion-active .icon-arrow,
.hero .social .icon {
	fill: #fff
}

.nav__item-dropdown-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: -10px;
	margin-left: -10px;
	padding-bottom: 35px
}

.nav__item-dropdown-item {
	padding-left: 10px;
	padding-right: 10px
}

.nav__item-dropdown .container {
	height: calc(100vh - 242px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-y: auto
}

.nav__item-dropdow-descr {
	max-width: 175px
}

.nav__item-dropdown {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 20;
	background: #fff;
	top: 0;
	height: 100vh;
	overflow-y: auto;
	margin-top: 35px;
	display: none
}

.header--wrap.accordion-active {
	background: #0661d6
}

.header--wrap.accordion-active .logo-blue,
.header__mobile-show,
.header__mobile-show .calculator__btn,
.nav__burger {
	display: none
}

.contact__descr a,
.header--wrap.accordion-active .info__mail-elem,
.header--wrap.accordion-active .info__tel-elem,
.header--wrap.accordion-active .nav__link {
	color: #fff
}

.form-item_file .form-item__label:hover .form-item_file-text,
.header--wrap.accordion-active .info__mail-elem:hover,
.header--wrap.accordion-active .info__tel-elem:hover,
.header--wrap.accordion-active .nav__link:hover,
.nav__item.active .nav__link,
.order .tel-link:hover {
	color: #003a85
}

.header--wrap.accordion-active .nav__item-dropdown {
	top: 80px
}

.nav__item.active .icon-arrow {
	fill: #003a85;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 30%
}

.items-inside .nav__item-dropdown-item {
	padding-left: 0;
	margin-top: 30px
}

.wrapper.active:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 40
}

.nav__item-dropdown-elem-items {
	padding-left: 30px
}

.info-address {
	font-size: 14px;
	color: #fff;
	max-width: 185px;
	display: none
}

.nav__burger {
	cursor: pointer;
	position: absolute;
	padding: 10px;
	height: 20px;
	width: 23px;
	top: 10px;
	right: 5px;
	z-index: 100;
	-webkit-transition: .3s;
	transition: .3s
}

.nav__burger-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	height: 2px;
	background: #fff
}

.nav__burger-icon:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	right: 0;
	-webkit-transition: .2s;
	transition: .2s;
	top: -6px
}

.nav__burger-icon:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	right: 0;
	-webkit-transition: .2s;
	transition: .2s;
	bottom: -6px
}

.nav__burger.active .nav__burger-icon {
	background: 0 0
}

.nav__burger.active .nav__burger-icon:before {
	content: '';
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	top: 0;
	width: 100%;
	background: #0661d6
}

.nav__burger.active .nav__burger-icon:after {
	content: '';
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	top: 0;
	width: 100%;
	background: #0661d6
}

.calculator__btn {
	-webkit-transition: .3s;
	transition: .3s
}

.calculator__btn:hover {
	color: #0661d6;
	background: #fff
}

.light-header .nav__burger-icon,
.light-header .nav__burger-icon:after,
.light-header .nav__burger-icon:before {
	background: #0661d6
}

.footer {
	padding: 176px 0 90px
}

.footer--wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	background: #f4f4f4
}

.footer__item,
.footer__site-map,
.footer__social,
.footer__sub-item {
	padding-left: 15px;
	padding-right: 15px
}

.footer .row.center {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer .payment__descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .payment__image {
	width: auto
}

.footer .payment__item,
.hero .social__item {
	margin-right: 30px
}

.footer__item-title {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	-webkit-transition: .3s;
	transition: .3s
}

.footer__item-link {
	-webkit-transition: .3s;
	transition: .3s;
	color: #353535;
	font-size: 14px;
	font-weight: 400
}

.footer__item-linkLhover,
.footer__item.active .footer__item-title {
	color: #0661d6
}

.footer__item-descr p,
.footer__sub-item-descr,
.footer__sub-item-link {
	color: #353535;
	font-size: 14px
}

.footer__top {
	margin-bottom: 70px;
	overflow: hidden
}

.footer__item-descr {
	margin-bottom: 14px;
}

.footer__middle-paymnet {
	width: 100%
}

.footer__middle .footer__item-title {
	margin-bottom: 27px
}

.footer__sub-items-wrap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px
}

.footer__item-header-wrap,
.hero__inner {
	display: -webkit-box;
	display: -ms-flexbox
}

.footer__middle-contacts {
	width: 100%
}

.row.no-wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.footer__sub-item-title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 30px
}

.footer__sub-item-info,
.service-item__element-price-header {
	margin-bottom: 10px
}

.footer__sub-item-link {
	line-height: 14px;
	-webkit-transition: .3s;
	transition: .3s
}

.footer__sub-item-link:hover,
.site-map:hover {
	color: #0f66d7
}

.delete-file-value:hover,
.products__item-decr a:hover,
.services__item-title:hover {
	color: #0661d6
}

.footer__sub-item.schedule .footer__sub-item-descr:last-child {
	margin-bottom: 0
}

.footer__middle {
	margin-bottom: 70px
}

.footer__social .social__list,
.hero .social__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__social .social__item {
	margin-right: 25px
}

.footer__social .social__link .icon {
	fill: #848484;
	-webkit-transition: .3s;
	transition: .3s;
    width: 20px;
    height: 20px;
}

.benefits__item .icon,
.dark-header .accordion-active .nav__link:hover .icon-arrow,
.footer__social .social__link .icon:hover,
.select-trigger:hover .icon-arrow {
	fill: #0661d6
}

.footer__bottom .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.site-map {
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	color: #0f66d7;
	-webkit-transition: .3s;
	transition: .3s
}

.footer__item-header-wrap {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 27px
}

.footer__item-header-icon-wrap {
	position: relative;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #0661d6;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	display: none
}

.footer__item-header-icon-wrap .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.footer__item-header-icon-wrap .icon-minus {
	width: 12px;
	height: 2px
}

.footer__item-header-icon-wrap .icon-plus {
	width: 12px;
	height: 12px
}

.footer__item-header-icon-wrap:hover {
	background: #003a85
}

.footer__item.active .footer__item-header-icon-wrap {
	background: #848484
}

.footer__item.active .icon-plus {
	display: none
}

.footer__item.active .icon-minus,
.form-item_file.active .delete-file-value,
.order-tooltip__wrap:hover .order-tooltip,
.social__link {
	display: block
}

.hero {
	background: #0661d6;
	padding-top: 85px;
	color: #fff;
	margin-bottom: 190px
}

.benefits,
.description,
.testimonials {
	background: #191919
}

.hero__inner {
	position: relative;
	display: flex;
	margin: 0 -10px
}

.benefits__item,
.hero__info {
	display: -webkit-box;
	display: -ms-flexbox
}

.hero__info {
	max-width: 450px;
	padding: 0 10px;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.hero__title {
	margin-bottom: 48px
}

.hero__title h1 {
	font-size: 65px;
	line-height: 70px;
	font-weight: 600
}

.hero__sub-title h2 {
	font-weight: 500;
	line-height: 23px;
	font-size: 18px;
	margin-bottom: 62px
}

.hero__pic {
	padding: 0 10px;
	margin-bottom: -100px;
	margin-left: auto;
	margin-right: 23px;
	overflow: hidden
}

.hero__social {
	margin-top: auto;
	margin-bottom: 83px
}

.hero__social .social__link .icon:hover {
	fill: #003a85
}

.social__link .icon {
	-webkit-transition: .3s;
	transition: .3s;
    width: 20px;
    height: 20px;
}

.social .icon-fb {
	width: 11px;
	height: 20px
}

.social .icon-vk {
	width: 20px;
	height: 12px
}

.social .icon-insta {
	width: 20px;
	height: 20px
}

.popular-products .section-title,
.products .section-title,
.services .section-title {
	margin-bottom: 85px
}

.services__item {
	width: calc(27% - 20px) !important;
	margin-bottom: 90px
}

.services__item:nth-child(5) {
	margin-top: -19%
}

.services__item_6x {
	width: calc(46% - 20px) !important
}

.services__item-img {
	margin-bottom: 25px
}

.about-company__benefits .section-title,
.service-item__element-template-elem,
.services__inner {
	margin-bottom: 90px
}

.services__item:nth-child(3n+2) .services__item-inner {
	max-width: 260px;
	margin: 0 auto
}

.services__item-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 30px;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s
}

.services__item-descr {
	font-size: 14px;
	line-height: 21px;
	color: #353535;
	font-weight: 500;
	max-width: 312px
}

.services .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.services__item_6x.blank {
	margin-right: 20px
}

.services__items {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 20px)
}

.products__item:not(.products__item_6x) .products__item-pic {
	max-height: 185px
}

.adv-products-other__item-img,
.any-product__pic,
.article__pic,
.design-service__pic,
.other-service__pic,
.popular-product__pic,
.products__item-pic,
.service-item__element-slide-pic,
.services__item-img {
	position: relative;
	overflow: hidden
}

.adv-products-other__item-img:after,
.any-product__pic:after,
.article__pic:after,
.design-service__pic:after,
.other-service__pic:after,
.popular-product__pic:after,
.products__item-pic:after,
.service-item__element-slide-pic:after,
.services__item-img:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0661d6;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0
}

.adv-products-other__item-img:hover .adv-products__item-link,
.adv-products-other__item-img:hover .any-product__item-link,
.adv-products-other__item-img:hover .article__pic-link,
.adv-products-other__item-img:hover .design-service__item-link,
.adv-products-other__item-img:hover .other-service__item-link,
.adv-products-other__item-img:hover .popular-product__item-link,
.adv-products-other__item-img:hover .products__item-link,
.adv-products-other__item-img:hover .service-item__element-slide-link,
.adv-products-other__item-img:hover .services__item-link,
.adv-products-other__item-img:hover:after,
.any-product__pic:hover .adv-products__item-link,
.any-product__pic:hover .any-product__item-link,
.any-product__pic:hover .article__pic-link,
.any-product__pic:hover .design-service__item-link,
.any-product__pic:hover .other-service__item-link,
.any-product__pic:hover .popular-product__item-link,
.any-product__pic:hover .products__item-link,
.any-product__pic:hover .service-item__element-slide-link,
.any-product__pic:hover .services__item-link,
.any-product__pic:hover:after,
.article__pic:hover .adv-products__item-link,
.article__pic:hover .any-product__item-link,
.article__pic:hover .article__pic-link,
.article__pic:hover .design-service__item-link,
.article__pic:hover .other-service__item-link,
.article__pic:hover .popular-product__item-link,
.article__pic:hover .products__item-link,
.article__pic:hover .service-item__element-slide-link,
.article__pic:hover .services__item-link,
.article__pic:hover:after,
.design-service__pic:hover .adv-products__item-link,
.design-service__pic:hover .any-product__item-link,
.design-service__pic:hover .article__pic-link,
.design-service__pic:hover .design-service__item-link,
.design-service__pic:hover .other-service__item-link,
.design-service__pic:hover .popular-product__item-link,
.design-service__pic:hover .products__item-link,
.design-service__pic:hover .service-item__element-slide-link,
.design-service__pic:hover .services__item-link,
.design-service__pic:hover:after,
.form-required-parent.error .form-item-error-message,
.other-service__pic:hover .adv-products__item-link,
.other-service__pic:hover .any-product__item-link,
.other-service__pic:hover .article__pic-link,
.other-service__pic:hover .design-service__item-link,
.other-service__pic:hover .other-service__item-link,
.other-service__pic:hover .popular-product__item-link,
.other-service__pic:hover .products__item-link,
.other-service__pic:hover .service-item__element-slide-link,
.other-service__pic:hover .services__item-link,
.other-service__pic:hover:after,
.popular-product__pic:hover .adv-products__item-link,
.popular-product__pic:hover .any-product__item-link,
.popular-product__pic:hover .article__pic-link,
.popular-product__pic:hover .design-service__item-link,
.popular-product__pic:hover .other-service__item-link,
.popular-product__pic:hover .popular-product__item-link,
.popular-product__pic:hover .products__item-link,
.popular-product__pic:hover .service-item__element-slide-link,
.popular-product__pic:hover .services__item-link,
.popular-product__pic:hover:after,
.products__item-pic:hover .adv-products__item-link,
.products__item-pic:hover .any-product__item-link,
.products__item-pic:hover .article__pic-link,
.products__item-pic:hover .design-service__item-link,
.products__item-pic:hover .other-service__item-link,
.products__item-pic:hover .popular-product__item-link,
.products__item-pic:hover .products__item-link,
.products__item-pic:hover .service-item__element-slide-link,
.products__item-pic:hover .services__item-link,
.products__item-pic:hover:after,
.service-item__element-slide-pic:hover .adv-products__item-link,
.service-item__element-slide-pic:hover .any-product__item-link,
.service-item__element-slide-pic:hover .article__pic-link,
.service-item__element-slide-pic:hover .design-service__item-link,
.service-item__element-slide-pic:hover .other-service__item-link,
.service-item__element-slide-pic:hover .popular-product__item-link,
.service-item__element-slide-pic:hover .products__item-link,
.service-item__element-slide-pic:hover .service-item__element-slide-link,
.service-item__element-slide-pic:hover .services__item-link,
.service-item__element-slide-pic:hover:after,
.services__item-img:hover .adv-products__item-link,
.services__item-img:hover .any-product__item-link,
.services__item-img:hover .article__pic-link,
.services__item-img:hover .design-service__item-link,
.services__item-img:hover .other-service__item-link,
.services__item-img:hover .popular-product__item-link,
.services__item-img:hover .products__item-link,
.services__item-img:hover .service-item__element-slide-link,
.services__item-img:hover .services__item-link,
.services__item-img:hover:after {
	opacity: 1
}

.adv-products__item-link,
.any-product__item-link,
.article__pic-link,
.design-service__item-link,
.other-service__item-link,
.popular-product__item-link,
.products__item-link,
.service-item__element-slide-link,
.services__item-link {
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	min-height: 50px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100px;
	opacity: 0;
	width: 100%;
	max-width: 118px;
	text-align: center;
	line-height: 50px
}

.description__info p,
.products__descr,
.products__item-decr a {
	line-height: 25px;
	font-weight: 600;
	font-size: 18px
}

.adv-products__item-link:hover,
.any-product__item-link:hover,
.article__pic-link:hover,
.design-service__item-link:hover,
.other-service__item-link:hover,
.popular-product__item-link:hover,
.products__item-link:hover,
.service-item__element-slide-link:hover,
.services__item-link:hover {
	color: #0661d6;
	background: #fff
}

.description {
	position: relative;
	overflow: hidden;
	padding: 180px 0
}

.description__inner {
	max-width: 735px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.description__info p {
	color: #fff
}

.description__elem {
	position: absolute;
	width: 110%;
	height: 100%;
	right: -5%;
	bottom: 0;
	top: 30px;
	z-index: 0;
	margin: auto
}

.description__elem img {
	width: 120%;
	height: 90%
}

.description__elem img,
.promotion__graph-elem img {
	-o-object-fit: fill;
	object-fit: fill
}

.about-company__img {
	width: auto;
	max-width: 100%
}

.products {
	padding: 170px 0 80px
}

.products__item-pic {
	margin-bottom: 25px
}

.products__item {
	margin-bottom: 90px;
	width: calc(25% - 30px) !important
}

.products .swiper-slide:first-child .products__item,
.products__item:first-child,
.promotion .flex-item .promotion__note {
	margin-top: auto
}

.products__descr {
	position: absolute;
	left: 0;
	top: 0;
	color: #353535;
	max-width: 270px
}

.products__item-decr a {
	-webkit-transition: .3s;
	transition: .3s
}

.other-service_6x,
.products__item_6x {
	width: calc(50% - 30px) !important
}

.products__items-inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.adv-products-other__info,
.any-products__items,
.design-services__items,
.other-services__items,
.products__items {
	width: calc(100% + 30px)
}

.products .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.benefits {
	color: #fff;
	padding: 176px 0 90px
}

.benefits .section-title {
	margin-bottom: 94px
}

.benefits__item .icon-clock {
	width: 21.43px;
	height: 25px
}

.benefits__item .icon-calendar,
.benefits__item .icon-price {
	width: 25px;
	height: 25px
}

.benefits__item .icon-quality {
	width: 25px;
	height: 23.75px
}

.benefits__item-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 35px;
	margin-top: 6px
}

.benefits__item {
	margin-bottom: 80px;
	display: flex
}

.order__form-row,
.promotion .flex-item,
.testimonials__header {
	display: -webkit-box;
	display: -ms-flexbox
}

.benefits__item-info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}

.benefits__item-icon {
	margin-right: 45px
}

.about__info-details-item,
.benefits__item-descr p {
	font-size: 14px;
	line-height: 21px;
	color: #e1e1e2
}

.promotion {
	position: relative;
	overflow: hidden;
	padding: 208px 0 180px
}

.promotion .section-title {
	max-width: 770px;
	margin-bottom: 94px;
	position: relative;
	z-index: 2
}

.promotion .flex-item {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1
}

.show-mobile .promotion__note,
.show-mobile .testimonials__btn-wrap,
.testimonials .testimonials__paginations {
	display: none
}

.promotion__btn-wrap button {
	border: 2px solid #0661d6;
	border-radius: 100px;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 14px;
	color: #0661d6;
	padding: 15px;
	width: 100%;
	max-width: 204px;
	background: 0 0
}

.promotion__btn-wrap button:hover {
	color: #fff;
	background: #0661d6
}

.promotion__note {
	font-size: 14px;
	color: #353535;
	max-width: 260px;
	margin-top: auto
}

.promotion__graph-elem {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	top: 250px;
	margin: auto;
	z-index: 0
}

.promotion__graph-elem img {
	height: 57%
}

.testimonials {
	color: #fff;
	padding: 180px 0
}

.testimonials__item-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 33px
}

.testimonials__item-descr {
	font-size: 14px;
	line-height: 19px;
	color: #e1e1e2;
	height: 135px;
	overflow-y: auto;
	margin-bottom: 58px;
	font-weight: 500;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.testimonials__item-service-provided {
	font-size: 12px;
	color: #bfbfbf;
	margin-bottom: 9px
}

.testimonials__item-product-amount {
	font-size: 12px;
	color: #bfbfbf
}

.testimonials__header {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 110px
}

.about__descr p,
.how-work__item,
.order .section-title {
	margin-bottom: 80px
}

.testimonials__btn-wrap {
	padding-left: 10px
}

.testimonials__btn-load-more {
	background: 0 0;
	border: 2px solid #fff;
	border-radius: 100px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	padding: 14px 19px;
	color: #fff;
	width: 138px;
	min-height: 50px;
	-webkit-transition: .3s;
	transition: .3s
}

.testimonials__btn-load-more:hover {
	color: #0661d6;
	background: #fff
}

.testimonials__item-descr::-webkit-scrollbar {
	display: none
}

.testimonials .swiper-pagination-bullet {
	background: #464646
}

.testimonials .swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.about-company__descr p:last-child,
.design__descr-info-text p:last-child,
.order__form-row:last-child {
	margin-bottom: 0
}

.order__info-text {
	font-size: 18px;
	line-height: 25px;
	max-width: 370px;
	color: #353535
}

.order .tel-link {
	color: #0661d6;
	-webkit-transition: .3s;
	transition: .3s
}

.order__form {
	margin-top: 3px
}

.order__form-row {
	display: flex;
	margin-bottom: 95px
}

.form-item__title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 35px
}

.order__form-item {
	width: 50%
}

.order__form-row .order__form-item {
	padding-right: 23px;
	padding-left: 0
}

.order__form-row .order__form-item:nth-child(2n) {
	padding-left: 23px;
	padding-right: 0
}

.form-item__input {
	border: 0;
	outline: 0;
	background: 0 0;
	font-size: 14px;
	line-height: 14px;
	padding: 0 0 10px;
	width: 100%;
	border-bottom: 1px solid #000;
	-webkit-transition: .3s;
	transition: .3s
}

.form-item__input:focus {
	border-color: #0661d6
}

.form-item__input.error {
	border-color: red
}

.form-item__input::-webkit-input-placeholder,
.form-item__message::-webkit-input-placeholder {
	color: #7b7b7b;
	font-size: 14px;
	font-weight: 400
}

.form-item__input::-moz-placeholder,
.form-item__message::-moz-placeholder {
	color: #7b7b7b;
	font-size: 14px;
	font-weight: 400
}

.form-item__input-ms-input-placeholder,
.form-item__message-ms-input-placeholder {
	color: #7b7b7b;
	font-size: 14px;
	font-weight: 400
}

.form-item_file .form-item__label {
	display: block;
	position: relative;
	overflow: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer
}

.form-item_file .form-item__label .form-item__input {
	position: absolute;
	left: -200%;
	opacity: 0
}

.order__form-item .icon-tooltip {
	width: 15px;
	height: 15px;
	margin-left: 10px
}

.order__form-item .icon-download {
	width: 13px;
	height: 20px;
	fill: #0661d6
}

.form-item_file-text {
	margin-left: 12px;
	text-decoration: underline;
	color: #0661d6;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: .3s;
	transition: .3s
}

.form-item_file {
	border-bottom: 0;
	position: relative
}

.order__form-inner {
	padding-bottom: 40px;
	margin-bottom: 25px
}

.form-item {
	-ms-flex-item-align: baseline;
	align-self: baseline
}

.form-item__message {
	width: 100%;
	border: 0;
	background: 0 0;
	padding: 0 0 32px;
	border-bottom: 1px solid #000;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.form-item__message:focus {
	border-color: #0661d6
}

.form-message.order__form-item {
	width: 100%
}

.order__form-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.order__form-note {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #7b7b7b;
	max-width: 270px;
	margin-left: 10px
}

.file-input.filled+.form-item_fake-span .form-item_file-text {
	color: #7b7b7b
}

.file-input.filled+.form-item_fake-span .form-item_file-icon .icon-download {
	fill: #7b7b7b
}

.delete-file-value {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: red;
	border: 0;
	padding: 0;
	background: 0 0;
	margin-left: auto;
	display: none;
	-webkit-transition: .3s;
	transition: .3s
}

.order__form-btn {
	min-height: 50px;
	width: 184px;
	background: 0 0;
	border: 2px solid #0661d6;
	border-radius: 100px;
	font-size: 14px;
	line-height: 14px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 10px 18px;
	color: #0661d6;
	font-weight: 500
}

.order__form-btn:hover {
	color: #fff;
	background: #0661d6
}

.form-item__message::-webkit-scrollbar {
	display: none
}

.form-item__message.adjusted {
	padding-bottom: 12px
}

.breadcrumbs__list,
.form-item__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.order-pop-up-inner__wrap,
.order-pop-up-success {
	-webkit-box-align: center;
	width: 100%;
	height: 100%
}

.order-tooltip {
	position: absolute;
	width: 100%;
	max-width: 271px;
	background: #0661d6;
	top: -100%;
	z-index: 2;
	padding: 10px;
	-webkit-transition: .3s;
	transition: .3s;
	display: none;
	left: 0
}

.form-item-error-message {
	color: red;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.order-tooltip__text {
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	color: #fff
}

.order-pop-up-success {
	position: fixed;
	top: 0;
	left: 0;
	padding: 35px 15px 15px;
	z-index: 100;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow-y: auto;
	display: none
}

.order-pop-up-inner__title {
	font-size: 20px;
	color: #fff;
	margin-bottom: 32px
}

.order-pop-up-inner-text {
	font-weight: 500;
	font-size: 14px;
	color: #fff
}

.order-pop-up-inner {
	width: 100%;
	max-width: 658px;
	background-color: #0661d6;
	position: relative;
	height: 100%;
	max-height: 606px;
	margin: 0 auto
}

.order-pop-up-inner__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	padding: 15px
}

.order-pop-up-inner__wrap:after {
	content: '';
	width: 120%;
	height: 120%;
	background: url(img/svg/contact-success.svg) 50% 50%/cover no-repeat;
	position: absolute
}

.order-pop-up-inner .icon-close {
	width: 16px;
	height: 16px;
	fill: #fff;
	top: -25px;
	right: 0;
	position: absolute;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.order-pop-up-inner .icon-close:hover,
.select-container.active .icon-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.articles-page .order,
.business-card .order,
.contacts-page .order,
.requirements-page .order {
	padding-bottom: 0
}

.clients {
	padding: 192px 0 100px;
	background: #191919
}

.about .section-title,
.clients .section-title {
	color: #fff;
	margin-bottom: 85px
}

.client .client__img {
	width: 100%;
	-o-object-fit: cover;
	height: auto;
	object-fit: cover
}

.client {
	width: 100%;
	height: 56px;
	min-width: 155px;
	margin-bottom: 50px
}

.popular-products,
.service-item__element-price-wrap {
	padding: 180px 0
}

.popular-product__pic {
	margin-bottom: 20px;
	overflow: hidden
}

.popular-product__title {
	font-size: 18px;
	margin-bottom: 28px;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s
}

.popular-product__details-amount,
.popular-product__details-title {
	font-size: 14px;
	color: #353535;
	font-weight: 400
}

.popular-product__title:hover {
	color: #0661d6
}

.popular-product__details-title {
	margin-bottom: 10px
}

.about,
.other-services {
	padding: 180px 0;
	background: #191919
}

.about__descr p {
	max-width: 920px;
	font-size: 18px;
	line-height: 25px;
	color: #e1e1e2
}

.about__img,
.add-product__img,
.service-item__element-delivery__img {
	height: 400px
}

.about__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about__info-title {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 25px
}

.about__info-text {
	font-size: 14px;
	line-height: 21px;
	color: #e1e1e2;
	margin-bottom: 18px
}

.breadcrumbs {
	background: #191919;
	padding: 17px 0;
	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939
}

.breadcrumbs__item {
	position: relative;
	padding-right: 12px;
	margin-right: 7px
}

.breadcrumbs__item:last-child {
	margin-right: 0
}

.breadcrumbs__item:last-child:after {
	content: ''
}

.breadcrumbs__item:after {
	content: '/';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	color: #fff;
	height: 17px;
	overflow: hidden
}

.breadcrumbs__link {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	line-height: 14px
}

.breadcrumbs__item,
.breadcrumbs__link:hover {
	color: #7b7b7b
}

.breadcrumbs--light {
	background-color: transparent;
	border-color: #d2d2d3
}

.breadcrumbs--light .breadcrumbs__item::after,
.breadcrumbs--light .breadcrumbs__link {
	color: #000
}

.adv-products-benefits,
.bg-black,
.dark-header .header--wrap,
.design-section {
	background: #191919
}

.about-company__inner {
	background: #191919;
	padding: 106px 0 95px
}

.not-found__button:hover,
.requirements__button:hover {
	background: #fff;
	color: #0661d6
}

.about-company .section-title {
	color: #fff;
	margin-bottom: 60px;
	max-width: 530px
}

.about-company__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 175px
}

.about-company__descr,
.about-company__statement {
	padding-left: 20px;
	padding-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox
}

.about-company__descr li,
.about-company__descr p {
	color: #e1e1e2;
	font-size: 14px;
	line-height: 21px !important;
	margin-bottom: 25px !important
}

.about-company__descr li p {
	margin-bottom: 0 !important
}

.text-section {
	font-size: 14px;
	color: #fff
}

.about-company__statement {
	max-width: 912px;
	display: flex;
	margin-left: auto;
	margin-top: auto
}

.about-company__statement img {
	width: auto;
	max-width: 580px;
	max-height: 400px
}

.about-company__descr {
	width: 100%;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.about-company__descr-elem,
.about-company__statement-text p,
.company-benefits {
	display: -webkit-box;
	display: -ms-flexbox
}

.about-company__statement-text p {
	display: flex;
	margin-top: auto;
	color: #e1e1e2;
	font-size: 18px;
	line-height: 25px;
	max-width: 271px;
	margin-bottom: 5px
}

.about-company__descr-inner {
	margin-bottom: 70px
}

.company-benefits {
	display: flex;
	margin-bottom: 80px
}

.company-benefits__counter {
	width: 75px;
	font-weight: 500;
	font-size: 14px;
	color: #0661d6
}

.company-benefits__info {
	width: calc(100% - 75px);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.company-benefits__title {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	max-width: 230px;
	margin-bottom: 23px;
	word-break: break-word
}

.company-benefits__text,
.design__descr-info-text p,
.how-work__info-descr p {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #e1e1e2
}

.dark-header .nav__link:hover {
	color: #848484
}

.dark-header .nav__link:hover .icon-arrow {
	fill: #848484
}

.show-mobile-tablets {
	display: none
}

.about-company__descr-elem {
	margin-top: auto;
	display: flex;
	margin-left: -15px;
	margin-right: -15px
}

.about-company__statement-img,
.about-company__statement-text {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%
}

.about-company__statement-text {
	margin: auto 0
}

.loader-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff
}

.sk-folding-cube {
	margin: -20px auto 20px -20px;
	width: 40px;
	height: 40px;
	position: relative;
	top: 50%;
	left: 50%;
	z-index: 1001;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	-webkit-animation: 2.4s linear infinite both sk-foldCubeAngle;
	animation: 2.4s linear infinite both sk-foldCubeAngle;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

.adv-products-other .section-title,
.design-section .section-title {
	color: #fff;
	margin-bottom: 90px;
	max-width: 580px
}

.design__info,
.order {
	padding: 100px 0 180px
}

.adv-products__descr,
.design__descr-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -22px;
	margin-right: -22px
}

.design__descr-info-details,
.design__descr-info-img {
	width: 50%;
	padding-left: 22px;
	padding-right: 22px
}

.design__descr-info-main-text {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	max-width: 255px;
	color: #e1e1e2;
	margin-bottom: 80px
}

.design__descr-info-img {
	padding-top: 5px
}

.design__descr-info-text p {
	margin-bottom: 25px
}

.add-products__elem .show-mobile-tablet,
.design__descr-info-details-img {
	display: none
}

.design-services {
	padding: 80px 0 80px;
    background: #191919;
}

.design-services .section-title {
	margin-bottom: 100px;
    color: #fff;
}

.design-services__items-inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.design-service {
	width: calc(25% - 30px) !important;
	margin-bottom: 90px
}

.design-service__title {
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
    color: #fff;
}

.design-service__title:hover {
	color: #0661d6
}

.how-work {
	padding: 180px 0 95px;
	background: #191919
}

.how-work .section-title {
	color: #fff;
	margin-bottom: 55px
}

.how-work__info-descr p {
	max-width: 580px
}

.how-work__descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -22px;
	margin-right: -22px;
	margin-bottom: 170px
}

.add-products__elem,
.adv-products__text,
.how-work__descr-img,
.how-work__descr-text {
	width: 50%;
	padding-left: 22px;
	padding-right: 22px
}

.any-product,
.other-service {
	width: calc(25% - 30px) !important
}

.how-work__descr-text {
	margin-top: auto
}

.how-work__descr-text p {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #e1e1e2;
	max-width: 270px;
	margin-left: auto
}

.how-work__img {
	min-height: 400px;
	max-height: 400px
}

.how-work__item-title {
	font-weight: 600;
	font-size: 18px;
	color: #0661d6;
	margin-bottom: 28px
}

.how-work__item-descr p {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #e1e1e2;
	max-width: 500px
}

.other-services .section-title {
	color: #fff;
	margin-bottom: 80px;
	max-width: 585px
}

.other-service__pic {
	margin-bottom: 20px
}

.other-service__title {
	font-weight: 600;
	font-size: 18px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	margin-bottom: 30px;
	display: inline-block
}

.other-service__title:hover {
	color: #0661d6
}

.other-service__descr {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #e1e1e2;
	max-width: 267px
}

.other-service:nth-child(3) .other-service__img,
.other-service_6x .other-service__img {
	height: 380px
}

.other-service:nth-child(2) .other-service__img {
	height: 230px
}

.other-services__items-inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.adv-products .section-title {
	max-width: 340px
}

.add-products__statement p {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	max-width: 355px
}

.add-products__statement,
.payment-wrap .payment__item,
.payment__items {
	margin-bottom: 60px
}

.adv-products__text {
	margin-top: auto;
	margin-bottom: 45px
}

.adv-products__text .h2,
.adv-products__text .h3,
.adv-products__text h2,
.adv-products__text h3 {
	line-height: 1.2;
	margin: 15px 0;
	font-size: 1.5em
}

.adv-products-benefits .about-company__statement-text,
.service-item__element-delivery-item:last-child {
	margin-top: auto
}

.adv-products__text p {
	margin-bottom: 10px 0;
	font-weight: 500;
	font-size: 14px
}

.adv-products__text ol,
.adv-products__text ul {
	list-style-type: disc;
	margin: 10px 0;
	padding-left: 30px
}

.adv-products__text li {
	list-style-type: disc;
	font-size: 14px;
	line-height: 21px
}

.any-products {
	background-color: #191919
}

.any-products .section-title {
	margin-bottom: 90px;
	max-width: 400px;
	color: #fff
}

.any-product {
	margin-bottom: 80px
}

.adv-products-other__items,
.any-products__items-inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.any-product__pic,
.any-products__img {
	height: 230px;
	margin-bottom: 20px
}

.any-product__title {
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #fff
}

.any-product__title:hover {
	color: #0661d6
}

.adv-products-benefits .section-title {
	color: #fff;
	max-width: 330px
}

.adv-products-benefits .about-company__descr-inner {
	max-width: 580px;
	margin-left: auto;
	margin-bottom: 0
}

.adv-products-benefits .about-company__descr,
.layout-fixed .main-sidebar-custom .sidebar {
	width: 100%
}

.adv-products-benefits .about-company__descr-elem,
.service-item__element-delivery-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -22px;
	margin-right: -22px
}

.not-found__info,
.not-found__inner {
	display: -webkit-box;
	display: -ms-flexbox
}

.adv-products-benefits .about-company__statement-img,
.adv-products-benefits .about-company__statement-text {
	padding-left: 22px;
	padding-right: 22px
}

.adv-products-benefits .company-benefits__title {
	max-width: 240px
}

.not-found {
	background: #191919;
	color: #fff;
	position: relative
}

.not-found__graphic-element {
	position: absolute;
	height: 100%;
	top: 0;
	right: 500px;
	z-index: 10
}

.not-found__graphic-element img {
	height: 100%
}

.not-found__inner {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	min-height: 780px;
	padding-top: 160px;
	padding-left: 100px
}

.not-found__info {
	max-width: 520px;
	padding-top: 130px;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 20
}

.not-found__button,
.not-found__buttons {
	display: -webkit-box;
	display: -ms-flexbox
}

.not-found__title h1 {
	font-weight: 600;
	font-size: 165px;
	line-height: 115%
}

.not-found__sub-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 139%
}

.not-found__buttons {
	margin-top: 50px;
	display: flex;
	justify-content: start
}

.not-found__button {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 15px 26px;
	margin-left: 60px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	background: #0661d6;
	border-radius: 100px;
	z-index: 100;
	-webkit-transition: .3s;
	transition: .3s
}

.requirements {
	position: relative;
	padding-top: 100px;
	padding-bottom: 200px
}

.requirements__graphic-element {
	position: absolute;
	top: -75px;
	width: 100%;
	z-index: 0
}

.requirements__title {
	font-weight: 600;
	font-size: 26px;
	line-height: 139%;
	max-width: 580px
}

.requirements__button {
	padding: 15px 26px;
	margin-top: 100px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	border-radius: 100px;
	border: none;
	background-color: #0661d6;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.requirements-accordion__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid #000
}

.requirements-accordion__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 129%;
	color: #000;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.requirements-accordion__title:hover,
.select-trigger:hover .select-value-item {
	color: #0661d6
}

.requirements-accordion__item:first-child .requirements-accordion__wrap {
	border-top: 1px solid #000
}

.requirements-accordion__item.active .requirements-accordion__trigger-icon {
	background-color: #bebebe
}

.requirements-accordion__item.active .requirements-accordion__trigger-icon .icon-plus {
	display: none
}

.requirements-accordion__item.active .requirements-accordion__wrap {
	border-bottom-color: #bebebe
}

.requirements-accordion__trigger-icon {
	background-color: #0661d6;
	border-radius: 100px;
	width: 34px;
	height: 34px;
	font-size: 12px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer
}

.requirements-accordion__trigger-icon:hover {
	background: #003a85
}

.requirements-accordion__trigger-icon .icon {
	width: 1em;
	height: 1em;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.requirements-accordion__content {
	padding-top: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
	display: none
}

.requirements-accordion__content p {
	font-size: 14px;
	line-height: 150%;
	color: #353535
}

.requirements-accordion__content ul {
	padding-left: 30px
}

.requirements-accordion__content ul li {
	list-style-type: disc
}

.requirements-accordion__content p:not(:last-child) {
	margin-bottom: 21px
}

.adv-products-other {
	background: #191919;
	padding: 180px 0 90px
}

.adv-products-other__item {
	width: calc(25% - 30px) !important;
	margin-bottom: 80px
}

.adv-products-other__item_6x {
	width: calc(50% - 30px) !important
}

.adv-products-other__item-img,
.article__pic,
.equipment .equipment_text-container p,
.equipment .equipment_text-container ul,
.service-item__element-slide-pic {
	margin-bottom: 20px
}

.adv-products-other__item-title {
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.adv-products-other__item-title:hover {
	color: #e1e1e2
}

.adv-products-other__item:first-child .adv-products-other__img,
.adv-products-other__item:first-child .adv-products-other__item-img,
.adv-products-other__item:nth-child(3) .adv-products-other__img,
.adv-products-other__item:nth-child(3) .adv-products-other__item-img,
.adv-products-other__item:nth-child(4) .adv-products-other__img,
.adv-products-other__item:nth-child(4) .adv-products-other__item-img,
.adv-products-other__item:nth-child(6) .adv-products-other__img,
.adv-products-other__item:nth-child(6) .adv-products-other__item-img {
	height: 380px
}

.adv-products-other__item:nth-child(2) .adv-products-other__img,
.adv-products-other__item:nth-child(2) .adv-products-other__item-img,
.adv-products-other__item:nth-child(5) .adv-products-other__img,
.adv-products-other__item:nth-child(5) .adv-products-other__item-img,
.service-item__element-slide-pic,
.service-item__element-slide__img {
	height: 230px
}

.service-item__element-info {
	padding: 100px 0 170px;
	background: #191919
}

.service-item__element-info .section-title {
	max-width: 577px;
	margin-bottom: 60px;
	color: #fff
}

.service-item__element-info .about-company__info {
	margin-bottom: 0
}

.service-item__element-info .about-company__statement-text p {
	margin-bottom: 80px
}

.service-item__element-info .about-company__statement {
	margin-bottom: 130px
}

.service-item__element-btn {
	-webkit-transition: .3s;
	transition: .3s;
	min-height: 50px;
	border-radius: 100px;
	background: #0661d6;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	border: 0;
	outline: 0;
	padding: 16px 25px
}

.service-item__element-btn:hover {
	color: #0661d6;
	background: #fff
}

.service-item__element-price-wrap .section-title {
	max-width: 577px;
	margin-bottom: 90px
}

.service-item__element-price-label {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #353535
}

.service-item__element-price-item {
	padding: 42px 0;
	border-bottom: 1px solid #000
}

.service-item__element-price-item:last-child {
	border-bottom: 0
}

.service-item__element-price-product {
	max-width: 267px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px
}

.service-item__element-price-amount,
.service-item__element-price-time {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px
}

.service-item__element-template .section-title {
	max-width: 577px
}

.service-item__element-template-descr {
	max-width: 311px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #353535;
	margin-bottom: 90px
}

.select-trigger {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #000
}

.select-trigger .icon-arrow {
	height: 12px;
	width: 7px;
	-webkit-transition: .3s;
	transition: .3s
}

.select-value-item {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	-webkit-transition: .3s;
	transition: .3s
}

.service-item__element-select {
	max-width: 270px
}

.select-dropdown {
	position: absolute;
	background: #fff;
	width: 100%;
	top: calc(100% - 2px);
	left: 0;
	z-index: 20;
	padding: 14px 7px
}

.service-item__element-template .select-dropdown {
	height: 330px;
	overflow-y: auto;
	display: none
}

.select-dropdown__item {
	margin-bottom: 7px
}

.block-under-menu .services__inner,
.select-dropdown__item:last-child {
	margin-bottom: 0
}

.select-dropdown__option {
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 400;
	font-size: 14px;
	color: #353535;
	display: inline-table
}

.select-dropdown__option:hover {
	color: #0661d6
}

.service-item__element-template .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #0661d6;
	height: 80px;
	width: 3px
}

.service-item__element-template .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail,
.service-item__element-template .mCSB_scrollTools .mCSB_draggerRail {
	width: 3px;
	background: #d6d6d6
}

.service-item__element-template-wrap .service-item__element-select {
	width: 100%;
	max-width: 265px
}

.service-item__element-btns,
.service-item__element-template-elem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.service-item__element-slide-title {
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 500;
	font-size: 14px;
	color: #0661d6;
	position: relative;
	overflow: hidden
}

.service-item__element-slide-title:after {
	content: '';
	position: absolute;
	top: 100%;
	width: 100%;
	height: 1px;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	background: #0661d6
}

.service-item__element-slide-title:hover {
	color: #003a85
}

.service-item__element-slide-title:hover:after {
	width: 0%;
	left: -1px
}

.service-item__element-slide {
	width: calc(20% - 44px) !important
}

.service-item__element-slider {
	width: calc(100% + 350px)
}

.service-item__element-template-wrap .swiper-button-next,
.swiper-button-prev {
	position: static;
	-webkit-transform: translate(10px, 10px);
	transform: translate(10px, 10px)
}

.service-item__element-next,
.service-item__element-prev {
	outline: 0;
	border: 0;
	font-size: 12px;
	height: 12px
}

.service-item__element-next:after,
.service-item__element-prev:after {
	color: #000;
	width: 7px;
	font-size: 12px
}

.article__link:after,
.testimonial__pic:after {
	position: absolute;
	width: 100%;
	background: #0661d6;
	left: 0
}

.service-item__element-btns {
	height: 12px;
	width: 80px
}

.card-footer .pagination li:last-child>span,
.service-item__element-template-slider .service-item__element-btns {
	display: none
}

.service-item__element-delivery-wrap {
	background: #191919;
	padding: 180px 0
}

.service-item__element-delivery-wrap .section-title {
	color: #fff;
	margin-bottom: 55px
}

.article__title:hover,
.breadcrumbs--light .breadcrumbs__link:hover {
	color: #0661d6
}

.service-item__element-delivery-descr {
	max-width: 200px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #e1e1e2;
	margin-bottom: 95px
}

.service-item__element-delivery-descr .blue {
	display: block;
	color: #0661d6
}

.service-item__element-delivery-img,
.service-item__element-delivery-items {
	padding-left: 22px;
	padding-right: 22px;
	width: 50%
}

.service-item__element-delivery-item {
	margin-bottom: 10px
}

.service-item__element-delivery-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.service-item__element-delivery-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 30px
}

.service-item__element-delivery-price,
.service-item__element-delivery-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #fff
}

.service-item__element-delivery-text {
	margin-bottom: 30px
}

.service-item__element-template-wrap {
	padding-bottom: 180px
}

.breadcrumbs--light .breadcrumbs__link {
	-webkit-transition: .3s;
	transition: .3s
}

.articles__info,
.testimonials-section {
	padding: 100px 0 0
}

.articles__info .section-title {
	font-weight: 600;
    line-height: 25px;
    margin-bottom: 45px;
    color: #353535;
}

.articles__info-text {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	/*max-width: 267px;*/
	margin-bottom: 90px;
	color: #353535
}

.equipment__title,
.equipment__title .text-section {
	max-width: 578px;
	line-height: 25px;
	font-weight: 600;
	font-size: 18px
}

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

.articles__item {
	padding-left: 22px;
	padding-right: 22px;
	width: 50%;
	margin-bottom: 90px
}

.contacts,
.payment-wrap {
	padding: 100px 0 60px;
	background: #191919
}

.article__img {
	height: 356px
}

.article__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	font-size: 14px;
	color: #7b7b7b;
	margin-bottom: 37px
}

.article__date-day:after,
.article__date-month:after {
	content: '/';
	margin: 0 4px 0 7px;
	height: 10px;
	overflow: hidden;
	font-size: 12px
}

.article__title {
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 35px;
	display: inline-block
}

.article__link,
.article__text,
.contact {
	font-weight: 500;
	font-size: 14px
}

.article__text {
	line-height: 21px;
	color: #353535;
	height: 42px;
	overflow: hidden;
	margin-bottom: 27px
}

.article__link {
	display: inline-block;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	color: #0661d6
}

.article__link:after {
	content: '';
	top: 100%;
	height: 1px;
	-webkit-transition: .3s;
	transition: .3s
}

.article__link:hover {
	color: #0f66d7
}

.article__link:hover:after {
	width: 0
}

.contacts .section-title {
	color: #fff;
	margin-bottom: 100px
}

.contacts__items {
	margin-bottom: 40px
}

.contact {
	color: #e1e1e2
}

.contact__title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 27px;
	color: #0661d6
}

.contact__link {
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff
}

#map {
	height: 418px
}

.equipment__title {
	margin-bottom: 100px;
	color: #353535
}

.equipment__title .text-section,
.equipment__title .text-trigger {
	color: #353535
}

.equipment__title .text-trigger:after {
	background: #353535
}

.equipment__item {
	margin-bottom: 86px;
	font-weight: 500;
	font-size: 14px;
	color: #353535;
	line-height: 21px
}

.payment__info,
.payment__item-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px
}

.equipment__item-title {
	margin-bottom: 25px;
	color: #0661d6;
	font-weight: 600;
	font-size: 18px
}

.equipment__item-descr {
	max-width: 530px
}

.equipment-page .order {
	padding: 69px 0 0
}

.payment-wrap {
	color: #e1e1e2
}

.payment-wrap .section-title {
	margin-bottom: 95px
}

.payment-wrap .payment__descr {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 95px;
	max-width: 525px
}

.payment__info {
	margin-bottom: 60px
}

.payment__item-title {
	color: #0661d6;
	margin-bottom: 30px
}

.payment__item-descr,
.payment__item-descr a {
	color: #e1e1e2 !important
}

.payments-page .order {
	padding-top: 157px;
	padding-bottom: 0
}

.payment__item-descr {
	font-size: 14px;
	line-height: 21px
}

.testimonials-section .section-title {
	margin-bottom: 98px
}

.testimonials-section__items .row {
	margin-left: -23px;
	margin-right: -23px
}

.testimonials-section__items [class*=col-] {
	padding-left: 23px;
	padding-right: 23px
}

.testimonial {
	margin-bottom: 90px
}

.testimonial__pic {
	position: relative;
	overflow: hidden;
	height: 356px;
	margin-bottom: 22px
}

.testimonial__pic:after {
	top: 0;
	height: 100%;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0
}

.testimonial__link,
.testimonial__link:after {
	position: absolute;
	-webkit-transition: .3s;
	opacity: 0;
	width: 100%
}

.testimonial__pic:hover .testimonial__link,
.testimonial__pic:hover:after {
	opacity: 1
}

.testimonial__image,
.testimonial__img {
	position: absolute;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.testimonial__link {
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	z-index: 10;
	top: 50%;
	left: 50%;
	max-width: 118px;
	min-height: 50px;
	transition: .3s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100px
}

.testimonial__link:after {
	top: 0;
	left: 0;
	height: 100%;
	content: '';
	transition: .3s;
	background: #0661d6
}

.testimonial__link:hover {
	color: #0661d6;
	background: #fff
}

.testimonial__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 27px;
	-webkit-transition: .3s;
	transition: .3s;
	display: inline-block
}

.testimonial__descr {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #353535;
	height: 63px;
	overflow: hidden;
	margin-bottom: 57px
}

.testimonial__info-item {
	font-size: 12px;
	line-height: 16px;
	color: #353535;
	margin-bottom: 10px
}

.testimonials-page .order {
	padding: 110px 0 0
}

.card-footer .pagination li {
	display: inline-block;
	vertical-align: top
}

.card-footer .pagination li a {
	border: 1px solid #cecece;
	border-radius: 3px
}

.card-footer .pagination li:first-child a.page-link,
.card-footer .pagination li:last-child a.page-link {
	font-size: 29px;
	padding: 7px 15px 10px;
	line-height: 1
}

.card-footer .pagination li span {
	border: 1px solid #fff;
	border-radius: 3px
}

#success_message {
	margin-top: 30px
}

.alert-success {
	color: #fff;
	background: #28a745;
	border-color: #23923d
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.design__descr-info-text,
.service-item__element-delivery-items {
	color: #fff
}

.design-pic__img {
	max-height: 400px;
	min-height: 200px
}

.design-service__img,
.design-service__pic {
	height: auto;
	max-height: 185px;
	overflow: hidden;
	text-align: -webkit-center;
	margin-bottom: 20px
}

.adv-products h1.section-title {
	line-height: 49px;
	max-width: 426px;
	margin-bottom: 15px
}

.adv-products__text p {
	line-height: 140% !important
}

.adv-products,
.adv-products-benefits {
	padding: 100px 0
}

.adv-products .text-trigger {
	color: #191919;
	border-bottom: 1px solid #191919
}

.any-products {
	padding: 100px 0 15px
}

.summarybtn {
	appearance: none;
	padding: 0;
	margin: 15px 0 0;
	border: none;
	border-radius: 0;
	text-align: left;
	display: block;
	max-width: 100%;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	border-bottom: 1px solid #00000000;
	transition: color .3s, border-bottom .3s
}

.parrentspoiler {
	overflow: hidden;
	transition: max-height .3s
}

.ads-prod .nav__item-dropdown-item .colum-box:last-child {
	margin: 0
}

.close-drop-menu {
	position: absolute;
	right: 15%;
	background: url(/img/close.png) #f4f4f4;
	width: 37px;
	height: 37px;
	border-radius: 37px;
	cursor: pointer
}

.block-under-menu .container {
	height: 100%;
	overflow-y: unset
}

.block-under-menu {
	background: #f5f5f5;
	height: 100%
}

.about-company__descr-inner.text-wrap div:has(table) {
	display: flex;
	justify-content: center
}

.equipment {
	padding: 64px 0 90px
}

.equipment .title {
	font-weight: 600;
	font-size: 40px;
	line-height: 49px;
	margin-bottom: 20px
}

.equipment .equipment_text {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap
}

.equipment .equipment_text-container {
	max-width: 539px;
	width: 50%;
	min-width: 280px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000
}

.equipment .equipment_text-container img {
	width: 100%;
	margin-top: 20px
}

.equipment .equipment_text-container li {
	position: relative;
	padding-left: 15px
}

.equipment .equipment_text-container li:after {
	content: '';
	display: block;
	width: 2px;
	height: 2px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px
}

.equipment .full-width {
	margin: 80px 0 120px
}

.equipment .equipment__items {
	counter-reset: item
}

.equipment .equipment__item {
	counter-increment: item;
	padding: 34px 0;
	border-bottom: 1px solid #d2d2d2;
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%
}

.equipment .equipment__item .equipment_item_title {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #0661d6;
	padding-left: 77px
}

.equipment .equipment__item .equipment_item_title:after {
	content: '0' counter(item);
	position: absolute;
	left: 10px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #717171
}

.help-calc {
	padding: 25px 35px;
	color: #fff;
	background-color: #0661d6;
	border-radius: 5px;
	overflow: hidden
}

.help-calc__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px
}

.help-calc__ico {
	height: 110px;
	width: auto
}

.help-calc__title {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.23
}

.help-calc__descr {
	font-size: 18px;
	line-height: 1.22
}

.service-item__element-btn {
	margin-left: auto;
	flex-shrink: 0
}

.help-calc .service-item__element-btn {
	border: 2px solid #000;
	background-color: #000
}

.help-calc .service-item__element-btn:hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff
}

.bg-white .service-item__element-info,
.pxp-calculator {
	background-color: #fff
}

.bg-white .service-item__element-info .section-title {
	color: #000
}

@media (min-width:586px) {
	.services__items.swiper-wrapper {
		height: auto !important
	}

	.adv-products-other__pagination,
	.clients__paginations,
	.other-service__pagination,
	.popular-products__paginations,
	.products__paginations,
	.services__paginations {
		display: none
	}

	.clients__item:nth-child(4n+2) .client,
	.clients__item:nth-child(4n+3) .client {
		margin-left: auto;
		margin-right: auto
	}

	.clients__item:nth-child(4n+4) .client {
		margin-left: auto
	}
}

@media (min-width:786px) {

	.any-products__pagination,
	.design-services__pagination {
		display: none
	}
}

@media (min-width:992px) {
	.nav__item-dropdown-item.margin-top:first-child {
		margin-top: 0
	}

	.header--wrap.accordion-active {
		padding-right: 15px
	}

	.nav__item-dropdown-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 1230px;
		padding: 12px 15px 15px;
		margin: 0 auto;
		background: #f4f4f4;
		display: none
	}

	.wrapper.active .nav__item-dropdown-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width:993px) {
	.ads-prod .colum-box {
		float: left;
		margin-right: 6%;
		width: 20.5%
	}

	.ads-prod li.nav__item-dropdown-item {
		width: 100%
	}
}

@media (max-width:1600px) {
	.hero {
		padding-top: 95px
	}

	.hero__pic {
		max-width: 598px;
		max-height: 678px;
		margin-right: 0
	}

	.testimonials__btn-load-more {
		display: block
	}

	.not-found__graphic-element {
		right: 100px
	}

	.requirements__graphic-element {
		left: -398px;
		right: -740px;
		width: auto
	}
}

@media (max-width:1320px) {
	.about-us-menu .close-drop-menu {
		display: none
	}
}

@media (max-width:1250px) {

	.adv-products-benefits .about-company__descr-inner,
	.adv-products-benefits .section-title {
		margin-bottom: 60px
	}
}

@media (max-width:1200px) {
	.help-calc__title {
		font-size: 24px
	}

	.help-calc__descr {
		font-size: 16px;
		font-weight: 400
	}
}

@media (max-width:1170px) {
	.footer__middle-paymnet {
		width: 100%
	}

	.footer__middle-contacts {
		width: 100%
	}
}

@media (max-width:992px) {

	.info-address,
	.nav__burger,
	.nav__list.active {
		display: block
	}

	.nav__item .nav__item-dropdown .nav__item-dropdown-icon .icon-arrow:hover,
	.nav__item-dropdown-icon .icon-arrow:hover {
		fill: #0661d6
	}

	.nav__item-dropdown-link,
	.nav__link-title {
		line-height: 18px
	}

	.design__descr-info-details,
	.header--wrap.accordion-active .container,
	.nav__item-dropdown-list,
	.nav__list,
	.not-found__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal
	}

	.header--wrap.accordion-active,
	.nav__item-dropdown,
	.nav__list {
		background: #f4f4f4
	}

	.header__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative
	}

	.header__info {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 30px
	}

	.header__info .info__tel {
		line-height: 14px;
		margin-bottom: 7px
	}

	.header__nav {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.header__calc {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-32%);
		transform: translateX(-32%)
	}

	.nav__list {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 55px;
		width: 100%;
		display: none
	}

	.nav__item {
		margin: 0;
		width: 100%;
		border-top: 1px solid #000
	}

	.nav__item:last-child {
		border-bottom: 1px solid #000
	}

	.nav__item .icon-arrow {
		display: none
	}

	.nav__burger.active .nav__burger-icon:after,
	.nav__burger.active .nav__burger-icon:before {
		background: #0661d6
	}

	.nav__item-inner {
		padding: 20px 0
	}

	.nav__item-dropdown .container,
	.nav__item-dropdown-item.items-inside {
		padding: 0
	}

	.nav__item-icon-wrap {
		display: block
	}

	.nav__link-title {
		color: #000;
		font-size: 18px;
		font-weight: 600
	}

	.nav__item-dropdown {
		position: static;
		padding: 0;
		border-top: 1px solid #000;
		height: auto
	}

	.nav__item-dropdown-list {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.nav__item-dropdown-item {
		padding: 20px 25px;
		border-bottom: 1px solid #9e9e9e
	}

	.nav__item-dropdown-item:last-child {
		border-bottom: 0
	}

	.nav__item-dropdown-header {
		margin-bottom: 0
	}

	.nav__item-dropdown-icon .icon-arrow {
		display: block;
		cursor: pointer
	}

	.nav__item-dropdown-elem {
		margin-bottom: 7px
	}

	.nav__item-dropdown__inner {
		display: none;
		margin-bottom: 20px;
		margin-top: 30px
	}

	.header--wrap.accordion-active .info-address,
	.header--wrap.accordion-active .info__mail-elem,
	.header--wrap.accordion-active .info__tel-elem {
		color: #000
	}

	.header--wrap.accordion-active .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		overflow: hidden;
		overflow-y: auto
	}

	.header--wrap.accordion-active {
		height: 100vh;
		overflow-y: auto;
		min-height: 100vh
	}

	.footer__item-header-icon-wrap,
	.header--wrap.accordion-active .header__mobile-show,
	.header--wrap.accordion-active .logo-blue,
	.show-mobile-tablets,
	.testimonials .testimonials__paginations {
		display: block
	}

	.about-company__statement,
	.block-under-menu,
	.close-drop-menu,
	.design__descr-info-img,
	.footer__top .footer__item-inner,
	.header--wrap.accordion-active .logo-white,
	.nav__list .nav__item-dropdown-footer {
		display: none
	}

	.hero__social,
	.items-inside .nav__item-dropdown-item {
		margin-top: 0
	}

	.nav__item-dropdown-item.items-inside .nav__item-dropdown-header {
		padding: 20px 25px
	}

	.nav__item-dropdown-item.items-inside .nav__item-dropdown__inner {
		padding-left: 25px;
		margin-top: 0
	}

	.nav__item-dropdown-item.items-inside .nav__item-dropdown-item {
		border: 0;
		padding-top: 25px;
		padding-bottom: 20px;
		border-top: 1px solid #9e9e9e;
		padding-left: 25px
	}

	.nav__item-dropdown-item.items-inside .nav__item-dropdown-item:first-child {
		border-top: 0
	}

	.nav__item-dropdown-item.items-inside .nav__item-dropdown-item .nav__item-dropdown-header {
		padding: 0
	}

	.contact,
	.nav__list,
	.service-item__element-delivery-text,
	.service-item__element-delivery-title {
		margin-bottom: 20px
	}

	.nav__item .nav__item-dropdown .nav__item-dropdown-icon {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.nav__item .nav__item-dropdown .nav__item-dropdown-icon .icon-arrow {
		fill: #000;
		-webkit-transition: .3s;
		transition: .3s
	}

	.nav__item-dropdown-item.active .nav__item-dropdown-title {
		text-decoration: underline;
		color: #0661d6
	}

	.nav__item-dropdown-item.margin-top .nav__item-dropdown__inner {
		padding: 0;
		margin-top: 20px
	}

	.header__logo {
		margin-top: 7px
	}

	.nav__burger {
		top: 15px
	}

	.footer {
		padding: 100px 0 96px
	}

	.adv-products__descr,
	.footer__middle .row.no-wrap,
	.footer__top .row.center,
	.popular-products__items-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.footer__middle-paymnet {
		width: 100%;
		margin-bottom: 45px
	}

	.footer__middle-paymnet .payment__descr {
		margin-bottom: 14px;
		margin-left: 14px
	}

	.footer__item-descr {
		max-width: 100%
	}

	.footer__top .footer__item {
		width: 100%;
		padding: 20px 15px;
		border-bottom: 1px solid #000
	}

	.footer__top .footer__item-header-wrap,
	.order__info .section-title {
		margin-bottom: 0
	}

	.footer__top .footer__item:first-child {
		border-top: 1px solid #000
	}

	.footer__item-title {
		font-size: 18px;
		cursor: pointer;
		-webkit-transition: .3s;
		transition: .3s
	}

	.footer__item-title:hover {
		color: #0661d6
	}

	.footer__payment-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.about-company__descr-inner,
	.about__descr p,
	.company-benefits,
	.footer__top,
	.popular-product__inner {
		margin-bottom: 60px
	}

	.footer__middle .footer__item-title {
		font-size: 14px
	}

	.footer__middle-contacts {
		width: 100%
	}

	.footer__sub-item {
		width: 25%
	}

	.footer__sub-item-link {
		word-break: break-all
	}

	.footer__middle {
		margin-bottom: 45px
	}

	.footer__item-inner {
		margin-top: 20px
	}

	.hero__pic {
		max-width: 440px;
		max-height: 572px;
		position: absolute;
		top: 74%;
		right: 0
	}

	.hero {
		padding-bottom: 380px;
		padding-top: 75px
	}

	.hero .social__list {
		max-width: 160px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.products__item {
		width: calc(50% - 30px) !important;
		overflow: hidden;
		margin-bottom: 60px
	}

	.add-products__elem,
	.adv-products__text,
	.products__item .ad,
	.products__item .another,
	.products__item .business,
	.products__item .cover,
	.products__item .different-materials,
	.products__item .product,
	.products__item .suv,
	.service-item__element-slider {
		width: 100%
	}

	.products__item .ad .products-pic__img,
	.products__item .ad .products__item-pic {
		width: 100%;
		height: 230px
	}

	.products__item .different-materials .products-pic__img,
	.products__item .different-materials .products__item-pic,
	.products__item .product .products-pic__img,
	.products__item .product .products__item-pic {
		height: 385px;
		width: 100%
	}

	.products__item .business .products-pic__img,
	.products__item .business .products__item-pic {
		width: 100%;
		height: 230px
	}

	.products__item .cover .products-pic__img,
	.products__item .cover .products__item-pic,
	.products__item .suv .products-pic__img,
	.products__item .suv .products__item-pic {
		height: 385px;
		width: 100%
	}

	.products__item .another .products-pic__img,
	.products__item .another .products__item-pic {
		width: 100%;
		height: 230px
	}

	.products__item.margin-minus {
		margin-top: -177px
	}

	.products__item:nth-child(7) {
		margin-left: calc(50% - 10px);
		margin-top: -180px
	}

	.benefits {
		padding: 160px 0 90px
	}

	.promotion {
		padding: 157px 0
	}

	.testimonials {
		padding: 155px 0 85px
	}

	.testimonials__items-wrap {
		padding-bottom: 75px
	}

	.testimonials__item-descr {
		margin-bottom: 77px
	}

	.order__info {
		margin-bottom: 100px
	}

	.order__info-text {
		margin-left: auto;
		margin-top: -15px;
		max-width: 100%;
		width: calc(50% - 20px)
	}

	.popular-products {
		padding: 155px 0 95px
	}

	.popular-product {
		width: calc(50% - 30px) !important
	}

	.other-service:first-child .other-service__img,
	.other-service:nth-child(3) .other-service__img,
	.popular-product__inner.leaflet .popular-product__img,
	.popular-product__inner.leaflet .popular-product__pic {
		height: 230px
	}

	.adv-products-other__item:nth-child(2) .adv-products-other__img,
	.adv-products-other__item:nth-child(2) .adv-products-other__item-img,
	.adv-products-other__item:nth-child(3) .adv-products-other__img,
	.adv-products-other__item:nth-child(3) .adv-products-other__item-img,
	.other-service:nth-child(2) .other-service__img,
	.popular-product__inner.brochures .popular-product__img,
	.popular-product__inner.brochures .popular-product__pic,
	.popular-product__inner.cards .popular-product__img,
	.popular-product__inner.cards .popular-product__pic {
		height: 380px
	}

	.other-service:nth-child(3),
	.popular-product__inner.brochures {
		margin-top: -150px
	}

	.popular-products__items {
		width: calc(100% + 30px)
	}

	.about {
		padding: 158px 0
	}

	.about__img {
		max-height: 500px
	}

	.about-company__inner {
		padding: 100px 0 70px
	}

	.about-company__statement-img img {
		max-width: 100%;
		min-height: 400px
	}

	.about-company__info {
		margin-bottom: 150px
	}

	.company-benefits__counter {
		width: 48px
	}

	.company-benefits__info {
		width: calc(100% - 48px)
	}

	.design__descr-info-details-img {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		width: 55%
	}

	.design__descr-info-details-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -10px;
		margin-right: -10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 60px
	}

	.design__descr-info-details {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.design__descr-info-main-text {
		padding-left: 10px;
		padding-right: 10px;
		width: 45%;
		max-width: 287px
	}

	.design__info,
	.other-services {
		padding: 100px 0
	}

	.adv-products .section-title,
	.adv-products-other__item,
	.any-products .section-title,
	.contact_email,
	.contact_tel,
	.design__info .section-title,
	.how-work__info,
	.service-item__element-template .section-title {
		margin-bottom: 60px
	}

	.design__descr-info-text {
		max-width: 720px;
		margin-left: auto
	}

	.adv-products-benefits .about-company__descr-elem,
	.articles__items {
		margin-right: -10px;
		margin-left: -10px
	}

	.design-service {
		width: calc(33.33% - 30px) !important;
		margin-bottom: 55px
	}

	.any-products,
	.design-services {
		padding: 100px 0 150px
	}

	.design-services .section-title {
		margin-bottom: 85px
	}

	.how-work {
		padding: 160px 0 100px
	}

	.how-work__descr-text {
		margin-top: auto;
		margin-bottom: auto
	}

	.how-work__descr-text p {
		margin-left: 0
	}

	.how-work__descr {
		margin-bottom: 155px
	}

	.how-work__item {
		margin-bottom: 58px
	}

	.other-service {
		width: calc(50% - 30px) !important;
		margin-bottom: 55px
	}

	.adv-products {
		padding: 90px 0 150px
	}

	.add-products__elem {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 60px
	}

	.adv-products__text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.add-products__img,
	.add-products__statement {
		width: 50%
	}

	.add-products__statement,
	.adv-products__text,
	.adv-products__text p:last-child,
	.payment__items {
		margin-bottom: 0
	}

	.any-product {
		width: calc(33.33% - 30px) !important
	}

	.adv-products-benefits {
		padding: 166px 0 80px
	}

	.adv-products-benefits .about-company__statement-img,
	.adv-products-benefits .about-company__statement-text {
		padding-left: 10px;
		padding-right: 10px;
		width: 50%
	}

	.not-found__graphic-element {
		right: 10px
	}

	.not-found__inner {
		padding-top: 112px;
		padding-left: 0;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.not-found__info {
		padding-top: 0
	}

	.requirements {
		padding-top: 112px
	}

	.requirements__graphic-element {
		left: -934px;
		right: -1035px;
		top: -52px
	}

	.requirements__title {
		max-width: 520px
	}

	.adv-products-other__item:first-child,
	.requirements__button {
		margin-top: 60px
	}

	.adv-products-other {
		padding: 150px 0 50px
	}

	.adv-products-other__item,
	.adv-products-other__item_6x {
		width: calc(50% - 20px) !important
	}

	.adv-products-other__info {
		width: calc(100% + 20px)
	}

	.adv-products-other__item:nth-child(4) {
		margin-top: -70px
	}

	.adv-products-other__item:nth-child(4) .adv-products-other__img,
	.adv-products-other__item:nth-child(4) .adv-products-other__item-img,
	.adv-products-other__item:nth-child(5) .adv-products-other__img,
	.adv-products-other__item:nth-child(5) .adv-products-other__item-img {
		height: 230px
	}

	.adv-products-other__item:nth-child(6) {
		margin-top: -26%
	}

	.adv-products-other__item:nth-child(6) .adv-products-other__img,
	.adv-products-other__item:nth-child(6) .adv-products-other__item-img {
		height: 380px
	}

	.service-item__element-price-wrap {
		padding: 160px 0 140px
	}

	.label-right,
	.service-item__element-price-time {
		text-align: right
	}

	.service-item__element-slide {
		width: calc(50% - 10px) !important
	}

	.service-item__element-template-wrap {
		padding-bottom: 160px
	}

	.service-item__element-delivery-wrap {
		padding: 160px 0
	}

	.articles__item,
	.testimonials-section__items [class*=col-] {
		padding-left: 10px;
		padding-right: 10px
	}

	.articles__item {
		margin-bottom: 60px
	}

	.article__date {
		margin-bottom: 25px
	}

	.article__text {
		height: 65px
	}

	.contacts {
		padding: 89px 0 70px
	}

	#map {
		height: 340px
	}

	.payment-wrap {
		padding-bottom: 100px
	}

	.testimonials-section {
		padding: 90px 0 0
	}

	.testimonials-section .section-title {
		margin-bottom: 90px
	}

	.testimonials-section__items .row {
		margin: 0 -10px
	}

	.testimonial__descr {
		height: 105px
	}

	.testimonial {
		margin-bottom: 60px
	}

	.nav__item-dropdown {
		margin-top: 0
	}

	.header--wrap.accordion-active .calculator__btn {
		color: #0661d6;
		border-color: #0661d6
	}
}

@media (max-width:850px) {
	.services__item {
		width: calc(50% - 20px) !important
	}

	.services__item:nth-child(5) {
		margin-top: 0
	}

	.services__item.blank {
		display: none
	}

	.services__item:nth-child(3n+2) .services__item-inner {
		max-width: 100%
	}
}

@media (max-width:786px) {

	.any-product,
	.design-service {
		width: calc(50% - 10px) !important
	}

	.any-products__items,
	.design-services__items {
		width: 100%
	}

	.any-products__items-inner,
	.design-services__items-inner {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media (max-width:768px) {

	.help-calc__box,
	.help-calc__text {
		text-align: center
	}

	.description {
		padding: 157px 0
	}

	.promotion-pic__image,
	.promotion-pic__img,
	.promotion__img {
		min-height: 400px
	}

	.help-calc__box {
		flex-direction: column;
		justify-content: center;
		gap: 30px
	}

	.help-calc__btn {
		margin-left: initial
	}
}

@media (max-width:700px) {
	.products__descr {
		position: static;
		margin-bottom: 56px;
		max-width: 100%;
		font-size: 16px;
		line-height: 23px
	}

	.products .swiper-slide:first-child {
		margin-top: 0
	}
}

@media (max-width:699px) {
	.footer__middle-contacts .footer__sub-item {
		width: 50%
	}

	.footer__sub-items-wrap-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.footer__sub-item {
		margin-bottom: 15px
	}

	.hero__social {
		display: none
	}

	.hero {
		padding-bottom: 205px;
		margin-bottom: 180px
	}

	.hero__pic {
		width: 100%;
		max-width: 100%;
		max-height: 279px;
		top: 100%
	}

	.hero__title h1 {
		font-size: 35px;
		line-height: 40px
	}

	.hero__title {
		margin-bottom: 40px
	}

	.hero__sub-title h2 {
		font-size: 14px;
		line-height: 21px
	}
}

@media (max-width:588px) {
	.description {
		padding: 100px 0
	}

	.description__info p {
		font-size: 12px;
		line-height: 18px
	}
}

@media (max-width:586px) {

	.info,
	.info-address {
		font-size: 11px
	}

	.header__mobile-show .calculator__btn {
		display: block;
		margin: auto auto 30px;
		width: 100%
	}

	.adv-products__text,
	.header__calc,
	.promotion__note,
	.testimonials__btn-wrap {
		display: none
	}

	.info-address {
		line-height: 17px
	}

	.header--wrap.accordion-active,
	.wrapper {
		overflow-y: auto;
		min-height: 100vh
	}

	.header--wrap.accordion-active>.container {
		overflow-y: auto
	}

	.nav__item-dropdown-icon,
	.nav__item-dropdown-icon .icon-arrow {
		width: 20px;
		height: 10px;
		margin-right: -13px
	}

	.footer__item-header-icon-wrap,
	.nav__item-icon-wrap {
		width: 22px;
		height: 22px
	}

	.adv-products-other .adv-products-other__items .adv-products-other__item .adv-products-other__img,
	.adv-products-other .adv-products-other__items .adv-products-other__item .adv-products-other__item-img,
	.other-services .other-service .other-service__img,
	.popular-products__inner .popular-product .popular-product__img,
	.popular-products__inner .popular-product .popular-product__pic,
	.services-pic__img {
		height: 230px
	}

	.footer__item-header-icon .icon,
	.nav__item-icon-wrap .icon {
		width: 8px;
		height: 8px
	}

	.footer {
		padding-bottom: 60px
	}

	.footer__item-title {
		font-size: 16px
	}

	.footer__item-descr p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px
	}

	.about-company__descr-elem,
	.about-company__statement,
	.footer__payment-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.footer__middle-paymnet .payment__descr {
		margin-left: 0
	}

	.footer__sub-item-title {
		font-weight: 500;
		font-size: 12px;
		margin-bottom: 10px
	}

	.footer__middle-contacts .footer__sub-item {
		margin-bottom: 12px
	}

	.footer__item-link,
	.footer__sub-item-descr,
	.footer__sub-item-link {
		font-size: 12px
	}

	.footer__sub-item.schedule .footer__sub-item-descr {
		margin-bottom: 7px
	}

	.footer__sub-item-info {
		margin-bottom: 5px
	}

	.hero {
		padding-top: 20px;
		margin-bottom: 180px
	}

	.services__item {
		margin: 0;
		padding: 0;
		width: 100% !important
	}

	.services__items {
		margin: 0;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		min-height: auto;
		width: 100%
	}

	.design-pic__img,
	.how-work__img {
		max-height: 280px;
		min-height: 280px
	}

	.container {
		padding-right: 15px;
		padding-left: 15px
	}

	.section-title {
		font-size: 25px;
		line-height: 30px
	}

	.about-company__benefits .section-title,
	.benefits__item,
	.clients .section-title,
	.other-services .section-title,
	.popular-products .section-title,
	.promotion__btn-wrap,
	.services .section-title,
	.testimonials__header {
		margin-bottom: 60px
	}

	.services__item-title {
		font-size: 16px
	}

	.services__info {
		padding-bottom: 45px
	}

	.services .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0
	}

	.services__item-descr {
		font-weight: 500;
		font-size: 12px
	}

	.products__item {
		width: 100% !important;
		margin-bottom: 30px
	}

	.popular-products__items,
	.products__items,
	.products__paginations {
		width: 100%
	}

	.products__items-inner {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.order,
	.products,
	.promotion,
	.testimonials {
		padding: 100px 0
	}

	.products .section-title {
		margin-bottom: 57px
	}

	.products .products__item .products-pic__img,
	.products .products__item .products__item-pic {
		height: 230px;
		min-height: auto
	}

	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px
	}

	.adv-products-other .adv-products-other__items .adv-products-other__item,
	.other-services .other-service,
	.popular-product__inner.brochures,
	.products__item.margin-minus {
		margin-top: 0
	}

	.products__item-decr a {
		font-size: 16px
	}

	.products__item:nth-child(7) {
		margin: 0
	}

	.benefits {
		padding: 100px 0 10px
	}

	.benefits .section-title {
		margin-bottom: 50px
	}

	.benefits__item-title {
		font-size: 16px;
		margin-bottom: 22px
	}

	.promotion .section-title {
		font-size: 18px;
		line-height: 23px;
		max-width: 250px;
		margin-bottom: 60px
	}

	.show-mobile .promotion__note {
		display: block
	}

	.order__form-btn,
	.promotion__img {
		margin-bottom: 20px
	}

	.show-mobile .testimonials__btn-wrap {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.how-work__item-title,
	.other-service__title,
	.testimonials__item-title {
		font-size: 16px;
		margin-bottom: 20px
	}

	.testimonials__item-descr {
		margin-bottom: 30px;
		height: 90px
	}

	.about-company__descr p,
	.how-work__info-descr p,
	.how-work__item-descr p,
	.testimonials__item-descr p {
		font-size: 12px;
		line-height: 18px
	}

	.testimonials__items-wrap {
		margin-bottom: 44px
	}

	.order__info-text {
		margin-top: 60px;
		margin-left: 0;
		font-size: 16px;
		line-height: 23px;
		width: 100%
	}

	.order__info {
		margin-bottom: 70px
	}

	.order__form-item {
		width: 100%;
		margin-bottom: 40px
	}

	.add-products__elem,
	.order__form-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0
	}

	.form-item__title {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 18px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.form-item__input::-webkit-input-placeholder,
	.form-item__message::-webkit-input-placeholder {
		font-size: 12px
	}

	.form-item__input::-moz-placeholder,
	.form-item__message::-moz-placeholder {
		font-size: 12px
	}

	.form-item__input-ms-input-placeholder,
	.form-item__message-ms-input-placeholder,
	.text-trigger {
		font-size: 12px
	}

	.article__date,
	.form-item__input,
	.form-item__message,
	.popular-product__details-amount,
	.popular-product__details-title {
		font-size: 12px;
		line-height: 12px
	}

	.order__form-inner {
		padding-bottom: 0;
		position: relative;
		margin-bottom: 80px
	}

	.clients,
	.popular-products {
		padding: 100px 0 80px
	}

	.order__form-inner:after {
		content: '';
		width: 100%;
		height: 1px;
		background: #000;
		bottom: -40px;
		position: absolute
	}

	.form-message.order__form-item {
		margin-bottom: 30px
	}

	.order__form-footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.order__form-note {
		margin-left: 0;
		max-width: 185px
	}

	.order__form-row .order__form-item,
	.order__form-row .order__form-item:nth-child(2n) {
		padding: 0
	}

	.clients__item {
		width: 50% !important
	}

	.clients__item .client {
		margin-left: auto;
		margin-right: auto
	}

	.client {
		width: 80px;
		height: 22px
	}

	.adv-products-other__items,
	.other-services__items-inner,
	.popular-products__items-inner {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.adv-products-other__item,
	.adv-products-other__item_6x,
	.any-product,
	.design-service,
	.other-service,
	.popular-product {
		width: 100% !important
	}

	.popular-product__title {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 20px
	}

	.about-company__statement-img,
	.about-company__statement-text {
		width: 100%
	}

	.about-company__statement-img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 58px
	}

	.text-section {
		height: 107px
	}

	.about-company__statement-img img,
	.about-company__statement-text img {
		height: 280px;
		min-height: auto;
		width: 100%
	}

	.about-company__statement-text {
		font-size: 16px;
		line-height: 23px;
		margin-right: 0
	}

	.about-company__info,
	.equipment-title {
		margin-bottom: 90px
	}

	.about-company__inner {
		padding: 60px 0 0
	}

	.breadcrumbs__link {
		font-size: 10px
	}

	.breadcrumbs__item:after {
		height: 14px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.about-company__statement-text,
	.design-services__items,
	.design__descr-info-details-img,
	.design__descr-info-main-text,
	.show-mobile-tablets {
		width: 100%
	}

	.about-company__statement-text p {
		max-width: 100%
	}

	.design__info {
		padding-top: 70px
	}

	.design__descr-info-text {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 60px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.add-products__statement p,
	.design__descr-info-main-text,
	.how-work__descr-text p {
		font-size: 16px;
		line-height: 23px;
		max-width: 100%
	}

	.adv-products-benefits .about-company__descr-elem,
	.design__descr-info-details-wrap,
	.how-work__descr {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.design-pic__img {
		margin-bottom: 60px
	}

	.design__descr-info-main-text {
		margin-bottom: 0
	}

	.equipment__item-descr,
	.other-service__descr,
	.show-mobile-tablet .adv-products__text p {
		font-size: 12px;
		line-height: 18px
	}

	.design-services {
		padding: 100px 0
	}

	.add-products__statement,
	.adv-products-other .section-title,
	.any-products .section-title,
	.design-services .section-title {
		margin-bottom: 55px
	}

	.adv-products-benefits,
	.how-work {
		padding: 100px 0 40px
	}

	.add-products__img,
	.add-products__statement,
	.adv-products-benefits .about-company__statement-img,
	.adv-products-benefits .about-company__statement-text,
	.adv-products-other__info,
	.any-products__items,
	.articles__item,
	.how-work__descr-img,
	.how-work__descr-text,
	.other-services__items {
		width: 100%
	}

	.how-work__descr-img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.how-work__img {
		margin-bottom: 60px
	}

	.how-work__descr {
		margin-bottom: 100px
	}

	.other-services {
		padding: 100px 0 80px
	}

	.other-service__descr {
		max-width: 100%;
		margin-bottom: 10px
	}

	.adv-products-benefits .about-company__info,
	.articles__info-text,
	.show-mobile-tablet .adv-products__text {
		margin-bottom: 60px
	}

	.adv-products {
		padding: 60px 0 100px
	}

	.add-product__img,
	.article__img {
		height: 280px
	}

	.add-products__elem .show-mobile-tablet,
	.show-mobile-tablet .adv-products__text {
		display: block;
		padding: 0
	}

	.any-products {
		padding: 100px 0
	}

	.adv-products-benefits .about-company__statement-text p {
		font-size: 16px;
		line-height: 23px
	}

	.adv-products-other {
		padding: 100px 0 95px
	}

	.adv-products-other .swiper-pagination-bullet,
	.clients .swiper-pagination-bullet,
	.other-services .swiper-pagination-bullet,
	.testimonials .swiper-pagination-bullet {
		opacity: 1;
		background: #464646
	}

	.adv-products-other .swiper-pagination-bullet-active,
	.clients .swiper-pagination-bullet-active,
	.other-services .swiper-pagination-bullet-active,
	.testimonials .swiper-pagination-bullet-active {
		background: #0661d6
	}

	.articles__info {
		padding-top: 60px
	}

	.article__title {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 30px
	}

	.article__text {
		font-size: 12px;
		line-height: 18px;
		height: 70px
	}

	.equipment {
		padding-top: 65px
	}

	.equipment__item-title {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 20px
	}

	.equipment__item {
		margin-bottom: 59px
	}

	.equipment .title {
		font-size: 28px;
		line-height: 32px
	}

	.equipment .equipment_text-container {
		width: 100%;
		min-width: unset;
		font-size: 14px
	}

	.equipment .full-width {
		margin: 30px 0
	}
}

@media (max-width:576px) {
	.service-item__element-info .about-company__statement-text p {
		margin-bottom: 50px
	}

	.service-item__element-info {
		padding: 60px 0 100px
	}

	.service-item__element-delivery-wrap,
	.service-item__element-price-wrap {
		padding: 100px 0
	}

	.service-item__element-price-wrap .section-title {
		margin-bottom: 40px
	}

	.service-item__element-price-header,
	.service-item__element-template-elem .service-item__element-btns {
		display: none
	}

	.service-item__element-price-product {
		margin-bottom: 20px;
		font-size: 16px
	}

	.service-item__element-price-item {
		padding: 15px 0;
		margin-bottom: 30px
	}

	.service-item__element-price-item:last-child {
		margin-bottom: 0
	}

	.service-item__element-slide {
		width: 100% !important
	}

	.service-item__element-template-slider .service-item__element-btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-top: 35px;
		max-width: 100%
	}

	.service-item__element-template-descr {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 60px
	}

	.contact_schedule,
	.contacts .section-title,
	.service-item__element-delivery-img,
	.service-item__element-template-elem {
		margin-bottom: 60px
	}

	.service-item__element-template .swiper-button-next,
	.swiper-button-prev {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end
	}

	.service-item__element-template-wrap {
		padding-bottom: 100px
	}

	.service-item__element-delivery-descr {
		max-width: 100%;
		margin-bottom: 60px;
		font-size: 16px;
		line-height: 23px
	}

	.service-item__element-delivery-descr .blue {
		display: inline-block;
		padding: 0 5px
	}

	.service-item__element-delivery-details {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.service-item__element-delivery-img,
	.service-item__element-delivery-items {
		width: 100%
	}

	.service-item__element-delivery__img {
		height: 280px
	}

	.service-item__element-delivery-title {
		font-size: 16px
	}

	.payment__item-descr,
	.service-item__element-delivery-text {
		font-size: 12px;
		line-height: 18px
	}

	.payment__info,
	.payment__item-title,
	.testimonial__title {
		line-height: 23px;
		font-size: 16px
	}

	.service-item__element-delivery-item {
		margin-bottom: 100px
	}

	.service-item__element-delivery-item:last-child {
		margin-bottom: 0
	}

	.contacts {
		padding: 57px 0 100px
	}

	.contact {
		font-size: 12px
	}

	.contact__title {
		font-size: 16px;
		margin-bottom: 20px
	}

	.payment-wrap {
		padding: 60px 0 40px
	}

	.payment-wrap .section-title {
		margin-bottom: 39px
	}

	.payment__descr {
		margin-bottom: 61px
	}

	.payment__item-title {
		margin-bottom: 18px
	}

	.payments-page .order {
		padding-top: 105px
	}

	.testimonials-section {
		padding: 60px 0 0
	}

	.testimonials-section .section-title {
		margin-bottom: 75px
	}

	.testimonial__pic {
		height: 279px
	}

	.testimonial__descr {
		font-size: 12px;
		line-height: 18px;
		height: 90px;
		margin-bottom: 30px
	}

	.testimonials-page .order {
		padding-top: 60px
	}
}

@media (max-width:575.98px) {

	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.container,
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px
	}

	.container {
		max-width: 100%
	}

	.row {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media (max-width:575px) {

	.about .section-title,
	.about__img {
		margin-bottom: 60px
	}

	.about {
		padding: 100px 0
	}

	.about__descr p {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 50px
	}

	.about__img {
		max-height: 280px
	}

	.about__info-title {
		font-size: 16px;
		margin-bottom: 22px
	}

	.about__info-details-item,
	.about__info-text {
		font-size: 12px;
		line-height: 18px
	}

	.about__info-text {
		margin-bottom: 16px
	}
}

@media (max-width:568px) {
	.not-found__inner {
		padding-top: 60px;
		min-height: unset;
		justify-content: space-between;
		height: 100vh
	}

	.not-found__title h1 {
		font-size: 120px;
		line-height: 123%;
		text-align: center
	}

	.not-found__sub-title {
		font-size: 22px;
		font-weight: 500;
		line-height: 150%;
		text-align: center
	}

	.not-found__buttons {
		margin-top: 30px;
		justify-content: center
	}

	.not-found__button {
		margin-left: 0;
		margin-bottom: 50px
	}

	.requirements {
		padding-top: 60px
	}

	.requirements .container {
		min-height: 248px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.requirements__graphic-element {
		width: 1588px;
		height: 229px;
		top: 210px;
		left: -885px;
		right: -383px
	}

	.requirements-accordion__title,
	.requirements__title {
		font-size: 16px;
		line-height: 144%
	}

	.requirements__button {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}

	.requirements-accordion__wrap {
		padding: 20px 0
	}

	.requirements-accordion__trigger-icon {
		width: 22px;
		height: 22px;
		font-size: 8px
	}

	.requirements-accordion__content p {
		font-size: 12px
	}

	.requirements-accordion__content p:not(:last-child) {
		margin-bottom: 18px
	}
}

@media (max-width:430px) {

	.footer__middle-contacts .footer__sub-item,
	.footer__sub-item-title {
		width: 100%
	}

	.footer__sub-item.flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.footer__sub-item.flex .footer__sub-item-link {
		margin-right: 25px
	}

	.footer__sub-item.flex .footer__sub-item-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.footer__sub-item.flex .footer__sub-item-info .footer__sub-item-descr {
		margin-right: 5px
	}
}

@media (max-width:400px) {

	.adv-products-other .adv-products-other__items .adv-products-other__item .adv-products-other__img,
	.adv-products-other .adv-products-other__items .adv-products-other__item .adv-products-other__item-img,
	.other-services .other-service .other-service__img,
	.popular-products__inner .popular-product .popular-product__img,
	.popular-products__inner .popular-product .popular-product__pic,
	.products .products__item .products-pic__img,
	.products .products__item .products__item-pic,
	.services-pic__img {
		height: 150px
	}

	.benefits__item,
	.company-benefits {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.benefits__item-icon {
		width: 100%;
		margin: 0 0 18px
	}

	.benefits__item-descr p {
		font-weight: 500;
		font-size: 12px;
		line-height: 18px
	}

	.company-benefits__counter,
	.company-benefits__info {
		width: 100%
	}

	.company-benefits__counter {
		margin-bottom: 17px
	}

	.service-item__element-template-descr,
	.service-item__element-template-wrap .service-item__element-select {
		max-width: 100%
	}
}

@media screen and (min-width:850px) and (max-width:992px) {
	.nav__burger {
		right: 15px
	}
}

@media screen and (min-width:586px) and (max-width:849px) {
	.container {
		padding-left: 34px;
		padding-right: 34px
	}

	.services__item-inner.design .services-pic__img,
	.services__item-inner.design .services__item-img {
		height: 360px
	}

	.services__item-inner.another .services-pic__img,
	.services__item-inner.another .services__item-img,
	.services__item-inner.print .services-pic__img,
	.services__item-inner.print .services__item-img {
		height: 230px
	}

	.services__item-inner.after-print .services-pic__img,
	.services__item-inner.after-print .services__item-img {
		height: 375px
	}

	.services__item.after-print {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: -145px
	}
}

@media screen and (min-width:992px) and (max-width:1150px) {
	.products__descr {
		font-size: 14px;
		line-height: 17px
	}
}

@media (min-width:993px) and (max-width:1250px) {
	.close-drop-menu {
		right: 2%
	}
}

@media (min-width:1250px) and (max-width:1320px) {
	.close-drop-menu {
		right: 4%
	}
}

@media (min-width:1320px) and (max-width:1355px) {
	.close-drop-menu {
		right: 7px
	}
}

@media (min-width:1355px) and (max-width:1400px) {
	.close-drop-menu {
		right: 1%
	}
}

@media (min-width:1400px) and (max-width:1500px) {
	.close-drop-menu {
		right: 2%
	}
}

@media (min-width:1500px) and (max-width:1550px) {
	.close-drop-menu {
		right: 3%
	}
}

@media (min-width:1550px) and (max-width:1600px) {
	.close-drop-menu {
		right: 4%
	}
}

@media (min-width:1600px) and (max-width:1650px) {
	.close-drop-menu {
		right: 5%
	}
}

@media (min-width:1650px) and (max-width:1700px) {
	.close-drop-menu {
		right: 7%
	}
}

@media (min-width:1700px) and (max-width:1750px) {
	.close-drop-menu {
		right: 9%
	}
}

@media (min-width:1750px) and (max-width:1800px) {
	.close-drop-menu {
		right: 9%
	}
}

@media (min-width:1800px) and (max-width:1850px) {
	.close-drop-menu {
		right: 10%
	}
}

@media (min-width:1850px) and (max-width:1900px) {
	.close-drop-menu {
		right: 12%
	}
}

@media (min-width:1900px) and (max-width:1950px) {
	.close-drop-menu {
		right: 13%
	}
}

.add-products__statement p {
	padding-bottom: 125px;
}

@media (max-width: 585px) {
	.add-products__statement p {
		padding-bottom: 0;
	}
}

.cookie-consent {
	position: fixed;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	max-width: 800px;
	width: 100%;
	padding: 15px;
	background: #e9e9e9;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	border-radius: 2px;
	z-index: 1010
}

.cookie-consent__content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
	align-items: center
}

.cookie-consent__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.4
}

.cookie-consent__link {
	text-decoration: underline
}

.cookie-consent__button {
	background-color: #0661d6;
	color: #fff;
	font-weight: normal;
	padding: 12px 20px;
	font-size: 14px;
	border: 0;
	border-radius: 8px
}

.cookie-consent__button:hover {
	background-color: #003a85
}

@media screen and (max-width:700px) {
	.cookie-consent {
		left: 20px;
		right: 20px;
		width: 90%;
		transform: none;
		z-index: 9999999
	}
}

.order__form-row-agree {
	font-size: 12px;
	margin-top: 30px;
	flex-direction: column;
}

.order__form-row-agree a {
	color: #007bff;
}

.order__form-row-agree label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.form-item__checkbox {
	appearance: auto;
	-moz-appearance: none;
	-webkit-appearance: auto;
	border: 1px solid #000;
	width: 15px;
	height: 15px;
}

.design-section {
    background: transparent;
}

.design-section .section-title {
    color: #000;
}

.design__descr-info-main-text {
    color: #000;
}

.design__descr-info-text p {
    color: #000;
}

.design__descr-info-text .text-trigger {
    color: #000;
}

.design__descr-info-text .text-section a:after, .design__descr-info-text  .text-trigger:after {
    background: #000;
}

.design__descr-info-text .text-section {
    color: #000;
}

@media (max-width:1170px) {
    .header--wrap.is-scrolled > .container {
        justify-content: space-between;
    }

    .header--wrap.is-scrolled .header__inner {
        flex: unset;
    }
}

@media (max-width:992px) {
    .header--wrap.is-scrolled .header__inner {
        flex: 1 0 auto;
    }
    
    .header--wrap.is-scrolled {
        padding: 10px 0;
    }
}

@media (max-width:460px) {
    .header--wrap.is-scrolled .header__inner {
        flex: unset;
    }
}