/*
Theme Name: Ретроштамп 3.1
Theme URI:
Description:
Version:
Author:
Author URI:
*/

@font-face {
    font-family: "Manrope";
    font-weight: 400;
    src: url("https://retrostamp.ru/wp-content/themes/retroshtamp_v3.1/fonts/Manrope-Regular.woff");
}

html, body {
  height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	color:black;
	font-feature-settings: 'pnum' on, 'lnum' on;
	background-color: white;
}

a{
  text-decoration:none;
  color:#FF4B4B;
}

h1{
  margin:0;
}

input,textarea{
   outline:none;
}

::-webkit-input-placeholder {font-weight: 400;color:#959595;}
::-moz-placeholder          {font-weight: 400;color:#959595;}
:-moz-placeholder           {font-weight: 400;color:#959595;}
:-ms-input-placeholder      {font-weight: 400;color:#959595;}

main {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
}
.content{
   flex: 1 0 auto;
   width: 100%;
}

.container{
	margin: 0 auto;
	max-width: 1520px;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}

/* Хэдер */
header{
	height:72px;
	background: #EBEBEB;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
	position: fixed;
	width:100%;
	z-index: 3;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.header{
	display: flex;
	align-items: center;
	height: 100%;
}

.logo{
	display: flex;
	height: 100%;
	align-items: center;
	transition: .5s ease;
}

.logo:hover{
	filter: brightness(3);
}

.logo_img{
	margin-right: 13px;
}

.header_main_menu{
	margin-left: 50px;
	margin-right: auto;
}

.menu{
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li{
	display: inline-block;
}

.menu li a{
	display: block;
	font-style: normal;
    font-size: 15px;
    padding: 20px;
    transition: .2s;
    color: #323232;
}

.menu li a:hover{
   color: black;
   transition: .1s;
}
.menu li a:active{
   color: #FF4B4B;
}

.header_right_side{
	margin-left: auto;
    display: flex;
    align-items: center;
}

.callback_container{
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.header_whatsapp{
	margin-top: 7px;
}

.whatsapp_img{
	filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.36));
	transition: .1s ease;
}

.header_whatsapp:hover > .whatsapp_img{
	filter: drop-shadow(1px 2px 18px rgba(36, 107, 7, 0.8));
}

.btn{
	display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 12px 16px;
    font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #FF4B4B;
    border: none;
    border-radius: 3px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: color, background-color, border-color;
    -o-transition: color, background-color, border-color;
    transition: color, background-color, border-color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.btn:hover{
	transition: .2s ease;
	background: #e83030;
}

h2 {
	margin-top: 1em;
    margin-bottom: 0.5em;
    font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: currentColor;
}

.section1 {
	margin-top: 70px;
	width: 100%;
	height: 740px;
	display: flex;
	flex-direction: row;
}

.section1-picture {
	background-image: url(./img/section1_new.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #000000;
	height: 100%;
	width: 100%;
/* 	background-color: aquamarine; */
}

.section1-info {
	height: 100%;
	width: 73%;
	background-color: rgb(50, 50, 50);
	box-sizing: border-box;
	padding: 72px 48px;
}

.info-content-title{
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 54px;
	color: rgb(255, 255, 255);
}

.section1-ul{
	padding: 0;
	margin:30px 20px;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 20px;
	color: rgb(255, 255, 255);
}

.section1-li{
	margin-bottom: 10px;
}

.section1-btn {
	font-size: 18px;
	font-weight: 500;
}

.section1-phones {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.section1-phone {
	text-decoration: none;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 30px;
	color: rgb(255, 255, 255);
	display: inline-block;
}

.titles {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 40px;
	color: rgb(50, 50, 50);
	line-height: 54px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

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

.sections {
	box-sizing: border-box;
	padding-top: 90px;
	padding-bottom: 60px;
}

.section_about_us {
	width: 100%;
	background-color: #EBEBEB;
}

.section_about_us_container {
	display: flex;
	flex-direction: row;
	gap: 35px;
}

.section_about_us_text {
	display: flex;
	flex-direction: column;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 18px;
	color: rgb(50, 50, 50);
}

.section_about_us_img {
  width:100%;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-links {
	display: flex;
	gap: 18px;
	margin-top: 20px;
}

.contact-link {
	border-radius: 3px;
	background-color: #FF4B4B;
	width: 54px;
	height: 54px;
}

.contact-link:hover {
	transition: .2s ease;
	background: #e83030;
}

.cards_grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
	grid-template-rows: repeat(auto-fill, minmax(230px, 1fr));
	gap: 35px;
	margin-top: 45px;
}

.card {
	height: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
	background-color: #FFFFFF;
    border: 1px solid #DADADA;
}

.card:hover {
	cursor: pointer;
	border-color: #EBEBEB;
	background-color: #EBEBEB;
	transition: .2s ease;
}

.card_tn_link {
	width:100%;
}

.card_tn_link img, .default_tn {
	width:100%;
	transition: .2s ease;
}

.card_tn_link img:hover 
	filter: opacity(80%);
	transition: .2s ease;
}

.card_text_content {
	padding: 21px;
	line-height: 24px;
	display: flex;
	flex-direction: column;
	
}

.card_text_content {
	padding: 21px;
	margin-top: -4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-box-align: center;
	text-align: center;
	height: 100%;
	gap: 16px;
	box-sizing: border-box;
	height: 100%;
	justify-content: space-between;
}

.card_text_content h3 {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	line-height: 36px;
	display: inline;
    color: #323232;
    border-bottom: 1px solid rgba(50, 50, 50, 0.45);
	font-size: 24px;
	transition: .2s ease;
	letter-spacing: 1px;
}

.card_text_content h3:hover {
	color: #FF4B4B;
	transition: .2s ease;
	border-bottom: 1px solid #FF4B4B;
}

.card_description {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-weight: 300;
	color: #494949;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 26px;
}

.card_prices_container {
  display: flex;
  flex-direction: column;
}

.card_price {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #323232;
    white-space: nowrap;
}

.card_price_container {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.card_price_container:not(:last-child) {
	margin-bottom: 10px;
}

.card_type {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
}

.tip_icon_container {
	display: flex;
	justify-content: flex-end;
}

.tip_details {
	display: inline-block;
	position: relative;
	margin-bottom: 6px;
}

.tip_details[open] {
	flex-grow: 1
}

.tip_summary {
	list-style: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	align-items: flex-end;
}

.tip {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 10px;
	position: absolute;
	padding: 15px 18px;
	background: white;
	border-radius: 6px;
	box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	line-height: 180%;
	z-index: 8;
	left: -70px;
	top: calc(100% + 10px);
	width: 150px;
}

.tip_overlay {
	position: fixed;
	opacity: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	pointer-events: none;
	cursor: default;
}

.tip_details[open] .tip_overlay {
	pointer-events: all;
}

.card_buttons {
	display: flex;
	margin: 15px 0 0 0;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.card_link {
	width: calc(45% - 13px);
	text-align: center;
	border: 3px solid #272727;
	box-sizing: border-box;
	border-radius: 38px;
	padding: 12px 0;
	font-size: 15px;
/* 	display: flex; */
	align-items: center;
	justify-content: center;
	color: #272727;
	margin-right: 14px;
	font-weight: 700;
	height: 54px;
	transition: 0.3s ease;
	display: none;
}

.card_link:hover {
	background:#272727;
	color:white;
	transition: 0.3s ease;
}

.card_link_to_form {
	background: #FF4B4B;
	color: #FFFFFF;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
	transition: .5s ease;
	width: calc(55% - 27px);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	padding: 12px 16px;
	border-radius: 3px;
}

.card_link_to_form:hover {
	transition: .2s ease;
	background: #e83030;
}

.card_button_arrow {
	margin-left: 6px;
}

.latest_works_grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(calc(220px + (6vw - 30px)), 1fr));
	grid-template-rows: repeat(auto-fill, minmax(230px, 1fr));
	gap: 25px;
	margin-top: 45px;
}

.latest_works_link img:hover {
	filter: opacity(80%);
}

.latest_works_link img{
	width: 100%;
	height: 100%;
	transition: .2s ease;
	aspect-ratio: 14 / 11;
	-o-object-fit: cover;
	 object-fit: cover;
}

.latest_works_link_with_text img {
	height: auto;
	max-height: 360px;
}

.latest_works_card {
	min-height: 300px;
}

.latest_works_card_text {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.035em;
	padding: 5px 7px;
}

.latest_works_card_video {
	width: 100%;
	height: 100%;
	min-height: 300px;
	-o-object-fit: cover;
	 object-fit: cover;
	 border-radius: 10px;
}

.latest_works_vk_link_container{
	display: flex;
	justify-content: center;
	margin-top: 75px;
}

.latest_works_vk_link {
	text-align: center;
	border-radius: 3px;
	padding: 22px 40px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background-color: #FF4B4B;
	font-weight: 500;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	width: 100%;
    max-width: 344px;
	transition: .2s;
	box-sizing: border-box;
	height: 64px;
}

.latest_works_vk_link:hover {
	transition: .2s ease;
	background: #e83030;
	cursor: pointer;
}

.section_delivery {
	background-color: #EBEBEB;
	width: 100%;
}

.delivery-title {
	margin-top: 25px;
}

.mobile-slider__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	margin-top: 45px;
}

.mobile-slider__item {
	width: calc(100% / 4);
	box-sizing: border-box;
	padding: 45px;
}

.step-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.step-card__text {
	font-size: 18px;
	line-height: 26px;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	text-align: center;
}

.step-card__number {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    color: #FFFFFF;
    background-color: #C8C8C8;
    border-radius: 50%;
    user-select: none;
}

.section5_container {
	display: flex;
	flex-wrap: wrap;
}

.section5_text {
	width: calc(55% - 35px);
	margin-right: 35px;
	font-size: 16px;
	line-height: 25px;
	margin-top: 45px;
}

.section5_video {
	width:45%;
}

.section5_video iframe {
	width:100%;
	min-height: 260px;
	height: calc(100% - 40px);
	padding: 20px 0;
}

.section5_imgs_grid {
	margin-top:50px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-template-rows: repeat(auto-fill, minmax(150px, 1fr));
	gap: 35px;
}

.section5_imgs_grid a img {
	width:100%;
}

.faq {
	margin-top:15px;
}

.faq details {
	display:block;
	background: #fff;
	width: 100%;
	overflow:hidden;
	margin-bottom: -17px;
	margin-top: 45px;
}

.faq summary::-webkit-details-marker{display:none;}
.faq summary::-moz-list-bullet{list-style-type:none;}
.faq summary::marker{display:none;}

.faq summary {
	display:block;
	font-weight: 700;
	font-size: 22px;
	line-height: 133.7%;
	padding: 27px 42px 23px 42px;
	cursor: pointer;
	position: relative;
	background: white;
	outline: none;
	transition: .2s ease;
	border: 1px solid #DADADA;
	box-sizing: border-box;
	border-radius: 3px;
}

.faq summary:hover {
	transition: .2s ease;
}

.spoiler-headers {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
}

.spoiler_content {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	padding: 27px 42px 23px 42px;
	font-size: 16px;
	line-height: 193.2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.faq summary:before {
	top: 36px;
	right: 27px;
	color: transparent;
	background: no-repeat url(./img/spoiler-arrow.svg);
	width: 19px;
	height: 11px;
	content: "";
	position: absolute;
	transition: transform .3s;
}

.faq details[open] > summary:before {
	transform: rotate(180deg);
}

.faq details[open] summary ~ *{
	-webkit-animation: sweep .3s ease-in-out;
	animation: sweep .3s ease-in-out;
}

@-webkit-keyframes sweep {
	0%  {opacity: 0;height:0;}
	10% {height: 10%;}
	35% {height:35%; opacity:0.7;}
	74% {height:75%;}
	100%{opacity: 1;height:auto;}
}

@keyframes sweep {
	0%  {opacity: 0;height:0;}
	10% {height: 10%;}
	35% {height:35%; opacity:0.7;}
	74% {height:75%;}
	100%{opacity: 1;height:auto;}
}

.section7 {
	background: no-repeat url(./img/form.jpg);
	width:calc(100% - 120px);
	padding: 60px 0 60px 120px;
}

.section7 label {
	font-size: 14px;
	font-weight: 400;
	color:black;
}

.section7 .wpcf7-form input[type="text"],
.section7 .wpcf7-form input[type="tel"],
.section7 .wpcf7-form input[type="email"],

.section7 .wpcf7-form textarea {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-weight: 700;
	font-size: 16px;
	outline: none;
	max-width: 383px;
	color: black;
	padding: 15px 14px 14px 14px;
	border-radius: 9px;
	margin-top: 5px;
	background: #eeeeee;
	border:none;
}

.form_disclaimer {
	line-height: 141.4%;
	color:#b5b5b5;
	font-size: 10px;
	width: 100%;
}

.form_disclaimer a {
	text-decoration: underline;
	color:#b5b5b5;
	transition: .2s ease;
}

.form_disclaimer a:hover {
	color: #d01414;
	transition: .2s ease;
}

.section7 .wpcf7-form input[type="submit"] {
	font-family: Raleway;
	border-radius: 50px;
	padding: 16px 50px 15px 50px;
	background: #FF4B4B;
	box-shadow: 0px 0px 19px rgb(255 0 0 / 60%);
	align-self: center;
	font-weight: 600;
	color: white;
	font-size: 15px;
	transition: .5s ease;
	border: none;
	text-align: center;
	letter-spacing: 0.03em;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 30px;
	transition: .2s ease;
}

.section7 .wpcf7-form input[type="submit"]:hover {
	transition: .2s ease;
	box-shadow: 0px 0px 60px rgb(255 0 0);
}

.section9 {
	width: 100%;
	background-color: #EBEBEB;
	margin-top: 45px;
	margin-bottom: -60px;
}

.section9_container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 80px;
}

.contacts__info {
	text-align: center;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
    line-height: 1.5;
	color: #323232;
}

.contacts__info p {
	font-size: 26px;
	line-height: 36px;
}

.contacts__info a {
	color: #FF4B4B;
    border-bottom: 1px solid #FF4B4B;
}

.contacts__info a:hover {
	color: #323232;
    border-color: transparent;
}

.contacts__link-wrap {
    text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
}

.contacts__phone-link {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 40px;
    color: #323232;
	letter-spacing: 1px;
}

.contacts__phone-link a {
	pointer-events: none;
	text-decoration: inherit;
	color: inherit;
}

.post_footer {
	flex: 0 0 auto;
	width: calc(100% - 30px);
	background-color: #323232;
	padding: 20px 15px;
}

.footer_main_menu {
	text-align: left;
	margin-right: 50px;
	margin-left: auto;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
    line-height: 24px;
	cursor: pointer;
}

.footer_main_menu li a {
	color: #DADADA;
	margin-left: -20px;
	transition-duration: 0.3s;
}

.footer_main_menu li a:hover {
	color: #B1B1B1;
}

.footer_main_menu li a:active {
	color: #FF4B4B;
}

.socials-title {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
    line-height: 24px;
	color: #DADADA;
}


.socials-container {
	display: flex;
	gap: 18px;
}

.footer-contact-link {
	border-radius: 3px;
    width: 54px;
    height: 54px;
}

.footer-contact-link:hover {
	transition: .2s ease;
	background: #752929;
}

.copyright {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
    line-height: 24px;
	color: #DADADA;
	margin-top: 45px;
}






/* Мобильное меню и форма в хедере */

#black_bg, #mobile_menu_bg {
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 8;
	display: none;
	align-items: center;
	justify-content: center;
}

.form-title {
	font-weight: 700;
    font-size: 32px;
    line-height: 40px;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
}

.direct_form_container, .mobile_menu_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.direct_form {
	background: #ffffff;
	border-radius: 6px;
	padding: 21px;
	width: 520px;
	color: black;
	z-index: 10;
	flex-direction: column;
	margin: auto;
	overflow-y: auto;
	max-height: 851px;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
}

.direct_form_x_container {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #ababab;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0 auto;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	position: relative;
	transition: 0.3s ease;
	flex-shrink: 0;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
}

.direct_form_x_container:hover {
   transition: 0.3s ease;
   background: #dca1a1;
}

.direct_form_x {
	height: 2px;
	width:50%;
	background: black;
	transform: rotate(45deg);
	z-index: 8;
}

.direct_form_x::before {
	height: 2px;
	width:100%;
	position: absolute;
	left: 0;
	top: 0;
	background: black;
	transform: rotate(90deg);
	z-index: 9;
	content: ' ';
}

.direct_form h2 {
	font-size: 24px;
	text-align: center;
	margin:-27px 0 15px 0;
	font-weight: 700;
    font-size: 32px;
    line-height: 40px;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
}

.direct_disclaimer {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 18px;
	padding: 0 10px;
	text-align: center;
}

.direct_form .wpcf7-form {
   padding: 0 10px;
}

.direct_form .wpcf7-form label,
.contact_form_disclaimer {
	font-size: 14px;
	font-weight: 400;
	color:black;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
}

.direct_form .wpcf7-form input[type="text"],
.direct_form .wpcf7-form input[type="tel"],
.direct_form .wpcf7-form input[type="email"],
.direct_form .wpcf7-form textarea{
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-weight: 700;
	outline: none;
	width: calc(100% - 38px);
	max-width: calc(100% - 38px);
	font-size: 14px;
	padding: 11px 15px;
	border-radius: 5px;
	margin-top: 5px;
	color: #323232;
	background-color: transparent;
	border: 1px solid #DADADA;
    border-radius: 3px;
}

.direct_form .wpcf7-form textarea{
   height:70px;
}

.direct_form .wpcf7-form input[type="file"] {
	cursor: pointer;
	padding: 20px;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 13px;
	width: calc(100% - 46px);
	background-color: transparent;
	border: 1px solid #DADADA;
    border-radius: 3px;
}

.direct_form .wpcf7-form input[type="file"]:hover {
  background: #DADADA;
}

.direct_form .wpcf7-form input[type="submit"]{
	display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 14px 40px;
    font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #FF4B4B;
    border: none;
    border-radius: 3px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: color, background-color, border-color;
    -o-transition: color, background-color, border-color;
    transition: color, background-color, border-color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 30px auto 0 auto;
}

.direct_form .wpcf7-form input[type="submit"]:hover {
	transition: .2s ease;
	background: #e83030;
}

.direct_form div .wpcf7-response-output {
	margin: 0;
	padding: 4px 20px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 15px;
	text-align: center;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
}

.direct_form div .wpcf7-mail-sent-ng {
   border: 2px solid #ff7070;
}

.direct_form .wpcf7 form.failed .wpcf7-response-output,
.direct_form .wpcf7 form.aborted .wpcf7-response-output,
.direct_form .wpcf7 form.invalid .wpcf7-response-output,
.direct_form .wpcf7 form.unaccepted .wpcf7-response-output {
	padding: 13px 17px;
}

.direct_form div.wpcf7 .ajax-loader {
	margin: 30px auto 0 auto;
	display: flex;
}

.hamburger{
  display:none;
   padding: 20px;
   position: relative;
   cursor: pointer;
   transition: .5s ease;
}

.hamburger img {
	position: absolute;
	top: 12px;
	left: 8px;
}

.mobile_menu_container{
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	z-index: 9;
}

.header_mobile_menu ul li{
   display: block;
}

.header_mobile_menu ul li a{
   text-align: center;
   color: black;
}

.header_mobile_menu ul li a:hover{
	color: #323232;
	background-color: #DADADA;
}

.mobile_x_container {
    margin: 13px 13px 0 auto;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease;
}

.mobile_x {
   height: 2px;
   width:45%;
   background: black;
   transform: rotate(45deg);
   z-index: 8;
}
.mobile_x::before {
   height: 2px;
   width:100%;
   position: absolute;
   left: 0;
   top: 0;
   background: black;
   transform: rotate(90deg);
   z-index: 9;
   content: ' ';
}

/* Страница заказа */

.post_container {
	max-width: 1200px;
	margin:102px auto 0 auto;
	font-size: 21px;
	letter-spacing: 0.62px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 15px;
	color: #272727;
	width: calc(100% - 30px);
}
.post_h {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 50px;
	overflow-wrap: break-word;
	color: #272727;
	justify-content: center;
}

.post_container h1 {
	text-align: center;
	font-size: 45px;
	line-height: 48px;
}

.post-edit-link {
	margin: 23px 0 0 0;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	color: black;
	border-radius: 50px;
	border: 2px solid black;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	padding: 14px 36px;
}

.post_content_container{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	grid-template-rows: repeat(auto-fill, minmax(300px, 1fr));
	gap: 13px 35px;
	margin-top: 25px;
	width:100%;
}

.post_content {
	width: 100%;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
}

.photo_post_link {
	width: 100%;
}

.photo_post_link img {
	width: 100%;
	height: 45vw;
	-o-object-fit: cover;
	 object-fit: cover;
}

.post_content p:first-child {
	margin:-6px 0 0 0;
}

.post_content .wpcf7 {
	margin-bottom: 120px;
}

.post_content .wpcf7-form label,
.post_content .contact_form_disclaimer {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #5f5f5f;
}

.post_content .wpcf7-form input[type="text"],
.post_content .wpcf7-form input[type="tel"],
.post_content .wpcf7-form input[type="email"],
.post_content .wpcf7-form textarea {
	display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 14px 40px;
    font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #FF4B4B;
    border: none;
    border-radius: 3px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: color, background-color, border-color;
    -o-transition: color, background-color, border-color;
    transition: color, background-color, border-color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 30px auto 0 auto;
}

.post_content .wpcf7-select {
	width: 100%;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-weight: 700;
	color: black;
	font-size: 18px;
	padding: 11px 15px;
	border-radius: 5px;
	margin-top: 5px;
	background: #e4e4e4;
	border: 2px solid #c5c5c5;
}

.post_content .wpcf7-form textarea {
	height: 122px;
	resize: none;
}

.post_content .wpcf7-form input[type="submit"] {
   display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 14px 40px;
    font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #FF4B4B;
    border: none;
    border-radius: 3px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: color, background-color, border-color;
    -o-transition: color, background-color, border-color;
    transition: color, background-color, border-color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 30px auto 0 auto;
}

.post_content .wpcf7-form input[type="submit"]:hover{
	filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.6));
	transition: .3s ease;
}

.post_content div .wpcf7-response-output{
	margin: 35px 0 0 0;
	padding: 20px 20px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 15px;
	text-align: center;
}

.post_content div .wpcf7-mail-sent-ng{
   border: 2px solid #ff7070;
}

.post_content .wpcf7 form.failed .wpcf7-response-output,
.post_content .wpcf7 form.aborted .wpcf7-response-output,
.post_content .wpcf7 form.invalid .wpcf7-response-output,
.post_content .wpcf7 form.unaccepted .wpcf7-response-output{
   padding: 13px 17px;
}

.post_content div.wpcf7 .ajax-loader{
   margin: 30px auto 0 auto;
   display: flex;
}

.post_content a img{
  width:100%;
  height: auto;
}

#form {
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height: 100%;
	background: white;
	z-index: 6;
	display: none;
}

.post_form_container{
  display: flex;
  position: absolute;
  top: 0;
  left:0;
  width:100%;
  height: 100%;
  display: none;
}
.post_form{
  display: none;
  margin: auto;
  background: #ffffff;
  border-radius: 6px;
  padding: 21px;
  z-index: 7;
  max-width: 400px;
  overflow-y: auto;
}
.post_form_x_container{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ababab;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px -10px 0 auto;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  transition: 0.3s ease;
  flex-shrink: 0;
}
.post_form_x_container:hover{
   transition: 0.3s ease;
   background: #dca1a1;
}
.post_form_x{
   height: 2px;
   width:50%;
   background: black;
   transform: rotate(45deg);
   z-index: 8;
}
.post_form_x::before{
   height: 2px;
   width:100%;
   position: absolute;
   left: 0;
   top: 0;
   background: black;
   transform: rotate(90deg);
   z-index: 9;
   content: ' ';
}
.post_form_h2{
  margin-top: 100px;
  line-height: 130%;
  margin-bottom: 80px;
  font-size: 30px;
}
.post_form_h2 span{
  text-transform: lowercase;
}
.post_form_container h2{
  font-size: 24px;
  line-height: 130%;
  color:#353535;
  text-align: center;
}
.post_form_what_for{
  font-size: 14px;
  line-height: 140%;
  margin: 30px 0 -10px 0;
  text-align: center;
}

.post_form_container label {
	font-size: 14px;
	font-weight: 400;
	color:black;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
}

.post_form_container .wpcf7-form input[type="text"],
.post_form_container .wpcf7-form input[type="tel"],
.post_form_container .wpcf7-form input[type="email"],
.post_form_container .wpcf7-form textarea {
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 700;
    outline: none;
    width: calc(100% - 38px);
    max-width: calc(100% - 38px);
    font-size: 14px;
    padding: 11px 15px;
    border-radius: 5px;
    margin-top: 5px;
    color: #323232;
    background-color: transparent;
    border: 1px solid #DADADA;
    border-radius: 3px;
	resize: none;
}

.post_form_container .wpcf7 input[type="file"] {
	cursor: pointer;
	padding: 20px;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 13px;
	width: calc(100% - 46px);
	background-color: transparent;
	border: 1px solid #DADADA;
	border-radius: 3px;
}

.post_form_container .wpcf7 input[type="file"]:hover {
	background: #DADADA;
}

.post_form_container .wpcf7-radio{
  display: flex;
  flex-direction: column;
}
.post_form_container .wpcf7-radio .wpcf7-list-item{
  margin:0 0 10px 0;
  display: block;
  cursor: pointer;
}
.post_form_container .wpcf7-radio .wpcf7-list-item label{
  cursor: pointer;
  display: block;
  padding: 10px 10px 8px 10px;
  background: #eeeeee;
  max-width: 347px;
  border-radius: 6px;
}
.form_disclaimer{
  line-height: 156.4%;
  color:#b5b5b5;
  font-size: 13px;
  max-width: 383px;
}
.form_disclaimer a{
  text-decoration: underline;
  color:#b5b5b5;
}
.post_form_container .wpcf7-form input[type="submit"]{
	display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 14px 40px;
    font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #FF4B4B;
    border: none;
    border-radius: 3px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: color, background-color, border-color;
    -o-transition: color, background-color, border-color;
    transition: color, background-color, border-color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 30px auto 0 auto;;
}

.post_form_container .wpcf7-form input[type="submit"]:hover {
	transition: .2s ease;
	background: #e83030;
}

.mobile_menu_callback_container{
  position: fixed;
  bottom: 0;
  left:0;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 9px 0 9px 10px;
  width:100%;
  z-index:8;
  box-shadow: -5px 0px 19px rgb(0 0 0 / 60%);
}
.mobile_menu_callback{
  margin: 0;
  font-size: 15px;
  font-family: Raleway;
  font-weight: 600;
  padding: 12px 20px;
}
/* 2.3 */

.post_specs {
	margin-bottom: 25px;
	font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
}

.post_order {
	display: inline-block;
    max-width: 300px;
    margin: 0;
    padding: 14px 40px;
    font-family: 'Manrope', "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #FF4B4B;
    border: none;
    border-radius: 3px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: color, background-color, border-color;
    -o-transition: color, background-color, border-color;
    transition: color, background-color, border-color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 25px;
	margin-bottom:45px;
	min-width: 214px;
}

.post_order:hover{
	transition: .2s ease;
	background: #e83030;
}

.post_footer_fix{
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 81px);
  width: 100%;
}
.post_container{
  flex: 1 0 auto;
}

.post_footer_row{
  display: flex;
  justify-content:space-between;
  margin: 0 auto;
  max-width: 1200px;
  align-items: center;
  flex-wrap: wrap;
}
.logo_img_footer{
  margin-right: 13px;
}
.logo_footer{
  display: flex;
  align-items: center;
}

/* Слайдер */
.slick-slider{
	min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.slick-track{
	display: flex;
	align-items: flex-start;
}

/* Слайд */
.slick-slide{}
/* Слайд активный */
.slick-slide.slick-active{}
/* Слайд основной */
.slick-slide.slick-current{}
/* Слайд по центру */
.slick-slide.slick-center{}

/* Стрелка */
.slick-arrow{}
/* Стрелка влево */
.slick-arrow.slick-prev{}
/* Стрелка вправо */
.slick-arrow.slick-next{}
/* Стрелка не активная */
.slick-arrow.slick-disabled{}

/* Точки */
.slick-dots{}
.slick-dots li{}
.slick-dots button{}

.arrows-container{
	display: flex;
}


/* slider верхний */

.main-slider-container,
.sub-slider-container{
	position: relative;
}

.sub-slider-container {
	margin-top: 15px;
	margin-bottom: 65px
}

.main-slider-arrows-container,
.sub-slider-arrows-container{
  height: 100px;
  position: absolute;
  top: 50%;
  margin: -15px 0px 0px 0px;
  width:100%;
  z-index: 0;
}
.main-slider .slider__item{
	display: flex;
}
.main-slider .slider__item img{
	margin: 0 auto;
	width:100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.main-slider__arrow,
.sub-slider__arrow{
	position: absolute;
	z-index: 10;
	font-size: 0;
	width: 15px;
	height: 30px;
	cursor: pointer;
}
.main-slider__arrow-prev,
.sub-slider__arrow-prev{
	left: 0;
	background: url('./img/arrow-slider.svg') 0 0 / 100% no-repeat;
	transform: rotate(180deg);
}
.main-slider__arrow-next,
.sub-slider__arrow-next{
	right: 0;
	background: url('./img/arrow-slider.svg') 0 0 / 100% no-repeat;
}
.main-slider .slick-arrow.slick-disabled{
	opacity: 0.2;
}
.sub-slider{
	margin: 0 30px 0 30px;
    z-index: 2;
}
.sub-slider .slider__item{
	margin: 0 9px;
	padding: 5px;
	display: flex;
	border: 2px solid rgba(0,0,0,0);
	cursor:pointer;
}
.sub-slider .slider__item:hover{
  border: 2px solid rgba(0,0,0,0.4);
}
.sub-slider .slider__item picture{
  width:100%;
}
.sub-slider .slider__item img{
	width: 100%;
  display: flex;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-slider .slick-current{
	border: 2px solid rgba(0,0,0,1);
}

/* Адаптивность */

@media (max-width: 1543px){
	
	.logo_img {
		display: none;
	}

	.logo {
		padding-left: 15px;
	}
	
	.callback_container{
		margin-right: 15px;
		margin-left: auto;
	}
	
	.header_main_menu {
    	display: none;
	}
	
	.hamburger{
		display: block;
		margin-left: 10px;
	}
	
	.logo_text{
		margin-top: 3px;
	}
	
	.info-content-title {
		font-size: 30px;
	}
	
	.info-content-title {
		font-size: 34px;
	}
	
	.sections {
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.section1-phone {
		font-size: 20px;
	}
	
	.section_about_us {
		box-sizing: border-box;
		padding-top: 30px;
	}
	
	.section_about_us_img {
		max-height: 320px;
	}
	
	.mobile-slider__item {
		padding: 25px;
	}
	
	.section_icons{
		padding: 0 15px;
	}
	
	.contacts__phone-link {
		font-size: 48px;
	}
}

@media (max-width: 1100px) {
	.section_about_us_container{
		grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	}
}

@media (max-width: 990px) {
	
	.section1 {
		flex-direction: column;
		height: auto;
	}
	
	.section1-picture {
		width: 100%;
		height: 300px;
	}
	
	.section1-info {
		width: 100%;
		padding: 48px;
		height: auto;
	}
	
	.section_about_us_container {
		flex-direction: column;
	}
	
	.mobile-slider__item {
		width: 100%;
		max-width: 650px;
		align-self: center;
		justify-self: center;
	}
	
	.section_about_us_img {
		max-width: 650px;
		align-self: center;
		justify-self: center;
	}
	
	.swiper-wrapper {
		flex-direction: column;
		align-content: center;
		justify-content: center;
	}
	
	.step-card__number {
		width: 40px;
		height: 40px;
		font-size: 28px;
	}
	
	.section5_container{
		flex-direction: column;
	}
	
	.section5_text{
		width: 100%;
		margin: 0 0 35px 0;
	}
	
	.section6_container {
		flex-direction: column;
	}
	
	.section6_img_link {
		width:50%;
	}
	
	.section6_text_container {
		width:100%;
		margin-top:35px;
	}
	
	.section7 {
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	
	.section7 .wpcf7-form input[type="tel"] {
		width:calc(100% - 28px);
	}
	.section9_container {
		flex-direction: column;
	}
	
	.section9_contacts {
		width:100%;
	}
	
	.section9_container h3 {
		line-height: 119%;
	}
	
	.section_about_us_container{
		grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	}
	
	.section_icons_card{
		display: block;
	}
	
	.section_icons_card img {
		margin: 0 23px 5px 0;
	}
	
	.delivery_item {
		display: block;
	}
	
	.pay_h2 {
		margin: 96px 0 8px 0;
	}
	
	.post_content_container{
		grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
		grid-template-rows: repeat(auto-fill, minmax(200px, 1fr));
	}
	
	.post_container h1 {
		font-size: calc(1.8vw + 24px);
	}
	
	.contacts__phone-link {
        font-size: 30px;
    }
}


@media (max-width: 550px) {
	.header_callback {
		display: none;
	}
	
	.logo_text {
		width: 43vw;
		max-width: 176px;
	}
	
	.section1 h1 {
		font-size: 30px;
		width:auto;
		word-wrap: break-word;
		line-height: 37px;
	}
	
	.section1-ul {
		font-size: 16px;
	}
	
	.section1-btn {
		align-self: center;
		justify-self: center;
		width: 100%;
		box-sizing: border-box;
	}

	.section1_products {
		width:152px;
		text-align: center;
	}
	
	.section1-phone {
        font-size: 16px;
    }
	
	.cards_grid, .section4_grid, .section7 {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}
	
	.titles {
		font-size: 30px;
	}
	
	.section_about_us_text {
		font-size: 16px;
	}
	
	.about-links {
		width: 100%;
		justify-content: space-between;
	}
	
	h2 {
		line-height: 116%;
	}
	
	.section4_card h3 {
		line-height: 116%;
	}
	
	.mobile_menu_callback_container {
		display: flex;
	}
	
	.section_about_us_container {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}
	
	.card_buttons {
		flex-direction: column;
		align-items: center;
	}
	
	.card_link {
		margin: 0 0 14px 0;
		width: calc(100% - 6px);
	}
	
	.card_link_to_form {
		width: calc(100% - 14px);
	}
	
	.card_price {
		line-height: 26px;
	}
	
	.section_icons {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}
	
	.section5_text {
		font-size: 18px;
		line-height: 31px;
	}
	
	.faq summary:before {
		right:auto;
		left:14px;
	}
	
	.section9_whatsapp,
	.section9_vk,
	.section9_insta {
		width: auto;
		height: auto;
		padding: 15px 30px;
	}
	
	.post_container {
		width:calc(100% - 30px);
	}
	
	.post_content {
		width:100%;
	}
	
	.post_content_container {
		flex-direction: column;
	}
	
	.post_thumbnail {
		margin:0;
		width:100%;
	}
	
	.post_container h1 {
		font-size: 30px;
	}
	
	.post_form_h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	
	.post_form_container {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}
	
	.post_form_container .wpcf7-form input[type="text"], .post_form_container .wpcf7-form input[type="tel"], .post_form_container .wpcf7-form input[type="email"], .post_form_container .wpcf7-form textarea {
		width: calc(100% - 28px);
	}
	
	.post_form_container .wpcf7 input[type="file"]{
		width: calc(100% - 46px);
	}
	
	.post_hard_form,
	.mobile_page {
		margin-bottom: 60px;
	}
	
	.card_price {
		font-size: 20px;
	}
	
	.post_footer {
		margin-bottom: 64px;
	}
	
	.post_content_container {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		margin: 0;
		grid-template-rows: repeat(auto-fill, minmax(150px, 1fr));
	}
	
	.post_order {
		margin: 15px 5px 15px 0;
	}
	
	.post-edit-link {
		margin: 0 0 5px 0;
	}
	
	.latest_works_vk_link {
		font-size: 16px;
	}
	
	.faq summary {
		font-size: 16px;
		padding: 20px 20px 20px 42px;
	}
	
	.faq summary:before {
		background-size: contain;
		top: 28px;
		width: 15px;
		height: 11px;
	}
	
	.contacts__info p {
		font-size: 20px;
	}
	
	.contacts__phone-link {
        font-size: 27px;
    }
	
	.socials-container {
		width: 100%;
		justify-content: space-between;
	}
	
	.mobile_menu_callback {
		display: none;
	}
	
	.post_footer {
		margin: 0;
	}
	
	.copyright {
		margin-bottom: 24px;
	}
}

@media (max-width: 330px){
	.wrap {
		min-width: 300px;
	}
	
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.hamburger {
		margin-left: 10px;
	}
	
	.section1-info {
		padding: 30px;
	}
	
	.about-links {
		gap: 0;
	}
	
	.contact-link, .footer-contact-link {
		width: 42px;
		height: 42px;
		background-size: contain;
	}
	
	.contact-link-img {
		width: 42px;
		height: 42px;
	}
	
	.section5_imgs_grid a img {
		background-size: contain;
		object-fit: cover;
	}
	
	.section5_imgs_grid{
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}
	
	.card_type {
		font-size: 12px;
	}
}

@media (max-height: 400px){
	.post_content_container{
		grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
		grid-template-rows: repeat(auto-fill, minmax(60px, 1fr));
	}
}

@media (max-height: 851px){
	.direct_form{
	margin: 0 auto;
	}
}

@media (max-height: 828px){
.post_form{
	margin: 0 auto 64px auto;
	}
	}

	@font-face {
	font-family: "Raleway";
	src: url('./fonts/Raleway-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	}
	@font-face {
	font-family: "Raleway";
	src: url('./fonts/Raleway-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	}
	@font-face {
	font-family: "Raleway";
	src: url('./fonts/Raleway-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	}
	@font-face {
	font-family: "RussoOne";
	src: url('./fonts/RussoOne-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	}
