body,
html {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	font-family: "Nunito Sans", sans-serif;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	overflow-x: hidden;
	scroll-behavior: smooth;
	background: #fff;
	margin: 0;
	min-height: 100vh;
}

/* html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: inherit;
	vertical-align: baseline;
} */
.mt40{margin-top: 40px;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

ins {
	background-color: #FF6412;
	color: #2E2E2E;
	text-decoration: none;
}

mark {
	background-color: #FF6412;
	color: #2E2E2E;
	font-style: italic;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}
nav ul,
nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}

small {
	font-size: 85%;
}
strong,
th {
	font-weight: bold;
}

td {
	vertical-align: top;
}
textarea {
	overflow: auto;
}

input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
button,
input,
select,
textarea {
	margin: 0;
}

img {
	max-width: 100%;
	display:block;
}

a {
	color: #FF6412;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.btn {
	display: inline-block;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
p{
    padding: 0 0 16px 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"],
input[type="phone"],
input[type="submit"]:focus,
input[type="button"]:focus,
textarea,
textarea:focus,
select:focus,
.form-control:focus {
	-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
	box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
ul,
ol {
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}
caption {
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}
em,
hr {
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}
blockquote {
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}
h1,.h1{
	font-weight: 800;
    font-size: 48px;
    line-height: 55px;
}
.h2,h2{
	font-weight: bold;
	font-size: 38px;
	line-height: 45px;
}
.h3,h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
}
.h2,h2{
font-weight: bold;
font-size: 48px;
line-height: 65px;
color: #2E2E2E;}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	white-space: nowrap;
	border: 0;
	-webkit-clip-path: inset(100%);
	        clip-path: inset(100%);
}
.main{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.main-header {
	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;
	height: 100px;
	width: 100%;
	background: #FF6412;
	color: #fff;
	position: fixed;
	z-index: 1052;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.container {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
@media (min-width: 768px){
	.container {
		-webkit-box-sizing: content-box !important;
		        box-sizing: content-box !important;
	}
}
@media (min-width: 768px) {
    .container {
		max-width: 750px; } 
	}
	  @media (min-width: 992px){
	  .container {
		max-width: 970px;
	  }
	}
	@media (min-width: 1200px){
		.container {
			max-width: 1170px;
		}
	}
@media (min-width: 1366px){
	.container {
		max-width: 1200px;
		padding: 0 15px;
	}
}
.header__mobile {
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    height: calc(100vh - 110px);
    min-height: 500px;
    z-index: 1000;
    background: #FF6412;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    visibility: hidden;
    padding: 19px 0 30px;
}
.header__mobile .container{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header__mobile.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.fixed {
    position: fixed;
}
.header__mobile-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (max-width: 991px){
	.header__mobile-navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
	}
	.header__mobile .icon-box {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
	}
}
.header--scrolled {
	height: 100px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
    -webkit-box-shadow: 0px 3px 24px rgb(1 0 56 / 25%);
        box-shadow: 0px 3px 24px rgb(1 0 56 / 25%);
}
.header-wrapper {
    position: relative;
}
	.header-wrapper {
		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-top: 20px;
		padding-bottom: 20px;
	}

.footer__logo {
	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;
}

.nav{
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.nav-item{
	margin-left: 43px;
}
.nav-item a{
	color: #fff;
	text-decoration:none;
	font-family: "Nunito Sans", sans-serif;
	font-size: 20px;
	line-height: 27.28px;
	font-weight: 700;
}
.nav-item a:hover{
	text-decoration: underline;
}
.nav-item a:focus{
	color: #FFDAC7;;
}
.header__logo  img {
	vertical-align: middle !important;
	margin: 0;
}

@media (max-width: 768px) {
	.header-top .logo {
		margin-top: 12px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.header-top .logo {
		margin-top: 12px;
	}
}

.contact-info a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
}
.contact-info a{
	text-decoration: none;
	color: #fff;
}
.contact-info a:hover,.contact-info a:focus{
	color: #FFDAC7;
}
.contact-info a:hover svg path,.contact-info a:focus svg path{fill:#FFDAC7;}
.contact-info__icon {
    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;
	margin-right: 10px;
}
.contact-info__text {
    display: inline;
}
.advantage,.print{
    position: relative;
    height: auto;
    color: #545454;
}
.advantage-container,.print-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.advantage-image{
	width: 100%;
	max-width: 600px;
}
.advantage-image img{max-width: 600px;}
.advantage h2.title {
	font-weight: 800;
	font-size: 48px;
	line-height: 55px;
	color: #2E2E2E;
	padding: 0;
	margin: 0 0 16px;
}
.print-block h2.title{
	font-weight: 800;
	font-size: 48px;
	line-height: 55px;
	letter-spacing: 0.01em;
	color: #2E2E2E;
	margin: 0  0 16px;
}
.advantage h3,.print-block h3{
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #2E2E2E;
	margin: 40px 0 10px;
}
.advantage-block{
font-weight: 300;
font-size: 20px;
line-height: 24px;
color: #545454;
margin-left: 23px;
}
.advantage-block p,.print-block p{
margin: 0;
padding: 0;
}
.cards-list{
	margin: 155px 0 0;
	text-align: center;
}
.cards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    margin-bottom: 65px;
    justify-items: center;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.card {
    position: relative;
    width: 100%;
	color: #2E2E2E;
	max-width: 270px;
	margin-bottom: 37px;
}
.card__img {
    position: relative;
	max-width: 270px;
	margin-bottom: 17px;
    border-radius: 8px;
    overflow: hidden;
}
.card__img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
	position: relative;
	text-align: center;
    top: auto;
    right: auto;
    left: auto;
}
.cards__title{
	font-weight: bold;
	font-size: 48px;
	line-height: 65px;
	color: #2E2E2E;
	margin: 0 0 46px;
}
.card__title {
    font-size: 22px;
    line-height: 36px;
    height: 68px;
	font-weight: bold;
	font-size: 24px;
	line-height: 33px;
	min-height: 66px;
	padding: 0;
	margin: 0;
}
.print-block a{
	color: #545454;
}
.advantage-block .btn{
	margin: 40px 0 0;
}
.print-image{
	width: 100%;
	max-width: 565px;
}
.print-block{
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #545454;
	margin-left: 73px;
	max-width: 585px;
}
.print-block p + p{
margin-top: 40px;
}
.print-block img{
	margin: 40px 0;
	max-width: 100%;
}
.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fd-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.jc-c {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

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

.promo-slider {
	position: relative;
	height: auto;
	background-color: #FF6412;
	color: #fff;
	margin-bottom: 154px;
}

@media (min-width: 768px){
	.promo-slider {
		padding-top: 157px;
	}
}
.promo-outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
h1.promo__title {
	font-weight: 800;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: 1px;
	margin: 40px 0 30px;
}
.promo__wrapper p {
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.promo__wrapper .btn{
	margin: 45px 0 0;
}
.promo__wrapper {
	width: 562px;
}
.promo-container{position: relative;}
.owl-nav{display: none;}
.promo-container .owl-dots {
    margin: 0;
	position: absolute;
	right: 0;
	top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	margin-top: -100px;  
}
.promo-container .owl-dots .owl-dot {
	margin: 0 auto;
    display: block;
}
.promo-container .owl-dots .owl-dot span {
    display: block;
	width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #FFFFFF;
	border-radius: 100%;
	margin: 0 0 25px;
}
.promo-container .owl-dots .active span {
    width: 24px;
    height: 24px;
    background: #fff;
	border: 1px solid #FFFFFF;
	border-radius: 100%;
}
.btn,.print-block .btn {
	width: 200px;
	height: 71px;
	font-family: "Noto Sans", sans-serif;
	background: #2E2E2E;
    border-radius: 37px;
	font-weight: 400;
	font-size: 20px;
	line-height: 71px;
	text-align: center;
	color: #fff;
	padding: 0;
	display: inline-block;
}
.btn:hover {
	background: #1e1e1e;
	color: #fff;
}
.btn:focus {
	background: #73716E;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section-price {
	margin: 55px 0 80px;
}

.section-price .section-heading {
	font-weight: 800;
	font-size: 48px;
	line-height: 65px;
	color: #2E2E2E;
	margin: 0 0 32px;
}

.price-table {
	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;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #2E2E2E;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 32px;
}
.price-table .table__head{
	color: #FFFFFF;
}
.price-table .table__head .table__label{
	background: #FF6412;
}
.price-table .table__label{
	width: 100%;
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	padding: 15px 13px;
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	min-width: 45px;
}
.price-table .table__head .table__label:first-child{border-top-left-radius: 15px;}
.price-table .table__head .table__label:last-child{border-top-right-radius: 15px;}
.price-table .table__label.table__label_title{
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	min-width: 308px;
	max-width: 308px;
	border-left: 1px solid #D3D3D3;;
}
.price-table .table__label_orange{
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FF6412;
}
.price-table .table__item p{
	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;}
.price-table .table__item:last-child p{
    height: 67px;
	max-height: 110px;
}
.price-table .table__item:nth-child(2n) p{
	height: 51px;
	max-height: 82px;
}
.price-table .table__head .table__label.table__label_title{
	border-left: 1px solid #fff;
}
.price-table .table__label.table__label_title{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.price-table .table__item{
	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;
	width: 100%;
}
.section-price .marker{
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color:#73716E;
	padding: 0;
	margin: 0;
}
.section-contacts-block .container{
	background: #FF6412;
	border-radius: 13px;
	color:#fff;
	padding: 50px 0;
}
.section-contacts-block p{
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 40px;
	padding:0;
}
.section-contacts-block .title{
	font-weight: 800;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: 0.01em;
	margin-bottom: 2px;
}
.footer-contact-info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.icon-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin: 0;
    padding-left: 49px;
    position: relative;
}
.icon-box .icon-container {
    margin-right: 15px;
}
.icon-box .text .head-heading {
	font-weight: 800;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 4px;
}
.icon-box .text .head-content {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}
.icon-box .text .head-content a{color:#fff}
.icon-box .text .head-content a:hover,.icon-box .text .head-content a:focus{
	color: #FFDAC7;
}
.footer-area a {
	color: #FF6412;
}
.section-contacts-block{margin-bottom: 76px;}
footer{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-section {
	padding: 20px 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #2E2E2E;
}
.footer-section a {
	color: #FF6412;
}
.footer-block-bottom{
	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;
}
.copyrite a{
	color:#2E2E2E;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.button-close:focus,
button:focus,
.btn:focus {
	outline: none;
}
.hamburger {
    display: none;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
       transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
       transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 5px 0 0;
    overflow: visible;
}
.hamburger .hamburger-box {
    width: 24px;
    height: 16px;
	display: inline-block;
    position: relative
}
.hamburger .hamburger-box .hamburger-inner {
    width: 24px;
    height: 2px;
    border-radius: 0;
    background: #ffffff;
}
.hamburger .hamburger-box:hover .hamburger-inner::before, .hamburger .hamburger-box:hover .hamburger-inner::after,.hamburger .hamburger-box:hover .hamburger-inner{
	background-color: #FFC5A6;}
.hamburger--slider .hamburger-inner {
    top: 2px;
}
.hamburger-inner {
    display: block;
    margin-top: -2px;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
       transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
}
.hamburger .hamburger-box .hamburger-inner::before, .hamburger .hamburger-box .hamburger-inner::after {
    width: 24px;
    height: 2px;
    border-radius: 0;
    background: #ffffff;
}
.hamburger--slider .hamburger-inner::before {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
       transition-duration: 0.15s;
}
.hamburger-inner::before, .hamburger-inner::after {
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
       transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
}
.hamburger .hamburger-box .hamburger-inner::before {
    top: 6px;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger .hamburger-box .hamburger-inner::after {
    top: 12px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner:after, .hamburger .hamburger-box .hamburger-inner:before {
    background-color: #fff;
}
.hamburger.is-active .hamburger-inner::before {
    -webkit-transform: rotate(
-45deg) translate3d(-5.71429px, -4px, 0);
    transform: rotate(
-45deg) translate3d(-5.71429px, -4px, 0);
opacity: 0;
}
.hamburger.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -12px, 0) rotate(
-80deg);
    transform: translate3d(0, -12px, 0) rotate(
-80deg);
}
.hamburger.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 6px, 0) rotate(
40deg);
    transform: translate3d(0, 6px, 0) rotate(
40deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    opacity: 0;
}
.not-found {
    padding: 165px 0 80px;
    text-align: center;
	
}
.not-found__title {
	font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.02em;
    margin: 0 0 80px;
}
.title-error {
    font-weight: 800;
    font-size: 146px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #FF6412;
    margin: 0 0 40px;
}
.section-text{
	margin: 0 0 80px;
	padding: 178px 0 0;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #545454;
}
.section-text h1{
	font-weight: 800;
	font-size: 48px;
	line-height: 55px;
	letter-spacing: 0.01em;
	color: #2E2E2E;
	padding: 0;
	margin: 0 0 32px;
}
.section-text h3{
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #2E2E2E;
	padding: 0;
	margin: 0 0 16px;
}
.section-text h3.mt40{
	margin-top: 40px;
}
.section-text h3 + h3{
	margin-top: 40px;
}
.section-text p{
	padding: 0;
	margin: 0 0 16px;
}
.section-text a{
	color: #545454;
}
.section-text a:hover,.section-text a:focus{
	color: #FF6412;
}
.section-text .icon-text{
	display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.section-text .info{
	color: #545454;
	font-weight: 600;
}
.breadcrumbs{margin: 0 0 40px;}
.breadcrumbs ul {
    margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.breadcrumbs ul>li {
    margin: 0;
    list-style: none;
}
.breadcrumb-item,.breadcrumb-item a{
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #73716E;
}
.breadcrumb-item.active{
	font-weight: bold;
	color: #545454
}
/*Социалка*/
.message-btn .start-btn:after {
    content: '';
    position: absolute;
    border: 1px solid #242A3A;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
}
@-webkit-keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; } }
@keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; } }
.message-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.message-btn .circle-m {
    margin: 0 0 15px;
    width: 56px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    display:none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.message-btn .start-btn {
    width: 56px;
    cursor: pointer;
    border-radius: 50%;
    background: #242A3A;
    height: 56px;
    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;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 1px 5px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 5px rgb(0 0 0 / 5%);
}
.message-btn.active .start-btn {
    background: #F2F6F6;
        -webkit-transform: rotate(
    180deg);
        -ms-transform: rotate(
    180deg);
            transform: rotate(
    180deg);
    }
.message-btn.active .start-btn:after{
    display:none;
}
.message-btn .start-btn > span {
    display: none;
    height: 21px;
}
.message-btn.active .start-btn > span {
    display: block;
}
.message-btn.active .start-btn > img {
    display: none;
}
.message-btn.active .circle-m.c1 {
    background: #7D3DAF;
}
.message-btn.active .circle-m.c2 {
    background: #039BE5;
}
.message-btn.active .circle-m.c3 {
    background: #3B5999;
}
.message-btn.active .circle-m{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
/*Социалка*/
@media (max-width: 992px){
	.hamburger {
		display: block;
	}
}
@media (max-width: 1280px) {
	.nav-item {
		margin-left: 20px;
	}
	.promo__wrapper {
		width: 500px;
		margin-right: 15px;
	}
	.price-table .table__label.table__label_title {
		min-width: 215px;
		max-width: 215px;
	}
}
@media (max-width: 1199px) {
	h1.promo__title {
		font-size: 50px;
		line-height: 64px;
	}
	.print-image img{max-width: 410px;}
	.advantage-image img {
	    max-width: 400px;
	}
}
@media (max-width: 992px) {
	.print-image{
    	margin: 60px 0;
    	text-align: center;
    	max-width: 100%;
	}
	.print-image img{max-width: 100%;}
	.not-found__title {
	    font-size: 27px;
	    line-height: 1.3;
	    margin: 0 0 32px;
	}
	.not-found {
		padding: 40px 0;
		margin-top: 82px;
	}
	.title-error{margin: 0 0 20px;}
	.header-wrapper{    
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.nav-item {
		margin-left: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.header__mobile-navigation .nav-item {
		margin-bottom: 2px;
	}
	.header__mobile .footer-contact-info{
		padding: 0;
	}
	.nav{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.main-header {
		height: 61px;
	}
	.header__logo img{
		width: 112px;
		height: auto;
	}
	.footer__logo img{
		width: 154px;
		height: auto;
	}
	.header-wrapper .nav,.header-wrapper .contact-info{
		display: none;
	}
	.promo__wrapper {
		width: 100%;
		margin-right: 0;
	}
	.promo-outer{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.promo-slider {
		padding-top: 82px;
		margin-bottom: 89px;
	}
	h1.promo__title {
		font-size: 32px;
		line-height: 40px;
		margin: 15px 0 8px;
	}
	.promo__wrapper p {
		font-size: 18px;
		line-height: 24px;
	}
	.promo__wrapper .btn {
		margin: 26px 0 39px;
	}
	.promo-container .owl-dots{
		display: none;
	}
	.advantage h2.title,.print-block h2.title {
		font-size: 32px;
		line-height: 40px;
	}
	.advantage-block,.print-block {
		font-size: 18px;
		line-height: 24px;
		margin-left: 0;
	}
	.print-block{
		max-width: 100%;
	}
	.advantage h3, .print-block h3 {
		font-size: 24px;
		line-height: 28px;
		margin: 30px 0 10px;
	}
	.advantage-block .btn {
		margin: 30px 0 0;
	}
	.advantage-image {
		max-width: 100%;
		margin-top: 60px;
		text-align: center;
	}
	.advantage-image img{max-width: 100%;}
	.advantage-container, .print-container{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		 justify-content: center;       
	}
	.card{
		max-width: 350px;
	}
	.card__img {
		max-width: 350px;
	}
	.cards-list {
		margin: 80px 0 0;
	}
	.cards__title{
		font-size: 32px;
		line-height: 40px;

	}
	.cards-wrapper{
		margin-bottom: 40px;
	}
	.price-table .table__item{    
		-webkit-box-orient: vertical;    
		-webkit-box-direction: normal;    
		    -ms-flex-direction: column;    
		        flex-direction: column;
		width: 33%;
	}
	.price-table{
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 18px;
	}
	.section-price {
		margin: 0 0 58px;
	}
	.price-table .table__label{text-align: center;}
	.price-table .table__label.table__label_title{
		font-size: 18px;
		line-height: 24px;
	}
	.price-table .table__label.table__label_title{
		min-width: 100%;
		max-width: 100%;
	}
	.price-table .table__head .table__label:last-child {
		border-top-right-radius: 0;
		border-bottom-left-radius: 15px;
	}
	.price-table .table__label.table__label_title{
		border-top: 1px solid #D3D3D3;
	}
	.price-table .table__label {
		padding: 10px 10px;
	}
	.price-table .table__item:nth-child(2n) p:first-child,.price-table .table__item p:first-child,.price-table .table__item:last-child p:first-child {
		height: 91px;
		max-height:113px;
	}
	.price-table .table__label,.price-table .table__item:nth-child(2n) p{
		height: 23px;
		max-height:44px;
	}
	.price-table .table__item:last-child p:first-child {
		border-top-right-radius: 15px;
	}
	.price-table .table__item:last-child p:last-child {
		border-bottom-right-radius: 15px;
		height: 199px;
		max-height: 225px;
	}
	.price-table .table__label.table__label_title{
		border-left: 0 solid #D3D3D3;
	}
	.price-table .table__label.table__label_title {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.price-table .table__item .table__label_orange{
		-webkit-writing-mode: vertical-lr;
		    -ms-writing-mode: tb-lr;
		        writing-mode: vertical-lr;
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
		/*border-right: 0 solid #D3D3D3;
		border-left: 1px solid #D3D3D3;
		border-bottom: 0 solid #D3D3D3;
		border-top: 1px solid #D3D3D3;*/
		height: 199px;
		max-height: 225px;
	}
	.section-contacts-block .container{
		padding: 24px 0 6px;
	}
	.section-contacts-block .title{
		font-size: 32px;
		line-height: 40px;
	}
	.section-contacts-block p{
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 24px;		
	}
	.section-contacts-block{margin: 0 15px 23px;}
	.footer-contact-info{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0 24px;
	}
	.icon-box {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-left: 0;
		width: 100%;
		margin: 0 0 18px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.icon-box .text {
        width: 158px;
    }
	.footer-section {
		padding: 20px 0 30px;
		font-size: 18px;
		line-height: 24px;
	}
	.footer-block-bottom{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
	.footer__logo,.copyrite,.develop{
		width: 100%;
	}
	.copyrite{
		margin-top: 24px;
	}
	.develop{
		margin-top: 14px;
	}
	.section-text {
		margin: 82px 0 57px;
		padding: 25px 0 0;
	}
	.section-text h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.price-table .table__item:last-child p{
        height: 199px;
        max-height: 199px;
    }
}
@media (max-width: 767px) {
	.container {
		-webkit-box-sizing: border-box !important;
		        box-sizing: border-box !important;
		padding: 0 25px;
	}
	.card{
		max-width:100%;
		margin-bottom: 14px;
	}
	.card__img {
		position: relative;
		margin-bottom: 24px;
		width: 100%;
		max-width: 100%;
}
	.price-table .table__item p{
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 600px) {
	.price-table .table__label.table__label_title {
		font-size: 14px;
		line-height: 24px;
	}
	.price-table .table__label {
		padding: 10px 0;
	}
}
.contact-info{margin-top: 5px;}
.btn_telegram{
    font-family: "Nunito Sans", sans-serif;
    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;
    width: 189px;
    height:64px;
    gap: 12px;
    border-radius: 37px;
    background-color:#2E2E2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: center;
    color: #FFFFFF;
}
.btn_telegram_footer{
    width: 366px;
    height: 76px;
    font-size: 16px;
    line-height: 20px;
    margin:0 auto 40px;
    gap: 0;
}
.btn_telegram_footer img{
    margin-right: 12px;
}
.btn_telegram:hover,.btn_telegram:focus{
    opacity: 0.8;
    
}
@media (max-width: 1199px) {
    .btn_telegram{
        width: 130px;
        height: 48px;
        font-size: 16px;
        gap: 10px;
    }
    .btn_telegram_footer{
    width: 366px;
    height: 76px;
    font-size: 16px;
    line-height: 20px;
    margin:0 auto 40px;
    gap: 0;

}
    .contact-info__text {
        font-size: 16px;
    }
    .contact-info__icon svg{
        width: 16px;
        height: 16px;
    }
    .btn_telegram img{
        width: 16px;
        height: 16px;
    }
    .nav-item a{
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .hidden_mob{display:none;}
    .header-wrapper nav{display:none;}
    .btn_telegram{
        width: 126px;
        height: 32px;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.79px;
    }
        .btn_telegram_footer{
        width: 240px;
        height: 64px;
        font-size: 15px;
        line-height: 20.46px;
        margin:0 auto 24px;
    }
}
