@charset "utf-8";
/* CSS Document */
 @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,900;1,700&family=Roboto&display=swap');

/*font-family: 'Playfair Display', serif;
font-family: 'Roboto', sans-serif;*/


@font-face { 

  
  
   font-family: 'A97_Oktom_Decor'; 
  src: url('/assets/template/fonts/A97_Oktom_Decor/webfont.eot');                                    /* IE9 Compat Modes */ 
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
       url('/assets/template/fonts/A97_Oktom_Decor/Okt97Dc1.woff2') format('woff2'),                  /* Новейшие браузеры */ 
       url('/assets/template/fonts/A97_Oktom_Decor/Okt97Dc1.woff') format('woff'),                    /* Новые браузеры и IE9+ */ 
       url('/assets/template/fonts/A97_Oktom_Decor/Okt97Dc1.ttf')  format('truetype'),                /* Старые Safari, Android, iOS */ 
       url('/assets/template/fonts/A97_Oktom_Decor/Okt97Dc1.svg#svgFontName') format('svg');          /* Древние Safari, iOS, Android */ 
  font-weight: normal; 
  font-style: normal; 
  
  
  
  font-family: 'Bickham Script Two'; 
  src: url('/assets/template/fonts/Bickham_Script_Two/BickhamScriptTwo.eot');                                    /* IE9 Compat Modes */ 
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
       url('/assets/template/fonts/Bickham_Script_Two/BickhamScriptTwo.woff2') format('woff2'),                  /* Новейшие браузеры */ 
       url('/assets/template/fonts/Bickham_Script_Two/BickhamScriptTwo.woff') format('woff'),                    /* Новые браузеры и IE9+ */ 
       url('/assets/template/fonts/Bickham_Script_Two/BickhamScriptTwo.ttf')  format('truetype'),                /* Старые Safari, Android, iOS */ 
       url('/assets/template/fonts/Bickham_Script_Two/BickhamScriptTwo.svg#svgFontName') format('svg');          /* Древние Safari, iOS, Android */ 
  font-weight: normal; 
  font-style: normal; 
  
}
 

* {
	margin: 0;
	padding: 0; 
	 font-family: 'Roboto', sans-serif;
	 
}

* p,a,h1,h2,h3,h4,h5,h6 { margin:0; font-family: 'Roboto', sans-serif;}
html {
 
height: 100%;
 

	} 
body{
	 
height: 100%;
 
	
	background: url(/assets/template/images/bg.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		 
	}
	
.show-post-img { width:500px;}
table {
    font-family: initial;
    font-size: 14px;
    border-collapse: collapse;
    text-align: left;
    width: 90%;
	margin: auto;
}

th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}
th, td:first-child {
    background: #AFCDE7;
    color: white;
    padding: 0 12px 0 12px;
}

th:first-child, td:first-child {
    text-align: left;
}

td {
    background: #D8E6F3;
    padding-left: 12px;
}
th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}
	
.height-100vh {min-height: 100vh;}
.cloud {
    overflow: hidden;
    position: relative;
    width:100%;
    padding-bottom:137px;
    height: 0;
    background: url(mountain.jpg);
    background-size: cover;
}
.cloudcontent {
    position: relative;
    padding:30px;
    color: #337AB7;
    font-size:22px;
    font-weight:bold;
    z-index:100;
}
.cloud span {
    width: 100%;
    left: 0;
    top: -220px;
    position: absolute;
    -webkit-user-select: none; 
    -moz-user-select: none;   
    -ms-user-select: none;
    user-select: none;    
    pointer-events: none;
}
@-webkit-keyframes animCloud {
    from {
        -webkit-transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(-100%)
    }
}
@-moz-keyframes animCloud {
    from {
        -moz-transform: translateX(100%)
    }
    to {
        -moz-transform: translateX(-100%)
    }
}
@keyframes animCloud {
    from {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
.cloud1 {
    -webkit-animation: animCloud 20s infinite linear;
    -moz-animation: animCloud 20s infinite linear;
    animation: animCloud 20s infinite linear
}
.cloud2 {
    -webkit-animation: animCloud 40s infinite linear;
    -moz-animation: animCloud 40s infinite linear;
    animation: animCloud 40s infinite linear
}
.cloud3 {
    -webkit-animation: animCloud 60s infinite linear;
    -moz-animation: animCloud 60s infinite linear;
    animation: animCloud 60s infinite linear
}
.cloud4 {
    -webkit-animation: animCloud 80s infinite linear;
    -moz-animation: animCloud 80s infinite linear;
    animation: animCloud 80s infinite linear
}	
	
	
.content {
     /* border: 1px solid;*/
    max-width: 1200px!important;
	min-width:1200px!important;
    margin: 0 auto;
        box-shadow: 0 0 15px rgb(17, 103, 160);
    min-height:100%;
 
	
	}
.content .container {max-width: 100%!important;}
.content .map iframe { width:100%;    height: 370px;}
.breadcrumb {
 display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
}
.content  .breadcrumb a {
font-size: 15px;
    color: #777;
	    margin: 0 1px;	
	}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: -0.99rem;
    color: #6c757d;
    content: "/";
}
.content  .breadcrumb .active a {color: #3b83ef;} 
.content h4{ font-size:16px;  }
.content a{ 
font-size: 17px;
    /*color: #02449e;*/
   /* font-family: initial;*/
	text-decoration:none;
}
.content container { padding:0; margin:0; width: 100%;}
.lastPosts .no-padding,.no-padding { padding:0;}
/*.lastsPosts .no-padding,.no-padding { padding:0;}*/
.no-margin { margin:0;}
.mr-10 { margin-right:10px;}
.ml-10 { margin-left:10px;}
.mt-10 { margin-top:10px;}
.mt-5 { margin-top:5px!important;}
.pt-40 { padding-top:40px;}
.pb-40 { padding-bottom:40px;}
.pt-10 { padding-top:10px;}
.pb-10 { padding-bottom:10px;}
.mb-10 { margin-bottom:10px!important}
.mb-5 { margin-bottom:5px!important}
.padding-5 { padding:5px;}
.padding-10 { padding:10px;}
.bg-white { background-color:#ffffff;}
.text-color-white { color:#ffffff; }
.text-color-red { color:#F00; }
.text-color-blue { color:##043373;}
.text-center { text-align:center;}
.text-transform-uppercase {text-transform: uppercase;}
.font-weight-600 {font-weight: 600;}
.margin-auto { margin:auto;}
.posts-lists .font-size-17,.font-size-17 { font-size:17px;}
.font-size-17 {font-size:17px;}
.font-size-12 {font-size: 12px;}
.font-size-2r { font-size:2rem;}
.padding-5 { padding:5px;}
.padding-left-35 { padding-left:35px;}
.post-details {}
.post-details {}
hr {
    margin: 0.5rem 0;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.logo 
  {
 
    max-width: 200px;
    
  }
.top-add {    padding: 2%;}
 .headerTitle {
    text-transform: uppercase;
    font-size: 1.9rem;
    color: #0055B9;
    font-family: "Georgia";
    font-weight: 600;
    line-height: 1.6;
	 }

.titleName {
	font-family: "Bickham Script Two";
    font-size: 42px;
    color: #0055B9;
    font-weight: 600;
	}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.right-header  .social{
    width: 25px;
    margin: 0 3px;
	/*transition-duration:0.5s;*/
    border-radius: 22px;
    box-shadow: -2px 0px 14px -1px rgb(4, 46, 97);
 	}
 
.right-header .social:hover {
       width: 25px;
    margin: 0 3px;
    border-radius: 22px;
       box-shadow: -2px 0px 14px -1px rgba(4, 46, 97, 0.28);
   }
.right-header .lang {
	/*border: 1px solid #e6dede;*/
	    width: 30px;
    margin: 0 5px;
	}
.right-header .mobileButton	{font-size: 0.95rem;
    margin-right: 2rem;color: #a58c09;}
.top-header {padding: 0.2rem 1rem; color: #a58c09;}
<!-- поиск-->
.right-header .camepaignos{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 55px;
  background: #2355b2;
  line-height: 55px;
  padding-right: 55px;
  border-radius: 30px;
  box-shadow: 0 0 9px rgba(12, 12, 12, 0.72);
  transition: all 0.6s ease;
}

.right-header .sandinkom{
  border: 0;
  background: transparent;
  width: 0%;
  outline: none;
  font-family: sans-serif;
  font-size: 18px;
  color: #fff;
  font-style: italic;
  transition: all 0.3s ease;
  position: relative;
}

.right-header .camepaignos .fa{
  color: #f4f4f9;
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 24px;
  cursor: pointer;
}

.right-header .camepaignos.active{
  width: 247px;
  padding-left: 30px;
  transition: all 0.6s ease;
}

.right-header .sandinkom.active{
  width: 100%;
  padding-left: 3px;
  transition: all 0.6s 0.9s ease;
}

.right-header input::placeholder {
  color: #f7f7fb;
}
<!-- поиск-->

 
.main-menu {width: 1200px!important;}
.main-menu .dropdown-inline {
	display: inline-block;
	position: relative;
	padding-right: 5px;
	}

<!--Фон в шапке -->


<!--Фон в шапке -->


  
.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.main-menu   img, .lastPosts .category, .right_cat .category, .logos .category, .mission .category,.right .category{
	width: 11px;
    margin-right: 1px;
    margin-left: -27px;
	}
.lastPosts .my-btn,  .right_cat .my-btn, .logos .my-btn,.mission .my-btn,.right .my-btn{ 
    width: 100%;
    font-size: 18px;
}
.main-menu .dropdown-inline  a, .lastPosts .catTitle, .right_cat .catTitle, .right .catTitle{ 
    padding: 5px 28px 5px 22px;
    /*color: #ffffff;*/
    font-size: 15px;
}
.carousel-item {
   
    height: 300px;
}
.carousel-item .d-md-block {background-color: #00000091;padding: 1rem;}
.carousel-item .d-md-block h3 {font-size: 1rem;
    color: #ffffff;}
.cat-menu {
	}
 
.mainCatContent {display: inline-flex;}
/*.cat-menu .no-margin { margin:0;
	}*/
.mainCatContent:hover i {
	transition-duration:0.5s;
	font-size: 0.8rem;
    color: #ffd700;
	transform: scaleX(-1);
	}
.mainCatContent .category
{ 
  height: 35px;
    width: 35px;
	background-color: #ffffff;
    transition-duration: 0.5s;
    border-radius: 26%;
    margin: auto;
    padding: 2%;
    border: 1px dotted #ffd700;
    box-shadow: -2px 0px 8px  -1px rgba(222, 209, 12, 0.97);
	/*float:left;*/
}

.mainCatContent:hover .category
{ 
    height: 35px;
    width: 35px;
    transition-duration: 0.5s;
    border-radius: 50%;
    margin: auto;
    padding: 2%;
    box-shadow: -2px 0px 13px -1px #ccaa0b;
	 
}

.mainCatContent .categoryName
{
     margin: auto;
    background-color: #ffd700;
    width: max-content;
	min-width: 9rem;
    color: #0467b7;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
	transition-duration: 0.5s;
	border: 1px dotted #ffd700;
    box-shadow: -2px 0px 14px -1px rgba(222, 209, 12, 0.97);
}
.mainCatContent:hover .categoryName
{
    margin: auto;
    background-color: #0467b7;
    width: max-content;
    min-width: 9rem;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
     
   transition-duration: 0.5s;
    box-shadow: -2px 0px 13px -1px #ccaa0b;
}
.mainCatContent:hover .categoryName  h5 { color:#ffffff;}
.mainCatContent h5 {
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0.1rem 0.1rem;
    text-align: center;
	}
.docs i { font-size:2rem;color: #d61616;margin: 1rem 0;}
.post-body .fa-file-pdf-o{
font-size: 2rem;
    color: #d61616;
    margin-left: 8px;
    margin-right: 8px;	
	}
.cat-menu .col { padding:0; }
.mission p{
	text-align: initial;
    font-size: 23px;
    font-weight: 600;
    color: #dcba05;
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.13), 0px -5px 35px rgba(255,255,255,0.3);
    /* font-family: "A97_Oktom_Decor"; */
    line-height: 1.5;
	}
.elementor-icon {
       padding: .5em;
    color: #dcba05;
    border: 3px solid #dcba05;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #818a91;
    font-size: 50px;
     
}

.elementor-icon i {color: #dcba05;}
.right_cat .list-group-item {
    position: relative;
    display: block;
    padding: .2rem 0.25rem;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.125);
	margin: 0 0 3px 0;
 
}


.right_cat .list-group-item:hover {
       position: relative;
    display: block;
    padding: .2rem 0.25rem;
    background-color: #81acf3;
    /*border: 1px solid #ffc107;*/
    margin: 0 0 3px 0;
 
}

.right_cat { margin: 0 0px 10px -23px;}
.right_cat  i {color: #5f88d6;    vertical-align: middle!important;}
.right_cat .list-group-item:hover i {color: #ffffff;    vertical-align: middle!important;}
.right_cat .list-group-item:hover a {    font-size: 14px;
    color: #ffffff;}
.right_cat .icon {
    float: left;
    margin: 0 5px 0 0;	
	}
.arhive {}
.hotline {border: 1px solid #d40f0f;}
.hotline h4 { 
    color: #ffffff;
    text-align: center;
    background: #ef1818;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.right {}
.right .FAQ {
border: 1px solid #d61616;
    margin: 5px 0;
	
	}
.right .FAQ i {
font-size: 3rem;
    color: #d61616;
	
	transition-duration: 0.5s;
	;-moz-transition: all 0.8s ease-in-out; 
	-webkit-transition: all 0.8s ease-in-out; 
	-o-transition: all 0.8s ease-in-out;
	 -ms-transition: all 0.8s ease-in-out; 
	 transition: all 0.8s ease-in-out;
	}
.right .FAQ:hover  i {
font-size: 3rem;
    color: #d61616;
	transition-duration: 0.5s;
	transform: scaleX(-1);
	-moz-transform: rotate(360deg);
	 -webkit-transform: rotate(360deg); 
	 -o-transform: rotate(360deg); 
	 -ms-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
.right   .FAQ h4	{color: #d61616;}
.hotline  p {text-align: center;
    color: #e81717;}
.partners img {    margin: 5px 0;border: 1px solid;     width: 100%;}
.mainCatContent i {
   font-size: 0.8rem;
    color: #f1e9e9;
    line-height: 170%;
    transition-duration: 0.5s;
	}
.my-btn-primary {
    color: #fff;
    background-color: #00419B;
    border-color: #ffffff;
}
.my-btn-primary:hover {
    text-decoration: none;
    background-color: #00419B;
    border-color: #ffffffb8;
    color: #C2C2C2;
}

 
 .my-btn {
    display: inline-block;
    padding: 6px 29px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cat-menu .category h5 {
    line-height: 0;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;	
	
	}
.cat-menu img{ 
      /* margin-top: 23px; */
    width: 60%;
    
    /* border: 1px solid; */
    border-radius: 22px;
    
    box-shadow: -2px 0px 14px -1px rgb(4, 46, 97);
}
.cat-menu .category .cat-icon-box {
  height: 25px;
    width: 25px;
    border-radius: 50%;
    margin: auto;
    background: #085ca0;
	}
 

.cat-menu hr{position: relative;
    top: 38px;
    z-index: 0;
    border: 1px dashed #1c60c5;}


.lastPosts {
	box-shadow: 1px 0 7px -1px rgb(4, 46, 97);
	margin: 10px 10px;
	    padding: 17px 20px;
		}
.lastPosts .item  a{
	    font-size: 14px;
		}
.lastPosts .item  a{
	    font-size: 14px;
		color: #000000;
		}

.lastPosts .right-block {
 
    padding: 0;
    max-width: 100%;
    margin-left: -17px;	
	}
 

.lastPosts .right-block .read_more {
    float: right;
    font-size: 12px;
}
.lastPosts .right-block .read_more a { color:#dcba05;}

.posts-lists {
	
	box-shadow: 1px -3px 20px -11px rgba(4, 46, 98, 0.52);
}
 .posts-lists .post-right,.abiturient .post-right{ padding: 1rem 1.5rem 1rem 2rem;}
.abiturient hr {    border: 1px solid;
    color: #294A70;}
.post-body {margin-left: 10px;}
.post-body p {font-size: 14px;}
 
.post-body dl, ol, ul {
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
    margin-left: 21px;
}
/*.abiturient { background:#000;}*/
.abiturient{}
.abiturient .middle {    margin: 4rem 0;}
.abiturient dl, ol, ul {
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 21px;
	color: #294a70;
}
.abiturient h5 { text-align: center;
    font-size: 1.7rem;
    font-weight: 600;}
.abiturient .fa-file-pdf-o {
    font-size: 2rem;
    color: #d61616;
    margin: 1rem 0;
}
.abiturient  h2 {font-size: 1rem;
    font-weight: 600;}
.abiturient  h6 {font-size: 1.4rem;
    font-weight: 600;}
.abiturient  h7 {font-size: 1rem;
    font-weight: 600;}
.abiturient h3 { text-align:center;}
.abiturient p, h2, h3,h5,h6, h7, a {color:#294A70;} 
.abiturient  .text-center h2  {font-size: 25px;
    font-weight: 600; }
.abiturient .fa-question-circle {font-size: 12rem; color:#d61616}
.abiturient iframe {width: 100%;} 
.abiturient hr {}
.post-body h5 { text-align:center;}
.post-body h3 { font-size: 16px;}
.post-body h2 { font-size: 18px; }


.right_cat  a{/*white-space: nowrap;*/
font-size: 14px;
    color: #dcba05;
	display: flex;
}
.right_cat  li { line-height:1;}

.bg-blue{ background-color:#043373;}
.whyUs {  }
.whyUs i {  line-height: 90px;
    font-size: 35px;}
.icon-box {
   height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 0 auto 20px;
 
}
.footer{width: 100%; min-width: 1200px!important;}
.footer .container {max-width:1200px!important} 
.footer ul li {list-style: none;line-height: 1.2;}
.footer   a {font-size: 14px; text-decoration:none;}
.footer  p {font-size: 13px; }
.footer  container .col-md-4,.footer  container .col-md-3 {margin-right: 0;
    margin-left: 0;    padding-left: 0;}


.content  .table {font-size: 0.9rem;}

.content .col-lg-3 {
    position: relative;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.content .col-lg-3 {
    position: relative;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
.content .col-md-9{
	  position: relative;
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;;
	}

.content .col-lg-2 {
flex: 0 0 16.666667%;
    max-width: 16.666667%;
	}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.content .col-lg-9 {
	position: relative;
    width: 75%;
    padding-right: 15px;
    padding-left: 30px;}

.content .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-4 {    position: relative;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
 .col-sm-8 {
	position: relative;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px; 
	 }
.col-sm {
	
	position: relative;
    width: 47%;
    padding-right: 15px;
    padding-left: 15px;
	}