/* CSS Document */



* {
	margin: 0;
	padding: 0;
}


/* =============================================================================
   Images
   ========================================================================== */
   
img {
	border: none;
}

#content img {
	border: none;

}



/* =============================================================================
   Links
   ========================================================================== */
a {	
	color: #2c8ca5;
	outline: none;
	text-decoration: none;
}

a:link {
  color: #2c8ca5;
  text-decoration: none;
}

a:active {
	color: #2c8ca5;
}

a:visited {
	color: #2c8ca5;
}

a:hover {
	color: #226B7E;
	text-decoration: none;
}

p {
	margin: 0 0 18px
}

input {

}




/* =============================================================================
   Fonts
   ========================================================================== */

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0em 0;
}


h1, h2, h3, h4, h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;

}

h1 {
	font-size: 45px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	color: #0c262d;
}

h2 {
	font-size: 45px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	color: #fff;
}

h3 {
	font-size: 40px;
	padding: 0px 50px 0px 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

h4 {
	font-size: 35px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
} 



.contentheading {
	background-color: #18AD00;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
	color: white;
	font-weight: bold;
	height: 30px;
	text-transform: uppercase;
	border-radius: 10px;
}
.contentheading a:link, .contentheading a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ad7a13;
	height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.contentheading a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #783c01;
	font-weight: bold;
	height: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
.modifydate{
	font-family: "Lucida Sans", Tahoma, Arial;
	font-size: 10px;
	color: #b4b4b4;
	padding: 10px;
}

.small{
	font-family: "Lucida Sans", Tahoma, Arial;
	font-size: 10px;
	color: #b4b4b4;
}
.createdate{
	font-family: "Lucida Sans", Tahoma, Arial;
	font-size: 10px;
	color: #b4b4b4;
}
.readon{
	font-family: "Lucida Sans", Tahoma, Arial;
	background-color: ButtonFace;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #DC143C;
	float: left;
	padding: 2px 24px 2px 8px;
	height: 18px;
	width: 93%;
}
a.readon:link, a.readon:visited {
	font-family: "Lucida Sans", Tahoma, Arial;
	background-color: ButtonFace;
	font-size: 12px;
	color: #DC143C;
	text-decoration: none;
}

a.readon:hover {
	text-decoration: underline;
}
td.buttonheading {
	width: 16px;
}

.article_column {padding:0px}
.article_row {padding:10px;}

li,dd {
margin-left: 12px;
display: inline;
}

fieldset {
padding:.5em;
margin-right: 11px;
}


/* Breadcrumbs ----------------------*/

.mod-breadcrumbs__wrapper {
	margin: 0px 0px 20px 20px;
	font-size: 14px;
}




/* =============================================================================
   Body
   ========================================================================== */

body {
	background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
	color: Black;
}




/* =============================================================================
   TOP LINE
   ========================================================================== */

#top_line {
	width: 100%;
	height: 50px;
}

#top_wrap {
  margin: 0 auto;
  max-width: 1400px;
}

#top_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 7px 0px 0px 0px;
	width: 100%;
}

#top_1_1 {
	flex-basis: 120px;
	margin: 0px 0px 0px 10px;
}

#top_1_2_container {
	display: flex;
	flex-wrap: wrap;
	width: 550px;
	align-items: center;
}

#top_1_2 {
	flex-basis: 345px;
	margin: 0px 0px 0px 0px;
}

#top_1_3 {
	flex-basis: 200px;
	margin: 0px 0px 0px 0px;
}

#top_1_4 {
	flex-basis: 160px;
	margin: 0px 0px 0px 0px;
}






/* ÒÅËÅÔÎÍ â TOP ----------------------*/

#tel_top_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


#tel_number_top {
	font-size: 22px;
	color: #2c8ca5;
	margin: 0px 20px 0px 0px;
}






/*------ ÒÅËÅÔÎÍ â POPUP-----*/

#tel_container_popup {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
}
#tel_number_popup {
	font-size: 35px;
	margin-bottom: 20px;
}
#tel_number_popup a:link {
	color: #5a5a5a;
}
#tel_number_popup a:hover {
	color: #94a69c;
}

/* =============================================================================
   POPUP Modals Pro 
   ========================================================================== */

[data-modals-element="modal"][data-modals-theme="light"] [data-modals-element="overlay"] {
	--color: 0, 0, 0;
	background: #0000008a;
}
[data-modals-element="modal"][data-modals-theme="light"] [data-modals-element="slide-content"] {
	background: #fff;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}
[data-modals-element="modal"][data-modals-theme="light"] [data-modals-type="inline"] [data-modals-element="slide-content"] {
	padding: 30px;
	overflow: auto;
}



/* =============================================================================
   Header
   ========================================================================== */

 
#header_line {
	width: 100%;
	background: #2c8ca5;
	height: 57px;
}

#header_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.container_header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;

}

#header_1 {
	flex-basis: 200px;
	margin: 0px 2% 0px 2%;
}

#header_2 {

}

#header_3 {
	flex-basis: 100px;
	margin: 0px 2% 0px 2%;
	text-align: right;
}

#header_wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* --- ÏÅÐÅÊËÞ×ÀÒÅËÜ ßÇÛÊÎÂ---*/

#language_picker_des_90 {
	display: none;
}

div.mod-languages ul li.lang-active {
	background-color: #f0f0f000;
	border: 1px solid #eee;
}

div.mod-languages a {
	padding: .5rem;
	text-decoration: none;
	color: #fff;
}

div.mod-languages a:hover {
	color: #eee;
}

div.mod-languages li {
	margin: 0.2rem;
}




  

/* =============================================================================
   ÑONTENT_LINE
   ========================================================================== */
   
#content_line {
	width: 100%;
	min-height: 500px;
}

#content_wrap {
	width: 70%;
	padding: 50px 15% 200px 15%;
}

#content_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* =============================================================================
   CONTENT
   ========================================================================== */

#content {
	width: 100%;
	background: #fff;
}

#user1 {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

#user2 {
	float: left;
	width: 100%;
}

#user3 {
	float: left;
	width: 100%;
}

#user4 {
	float: left;
	width: 100%;
}



/* =============================================================================
	 Content (îôîðìëåíèå)
	 ========================================================================== */

.item-content {
	display: inline-block;
	border-bottom: 3px dotted #2c8ca5;
	padding: 30px 0px 30px 0px;
}
	 
.item-title {
	margin: 10px 0 50px;
}

.page-header {
	margin: 10px 0 50px;
	color: #226B7E;
	border-bottom: 3px dotted #2c8ca5;
}

.readmore {
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 0px 38px 10px 0px;
	text-align: right;
	clear: both;
}



/* Áëîê ÏÀÃÈÍÀÖÈß */

.pagination {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.container-component nav {
	position: relative;
}
.ms-0 {
	margin-left: 0 !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}

.fa, .fas, [class^="icon-"], [class*=" icon-"] {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
}

.active.page-item {
	font-size: 25px;
	background-color: #eee;
	padding: 5px 10px;
	line-height: 1;
}

.pagination_result_counter {
	display: none;
}




/* =============================================================================
   Content ÁÀÍÍÅÐ
   ========================================================================== */

#banner_container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background: rgb(237,251,255);
	background: linear-gradient(180deg, rgba(237,251,255,1) 0%, rgba(173,215,226,1) 100%);
}
#banner_txt {
	flex-basis: 46%;
	padding: 0% 2%;
	text-align: center;
}
#banner_txt_1 {
	font-size: 24pt;
	color: #2c8ca5;
}
#banner_txt_2 {
	font-size: 36pt;
	font-weight: bold;
	color: #184d5b;
}
#banner_img {
	flex-basis: 50%;
}

/* ÊÍÎÏÊÀ Ñòàòè êîñìåòîëîãîì ----------------------*/

.button_line {
	margin: 50px 20px;
}



/* =============================================================================
   Content ÑÏÈÑÎÊ ÊÓÐÑ²Â
   ========================================================================== */

.courses_top_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.courses_top_block {
	flex-basis: 23%;
	margin: 1%;
	text-align: center;
	background: #fff;
	flex-direction: column;
	display: flex;
	box-shadow: 5px 5px 15px #c6c6c6;
}

#img_courses_top {
	padding: 0px 0px 10px 0px;
}

#on-off_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#data_txt {
	width: 100%;
	margin-bottom: 10px;
}
#online {
	width: 100px;
	text-align: center;
	background: #2c8ca5;
	color: #fff;
	font-weight: bold;
}
#offline {
	width: 100px;
	text-align: center;
	border: 1px solid #2c8ca5;
	font-weight: bold;
}

#name_courses_top {
	font-size: 20px;
	color: #000;
	padding: 30px 20px;
	text-transform: uppercase;
}


/* ÊÍÎÏÊÀ Çàìîâèòè êóðñ ----------------------*/

#button_block_courses {
	margin: 0px 0px 30px 0px;
	margin-top: auto;
}

.avs-btn {
	display: inline-flex;
	text-decoration: none;
	position: relative;
	font-size: 20px;
	padding: 15px 30px;
	font-weight: normal;
	text-transform: none;
	font-family: 'Roboto Condensed', Oahoma, sans-serif;
	background: #226B7E;
	color: #FFF !important;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 5px;
}
.avs-btn a {
	color: #fff;
}

.avs-btn:hover,
.avs-btn:active,
.avs-btn:focus {
	background: #2c8ca5;
}


/* =============================================================================
   Content ÊÓÐÑ ÌÀÒÅÐÈÀË
   ========================================================================== */

.course_article_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

/* --- ÁËÎÊ ÔÎÒÎ--*/
.img_course_article {
	flex-basis: 46%;
	margin: 0% 2% 50px 2%;
	text-align: center;
}

/* --- ÁËÎÊ ÄÀÍÍÛÅ ÊÓÐÑÀ--*/
.data_course_article {
	width: 46%;
	margin: 0% 2% 0px 2%;
}

/* --- ÁËÎÊ ONline-Offline--*/

.on-off_container_course_article {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin: 0px 0px 30px 0px;
}
#online_course_article {
	width: 100px;
	text-align: center;
	background: #2c8ca5;
	color: #fff;
	font-weight: bold;
}
#offline_course_article {
	width: 100px;
	text-align: center;
	border: 1px solid #2c8ca5;
	font-weight: bold;
}

/* --- ÁËÎÊ ÊÎÍÒÀÊÒÛ ÊÓÐÑÀ--*/

.contact_block_course_article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin: 30px 0px 30px 0px;
	/* border: 1px solid #2c8ca5; */
	background: #f4f4f4;
}

#tel_course_article {
	width: 350px;
	margin: 30px 0px 30px 0px;
	text-align: center;
}

#tel_course_article a:link {
	font-size: 30px;
	color: #2c8ca5;
	text-decoration: none;
}

#tel_course_article a:hover {
	color: #ba004b;
	text-decoration: none;
}

.button_course_article {
	width: 200px;
}

/* --- ÁËÎÊ ÎÏÈÑÀÍÈÅ--*/

.h1_course_article {
	text-align: center;
	font-size: 30px;
	background: #3390a8;
	padding: 10px;
	color: #fff;
	margin-bottom: 50px;
}

.description_course_article {
	padding: 0px 0px 0px 0px;
}

/* --- ÁËÎÊ VIDEO--*/

.video_course_article {
	width: 700px;
	height: 394px;
}



/* =============================================================================
   Content ÊÓÐÑ ÌÀÒÅÐÈÀË (ÊÎñìåòîëîãèÿ)
   ========================================================================== */

/* ÂÈ ÎÒÐÈÌÀÅÒÅ ----------------------*/
.cosmo_container {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0px;
}
.cosmo_res_zag {
	width: 100%;
	font-size: 36pt;
	color: #3390a8;
	text-align: center;
}
.cosmo_res_zag2 {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.cosmo_res_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	width: 43%;
	margin: 2% 2%;
	padding: 1% 1%;
	border: 1px solid #3390a8;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #e6e6e6;
}

.cosmo_res_block_number {
	width: 50px;
	font-size: 60pt;
	color: #3390a8;
	margin: 10px 20px;
}
.cosmo_res_block_txt {
	width: 80%;
}

 
 /* ×ÎÌÓ ÎÁÈÐÀÞÒÜ ÍÀÑ ----------------------*/

.cosmo_why_container {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0px;
	justify-content: center;
}
.cosmo_why_zag {
	width: 100%;
	font-size: 36pt;
	color: #3390a8;
	text-align: center;
}

.cosmo_why_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	width: 29%;
	margin: 2% 2% 2% 0%;
	padding: 1% 1% 1% 0%;
	border-radius: 5px;
	background: rgb(237,251,255);
	background: linear-gradient(180deg, rgba(237,251,255,1) 0%, rgba(173,215,226,1) 100%);
}

.cosmo_why_block_number {
	width: 50px;
	font-size: 40pt;
	color: #fff;
	margin: 10px 30px 10px 0px;
	background: #3390a8;
	text-align: center;
	padding: 1% 1%;
}
.cosmo_why_block_txt {
	width: 75%;
}




/* =============================================================================
   Content ÂÈÊËÀÄÀ×²
   ========================================================================== */


#teacher_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

#card_container {
	display: flex;
	flex-wrap: wrap;
	width: 30%;
	padding: 20px 1%;
	justify-content: center;
	text-align: center;
	box-shadow: 5px 5px 15px #c6c6c6;
	margin: 30px 0px;
}

#img_card {
	flex-basis: 300px;
	margin: 10px 10px;
}

#txt_card {
	flex-basis: 96%;
	padding: 10px 2%;
	font-size: 24px;
	font-weight: bold;
}

#txt2_card {
	flex-basis: 96%;
	padding: 10px 2%;
}



/* ÊÍÎÏÊÀ Äåòàëüí³øå ----------------------*/

#button_block_teacher {
	margin: 10px 0px;
}

.avs-btn2 {
	display: inline-flex;
	text-decoration: none;
	position: relative;
	font-size: 20px;
	padding: 15px 30px;
	font-weight: normal;
	text-transform: none;
	font-family: 'Roboto Condensed', Oahoma, sans-serif;
	background: #2c8ca5;
	color: #FFF !important;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 5px;
}
.avs-btn2 a {
	color: #fff;
}

.avs-btn2:hover,
.avs-btn2:active,
.avs-btn2:focus {
	background: #226B7E;
}



/* =============================================================================
   Content ÁÐÅÍÄÈ
   ========================================================================== */


#brands_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#brand_logo {
	flex-basis: 16%;
	margin: 2% 2%;
}






/* =============================================================================
   LINE_8 ÌÀÃÀÇÈÍ
   ========================================================================== */

#line_8 {

	width: 100%;
}

.parallax_line_8 {
    /* The image used */
	background: transparent url(../images/line8_bg.jpg) no-repeat center top;

    /* Set a specific height */
    height: 100%;

    /* Create the parallax scrolling effect */
	background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#line_8_wrap {
	padding: 80px 0px;
}


#line_8_zag {
	flex-basis: 100%;
	margin: 0% 0% 0% 0%;
	text-align: center;
}
	
#line_8_1 {
	flex-basis: 100%;
	text-align: center;
}



#line_8_wrap:after {
  content: "";
  display: table;
  clear: both;
}		



#shop_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#shop_text {
	flex-basis: 60%;
	background: #ffffff9c;
	border-radius: 15px;
}

#shop_specprice {
	flex-basis: 40%;
	background: #ffffff9c;
	margin: 50px 0px 50px 0px;
	padding: 30px;
	border-radius: 15px;
}






/* =============================================================================
   Footer
   ========================================================================== */
   
#footer {
	background: #2c8ca5;
	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% 10px 2%;
	text-align: center;
}

#footer_2 {
	flex-basis: 96%;
	margin: 0px 2% 10px 2%;
	text-align: center;
	display: none;
}

#footer_3 {
	flex-basis: 96%;
	margin: 0px 2% 20px 2%;
	text-align: center;
}



a.footerlink:link, a.footerlink:visited {
	font-size: 11px;
	color: #00ced1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.footerlink:hover {
	color: #fff;
}	
#footer,.small,.createdate,.modifydate,.mosimage_caption {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: white;
}	

.footer1 {
	font-size: 10px;
	margin-top: 7px;
	color: #eee;
}

.footer2 {
	font-size: 10px;
	color: #eee;
	margin-top: 5px;
}


/* --- Ïîë³òèêà êîíô³íäåíö³éíîñò³--*/

#politica a {
	color: #00ced1;
}

#politica a:hover {
	color: #fff;
}

/* --- Ïåðåêëþ÷àòåëü ÿçûêîâ â footer--*/

#language_picker_des_181 {
	display: none;
}

div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}





/* =============================================================================
   ÊÍÎÏÊÀ Scroll  To TOP
   ========================================================================== */

.scrollToTop.medium {
	font-size: 30px;
	line-height: 67px;
}




/* =============================================================================
   DJ MEGA MENU (clean)
   ========================================================================== */

.dj-megamenu-clean li a.dj-up_a {
	display: block;
	height: 50px;
	font-size: 16px;
	color: #334A52;
	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 a.dj-up_a > span {
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	height: 50px;
}

.dj-megamenu-clean li ul.dj-submenu > li > a small.subtitle {
	display: block;
	font-size: 0.8em;
	line-height: 1;
	opacity: 1;
}


/* --- Êíîïêà ìîáèëüíîãî ìåíþ--*/

.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 20px;
	padding: 0;
	width: 120px;
	height: 50px;
	background: transparent;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 4px;
	-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;
}

#dj-megamenu111mobile.dj-megamenu-select-light .dj-mobile-open-btn:focus, #dj-megamenu111mobile.dj-megamenu-select-light:hover .dj-mobile-open-btn, #dj-megamenu111mobile.dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, #dj-megamenu111mobile.dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus, #dj-megamenu111mobile.dj-megamenu-accordion-light .dj-mobile-open-btn:hover, #dj-megamenu111mobile.dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
	background: rgba(89, 85, 219, 1)
}



.dj-mobile-open-btn span + span {
	margin-left: 10px;
	font-size: 18px;
	font-family: "Raleway", sans-serif;
}

.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 {
	font-size: 22px;
}

.dj-mobileitem.itemid-101.current.active {
	margin-top: 20px;
}

ul.dj-mobile-light li.dj-mobileitem > a {
	display: block;
	font-size: 17px;
	line-height: 1;
	text-decoration: none;
	padding: 15px 15px;
	cursor: pointer;
	border-top: 1px solid #e4e4e4;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}







/* =============================================================================
   ÇÀÊÀÇÀÒÜ ÇÂÎÍÎÊ (Wedal Joomla Callback)
   ========================================================================== */
.wjcallbackform .modal-dialog {
	margin: 0 auto;
	min-width: 350px;
}

.wjcallbackform .form-validate .modal-body {
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

.wjcallbackform .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dfe3e7;
	background: #2c8ca5;
	color: #fff;
}
   
.wjcallbackform .form-validate input[type="text"], .wjcallbackform .form-validate textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	display: block;
	height: auto;
	border-radius: 4px;
	/* margin-bottom: 20px; */
}

#phone {
	padding: 10px;
	border-radius: 4px;
}

.control-label {
	margin-top: 20px;
}

.modal-footer {
	text-align: center;
	margin-bottom: 20px;
}

.wjcallbackform .modal-header .modal-title {
	font-size: 1em;
	line-height: 120%;
}

/* --- Êíîïêà ÎÒÏÐÀÂÈÒÜ ---*/

.btn {
	background: #2c8ca5;
	border: medium none;
	border-radius: 4px;
	color: #fff !important;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.5s;
	cursor: pointer;
	margin: 10px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}

.btn:hover { 
	background: #226B7E;
	color: #fff !important;
}
.btn:active {
  background: rgb(33,147,90);
}



/* --- Êíîïêà ÌÎÄÓËß ---*/
.wjcallback-link {
	background: #226B7E;
	padding: 10px 25px;
	transition: 0.2s;
	cursor: pointer;
	text-decoration: none;
	border-radius: 4px;
	border: 0px solid #226B7E;
	color: #fff !important;
}
.wjcallback-link:hover { 
	background: #2c8ca5;
	color: #fff !important;	
}




/* =============================================================================
   WT Content spoiler 
   ========================================================================== */

.wt-content-spoiler-inner {
	position: relative;      
	overflow: hidden;      
	height: 70px;     
}     
.wt-content-spoiler-inner.open {      
	transition: .5s all easy-in-out;      
	height: 100%;     
}









/* =============================================================================
   FORM
   ========================================================================== */
.ba-form-submit-title {
	color: #fff !important;
}






/* ============================================================================================================================
   ÀÄÀÏÒÈÂÍÎÑÒÜ
   ========================================================================================================================== */


/* ************************************************** MEDIA QUERIES ****************************************************/

/* --- 1920px ---*/

@media screen and (max-width:1920px){

img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}

}


/* --- 1700px ---*/

@media screen and (max-width:1700px){

#line_1_wrap {
	width: 96%;
	padding: 80px 2% 80px 2%;
}
#line_2_wrap {
	width: 96%;
	padding: 80px 2% 80px 2%;
}
#line_3_wrap {
	width: 96%;
	margin: 0% 2%;
	padding: 80px 0px;
}
#line_4_wrap {
	width: 96%;
	margin: 0% 2%;
	padding: 80px 0px;
}
#line_5_wrap {
	width: 60%;
	margin: 0% 20%;
	padding: 80px 0px;
}
#content_wrap {
	width: 96%;
	padding: 50px 2% 50px 2%;
}



}


/* --- 1540px ---*/

@media screen and (max-width:1540px){



}


/* --- 1440px ---*/

@media screen and (max-width:1441px){

img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}



}





/* --- 1366px ---*/

@media screen and (max-width:1367px){

#line_7_wrap {
	width: 96%;
	margin: 0% 2%;
	padding: 80px 0px;
}

#shop_text {
	flex-basis: 80%;
	background: #ffffff9c;
	border-radius: 15px;
}
#shop_specprice {
	flex-basis: 80%;
	background: #ffffff9c;
	margin: 50px 0px 50px 0px;
	padding: 30px;
	border-radius: 15px;
}



}




/* --- 1240px ---*/

@media screen and (max-width:1240px){

.cosmo_why_block_txt {
	width: 96%;
	padding: 2%;
}


}


/* --- 1090px ---*/

@media screen and (max-width:1090px){

.cosmo_res_block_txt {
	width: 75%;
}


}





/* --- 1024px ---*/

@media screen and (max-width:1025px){


#line_5_wrap {
	width: 96%;
	margin: 0% 2%;
	padding: 80px 0px;
}
#card_container {
	display: flex;
	flex-wrap: wrap;
	width: 46%;
	padding: 20px 2%;
	justify-content: center;
	text-align: center;
	box-shadow: 5px 5px 15px #c6c6c6;
	margin: 30px 0px;
}

#banner_txt_2 {
	font-size: 30pt;
	font-weight: bold;
	color: #184d5b;
}


}





/* --- 940px ---*/

@media screen and (max-width:940px){

#header_1 {
	flex-basis: 200px;
	margin: 0px 2% 0px 2%;
	order: 2;
}
#header_2 {
	order: 1;
}
#header_3 {
	flex-basis: 100px;
	margin: 0px 2% 0px 2%;
	text-align: right;
	order: 3;
}
.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 10px;
	padding: 0;
	width: 120px;
	height: 50px;
	background: transparent;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 4px;
	-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;
}
.cosmo_why_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	width: 45%;
	margin: 2% 2% 2% 0%;
	padding: 1% 1% 1% 0%;
	border-radius: 5px;
	background: rgb(237,251,255);
	background: linear-gradient(180deg, rgba(237,251,255,1) 0%, rgba(173,215,226,1) 100%);
}
.cosmo_why_block_txt {
	width: 70%;
}



}


/* --- 840px ---*/

@media screen and (min-width:100px) and (max-width:840px){

#top_line {
	width: 100%;
	height: auto;
}
#top_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 7px 0px 20px 0px;
	width: 100%;
}
#top_1_4 {
	flex-basis: 160px;
	margin: 20px 0px 0px 0px;
}

.cosmo_res_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	width: 93%;
	margin: 2% 2%;
	padding: 1% 1%;
	border: 1px solid #3390a8;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #e6e6e6;
}




}


/* --- 800px ---*/

@media screen and (min-width:100px) and (max-width:800px){

#banner_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: rgb(237,251,255);
	background: linear-gradient(180deg, rgba(237,251,255,1) 0%, rgba(173,215,226,1) 100%);
}
#banner_txt {
	flex-basis: 96%;
	padding: 0% 2%;
	text-align: center;
}
#banner_img {
	flex-basis: 100%;
}


	
}

/* --- 768px ---*/

@media screen and (min-width:100px) and (max-width:768px){

.courses_top_block {
	flex-basis: 48%;
	margin: 1%;
	text-align: center;
	background: #fff;
	flex-direction: column;
	display: flex;
}

.cosmo_why_block_txt {
	width: 96%;
	padding: 2%;
}
.video_course_article {
	width: 100%;
	height: 400px;
}


	
}


/* --- 640px ---*/

@media screen and (max-width:640px){

.img_course_article {
	flex-basis: 96%;
	margin: 0% 2% 0px 2%;
	text-align: center;
}
.data_course_article {
	width: 96%;
	margin: 20px 2% 0px 2%;
}

.cosmo_why_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	width: 94%;
	margin: 2% 2% 2% 0%;
	padding: 1% 1% 1% 0%;
	border-radius: 5px;
	background: rgb(237,251,255);
	background: linear-gradient(180deg, rgba(237,251,255,1) 0%, rgba(173,215,226,1) 100%);
}
.cosmo_why_block_txt {
	width: 80%;
	padding: 0%;
}





}


/* --- 568px ---*/

@media screen and (max-width:568px){

#card_container {
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	padding: 10px 2%;
	justify-content: center;
	text-align: center;
	box-shadow: 5px 5px 15px #c6c6c6;
	margin: 30px 0px;
}
.cosmo_res_zag {
	width: 100%;
	font-size: 30pt;
	color: #3390a8;
	text-align: center;
}
.cosmo_why_zag {
	width: 100%;
	font-size: 30pt;
	color: #3390a8;
	text-align: center;
}


}



/* --- 530px ---*/

@media screen and (max-width:530px){

#top_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding: 7px 0px 20px 0px;
	width: 100%;
	/* text-align: center; */
}
#top_1_1 {
	flex-basis: 120px;
	margin: 0px 0px 0px 10px;
	order: 1;
}
#top_1_2_container {
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	align-items: center;
	justify-content: center;
	order: 3;
}
#top_1_3 {
	flex-basis: 200px;
	margin: 10px 0px 0px 0px;
}
#top_1_4 {
	flex-basis: 160px;
	margin: 0px 0px 0px 0px;
	order: 2;
}
#tel_number_top {
	font-size: 20px;
	margin: 10px 20px 0px 0px;
	text-align: center;
}

#line_9_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}


}




/* --- 480px ---*/

@media screen and (max-width:480px){

#header_1 {
	flex-basis: 200px;
	margin: 0px 2% 0px 2%;
	order: 1;
}
#header_2 {
	order: 2;
	margin-top: -7px;
}
#header_3 {
	flex-basis: 100px;
	margin: 0px 2% 0px 2%;
	text-align: right;
	order: 3;
	display: none;
}

.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 10px;
	padding: 0;
	width: 80px;
	height: 50px;
	background: transparent;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 4px;
	-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;
}

#name_courses_top {
	font-size: 18px;
	color: #000;
	padding: 30px 20px;
	text-transform: uppercase;
}
.avs-btn {
	display: inline-flex;
	text-decoration: none;
	position: relative;
	font-size: 17px;
	padding: 15px 30px;
	font-weight: normal;
	text-transform: none;
	font-family: 'Roboto Condensed', Oahoma, sans-serif;
	background: #226B7E;
	color: #FFF !important;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 5px;
}
#footer_2 {
	flex-basis: 96%;
	margin: 0px 2% 10px 2%;
	text-align: center;
	display: block;
}

.cosmo_why_block_number {
	width: 30px;
	font-size: 40pt;
	color: #fff;
	margin: 10px 30px 10px 0px;
	background: #3390a8;
	text-align: center;
	padding: 1% 1%;
}


}

/* --- 440px ---*/

@media screen and (max-width:440px){

h1 {
	font-size: 35px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	color: #0c262d;
}
h2 {
	font-size: 35px;
	padding: 0px 10px 0px 10px;
}

.scrollToTop.medium {
	font-size: 30px;
	line-height: 67px;
	display: none;
}

}



/* --- 400px ---*/

@media screen and (min-width:100px) and (max-width:400px){

.courses_top_block {
	flex-basis: 96%;
	margin: 2%;
	text-align: center;
	background: #fff;
	flex-direction: column;
	display: flex;
}

#banner_txt_2 {
	font-size: 24pt;
	font-weight: bold;
	color: #184d5b;
}

.cosmo_res_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	width: 93%;
	margin: 2% 2%;
	padding: 2% 1%;
	border: 1px solid #3390a8;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #e6e6e6;
}
.cosmo_res_block_number {
	width: 50px;
	font-size: 40pt;
	color: #3390a8;
	margin: 10px 10px;
}
.cosmo_res_block_txt {
	width: 70%;
}

.cosmo_why_block_txt {
	width: 96%;
	padding: 2%;
}
.cosmo_why_block_number {
	width: 50px;
	font-size: 40pt;
	color: #fff;
	margin: 10px 30px 10px 0px;
	background: #3390a8;
	text-align: center;
	padding: 1% 1%;
}


}


/* --- 320px ---*/

@media screen and (min-width:100px) and (max-width:321px){





}