





@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.eot');
    src: local('fonts/Montserrat Medium'), local('fonts/Montserrat-Medium'),
    url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Medium.woff') format('woff'),
    url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: local('fonts/Montserrat SemiBold'), local('fonts/Montserrat-SemiBold'),
    url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-SemiBold.woff') format('woff'),
    url('fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.eot');
    src: local('fonts/Montserrat Bold'), local('fonts/Montserrat-Bold'),
    url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Bold.woff') format('woff'),
    url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/******************/









/*****************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}



*{
    box-sizing: border-box;
    outline: none!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}







a{
    text-decoration: none;
    cursor: pointer;
}
button{
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


h1{
    font-weight: 700;
    font-size: 64px;
    line-height: 76px;
    color: #2E384D;
}

h2{
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    color: #2E384D;
}

h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #2E384D;
}

h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #2E384D;
}

h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #2E384D;
}



p{

}

span{

}

button{

}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}



/******************************************************************************/

.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


nav{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 90;
    padding: 8px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
nav .flex_yard {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav .flex_yard .logo{

}
nav .flex_yard .logo a{
    display: block;
    position: relative;
}



nav .flex_yard .logo a img {
    max-width: 250px;
}
nav .flex_yard .menu_links{

}

nav .flex_yard .menu_links .close_menu{
    display: none;
}



nav .flex_yard .menu_links .lang{
    display: none;
}





nav .flex_yard .menu_links ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
nav .flex_yard .menu_links ul li{
    margin-left: 17px;
    list-style: none;
}
nav .flex_yard .menu_links ul li a{
    font-size: 16px;
    display: block;
    color: #fff;
}



nav .flex_yard .phone{

}
nav .flex_yard .phone a {
    font-size: 20px;
    color: #fff;
}

nav .flex_yard .social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 15px;
}
nav .flex_yard .social a{
    display: block;
    margin: 0 5px;
}
nav .flex_yard .social a svg{
    width: 25px;
    height: 25px;
    display: block;
}


.copder{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



nav .flex_yard .call_back{

}
nav .flex_yard .call_back .btn_call{
    color: #fff;
    background: #0585f9;
    font-size: 14px;
    padding: 4px 10px 6px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 0;
}


nav .flex_yard .lang{
margin: 0 0 0 10px;
}
nav .flex_yard .lang a{
    font-size: 20px;
    text-transform: uppercase;
    opacity: 0.7;
}

nav .flex_yard .lang a:hover{
    opacity: 1;
}


nav .flex_yard .lang span{
    font-size: 20px;
    text-transform: uppercase;

}


nav.header-fixed{
    background: #45B2DD;
    padding: 8px 0;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}


nav .btn_burger{
   display: none;
}











/***************************************************************************************************/

.shadow_modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5555;
    width: 100%;
    height: 100vh;
    background: #0000006b;
    display: none;
}

.shadow_modal .modal_window{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: #94caff;
    padding: 30px;
    border-radius: 15px;
}
.shadow_modal .modal_window .close{
    position: absolute;
    right: 15px;
    top: 15px;
}
.shadow_modal .modal_window .close svg{
    width: 20px;
    height: 20px;
}

.shadow_modal .modal_window form{

}

.shadow_modal .modal_window h3{
    font-size: 22px;
    text-align: center;
}
.shadow_modal .modal_window p{
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 1.2;
    margin: 0 0 15px 0;
}
.shadow_modal .modal_window input{
    border: 0;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 2px 15px;
}
.shadow_modal .modal_window button{
    color: #fff;
    background: #0585f9;
    font-size: 18px;
    padding: 4px 10px 6px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 0;
    margin: 0 auto;
}
.shadow_modal .modal_window .alert{

    background: #3dbb2e;
    text-align: center;
    padding: 7px;
    color: #fff;
    font-size: 16px;
    display: none;
}

















/*********************************мои стили**************************************************************************************/



header{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 0px 1600px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 0px 0px 1600px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 0px 1600px rgb(0 0 0 / 40%) inset;
    background-repeat: no-repeat;
    background-size: cover;


}

header .container {
    width: 100%;
}
header .inner_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
header .inner_header .left_cont{
    width: 50%;
    position: relative;
}
header .inner_header .left_cont .inner_img{
    position: relative;
}
header .inner_header .left_cont .inner_img img{
    position: absolute;
    right: 0;
    top: 0;
}
header .inner_header .left_cont .inner_img img.rots1{
    width: 371px;
    border: 2px solid #fff;
    border-radius: 21px;
    box-shadow: 0 0 6px #000;
    right: 106px;
    top: -297px;
    transform: rotate(-5deg);
}
header .inner_header .left_cont .inner_img img.rots2{
    width: 270px;
    border: 2px solid #fff;
    border-radius: 21px;
    box-shadow: 0 0 6px #000;
    right: 58px;
    top: 28px;
    transform: rotate(6deg);
}
header .inner_header .left_cont .inner_img img.rots3{
    width: 166px;
    border: 2px solid #fff;
    border-radius: 21px;
    box-shadow: 0 0 6px #000;
    right: 315px;
    top: 97px;
    transform: rotate(-20deg);
}


header .inner_header .right_cont{
    width: 50%;
}
header .inner_header .right_cont h1{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 0 6px #000;
    line-height: 1;
    display: block;
}
header .inner_header .right_cont h1 span{
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0 0 6px #000;
    line-height: 1.2;
    display: block;
    margin: 20px 0 20px;
}



header .inner_header .right_cont .kiber {
    display: block;
    background: #006cad;
    width: fit-content;
    padding: 15px 10px 5px 10px;
    color: #fff;
    margin: 0 0 8px 0;
    box-shadow: 0 0 11px #ffffff9c;
}

header .inner_header .right_cont .kiber p{
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.2;
    box-shadow: none;
}





header .inner_header .right_cont .open_modal_r{
    color: #fff;
    background: #c70000;
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 10px 20px;
    margin-top: 20px;
}

/**************************************************************************************************************/


.all_about{
    padding: 70px 0;
}

.all_about .drop_about {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all_about .drop_about .left_v{
    width: 60%;
    padding-right: 30px;
}

.all_about .drop_about .left_v p{
    font-size: 22px;
    margin: 18px 0;
    line-height: 1.2;
}
.all_about .drop_about .right_v{
    width: 40%;
}

.all_about .drop_about .right_v .foto{
    background: #2c7a99;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 30px;
}
.all_about .drop_about .right_v .foto img{
    display: block;
    width: 100%;
}


.all_prepod{
    padding: 0px 0;
    background: #45b2dd36;
    margin: 70px 0;
}
.all_prepod .drop_about {
    display: flex;
    align-items: center;
    justify-content: center;
}
.all_prepod .drop_about .right_v{
    width: 50%;
    height: 460px;
}
.all_prepod .drop_about .right_v .foto{
    position: relative;
}
.all_prepod .drop_about .right_v .foto img{
    position: absolute;
    right: 0;
    top: 0;
}
.all_prepod .drop_about .right_v .foto img.www1{
    width: 371px;
    border: 2px solid #fff;
    border-radius: 21px;
    box-shadow: 0 0 6px #000;
    right: 106px;
    top: -53px;
    transform: rotate(-5deg);
}
.all_prepod .drop_about .right_v .foto img.www2{
    width: 224px;
    border: 2px solid #fff;
    border-radius: 21px;
    box-shadow: 0 0 6px #000;
    right: 82px;
    top: 282px;
    transform: rotate(6deg);
}
.all_prepod .drop_about .right_v .foto img.www3{
    width: 166px;
    border: 2px solid #fff;
    border-radius: 21px;
    box-shadow: 0 0 6px #000;
    right: 315px;
    top: 348px;
    transform: rotate(-20deg);
}

.all_prepod .drop_about .left_v{
    width: 50%;
}
.all_prepod .drop_about .left_v h2{
    font-size: 33px;
    margin-bottom: 20px;
}
.all_prepod .drop_about .left_v p{

}


.all_prepod .mono_img{
    margin: 30px 0 0 0;
}
.all_prepod .mono_img .popup-gallery{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.all_prepod .mono_img .popup-gallery a{
    margin: 0 17px 0px 0;
}
.all_prepod .mono_img .popup-gallery a img {
    width: 233px;
    box-shadow: 0 0 7px #bdbdbd;
    height: 141px;
}






.all_seminar {
    padding: 70px 0;
}
.all_seminar .drop_seminar{

}
.all_seminar .drop_seminar h3 {
    text-align: center;
    margin: 0 0 50px 0px;
}

.all_seminar .drop_seminar .cops {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 40px 0 70px;
}
.all_seminar .drop_seminar .cops .item {
    width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;

}
.all_seminar .drop_seminar .cops .item svg{
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 20px;
}
.all_seminar .drop_seminar .cops .item p {
    font-size: 14px;
    line-height: 1.3;
}

.all_seminar .drop_seminar .cops2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 40px 0 70px;
    flex-wrap: wrap;
}
.all_seminar .drop_seminar .cops2 .item2 {
    width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background: #d8eff8;
    border-radius: 20px;
    padding: 15px;
    height: 150px;
    margin: 10px;

}

.all_seminar .drop_seminar .cops2 .item2 p {
    font-size: 18px;
    line-height: 1.3;
}




.all_seminar .drop_seminar .flex_dubl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.all_seminar .drop_seminar .flex_dubl .item{
    margin: 0 15px;
    background: #d8eff8;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    width: 425px;
}
.all_seminar .drop_seminar .flex_dubl .item h5{
    font-size: 27px;
    margin-bottom: 10px;
}
.all_seminar .drop_seminar .flex_dubl .item p{

}
.all_seminar .drop_seminar .flex_dubl .item span {
    font-size: 15px;
    color: #999;
}

h2.glory{
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 50px 0;
}





.shahmatka{

}

.shahmatka .retop {
    display: grid;
    grid-template: auto / 25fr 25fr;
    grid-gap: 0px;
}

.shahmatka .retop .img_re{
    background-size: cover;
    background-position: center;
}
.shahmatka .retop .txt_re{

}
.shahmatka .retop .txt_re .inner {
    padding: 30px;
}
.shahmatka .retop .txt_re .inner h3{
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.shahmatka .retop .txt_re .inner p{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.shahmatka .retop .txt_re .inner ul{
    padding-left: 20px;
    margin-bottom: 30px;
}
.shahmatka .retop .txt_re .inner ul li{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 13px;
}
.shahmatka .retop .txt_re .inner ol{
    padding-left: 20px;
    margin-bottom: 30px;
}
.shahmatka .retop .txt_re .inner ol li{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 13px;
}



.itogo{
    padding: 50px 0;
    margin: 70px 0 0 0;
}
.itogo .ipockt{

}
.itogo .ipockt h2{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.itogo .ipockt p{
    text-align: center;
    font-size: 25px;
}
.itogo .ipockt .small{
    text-align: center;
    color: #999;
    margin-bottom: 20px;
}
.itogo .ipockt span{
    text-align: center;
    display: block;
}





footer{
    background: #45b2dd36;
    padding: 60px 0 60px;
    margin-top: 70px;
}


footer .inner_contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .inner_contact .left_form{
    width: 50%;
}
footer .inner_contact .left_form .inner_form {
    padding-right: 60px;
}
footer .inner_contact .left_form .inner_form h3{
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1;
}
footer .inner_contact .left_form .inner_form p {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 15px;
}
footer .inner_contact .left_form .inner_form input{
    border: 0;
    padding: 5px 15px;
    height: 40px;
    display: block;
    margin-bottom: 15px;
    width: 100%;

}

footer .inner_contact .left_form .inner_form form{
    padding: 30px 30px;
    background: #a4d6e9;
    border-radius: 20px;

}






footer .inner_contact .left_form .inner_form button{
    color: #fff;
    background: #0585f9;
    font-size: 16px;
    padding: 4px 10px 6px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 0;
}

footer .inner_contact .left_form .alert{
    background: #5ca331;
    height: 40px;
    display: none;
    color: #fff;
    font-size: 16px;
    padding: 6px;
    text-align: center;
}





footer .inner_contact .right_contackt{
    width: 50%;
}
footer .inner_contact .right_contackt h3{
    margin-bottom: 25px;
}
footer .inner_contact .right_contackt h3.line58 {
    margin-top: 52px;
}
footer .inner_contact .right_contackt .item{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 15px;
}
footer .inner_contact .right_contackt .item .gf{
    font-size: 16px;
    margin-right: 15px;
    color: #8b8b8b;
    font-weight: 600;
    display: block;
    line-height: 1;
}
footer .inner_contact .right_contackt .item a{
    font-size: 24px;
    display: block;
    line-height: 1;
}


footer .inner_contact .right_contackt .futer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
footer .inner_contact .right_contackt .futer .iorp1{

}
footer .inner_contact .right_contackt .futer .iorp2{
    margin-left: 50px;
}
footer .inner_contact .right_contackt .futer .iorp2 .line58{

}
footer .inner_contact .right_contackt .futer .iorp2 .fgt{
    width: 50px;
    height: auto;
}
















footer .inner_contact .right_contackt .social{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
footer .inner_contact .right_contackt .social a{
    display: block;
    line-height: 1;
    margin-right: 13px;
}
footer .inner_contact .right_contackt .social a svg{
    width: 30px;
    height: 30px;
}



.sertificate {
    padding: 70px 0 70px;
    margin: 100px 0 100px;
}

.sertificate .fertkk{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sertificate .fertkk .left{
    width: 50%;
}

.sertificate .fertkk .left .inner{
    position: relative;
    height: 300px;
}

.sertificate .fertkk .left .inner img{
    position: absolute;
}

.sertificate .fertkk .left .inner .cert1 {
    width: 282px;
    border: 2px solid #fff;
    border-radius: 21px;
    box-shadow: 0 0 6px #000;
    right: 205px;
    top: -64px;
    transform: rotate(-12deg);
}

.sertificate .fertkk .left .inner .cert2 {
    width: 307px;
    border: 2px solid #fff;
    border-radius: 21px;
    box-shadow: 0 0 6px #000;
    right: 44px;
    top: -41px;
    transform: rotate(0deg);
}


.sertificate .fertkk .right{
    width: 50%;
}
.sertificate .fertkk .right .inner{

}

.sertificate .fertkk .right .inner .mishlen {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px auto 18px;
    max-width: 417px;
}


.sertificate .fertkk .right .inner h3 {
    text-align: center;
    font-size: 26px;
    margin: 0 0 0 0;
    color: #0585f9;
}
.sertificate .fertkk .right .inner .fgt {
    width: 60px;
    height: 60px;
}

.sertificate .fertkk .right .inner h4 {
    text-align: left;
    font-weight: 500;
    font-size: 19px;
    margin: 0px auto 0px;
    line-height: 1.2;
    padding: 0 0 0 10px;
}
.sertificate .fertkk .right .inner .price{
    text-align: center;
    font-weight: 500;
    margin: 7px auto 20px;
    line-height: 1.2;
    font-size: 22px;
}


.sertificate .fertkk .right .inner h2{
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.sertificate .fertkk .right .inner p {
    text-align: center;
    margin: 0 0 0px 0;
    background: #0585f9;
    padding: 15px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}
.sertificate .fertkk .right .inner span{
    font-size: 12px;
    text-align: center;
    display: block;
    color: #717171;
}

.sertificate .fertkk .right .inner .small{
    font-size: 12px;
    text-align: center;
    display: block;
    color: #717171;
}


.sertificate .fertkk .right .inner h5 {
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 500;
    line-height: 1.2;
    margin: 15px 0;
}

















/********************************************************************************/
/********************************************************************************/












header{
    min-height: 700px;
}


@media (max-width: 1199px){

    header{
        min-height: 700px;
    }


    nav .flex_yard .logo a img {
        max-width: 120px;
    }
    nav .flex_yard .phone a {
        font-size: 14px;
    }
    nav .flex_yard .menu_links ul li a {
        font-size: 14px;
    }
    .all_seminar .drop_seminar .cops2 .item2 {
        width: 210px;
    }




}


@media (max-width: 979px){
    header{
        min-height: 700px;
    }

    nav .flex_yard .social {
        opacity: 0;
        width: 0;
        height: 0;
    }

    nav .flex_yard .call_back .btn_call {
        padding: 4px 4px 6px 4px;
    }

    .all_about .drop_about .left_v p {
        font-size: 14px;
    }
    .all_prepod .drop_about .left_v p {
        font-size: 14px;
        line-height: 1.2;
    }
    .all_prepod .mono_img .popup-gallery a img {
        width: 170px;
        height: 110px;
    }

    .all_seminar .drop_seminar .cops2 .item2 {
        width: 170px;
    }
    .all_seminar .drop_seminar .cops2 .item2 p {
        font-size: 14px;
    }
    .shahmatka .retop .txt_re .inner h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .shahmatka .retop .txt_re .inner p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .shahmatka .retop .txt_re .inner ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .shahmatka .retop .txt_re .inner ol li {
        font-size: 14px;
        margin-bottom: 10px;
    }


    .sertificate .fertkk {
        display: flex;
        justify-content: flex-end;
        flex-direction: column-reverse;
        align-items: center;
    }

    .sertificate .fertkk .left {
        width: 100%;
    }
    .sertificate .fertkk .right {
        width: 100%;
        margin: 0 0 60px 0;
    }

    .sertificate .fertkk .right .inner span {
        font-size: 12px;
        text-align: center;
        color: #717171;
        line-height: 1.2;
        display: block;
        margin-top: 17px;
    }
    .sertificate .fertkk .right .inner h2 {
        font-size: 29px;
        text-align: center;
        font-weight: 700;
        margin: 0 0 20px 0;
        line-height: 1.2;
    }

    .sertificate {
        padding: 30px 0 70px;
        margin: 10px 0 100px;
    }

    .sertificate .fertkk .left .inner .cert1 {
        display: none;
    }

    .sertificate .fertkk .left .inner .cert2{
        position: relative;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto 0;
    }














}


@media (max-width: 767px){

    header{
        min-height: 400px;
    }


    header .inner_header {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        flex-direction: column-reverse;
        align-items: center;
    }

    header .inner_header .right_cont {
        width: 100%;
    }

    header .inner_header .right_cont h1 {
        font-size: 20px;
        text-align: center;
    }

    header .inner_header .right_cont h1 span {
        font-size: 24px;
        text-align: center;
    }


    header .inner_header .right_cont p {
        display: block;
        background: #006cad;
        width: fit-content;
        padding: 5px 10px;
        color: #fff;
        margin: 0 auto 0;
        box-shadow: 0 0 11px #ffffff9c;
    }

    header .inner_header .left_cont {
        width: 100%;
        position: relative;
    }

    header .inner_header .left_cont .inner_img {
        position: relative;
        display: none;
    }

    header .inner_header .right_cont .open_modal_r {
        border-radius: 40px;
        padding: 10px 20px;
        margin: 27px auto 0;
        display: block;
    }
    .all_about .drop_about {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .all_about .drop_about .left_v {
        width: 100%;
        padding-right: 0;
        margin: 20px 0 0 0;
    }

    .all_about .drop_about .right_v {
        width: 100%;
    }

    .all_about {
        padding: 70px 0 0;
    }


    .all_prepod .drop_about {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .all_prepod .drop_about .left_v {
        width: 100%;
        margin-top: 23px;
        text-align: center;
    }

    .all_prepod .drop_about .right_v {
        width: 100%;
        height: auto;
    }

    .all_prepod .drop_about .right_v .foto img.www2 {
        display: none;
    }
    .all_prepod .drop_about .right_v .foto img.www3 {
        display: none;
    }


    .all_prepod .drop_about .right_v .foto img.www1 {
        position: relative;
        top: 0;
        left: 0;
        max-width: 300px;
        transform: none;
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .all_prepod {
        padding: 60px 0;
        background: #45b2dd36;
        margin: 36px 0;
    }

    .all_prepod .mono_img .popup-gallery {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }
    .all_prepod .mono_img .popup-gallery a {
        margin: 0 0px 19px 0;
    }


    .all_prepod .mono_img .popup-gallery a img {
        width: 250px;
        height: 160px;
    }

    h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 27px;
        color: #2E384D;
    }


    .all_seminar {
        padding: 0px 0;
    }
    .all_seminar .drop_seminar .cops {
        display: flex;
        justify-content: center;
        margin: 40px 0 70px;
        flex-wrap: wrap;
    }

    .all_seminar .drop_seminar .cops .item {
        width: 45%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        margin-bottom: 15px;
    }

    .all_seminar .drop_seminar .flex_dubl .item {
        margin: 0 0 20px 0;
        background: #d8eff8;
        padding: 20px;
        border-radius: 15px;
        text-align: center;
        width: 100%;
    }
    .all_seminar .drop_seminar .flex_dubl {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 40px 0;
        flex-direction: column;
    }
    .all_seminar .drop_seminar .cops2 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 40px 0 70px;
        flex-wrap: wrap;
    }
    .all_seminar .drop_seminar .cops2 .item2 {
        width: 49%;
        margin-bottom: 15px;
        padding: 10px;
    }

    h2.glory {
        text-align: center;
        font-size: 23px;
        font-weight: 700;
        margin: 0 0 26px 0;
    }


    .shahmatka .retop {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .shahmatka .retop .img_re {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 150px;
    }


    .shahmatka .retop.rt {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
    }

    .itogo {
        padding: 10px 0 50px;
        margin: 0px 0 0 0;
    }

    .itogo .ipockt h2 {
        text-align: center;
        font-size: 31px;
        font-weight: 700;
        margin: 0 0 21px 0;
        line-height: 1.2;
    }

    .itogo .ipockt .small {
        text-align: center;
        color: #999;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.2;
        display: block;
        margin-top: 20px;
    }


    .itogo .ipockt span {
        text-align: center;
        display: block;
        font-size: 14px;
        line-height: 1.2;
    }

    footer {
        background: #45b2dd36;
        padding: 60px 0 60px;
        margin-top: 0;
    }

    footer .inner_contact {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }
    footer .inner_contact .left_form {
        width: 100%;
    }
    footer .inner_contact .left_form .inner_form {
        padding-right: 0;
    }
    footer .inner_contact .left_form .inner_form {
        padding-right: 0;
        margin-bottom: 30px;
    }
    footer .inner_contact .right_contackt {
        width: 100%;
        padding-bottom: 30px;
    }

    footer .inner_contact .left_form .inner_form h3 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1;
    }

/*********************************************************************/
    nav {
        background: #45B2DD;
    }
    nav .flex_yard .menu_links {
        position: fixed;
        top: 0;
        left: 0;
        background: #45B2DD;
        width: 100%;
        height: 100vh;
        display: none;
    }

    nav .flex_yard  .menu_links.open {
        display: block;
    }


    nav .flex_yard .menu_links ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 26px 0;
        height: 100%;
    }
    nav .flex_yard .menu_links ul li {
        list-style: none;
        margin: 10px 0 10px 0;
    }

    nav .flex_yard .menu_links ul li a {
        font-size: 20px;
    }
    nav .flex_yard .logo a img {
        max-width: 100px;
    }
    nav .flex_yard .call_back .btn_call {
        padding: 4px 4px 6px 4px;
        font-size: 12px;
        border: 0;
        width: 76px;
        height: 37px;
    }
    nav .flex_yard .phone a {
        font-size: 12px;
    }


    nav .flex_yard .social {
        opacity: 0;
        width: 0;
        height: 0;
        display: none;
    }

    nav .flex_yard .phone {
        margin-right: 15px;
    }

    nav .flex_yard .logo a img {
        max-width: 60px;
    }

    nav .btn_burger {
        display: block;
        border: 1px solid #fff;
        padding: 5px 7px;
        border-radius: 4px;
        margin-left: 10px;
        background: #a4d6e9;
    }


    nav .btn_burger span {
        display: block;
        width: 20px;
        height: 2px;
        margin: 4px 0;
        background: #fff;
    }



    nav .flex_yard .menu_links .close_menu{
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    nav .flex_yard .menu_links .close_menu svg{
        display: block;
    }

    .shadow_modal .modal_window {
        width: 95%;
    }
    header .inner_header .right_cont .kiber p {
        color: #fff;
        margin: 0 0 4px 0;
        font-size: 16px;
        line-height: 1.2;
        box-shadow: none;
    }
    .all_seminar .drop_seminar .cops2 {
        display: flex;
        justify-content: center;
        margin: 40px 0 70px;
        flex-wrap: wrap;
        align-items: flex-start;
    }


    .all_seminar .drop_seminar .cops2 .item2 {
        width: 46%;
        margin-bottom: 15px;
        padding: 10px;
        margin: 0 5px 20px 5px;
    }

    .all_seminar .drop_seminar .cops2 .item2:first-child{
        width: 98%;
    }

    footer .inner_contact .right_contackt h3.line58 {
        margin-top: 35px;
    }
    footer .inner_contact .right_contackt h3.line58 {
        margin-top: 35px;
        font-size: 18px;
    }

    footer .inner_contact .right_contackt .futer .iorp2 {
        margin-left: 36px;
    }
















}



