/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


	
/* =============================================================================
	Images
	========================================================================== */
	
img {
	border: none;
}

#content img {
	border: none;
}



/* =============================================================================
	Links
	========================================================================== */

a {
	color: #8f6441;
	text-decoration: none;
}

a:link {
	color: #8f6441;
	text-decoration: none;
}

a:active {
	color: #8f6441;
	text-decoration: none;
}

a:visited {
	color: #8f6441;
	text-decoration: none;
}

a:hover {
	color: #c2947d;
	text-decoration: none;
}




/* =============================================================================
	Fonts
	========================================================================== */

.oswald-<uniquifier> {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

.playfair-display-<uniquifier> {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

.pt-sans-regular {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.pt-sans-bold {
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.pt-sans-regular-italic {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.pt-sans-bold-italic {
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-style: italic;
}


.google-sans-<uniquifier> {
	font-family: "Google Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
	 "GRAD" 0;
}	

.great-vibes-regular {
	font-family: "Great Vibes", cursive;
	font-weight: 400;
	font-style: normal;
}


h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0em 0;
}


h1, h2, h3, h4 {
	font-family: "PT Sans", sans-serif;
	font-weight: normal;

}

h1 {
	font-size: 58px;
	font-family: "Oswald", sans-serif;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: 1px;
}

h2 {
	font-size: 45px;
	font-family: "Oswald", sans-serif;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: 1px;
}

h3 {
	font-size: 20pt;
	color: #fff;
}

h4 {
	font-size: 16px;
	color: #c2947d;
	letter-spacing: 2px;
	font-weight: 200;
} 



.modifydate{
	font-size: 10px;
}

.small{
	font-size: 10px;
	color: #b4b4b4;
}
.createdate{
	font-size: 10px;
	color: #b4b4b4;
}

.article_column {padding:0px}
.article_row {padding:10px;}

li,dd {
margin-left: 12px;
}

fieldset {
padding:.5em;
margin-right: 11px;
}




/* ²ÊÎÍÊÈ Font Awesome */
.fa-regular, .far {
	font-weight: 400;
	margin-right: 10px;
	color: #c2947d;
}


.fa-solid.fa-circle-question {
	margin: 0px 10px 10px 0px;
	color: #c2947d;
}


/* =============================================================================
	Body
	========================================================================== */
body {
	background: #efeae6;
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
}

#top_bg {

}



/* =============================================================================
	 Header
	========================================================================== */
	
.header_line {
	width: 100%;
	background: #ffffffde;
	margin: 10px 0px;
	position: sticky;
	top: 0;
	z-index: 10;
	filter: blur(0.3);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(10px);
}

.header_wrap {
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	max-width: 1440px;
}

.header_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
	align-items: center;
}

.header_1 {
	flex-basis: 140px;
	order: 1;
}

.header_2 {
	flex-basis: 740px;
	margin: 0px 10px 0px 10px;
	height: 60px;
	order: 2;
}

.header_3 {
	flex-basis: 200px;
	order: 3;
	height: 35px;
}

.header_4 {
	flex-basis: 40px;
	order: 4;
}

.header_wrap:after {
	content: "";
	display: table;
	clear: both;
}


.conctact_container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
}



/* -------- ÒÅËÅÔÎÍ â HEADER --------- */

.phone-icon {
	width: 40px; 
	height: 40px; 
	object-fit: contain;
	display: none;
}

.phone-text {
	color: #8f6441;
	display: inline;
	margin-top: 7px;
	transition: color 0.2s ease;
}

.phone-text:hover {
	color: #c2947d;
}

.phone-icon {
 opacity: 0.8; 
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.phone-icon:hover {
	opacity: 1;	 
}


/*------ ÒÅËÅÔÎÍ â POPUP-----*/

#phone_container_popup {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
}
#popup_header {
	background: #8f6441;
	margin-bottom: 20px;
	padding: 5px 5px;
}
#phone_number_popup {
	font-size: 35px;
	margin-bottom: 20px;
}
#phone_number_popup a:link {
	color: #8f6441;
	transition: 0.2s ease;
}
#phone_number_popup a:hover {
	color: #c2947d;
}

#phone_container_massenger {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#phone_icon_popup {
	transition: transform 0.2s ease;
}
#phone_icon_popup:hover {
	transform: scale(1.05);
}

/*------ INSTAGRAM-----*/

.icon_instagram {
	text-align: center;
	margin: 0 5px 0 15px;
}
.fa-brands.fa-instagram {
	font-size: 20pt;
	color: #c2947d;
}
.icon_instagram a i {
	 color: #c2947d;
	 transition: color 0.3s ease;
}
.icon_instagram a:hover i {
	 color: #bc7050;
}




/* =============================================================================
	POPUP Modals Pro 
	========================================================================== */

[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-element="overlay"] {
	--color: 0, 0, 0;
	background: #0000008a;
}
[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-element="slide-content"] {
	background: #fff;
	margin: 20px;
	border-radius: 10px;
	overflow: hidden;
}
[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-type="inline"] [data-modals-element="slide-content"] {
	padding: 30px;
	overflow: auto;
}











/* =============================================================================
	ÑONTENT_LINE
	========================================================================== */
	
#content_line {
	padding: 100px 0px 0px 0px;
	width: 100%;
	min-height: 500px;
}

#content_wrap {
	width: 70%;
	padding: 0 15%;
	margin-bottom: 50px;
}

#content_wrap:after {
	content: "";
	display: table;
	clear: both;
}


/* =============================================================================
	CONTENT
	========================================================================== */

#content {
	background: #fff;
	padding: 2% 7% 100px 7%;
	min-height: 600px;
}

#user1 {
	width: 100%;
}

#user2 {
	width: 100%;
}

#user3 {
	width: 100%;
}

#user4 {
	width: 100%;
}



/* =============================================================================
	 Content (îôîðìëåíèå)
	 ========================================================================== */

.item-content {
	display: inline-block;
	border-bottom: 3px dotted #7e7e7e;
	padding: 30px 0px 30px 0px;
	width: 100%;
}
	 
.item-title {
	margin: 50px 0 70px 29px;
}

.page-header {
	margin: 50px 0 70px 29px;
}

.readmore {
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 0px 38px 10px 0px;
	text-align: right;
	clear: both;
}




/* =============================================================================
	Content ÑÏÈÑÎÊ ÍÀØ² ÊÓÐÑÈ
	========================================================================== */

 /*------ ÑÏÈÑÎÊ ÊÓÐÑ²Â ------*/	

.courses_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
}

.product-block {
	flex: 1 1 calc(33.333% - 50px);
	max-width: calc(33.333% - 50px);
	box-sizing: border-box;
	border: 1px solid #c2947d;
	margin-bottom: 50px;
	transition: .2s;
	overflow: hidden;
}
.product-block:hover {
	border: 1px solid #c2947d;
	box-shadow: 0px 0px 10px #c2947d;
}

#product_img {
	flex-basis: 100%;
		transition: .5s;
}
#product_img:hover {
	transform: scale(1.03);
	transition: .5s;
}

.product_info {
	padding: 10px;
}
#product_zag {
flex-basis: 100%;
	font-size: 25px;
	font-weight: bold;
}
#product_txt {
	color: grey;
}
#product_price {
	font-size: 30px;
	font-weight: bold;
	color: #dc143c;
}

#product_buttons {
	flex-basis: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 20px 0px 20px 0px;
}

#product_order_btn {
	background: #c2947d;
	padding: 10px 15px;
	width: 110px;
	border: 2px solid #c2947d;
	border-radius: 5px;
	font-size: 20px;
	cursor: pointer;
	transition: .2s;
	margin: 0px 10px;
	text-align: center;
}
#product_order_btn a {
	color: #fff !important;
}
#product_order_btn:hover {
	background: #dc143c;
		border: 2px solid #dc143c;
	color: #fff;
}

#product_details_btn {
	background: transparent;
	color: #c2947d !important;
	padding: 10px 15px;
	width: 110px;
	border: 2px solid #c2947d;
	border-radius: 5px;
	font-size: 20px;
	cursor: pointer;
	transition: .2s;
	margin: 0px 10px;
}
#product_details_btn a {
	color: #c2947d !important;
}
#product_details_btn:hover {
	background: #efeae6;
	color: #000 !important;
}


 /*------ ÊÀÐÒÊÀ ÊÓÐÑÓ ------*/ 

.course_card_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;	
	border-top: 2px solid #c2947d;
	border-bottom: 2px solid #c2947d;
	padding: 20px 0px;
}

.block_img {
	flex-basis: 500px;
	margin: 0px 70px 0px 0px;	
	order: 1;
}
.block_order {
	width: calc(100% - 674px);
	order: 2;
	text-align: center;
	padding: 50px 50px;
}

#course_card_start {
	color: #c2947d;
	margin-bottom: 10px;
}

#course_card_zag {
	flex-basis: 100%;
	font-size: 25pt;
	font-weight: bold;
	color: #c2947d;
}

#course_card_zag_note {
	color: #8a8a8a;
}

#course_card_txt {
	color: #8a8a8a;
	font-size: 16pt;
	padding: 20px 0px;
}

#course_card_price {
	font-size: 40px;
	font-weight: bold;
	color: #dc143c;
	margin: 10px 0px;
}

#course_card_buttons {
	flex-basis: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 20px 0px 20px 0px;
}


.block_details {
	flex-basis: 100%;
	order: 3;
	margin: 50px 0px;
	font-weight: 300;
}




/* ÊÍÎÏÊÀ ÕÎ×Ó ÑÒÀÒÈ ÌÀÉÑÒÐÎÌ */

.button_block_line {
	margin: 30px 0;
}
.btn-course {
	display: inline-flex;
	align-items: center;
	padding: 13px 15px;
	font-size: 18px;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background: linear-gradient(45deg, #8f6441, #c2947d, #8f6441);
	background-size: 200% auto;
	transition: all 0.4s ease-in-out;
	box-shadow: 3px 3px 5px #ced3d5ff;
	max-width: max-content;
}

/* Ñòèëè äëÿ èêîíêè */
.btn-icon {
	font-size: 35px;
	color: #ffffff; 
}

/* Êîíòåéíåð äëÿ äâóõ ñòðîê òåêñòà */
.btn-text-container {
	display: flex;
	flex-direction: column;
	text-align: left;
}

/* Âåðõíÿÿ ñòðîêà (çàãîëîâîê) */
.btn-title {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	line-height: 1.2;
}

/* Íèæíÿÿ ñòðîêà (ïîäçàãîëîâîê) */
.btn-subtitle {
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
}

/* Ýôôåêò ïðè íàâåäåíèè êóðñîðà (õîâåð) */
.btn-course:hover {
	background-position: right center;
	box-shadow: 0px 0px 0px #ced3d5ff;
}




/* =============================================================================
	Content ÍÀØÀ ÊÎÌÀÍÄÀ
	========================================================================== */


.block_team {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 50px;
	border-bottom: 1px solid #c2947d;
	margin-bottom: 70px;
}
.team_img {
	margin: 0px 50px 50px 0px;
}
.team_img img {
	width: 400px;
	height: auto;
}
.team_txt {
	width: calc(100% - 450px);
}


/* =============================================================================
	Content ÊÎÍÒÀÊÒÈ
	========================================================================== */

.contacts_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.block_phone {
	flex-basis: 40%;
	margin: 0px 2% 50px 0px;
	border: 1px solid #c2947d;
	padding: 20px;
	border-radius: 15px;
}

.block_address {
	flex-basis: 40%;
	margin: 0 2% 50px 0px;
	text-align: center;
	border: 1px solid #c2947d;
	padding: 80px 20px 20px 20px;
	border-radius: 15px;
	background: #efeae6;
}

.map_container {
	display: flex;
	flex-wrap: wrap;
}
.contact_text {
	flex-basis: 46%;
	margin: 0px 2% 0 0;
}

.block_map {
	flex-basis: 46%;
	height: 700px;
}







/* =============================================================================
	SLIDER
	========================================================================== */
	
#slider {
	width: 100%;
	padding: 70px 0px;
}

#slider_line_wrap {
	width: 96%;
	padding: 0 2%;
	margin: 0px 0px;
}

#slider {
	width: 100%;
}

#slider_line_wrap:after {
	content: "";
	display: table;
	clear: both;
}




/* =============================================================================
	Footer
	========================================================================== */
	
.footer {
	background: #383838;
	height: 70px;
	width: 100%;
}

.footer_wrap {
	margin: 0 auto;
	max-width: 1400px;
}

.footer_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


.footer_1 {
	flex-basis: 96%;
	margin: 20px 2% 15px 2%;
	text-align: center;
	font-size: 10px;
	color: #b4b4b4;
}

.footer_2 {
	flex-basis: 96%;
	margin: 0px 2% 0px 2%;
	text-align: center;
	color: #b4b4b4;
}



a.footerlink:link, a.footerlink:visited {
	font-size: 11px;
	color: #d1d1d1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.footerlink:hover {
	color: #fff;
}	





/* =============================================================================
	DJ MEGA MENU (clean)
	========================================================================== */
.dj-megamenu-clean li a.dj-up_a > span {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	height: 50px;
}
 
.dj-megamenu-clean li a.dj-up_a {
	display: block;
	height: 50px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding: 0 18px;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	position: relative;
}

.dj-megamenu-clean li ul.dj-submenu > li > a {
	font-size: 16px;
	line-height: 20px;
}

/* --- Êíîïêà ìîáèëüíîãî ìåíþ--*/

.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	width: 40px;
	height: 40px;
	background: transparent;
	color: #c2947d;
	border: 1 px solid #c2947d;;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
	text-decoration: none;
}

.dj-mobile-open-btn.active .dj-mobile-open-icon, .dj-megamenu-select-light .dj-mobile-open-btn:focus, .dj-megamenu-select-light:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus, .dj-megamenu-accordion-light .dj-mobile-open-btn:hover, .dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
	background: #efeae6;
	color: #8f6441;
}

.dj-mobile-open-btn.dj-fa-0 .dj-mobile-open-icon::before, .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon::before, .dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon::before {
	content: "\f0c9";
	display: inline-block;
	font: normal normal normal 32px/1 "FontAwesome";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}






/* ============================================================================================================================
	ÀÄÀÏÒÈÂÍÎÑÒÜ
	========================================================================================================================== */


/* ************************************************** MEDIA QUERIES ****************************************************/

/* --- 1720px ---*/

@media screen and (max-width:1720px){

#content {
	padding: 2% 2% 100px 2%;
}


}




/* --- 1540px ---*/

@media screen and (max-width:1540px){

.header_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px 0px 0px 0px;
	align-items: center;
}
#content_wrap {
	width: 80%;
	padding: 0 10%;
}


}




/* --- 1440px ---*/

@media screen and (max-width:1441px){

img {
 max-width: 100%;
 height: auto;
}


}





/* --- 1366px ---*/

@media screen and (max-width:1367px){

.product-block {
	flex: 1 1 calc(50% - 50px);
	max-width: calc(50% - 50px);
	box-sizing: border-box;

	margin-bottom: 50px;
	transition: .2s;
	overflow: hidden;
	width: 46%;
}


}




/* --- 1209px ---*/

@media screen and (max-width:1209px){

.instructor_img {
	flex-basis: 300px;
	margin: 0px 50px 50px 0px;
}
.instructor_txt {
	width: calc(100% - 350px);
}


}





/* --- 1130px ---*/

@media screen and (max-width:1130px){

.header_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
	align-items: center;
}
.header_1 {
	flex-basis: 140px;
	order: 2;
}
.header_2 {
	flex-basis: 40px;
	margin: 10px 10px 0px 10px;
	height: 60px;
	order: 1;
}
.header_3 {
	flex-basis: 210px;
	order: 3;
	height: 35px;
}


}




/* --- 1124px ---*/

@media screen and (max-width:1124px){

#content_wrap {
	width: 96%;
	padding: 0 2%;
}
#content {
	padding: 2% 4% 100px 4%;
}

.block_img {
	flex-basis: 47%;
	margin: 0px 3% 0px 0px;
	order: 1;
}
.block_order {
	width: 47%;
	order: 2;
	text-align: center;
	padding: 50px 0px 50px 3%;
}

.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	width: 40px;
	height: 40px;
	background: #434343;
	color: #e4e4e4;
	border: none;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
	text-decoration: none;
}


}



/* --- 840px ---*/

@media screen and (max-width:840px){

img {
	max-width: 100%;
	height: auto;
}
.contact_text {
	flex-basis: 96%;
	margin: 0px 2% 30px 0;
}
.block_map {
	flex-basis: 96%;
	height: 700px;
}
.team_img img {
	width: 250px;
	height: auto;
}
.team_txt {
	width: calc(100% - 300px);
}


}





/* --- 768px ---*/

@media screen and (max-width:768px){

.block_img {
	flex-basis: 80%;
	margin: 0px 0% 0px 0px;
	order: 1;
}
.block_order {
	width: 100%;
	order: 2;
	text-align: center;
	padding: 50px 0px 50px 0%;
}

.block_instructor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #ff7500;
	margin-bottom: 70px;
}
.instructor_img {
	flex-basis: 400px;
	margin: 0px 0px 50px 0px;
}
.instructor_txt {
	width: 100%;
}

.product-block {
	flex: 1 1 calc(100% - 50px);
	max-width: calc(100% - 50px);
	box-sizing: border-box;
	border: 1px solid #ff7500;
	margin-bottom: 50px;
	transition: .2s;
	overflow: hidden;
	width: 46%;
}

.block_phone {
	flex-basis: 70%;
	margin: 0 0 50px 0;
	border: 1px solid #c2947d;
	padding: 20px;
	border-radius: 15px;
}
.block_address {
	flex-basis: 70%;
	margin: 0 0 50px 0;
	text-align: center;
	border: 1px solid #c2947d;
	padding: 20px 20px 20px 20px;
	border-radius: 15px;
	background: #efeae6;
}
.contact_text {
	flex-basis: 96%;
	margin: 0px 2% 50px 2%;
}
.block_map {
	flex-basis: 100%;
	height: 700px;
}

	
}





/* --- 670px ---*/

@media screen and (max-width:670px){

.block_phone {
	flex-basis: 96%;
	margin: 0px 0% 50px 0px;
}
.block_address {
	flex-basis: 96%;
	margin: 0 0% 50px 0px;
	text-align: center;
}
.block_team {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #c2947d;
	margin-bottom: 70px;
}
.team_img {
	margin: 0px 0px 50px 0px;
}
.team_img img {
	width: 300px;
	height: auto;
}
.team_txt {
	width: 100%;
}



}





/* --- 540px ---*/

@media screen and (max-width:541px){

h1 {
	font-size: 35px;
}

#content_line {
	padding: 50px 0px 0px 0px;
	width: 100%;
	min-height: 500px;
}

.page-header {
	margin: 50px 0 20px 29px;
}


}




/* --- 480px ---*/

@media screen and (max-width:480px){

.header_3 {
	flex-basis: 98px;
	order: 3;
	height: 35px;
	margin: 0 0 10px 0;
}
.phone-text {
	color: #8f6441;
	display: none;
	margin-top: 7px;
	transition: color 0.2s ease;
}
.phone-icon {
	width: 35px;
	height: auto;
	object-fit: contain;
	display: inline;
	margin-top: 0px;
}
.icon_instagram {
	text-align: center;
	margin: -4px 5px 1px 15px;
}
.fa-brands.fa-instagram {
	font-size: 30pt;
	color: #c2947d;
}




}

/* --- 440px ---*/

@media screen and (max-width:440px){

.scrollToTop.snip1452, .scrollToTop.snip1452 [class^="fa-"]::before, .scrollToTop.snip1452 [class*="fa-"]::before {
	display: none;
}


}



/* --- 400px ---*/

@media screen and (max-width:400px){

#phone_number_popup {
	font-size: 30px;
	margin-bottom: 20px;
}




/* --- 380px ---*/

@media screen and (max-width:380px){

.product-block {
	flex: 1 1 calc(100% - 0px);
	max-width: calc(100% - 0px);
	box-sizing: border-box;
	border: 1px solid #ff7500;
	margin-bottom: 50px;
	transition: .2s;
	overflow: hidden;
	width: 46%;
}



}


/* --- 340px ---*/

@media screen and (max-width:340px){

#header_2 {
	flex-basis: 50px;
	margin: 6px 10px 0px 10px;
	height: 50px;
	order: 1;
	padding-left: 0px;
}
#header_3 {
	flex-basis: 50px;
	padding: 6px 0px 10px 10px;
	order: 3;
}

.block_img {
	flex-basis: 100%;
	margin: 0px 0% 0px 0px;
	order: 1;
}


}


