*
{
box-sizing: border-box;
margin: 0;
padding: 0;
}
html,
body
{
/*font-family: 'Montserrat', Sans-serif;*/
font-family: 'Montserrat';
font-size: 14px;
font-weight: 400;
font-style: normal;
line-height: 22px;
height: 100%;
color: #4f4f4f;
}
p {
display: block;
margin-block-start: 1em;
margin-block-end: 0.5em;
margin-inline-start: 0px;
margin-inline-end: 0px;
text-align: justify;
}
h1{

font-family: 'Montserrat';
font-style: normal;
line-height: 30px;
height: 100%;
/*color: #4A7FC1;*/
color: #4f4f4f;
display: block;
font-size: 22px;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
/*text-transform: uppercase;
padding: 5px 0px 40px 0px;*/


}
h2,h3,h4
{
    color: rgb(69, 166, 255);
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}

h5{
    font-family: Montserrat;
    line-height: 22px;
    font-weight: bold;
    font-style: normal;
    color: red;
    font-size: 16px;
    font-display: swap;
    color: white;
}

@media  screen and (max-width: 1680px) 
{

}

.hero
{
position: relative;
width: 100%;
min-height: 100vh;    /*background: url('/assets/img/background-image.png');
object-position: center;
object-fit: cover;
background-attachment: fixed;
z-index: 1;*/
background: rgba(235, 235, 235, 0.39);

}
/*Класс для header для др сраничек*/
.hero_pg
{
position: relative;
width: 100%;
height: 80px;
/*background-color: silver;*/
/*background: -webkit-linear-gradient(180deg, rgb(150, 188, 240), rgb(174, 211, 212) 48%, rgb(181, 204, 234) 92%);
background: -moz-linear-gradient(180deg, rgb(150, 188, 240), rgb(174, 211, 212) 48%, rgb(181, 204, 234) 92%);
background: linear-gradient(180deg, rgb(150, 188, 240), rgb(174, 211, 212) 48%, rgb(181, 204, 234) 92%);*/

}
.menu
{
position: fixed;
z-index: 9999;
display: flex;
width: 100%;
padding-top: 15px;
padding-right: 3%;
padding-bottom: 15px;
padding-left: 3%;
opacity: .9;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
/*background-color: #4878A6;*/
background: linear-gradient(to bottom, #4878A6, rgba(0, 0, 0, 0));
transition: background .5s ease-in-out,padding .5s ease-in-out;

}

.menu_page
{
position: fixed;
z-index: 9999;
display: flex;
width: 100%;
padding-top: 15px;
padding-right: 3%;
padding-bottom: 15px;
padding-left: 3%;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
background-color:#4878A6;
/*background: linear-gradient(to bottom, #4878A6, rgba(0, 0, 0, 0));*/
/*transition: background .5s ease-in-out,padding .5s ease-in-out;*/

}

.menu li
{
font-family:'Montserrat', Sans-serif;
font-size: 13px;
font-weight: 600;
position: relative;
padding: 10px 5px;
list-style-type: none;
text-transform: uppercase;
line-height: 22px;
}

.menu_page li
{
font-family: font-family: 'Montserrat', Sans-serif;
font-size: 13px;
font-weight: 600;
position: relative;
padding: 10px 5px;
list-style-type: none;
text-transform: uppercase;
line-height: 22px;
}


.logo
{
font-family: font-family: 'Montserrat', Sans-serif;
font-size: 13px;
font-weight: bold;
display: flex;
text-align: center;
text-transform: uppercase;
color: white;
}
.logo > img
{
width: 120px;
height: 42px;
}
.animate
{
/*background: linear-gradient(to bottom, #4878A6, rgba(0, 0, 0, 0));*/
/*transition: background .5s ease-in-out,padding .5s ease-in-out;*/
background-color:#4878A6;
/*background: linear-gradient(red, silver);*/
/*background-color:rgb(231,233,235);*/
/*background: -webkit-linear-gradient(180deg, rgb(150, 188, 240), rgb(174, 211, 212) 48%, rgb(181, 204, 234) 92%);
background: -moz-linear-gradient(180deg, rgb(150, 188, 240), rgb(174, 211, 212) 48%, rgb(181, 204, 234) 92%);
background: linear-gradient(180deg, rgb(150, 188, 240), rgb(174, 211, 212) 48%, rgb(181, 204, 234) 92%);*/
opacity: 1;
z-index: 9999;
}
.container
{
max-width: 1140px;
/* height: auto; */
min-height: 45vh;
margin: 0 auto;
margin-top: 10px;
padding: 15px;

}

.container_title
{
max-width: 1140px;
min-height: 45px;
margin: 0 auto;
margin-top: 35px;
margin-bottom:50px;
padding: 15px;
}

.container_title>h1
{
color: #4A7FC1;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: normal;

}

.container_title_ananons
{
position:absolute;
top: 250px;
left:20px;
width: auto;
height:auto;
padding: 15px;
color: #ffff;
}

.container_title_ananons_thumbnail
{
position:relative;
background-color: red;
max-width: 1140px;
height:400px;
margin: 0 auto;
margin-top: 35px;
margin-bottom:50px;
padding: 15px;
border-radius: 10px;
background-repeat:no-repeat;
background-size:cover;
background-position:left center;
}



.container_title_ananons>h1
{
/*color: #4A7FC1;*/
color: #ffff;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: normal;

}

.container_dc_curs
{
display:flex;
justify-content:space-between;
flex-wrap: wrap;
max-width: 1140px;
margin: 0 auto;
padding: 0px 10px;
min-height: 350px;
}

.curs_thumbnail{
    width: 650px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center left;
    border-radius: 25px;
}

.container_dc_curs_opt{
    width: 460px;
    padding-left: 10px;
    padding-top:10px;
}


.container_dop
{
display: flex;
justify-content: center;
align-items: flex-start;
max-width: 1140px;
min-height: 200px;
margin: 0 auto;
/*margin-top: 10px;*/
padding: 30px 50px;
background-color: #D8ECF3;
border-bottom-right-radius: 50px;
border-top-left-radius: 50px;
}


.container_dop_link 
{

    text-decoration: none;

}

.block_ds_curs
{
    display:flex;
    width: 100%;
    padding:10px 5px;
    border-bottom: solid 2px #EEECEC;  
    opacity: 0.8;
    
}

.block_ds_curs_info
{
    display:flex;
    width: 100%;
    padding:10px 30px;
    border-bottom: solid 2px #EEECEC;  
    opacity: 0.8;
    justify-items: center;
    justify-content: center;
    
}

.block_ds_curs_des{
    width:220px ;
}
.block_ds_curs_itms
{
    padding-left:10px;
    color: #4A7FC1;

font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.bsci_section {
    color: #433535;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bsci_section>h2{
    font-family: Montserrat;
    line-height: 22px;
    font-weight: bold;
    font-style: normal;
    color: red;
    font-size: 16px;
    font-display: swap;
    color: #0a0606;
    text-align:center;
}


.bsci_section strong{
color: #0a0606;;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.btn_onf{
width: 210px;
height: 40px;
flex-shrink: 0;
border-radius: 5px;
background: #E7792E;
border:solid 0px ;
color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-right: 5px;
}



.btn_onf2{
width: 210px;
height: 40px;
flex-shrink: 0;
border-radius: 5px;
background: #4A7FC1;
border:solid 0px ;
color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-left: 5px;
}

.link_online{
    text-decoration: none;
    color:white;
}


.container_bradcast
{
display: flex;
max-width: 1140px;
height: 60px;
margin: 0 auto;
margin-top: 42px;
margin-bottom: 42px;
padding: 20px 15px;
border-radius: 10px;
align-items: center;
background-color:#EEECEC;
flex-shrink: 0;
}

.menu a
{
text-decoration: none;
}


.menu_page a
{
text-decoration: none;
}

.header_img
{
position: relative;
width: 720px;
height: 620px;
left: 1050px;
top: 100px;
}


.header_bg_one{
background-image: url('/wp-content/themes/ecbtg/img/radialce6a.webp'),
url('/wp-content/themes/ecbtg/img/radialelipsi.webp'),
url('/wp-content/themes/ecbtg/img/radial3.webp'),
url('/wp-content/themes/ecbtg/img/Vector3_11zon.webp');
background-size: 270px 350px,240px 233px,310px 335px,1074px 941px;
background-repeat: no-repeat;
background-position: left -5px top 70px,left 234px top 730px,right 50px top 70px,left 900px top 0px;

}

@media  screen and (max-width: 1680px) 
{

  
  .menu {
    position: fixed;
    z-index: 9999;
    display: flex;
    width: 100%;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    opacity: .9;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* background-color: #4878A6; */
    background: linear-gradient(to bottom, #4878A6, rgba(0, 0, 0, 0));
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }

  

  .header_img {
    position: relative;
    width: 720px;
    height: 620px;
    left: 870px;
    top: 99px;
  }
  
  .header_bg_one{
background-image: url('/wp-content/themes/ecbtg/img/radialce6a.webp'),
url('/wp-content/themes/ecbtg/img/radialelipsi.webp'),
url('/wp-content/themes/ecbtg/img/radial3.webp'),
url('/wp-content/themes/ecbtg/img/Vector3_11zon.webp');
background-size: 270px 350px,240px 233px,310px 335px,1074px 1060px;
background-repeat: no-repeat;
background-position: left -5px top 70px,left 234px top 900px,right 50px top 70px,left 780px top 0px;

}

}



.menu__list
{
display: flex;
}


.menu__list > li
{
margin: 0 20px 0 0;
}

.menu__link
{
color:white;
}
.sub-menu__list
{

position: absolute;
top: 40px;
left: 0;
display: none;
min-width: 300px;
padding: 2px 2px 2px 2px;
border-radius: 5px;
background-color: #909a9f;
}
.menu__list > li:hover .sub-menu__list
{
display: block;
}
.sub-menu__list li
{
padding: 8px 2px;
}
.sub-sub-menu__list
{
position: absolute;
top: 0;
left: 100%;
display: none;
min-width: 300px;
margin-left: 3px;
padding: 5px 5px 10px 10px;
border-radius: 4px;
background-color: #909a9f;
}
/*Меню 3-го уровня красный цвет*/
.sub-sub-menu__list li
{
position: relative;
top: 0;
right: 0;
display: block;
min-width: 300px;
}
.sub-menu__list > li:hover .sub-sub-menu__list
{
display: block;

}
.sub-menu__link
{
display: inline-block;
padding: 5px 10px;
color: #fff;
line-height: 16px;
}
.sub-sub-menu__link
{
display: inline-block;
padding: 5px 10px;
color: #fff;
}

.sub-menu__list li> a:hover{
    color: #4878A6;
}




/*остановился на 10:05*/
.arrow
{
position: absolute;
top: 19px;
right: -10px;
width: 0;
height: 0;
border-top: 5px solid white;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
/*.menu__arrow{

}*/
.sub__menu_arrow{
border-left: 5px solid #fff;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
right: 5px;
}

/*footer{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
}*/

.footer
{
position: relative;
display: flex;
justify-content: space-between;
margin: 0px auto;
padding: 10px 10px;
height: auto;
background: #4878A6;
/*margin-top:100px;*/
}
.footer__body{
max-width: 1140px;
margin: 0px auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
background-color:#4878A6;
}
.footer__items{
margin: 2px;
flex-basis: 350px;
height: 220px;
/*    background-color: silver;*/
padding: 5px 5px;
height: auto;
}
/*Слайдер блок*/
.div_tit_sl
{
position: relative;
top: 33%;
width: 950px;
height: 350px;
left:70px;
background-color: red;
background: rgba(217, 217, 217, 0.25);
backdrop-filter: blur(7.5px);
border-radius: 9px;
}
.tit_sl{
position: absolute;
top: 10px;
padding-top: 12px;
width: 850px;
height: 90px;
left: 30px;
font-family: 'Montserrat';
font-style: normal;
font-weight: bold;
font-size: 35px;
color: #FFFFFF;
text-transform: uppercase;
line-height: 37px;
}
.cont_sl
{
width: 850px;
position: absolute;
top: 110px;
left: 25px;
height:auto;
padding: 5px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #ffff;
text-align: justify;
}

.cont_sl_link
{
    padding: 6px;
    border-radius: 3px;
    width: 220px;
    background-color: #4A7FC1;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
/*Табы на главное странички */
.label__group{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap:20px 20px;
}
.label__group label{

display: inline-block;
flex: 0 1 auto;
font-family: Montserrat;
line-height: 22px;
font-weight: 400;
font-style: normal;
font-size: 14px;
color: #FFFFFF;
text-transform: uppercase;
background-color:#4A7FC1;
border-radius:5px;
border: 1px solid;
padding: 5px 10px;



}
.label__group .tabcont{
order: 99;
flex-grow: 1;
width: 100%;
display: none;
padding: 20px 10px;
}
.label__group input[type="radio"]{
display: none;
}

/*.label__group input[type="radio"]:checked + label {
border-bottom: 2px solid #D5822A;
font-weight: bold;
}*/


.label__group input[type="radio"]:checked + label + .tabcont {
display: block;
}
/*Раздел образовательные программы*/
.con_tt{
max-width: 1180px;
margin: 0px auto;
padding: 20px 15px;
position: relative;
height: auto;

}
.tt_t
{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.tab__items{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 30px;
}
.tab_div
{
flex-basis: 355px;
height: 300px;
position: relative;
margin: 2px 2px 10px 10px;
border-radius: 3px;
padding: 3px;
text-align: center;
box-shadow: 10px 10px 30px rgba(0, 0, 0,0.5);
/*background: rgba(255, 255,255,0.1);    */
/*background: linear-gradient(180deg, rgb(246, 247, 247) 60%, rgb(72, 120, 166) 100%);*/
}
.tab_div:hover
{
/*box-shadow: 0 0 7px rgba(0,0,0,0.4);*/
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.tab_div_img
{
position: absolute;
border-radius: 3px;
width: 350px;
height: 290px;
padding: 3px;
}
.tab_div_img_ns{
position: absolute;
border-radius: 3px;
width: 100%;
height: 290px;

}
.tab_div_img img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: 40px 0 40px 0;
}


.tab_div_txt h3
{
position: absolute;
top: 173px;
left: 10px;
font-family: Montserrat;
line-height: 18px;
font-style: normal;
font-size: 14px;
font-weight: 700;
color: #515151;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.01em;
color: #60AECB;
}
.tab_div_txt p
{
position: absolute;
width: 340px;
top: 200px;
left: 10px;
height: 150px;
font-family: 'Abel';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
/*display: flex;
align-items: center;
text-align: justify;*/
color: #8F9AA8;
}
.container .tab_title_lesson
{
position: relative;
width: 100%;
height: auto;
/*background-color: red;*/
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
margin-left: 10px;
}
.container .tab_title_lesson>h2
{
font-family: 'Arizonia';
font-style: normal;
font-weight: 400;
font-size: 1.5em;
line-height: 31px;
text-transform: uppercase;
color: #376EB1;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
text-align: center;
}
.tab_div_url
{
position: absolute;
top: 169px;
right: 27px;
font-family: 'Abhaya Libre ExtraBold';
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 12px;
/* identical to box height */
text-align: center;
text-transform: uppercase;
color: #DB7B0B;
}
.tab_cont_bg{
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 160px;

/*            background: linear-gradient(180deg, rgb(246, 247, 247), rgb(78, 92, 165) 100%);*/
}
.tab_cont_bg>h3{
color: #fff;
position: absolute;
bottom: 80px;
left: 10px;
}
/*Наши приоритеты*/
.container .preimu .preimu_one h1
{
color: #4A7FC1;
padding-bottom: 20px;
text-transform: uppercase;
top:5px;
}
.preimu{

display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: auto;
height: auto;
padding: 10px;
}
.preimu_one
{
display: inline-block;
width: 100%;
padding: 50px 5px;
position: relative;
}
.preimu_two
{

display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
/*background-color: yellow;*/
padding: 10px;
align-items: center;

}
.block
{
position: relative;
height: 400px;
margin: 10px;
max-width: 333px;
box-shadow: 10px 10px 30px rgba(0, 0, 0,0.5);
border-radius: 20px;
background: rgba(255,255, 255, 0.1);
border-top: 1px solid rgba(255, 255,255, 0.5);
border-left: 1px solid rgba(255, 255,255, 0.5);
backdrop-filter: blur(5px);
padding: 5px;

}
.block .
.qq
{
position: absolute;
width: 150px;
height: 250px;
top: 5px;
left: 5px;
background-color: blue;
opacity: 0.5;
}
.qq_title
{
position: absolute;
z-index: 3;
color: yellow;
top: 20px;
left: 15px;
}
h4{
font-family: 'Abhaya Libre ExtraBold';
font-style: normal;
font-weight: 800;
font-size: 120px;
line-height: 12px;
/* identical to box height */
text-align: center;
text-transform: uppercase;
color: #DB7B0B;
}
.qq_number
{
position: absolute;
top: 20px;
font-size: 50px;
color: red;
opacity: 0.3;
}
.block .block_content >h5
{
position: absolute;
top: 50px;
right: 30px;
font-size: 8em;
color: rgba(255,255, 255, 0.05);
pointer-events: none;
color: #3DA0C3;
z-index: 1;
opacity: 0.2;
}
.block:hover h5
{

color:red;
}
.block .block_content h6
{
font-size: 1.2em;
font-weight: bold;
z-index: 1;
font-family: Montserrat;
line-height: 22px;
font-style: normal;
color: #4A7FC1;
padding: 15px 5px;

}
.block .block_content >p
{
font-size: 1em;
color: black;
font-weight: 300;
padding: 20px;
text-align: center;
}
.con_tt>h1{
color: #4A7FC1;
padding-bottom: 20px;
padding-top: 20px;
/*            padding-left: 30%;*/
text-transform: uppercase;

}
.container_anans
{
color: #4A7FC1;
padding-bottom: 20px;
}
.container .preimu .preimu_one>h1
{
position: absolute;
color: #4A7FC1;
padding-bottom: 10px;
padding-top: 10px;
text-transform: uppercase;
}
.block_content
{
text-align: center;
margin-top: 25px;
}
.preimu_one .preimu_one_link
{
position: absolute;
top: 380px;
padding-top: 45px;
padding-left: 40px;
}
.preimu_one .preimu_one_link a{
padding: 10px;
background-color: #D5822A;
border-radius: 5px;
margin-top: 20px;
}

.container_anans
{
    max-width: 1140px;
    margin: 0px auto;
    padding: 20px 15px;
    position: relative;
    margin-bottom: 60px;
}
.anans_body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.anons_new
{
    position: relative;
    max-width:360px;
    width: 360px;
    height:370px;
    background: rgba(74, 127, 193, 0.75); 
    border-radius: 8px;
    /*background-image: url('/wp-content/themes/ecbtg/img/rad_anons.png');
    background-repeat: no-repeat;
    background-size: 96px 96px;
    background-position: -10px 295px;*/
    

}

.anons_bg{
    background-image: url('/wp-content/themes/ecbtg/img/rad_anons.png');
    background-repeat: no-repeat;
    background-size: 96px 96px;
    background-position: -10px 295px;
}

.anons_new_img{
    width:100%;
    height: 190px;
    border-radius: 8px 8px 0px 0px;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
}
.anons_data
{   
    position: absolute;

    display: flex; 
    gap: 10px;
    left: 30px;
    bottom: 30px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.anons_new_title {
padding:10px 10px;
height:100px;
margin-top: 20px;
}
.anons_new_title > h5{
color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.anons_new_title>h5>a
{
    text-decoration: none;
    color: #ffff;
}


.anans_child
{
/*    flex: 0 1 30%;*/
    height: auto;
    background: #F1F6FB;
    backdrop-filter: blur(75px);    
    margin: 10px;
    padding: 5px;
    min-height: 300px;
    max-width: 350px;
}
.anans_child>h2{
    padding: 10px 10px;
    color: #4A7FC1;
    line-height: 23px;
}
.anans_child>p{
    padding: 0px 10px;
    font-family: Montserrat;
    line-height: 20px;
    font-weight: 300;
    font-style: normal;
    color: red;
    font-size: 14px;
    font-display: swap;
    color: #0a0606;
    text-align: justify;
}

/*Для блока отправки сообщения с главной странички*/
.containerbg {
    position: relative;
    background-image: url(/wp-content/themes/ecbtg/img/callme.webp);
    background-repeat: no-repeat;
    background-position: center;
    height: 584px;
    background-size: cover;
}

.form_callme
{
    position: relative;
    width: 100%;
    height: 400px;
    background: rgba(217, 217, 217, 0.25);
    backdrop-filter: blur(7.5px);
    border-radius: 9px;
    top: 48px;
    left: -200px;

}
/*Для блока отправки сообщения с главной странички*/



/*Блок на главной странички*/
:root{
  --background-dark: #2d3548;
  --text-light: rgba(255,255,255,0.6);
  --text-lighter: rgba(255,255,255,0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}


.hero-section{
  align-items: flex-start;
/*  background-image: linear-gradient(15deg, #0f4667 0%, #2a6973 150%);*/
  display: flex;
  min-height: 100%;
  justify-content: center;
  padding: var(--spacing-xxl) var(--spacing-l);
/*  max-height: 450px;*/
}

.card-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}



@media(min-width: 540px){
  .card-grid{
    grid-template-columns: repeat(2, 1fr); 
  }


}

@media(min-width: 960px){
  .card-grid{
    grid-template-columns: repeat(4, 1fr); 
  }


}

@media (max-width:667px)
{
   .hero-section{
  align-items: flex-start;
/*  background-image: linear-gradient(15deg, #0f4667 0%, #2a6973 150%);*/
  display: flex;
min-height: 70%;
  justify-content: center;
  padding: var(--spacing-xxl) var(--spacing-l);
/*  max-height: 450px;*/
}
}
.card{
  list-style: none;
  position: relative;
}

.card:before{
  content: '';
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background{
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition: 
    filter 200ms linear,
    transform 200ms linear;
}

.card:hover .card__background{
  transform: scale(1.05) translateZ(0);
}

.card-grid:hover > .card:not(:hover) .card__background{
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.card__content{
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
}

.card__category{
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: var(--spacing-s);
  text-transform: uppercase;
}

.card__heading{
  color: var(--text-lighter);
  font-size: 1.4rem;
  text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
  line-height: 1.4;
  word-spacing: 100vw;
}

.footer__items>h5
{
    color:#fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}

.footer__items>p
{
    color:#fff;
    font-size: 12px;
    line-height: 16px;
}

.clm{
    position: absolute;
    width: 950px;
    height: 300px;
/*    background-color: red;*/
    top:60px;
    left: 50px;
    padding: 10px;
}

.clm_container{
    display: flex;
/*    justify-content:space-between;*/
    flex-wrap: wrap;
    width: 100%;
/*    background-color: green;*/
    height: 250px;


}

.clm_con1
{
    position: absolute;
    left: 70px;
    top: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    width: 45%;
    height: 245px;
    margin: 2px;
    justify-content: center;
    flex-direction: column;

}

.clm_con1 p{
    color: white;
    font-size: 22px;
    font-weight: 400;
    font-weight: bold;
    padding-bottom: 30px;
}

.clm_con2
{
    position: absolute;
    left: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54%;
    height: 245px;
    margin: 2px;
/*    background-color: red;*/
}

.clm_con2_input
{
    display: block;
  width: 300px;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
}

.clm_con2_input_send
{


    width: 300px;
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: #4A7FC1;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 50px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    
}

.person_info{
    font-family: inherit;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-transform: uppercase;

}



.clm_con2_input:focus{
    color: #212529;
  background-color: #fff;
  border-color: #bdbdbd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}


.clm h{
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}



.kb_title{
/*font-family: 'Montserrat', Sans-serif;
font-size: 13px;
font-weight: 400;
font-style: normal;
line-height: 23px;
color: #4f4f4f99;    */
color: rgba(79, 79, 79, 0.60);
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.container_bg{
    position: relative;
    background-image: url(/wp-content/themes/ecbtg/img/frame_x_11zon.webp);
    background-repeat: no-repeat;
    height: auto;
    background-position:left -93px bottom 210px; 
    background-size: 500px 500px;
    

}

.container_bg_romb{
    position: relative;
    height: 950px;
    background: rgb(243, 243, 243);
    background-image: url(/wp-content/themes/ecbtg/img/background.png),url(/wp-content/themes/ecbtg/img/background_romb.png);
    background-repeat:no-repeat;
    background-position: left -462px top -130px,right 0px bottom 0px;
    background-size: 918px 526px,500px 500px;

}
.container_romb
{
display:flex;
justify-items: center;
align-items: center;
max-width: 1140px;
/* height: auto; */
min-height: 45vh;
margin: 0 auto;
}

.container_romb_sub
{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.pr{
    position:relative;
    display:flex;
    flex-basis:370px;
    justify-items: center;
    align-items: center;
    justify-content: center;
    margin:5px 5px;
    height:250px;
    background-image: url(/wp-content/themes/ecbtg/img/bg_romb.png);
    background-repeat: no-repeat;
    background-position:left 25px top 25px; 
    background-size: 178px 198px;
}
.pr_right{
    position:relative;
    display:flex;
    flex-basis:370px;
    justify-items: center;
    align-items: center;
    justify-content: center;
    margin:5px 5px;
    height:250px;
    background-image: url(/wp-content/themes/ecbtg/img/bg_romb.png);
    background-repeat: no-repeat;
    background-position:right -15px top 25px; 
    background-size: 178px 198px;
    z-index: 99999;
}

.pr_block
{    
position: absolute;
left: 80px;
}

.pr_block > p{
font-size: 12px;
line-height: 18px;
text-align:left;
color:#45A6FF;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 500;
}


.container_bg_two{
    position: relative;
    background-image: url(/wp-content/themes/ecbtg/img/frame_x_11zon.webp);
    background-repeat: no-repeat;
    height: auto;
    background-position:left 1575px bottom 340px; 
    background-size: 500px 500px;
}

.contact_tel
{
    position: absolute;
    right: 150px;
    top: 60px;

}
.new_wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-between;
    width: 100%;
/*    background-color: green;*/
    padding: 10px 10px;
}
.news_block{
    position: relative;
    max-width: 530px;
    width: 530px;
    min-height: 350px;
    align-items: center;
    margin: 5px;
    border-radius: 20px;

}

.news_block_home{
    position: relative;
    max-width: 350px;
    min-height: 350px;
    align-items: center;
    margin: 5px;
    border-radius: 20px;
    
}

.anons_block_home
{
    position: relative;
    max-width: 350px;
    max-height: 250px;
    height: 220px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #95C9DF;
    padding: 5px 10px;
    background-image: url('/wp-content/themes/ecbtg/img/rad_anons.png');
    background-repeat: no-repeat;
    background-size: 96px 96px;
    background-position: 258px -30px;
    margin: 5px;
} 

.anons_block_home > h2{
    text-decoration: none;
color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.anons_block_home > h2 > a{
    text-decoration: none;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffff;
}

.new_block_title_home
{
    display: flex;
    position: relative;
    height: 140px;
    width: 100%;
    left: 0px;
    top:200px;
    background: linear-gradient(to bottom, #4878A6, rgba(0, 0, 0, 0));
    padding: 10px 25px;
    text-align: center;
    align-items: center;
}
.news_block_img_home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    border-radius: 10px;
}



.new_block_title
{
    display: flex;
    position: absolute;
    height: 125px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(to bottom, #4878A6, rgba(0, 0, 0, 0));
    padding: 10px 25px;
    text-align: center;
    align-items: center;
}



.news_block_img {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.new_block_link,
.new_block_link:hover
{
    text-decoration: none;
    font-family: Montserrat;
    line-height: 22px;
    font-weight: bold;
    font-style: normal;
    color: red;
    font-size: 16px;
    font-display: swap;
    color: white;

}

.kama_breadcrumbs{
    font-family: 'Montserrat', Sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 23px;
    color: #4f4f4f99;
}

.kama_breadcrumbs_link{
    /*text-decoration: none;
    font-family: 'Montserrat', Sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 23px;
    color: #4f4f4f99;*/
    color: rgba(79, 79, 79, 0.60);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration:none;
} 
.kama_breadcrumbs_link:hover{
    opacity: 1;
    border-bottom: solid 2px #4A7FC1;

}

.logo_items{
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    flex-wrap: wrap;
    width: 320px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

#result_form {
  color: yellow;
  padding: 5px 5px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.container_error {
    display: flex;
    align-items: center;
    max-width: 1140px;
    min-height: 45vh;
    margin: 0 auto;
    margin-top: 10px;
    padding: 15px;
    justify-content: center;
    
}

.header_tl
{
    position: absolute;
    width: 670px;
    height: 320px;
    left: 180px;
    top: calc(40% - 249px/2 - 48.5px);
    padding: 5px 10px;


}

.header_tl>h1
{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #4978A7;
}



/*position: absolute;
width: 1074.63px;
height: 941.68px;
left: 1550.31px;
top: -273.12px;

background: linear-gradient(214.23deg, rgba(53, 159, 204, 0.5) 40.49%, rgba(11, 14, 11, 0.15) 110.59%);
transform: rotate(75.16deg);
*/




.head_pr{
  position: relative;
  height: 100vh;
}
.header_tl>p
{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    color: #4978A7;
    text-align: left;
}
  

.logo_items_aimate {
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    flex-wrap: wrap;
    width: 320px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    color: #4878A6;
}




.list6b {
    padding:5px 10px;
    list-style: none;
}
.list6b li{
    padding:5px;
}
.list6b li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}
.list6b li:hover:before {
    color: #337AB7;
    content: "\2714";
}    



@media  screen and (max-width: 1680px) 
{
  .menu__list > li {
    margin: 0 6px 0 0;
  }
  }

@media (max-width:480px)
{
   .menu{
      display: none;
    }

    .header_tl {
    position: absolute;
    width: 370px;
    height: 226px;
    left: 25px;
    top: calc(45% - 249px/2 - 48.5px);
    padding: 5px 10px;
    }

    .header_tl>h1 
    {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #4978A7;
  }
  .containerbg{
    display: none;
  }

  /*.container_bg_two,
  .container_bg{
    display: none;
  }*/
  .header_bg_one {
    background-image: url(/wp-content/themes/ecbtg/img/radialce6a.webp), url(/wp-content/themes/ecbtg/img/radialelipsi.webp), url(/wp-content/themes/ecbtg/img/radial3.webp), url(/wp-content/themes/ecbtg/img/Vector3_11zon.webp);
    background-size: 120px 145px,240px 233px,310px 335px,480px 950px;
    background-repeat: no-repeat;
    background-position: left -27px top -19px,left 234px top 900px,right 50px top 70px,left 190px top 0px;
}
.header_img{
  display: none;
}

.curs_thumbnail{
    height: 350px;
    width: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    border-radius: 25px;
  }

}

.kurs_one{
    width: 100%;
   padding: 10px 10px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DEDEE2;
    border-radius: 6px;
    margin: 5px;
}
.kurs_one > option{
    
    
}

.container_online{
    position: relative;
    background: linear-gradient(108deg, #359FCC -3.31%, rgba(244, 243, 251, 0.00) 88.65%);
    background-image: url(/wp-content/themes/ecbtg/img/radialce6a.webp),url(/wp-content/themes/ecbtg/img/cc.png),url(/wp-content/themes/ecbtg/img/radialcall.png);
    background-position: left 10px top 20px,left 1140px top 289px,left 1642px top -10px;
    background-size: 200px 232px, 334px 271px,300px 301px;
    background-repeat: no-repeat;
    height: 860px;


    
}

.callme_title{
    position: absolute;
    width: 610px;
    height: 150px;
    left: 900px;
    top:172px;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-align: center;
    color:#0763B899;

}

.ttt{
    position: relative;
    top: 30px;
/*    background-color:red;*/
    width: 500px;
    top:50px;
    left: -20px;
}   

.temp{
    margin:5px;
}

.btn_sogl{
    width: 100%;
    padding: 10px 10px;
    background: #4878A6;
    border: 1px solid #4878A6;
    border-radius: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: white;
}

.kurs_one_cb{
    width: 100%;
    padding: 10px 10px;
    position: relative;
    background: #FFFFFF;
}

.btn_sogl_disable{
    width: 100%;
    padding: 10px 10px;
    background: red;
    border: 1px solid red;
    border-radius: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: white;
}


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

  .tab > input[type="radio"] {
    display: none;
  }

  .tab-content {
    display: none;
    width: 100%;
    margin-top: 1rem;
  }

  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
  #tab-btn-3:checked~#content-3 {
    display: block;
  }

  .tab > label {
    display: block;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-decoration: none;
    color: #0d6efd;
    border: 0;
    border-radius: 0.375rem;
    background: 0 0;
  }

  .tab > input[type="radio"]:checked + label {
    cursor: default;
    color: #fff;
    background-color: #4878A6;
  }
  .img_anons_bg{
    min-height: 450px;
    border-radius: 30px;
  }

  .title_prior
  {
    margin: 0px auto;
    max-width:1140px;
    padding: 30px 0px;

  }

  .dop__descr
  { 
    position:relative;
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap:wrap;
    width: 100%;
    padding:10px 10px;
    margin-top:15px;
    gap:5px;
/*    background-color:green;*/

  }
  .dop__descr_it{
    min-width:500px;
/*    background-color:red;*/
    display:flex;
    flex-direction:column;
  }
  
  


@media (max-width:667px){
    .dop__descr
  { 
    position:relative;
    display:flex;
    justify-content:space-between;
    flex-direction:column;
    flex-wrap:wrap;
    width: 100%;
    padding:10px 10px;
    margin-top:15px;
    gap:5px;
/*    background-color:blue;*/

  }
  .dop__descr_it{
    max-width:100px;
/*    background-color:yellow;*/
    display:flex;
    flex-direction:column;
  }
}

