@media (min-width: 0px) and (max-width: 480px){

html {
	height:100%;
    overflow-x: hidden;
}

a, a:visited { 
	color: #f45a40;
	text-decoration: underline;
}
a:hover {
	color: #f45a40;
	text-decoration:none;
}
a:focus, a:active {
	color: #f45a40;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

img {
	max-width:100%!important;
}

.clr{
    clear: both;
}


.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

#page {
    color: #222;
	text-align: left;
	height:100%;
	width: 100%;
    font: 0.92em/1.4 Roboto, sans-serif;
    overflow-x: hidden;
    background: #fff;
}

/* ----- top-menu ------ */

#top-menu {
    display: block;
    height: 1.875rem;
    background: #1383cd;
    margin: 0;
    padding-bottom: 1rem;
}
.top-menu-wrap {
    display: block;
    margin: 0 auto;
    width: 73.13rem;
}

.navbar {
    display: block;
    padding: 0;
    margin-left: 10px;
}

.navbar .menu-left {
    display: block;
    list-style: none;
    margin: 0 auto;
    width: 100%;
    
}

.navbar .menu-left a {
    padding: 0;
    line-height: 3.5rem;
    letter-spacing: 0.03em;
    color: #fff;
    text-decoration: none;
}

.navbar .menu-left li a {
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    text-decoration: none;
}

.navbar .menu-left li a:hover {
	color:#ccc;
}

.navbar .menu-left li {
	float: left; 
    text-transform: uppercase; 
    font-size: 0.875em;
    margin-right: 30px;
}

/* ----- menu mobile ----- */

.lang-menu-mobile {
    display: block;
    width: 80%;
    height: 58px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    float: none!important;
    padding: 0 20px;
}

.lang-menu-mobile .language-switcher-mobile {
    list-style: none;
}

.lang-menu-mobile .language-switcher-mobile a {
    line-height: 3.5rem;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.lang-menu-mobile .language-switcher-mobile li a {
    color: #1383cd;
    font-size: 1.1em;
    text-decoration: none;
}

.lang-menu-mobile ul li a.active {
    color: #000;
}

.lang-menu-mobile .language-switcher-mobile li a span {
    color: #1383cd;
    font-size: 1.2em;
    text-decoration: none;
}

.lang-menu-mobile .language-switcher-mobile li a:hover span {
    color: #ccc;
}

.lang-menu-mobile .language-switcher-mobile li a:hover {
	color: #ccc;
}

.lang-menu-mobile .language-switcher-mobile li {
	float: left;
    font-size: 1.1em;
    margin-right: 10px;
}

/* ----- header ------ */

header {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #1383cd;
    margin-top: 15px;
}

.header-wrap {
    background: url(/bitrix/templates/en/images/header-480_en.png) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 20%;
} 

.logo, .slogan , .slogan-text, .phone, .phone p, .phone-text, .logo-global {
display: none;
}

/* ----- menu ----- */

.header-bottom {
    margin: 0.8em auto 0;
	background-color:#024BA9;
    font: 1.3em 'Roboto', sans-serif;
    text-align: center;
}

 .dws-menu{
  overflow: hidden;
 }
 .dws-menu ul{
  display: block;
  max-height: 0;
  transition: max-height 0.3s;
 }
 .dws-menu li>ul li ul{
  position: absolute;
  right: auto;
  top: auto;
 }
 .dws-menu label.toggleMenu{
  display: block;
 }
 input.toggleMenu:checked + label.toggleMenu{
  background: #0E294B;
  color: #fff;
 }
 input.toggleMenu:checked ~ ul,
 input.toggleSubmenu:checked ~ ul{
  display: block;
  position: relative;
  max-height: 5000px;
  transition: max-height 3s ease-in;
 }
 .dws-menu label.toggleSubmenu{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
 }
 input.toggleSubmenu:checked ~ a{
  background: #454547;
  color: #fff;
 }
 .dws-menu label.toggleSubmenu .fa:before{
  content: "\f0d7";
  color: #454547;
 }
 .dws-menu label.toggleSubmenu .fa{
  position: absolute;
  top: 15px;
  right: 30px;
 }
 .dws-menu input.toggleSubmenu:checked ~ label.toggleSubmenu .fa::before{
  content: "\f0d8";
  color: #ffffff;
 }
 
 .dws-menu li a:hover{
  cursor: pointer;
  color: #fff;
  background: #1383cd;
  transition: all 0.5s ease;
}

/* ---------- main-image --------- */

.main-image {
    background: #1383cb url(/bitrix/templates/en/images/main-img_480_en.jpg) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 49%;
}  
    
.img-block, .img-info.last, .img-info.last img, .img-info h2, .img-info.mid, .img-info {
    display: none;
}

/* ---------- news --------- */

.block-news {
	width: 100%; 
    margin:0 auto;
    margin-top: 10px;
}

.last-news article {
    width:95%; 
    margin-bottom:2em;
}

.last-news article:first-child {
    width:95%;
    margin:0;
}

.last-news article img {
    display:block; 
    margin:0 auto 20px auto;
}

.last-news article h2 {
    font-family: 'Roboto Condensed', sans-serif; 
    font-size: 1.5em; 
    margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
}

.last-news article h2 a {
    text-decoration: none;
}

.last-news article h2 a:hover{
    color: #67686d;
}

.last-news article p {
    color: #7e7f84;
	text-align: center;
	min-height:100%;
	width: 100%;
    font: 1.4em Roboto, sans-serif;
 }

/* ---------- code --------- */

.block-code {
    background-color: #F6F6F6;
    
}

.block2-main {
    min-height: 50%;
    padding: 2em 0;
    width: 85%;
    margin: 0 auto;
}

.block2-main img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
}

.block-code-info {
    margin-top: 1em;
}

.block2-main h2 {
    color: #024ba9;
    font-weight: bold;
    text-align: center;
}

.block2-main p {
    font: 1em Roboto, sans-serif;
    text-align: center;
    margin-top: 1em;
}

/* ---------- sample --------- */

.sample clearfix {
    padding: 0 2em;
    margin-top: 6em;
    display: block;
    height: 90%;
}

.sample-text {
    padding: 2em 0;
    width: 90%;
    margin: 0 auto;
}

.sample h2 {
    font: 2em Roboto, sans-serif;
    color: #024ba9;
    text-align: center;
    font-weight: bold;
}


/* ---------- phrase --------- */

.phrase clearfix {
    padding: 0 2em;
    margin-top: 6em;
    display: block;
    height: 2em;
}

.phrase-text {
    padding: 2em 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: #ccc solid 2px;
}

.phrase h2 {
    font: 1.4em Roboto, sans-serif;
    color: #f45a40;
    text-align: center;
    font-weight: bold;
}

/* ---------- maps --------- */



/* ---------- partners --------- */

.partners {
    background: url(/bitrix/templates/en/images/partners.jpg) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 50%;
} 

.partners-logo, .block, .block img, .block:hover {
    display: none;
}

/* ---------- footer --------- */

#footer {
    margin-top: 2em;
    height: 400px;
    background-image: none;
}

@-moz-document url-prefix()
{
  #footer {
    height: 600px;
}
}

.footer-wrap {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.ftr-block {
    margin-top: 1.4em;
    display: block;
}

.info {
    height: 80%;
    width: 80%;
    vertical-align: middle;
    border: #fff solid 1px;
    position: relative;
    padding: 1em;
    margin-top: 1.4em;
}

.info.last {
    padding: 1em;
    margin: 0;
    margin-top: 1.4em;
}

.info p {
    font: 16px 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.ftr-logo {
    display: none;
} 

.ftr-lang {
    display: none;
}

#bottom-copyright{
    display: none;
}

/* ---------- toTop button --------- */

#toTop {
    width: 1.6em;
    border: 1px solid #024ba9;
    padding: 1em 1em 1em 1em;
    cursor: pointer;
    display: none;
    color: #fff;
    bottom: 3em;
    right: 0;
    background: rgb(245,245,245);
    float:left;
    position: relative;
}

#toTop img{
    margin: 0 auto;
}

#toTop:hover {
background: rgb(240,240,240);  
}


/*---------------------------- BREADCRUMBS --------------------------------------*/ 

.breadcrumbs {
    display: block;
    height: 20px;
    width: 100%;    
    font-size: 16px;  
    color:  #000;  
    text-align: left;
    margin: 0 auto; 
    margin-bottom: 20px;
    padding: 15px;
    background: #efefef; 
}

.breadcrumbs a, .breadcrumbs a:visited {
    color:#000; 
    text-decoration: none; 
}

.breadcrumbs a:hover, .breadcrumbs a:active {
    color: #e52228; 
    text-decoration: none;
}


/*---------------------------- content --------------------------------------*/ 

.title-content{
    width:92%;
    height: 40px;
    margin: 20px auto 20px;
      
}

.title-content h2{
    font-size:30px; 
    text-align: center;
}

.content-left{
	float:none; 
    width:92%;
    margin: 0 auto;
}

.content-right{
    display: none; 
}

.content-block{
    width:100%;
    overflow:hidden;
    margin: 0; 
}

/*---------------------------- symbolic --------------------------------------*/ 

.symbolic {
    padding: 20px;
}

.symbolic p{
    text-align: center;
    margin-bottom: 20px;
}

img.center {
 display: block;
  margin-left: auto;
  margin-right: auto;
}

/* grid */
.row {
display: flex;
flex-flow: row wrap;
margin: 0;
}

.row:last-child {
margin-bottom: 0;
}
[class*="col-"] {
padding: 10px;
width: 100%;
}

@media all and ( min-width: 480px ) {

/* set col widths */
.col-2-3 {
width: 66.66%;
}
.col-1-2 {
width: 50%;
}
.col-1-3 {
width: 33.33%;
}
.col-1-4 {
width: 40%;
}
.col-1-8 {
width: 12.5%;
}
}


/*---------------------------- preview category --------------------------------------*/ 

.preview{
     width:80%;
     border: #ccc solid 1px;
     padding: 15px;
     margin: 10px auto;
}

.preview img{
    width: 100%; 
    text-align: center;
    overflow: hidden;
    float: none; 
}

.preview-head{
    overflow:hidden; 
    margin-bottom:20px;
}

.preview-head h1{
    font-family: 'Roboto Condensed', sans-serif; 
    font-size:1.4em;  
    margin-bottom:10px;
    line-height: 1;
    color: #024ba9;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

.preview-head h1 a {
    text-decoration: none;
}

.preview-head h1 a:hover{
    color: #67686d;
}

.preview-head p{
    font-size:17px; 
    color:#000;
    text-align: center;
}

.preview-data{
    font:  1em 'Roboto', sans-serif;
    color: #024ba9;
    text-align: center;
}
 
.preview-content{
    font-size:14px; 
    color:#000;
    overflow:hidden;
}

.preview-content .boxed-btn {
  background: #1383cd;
  display: inline-block;
  padding: 15px 10px;
  cursor: pointer;
  width: 80%;
  margin-top: 30px;
  border: 0;
  float: none;
}

.preview-content .boxed-btn a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
 
.preview-content .boxed-btn:hover {
  background: #024ba9;
  color: #fff;
  border: 0;
}   



/*---------------------------- pagination --------------------------------------*/ 

.btn{
    color:#20c997;
    margin-top: 20px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.blog-pagination {
  margin-top: 12px;
  padding-bottom: 30px;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #024ba9;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

.blog-pagination .page-item.active .page-link {
  background-color: #f5f5f5;
  border-color: #f0e9ff;
  color: #024ba9;
}

.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #024ba9;
    background-color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.page-link:hover {
    color: #024ba9;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/*---------------------------- search --------------------------------------*/


.content-right .single_sidebar_widget {
  display: none;
}

/*---------------------------- news single --------------------------------------*/

.news-img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.news-head {
    display: block;
    margin-top: 20px;
    margin-bottom:30px;
    
}

.news-head h1 {
    font-family: 'Roboto Condensed', sans-serif; 
    font-size: 1.8em;
    text-align: center; 
    line-height: 1;
    color: #024ba9;
    font-weight: bold;
}

.news-data {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom:30px;
    border-bottom: #024ba9 solid 3px;
    width: 100%;
    text-align: center;
}

.news-data p {
    font-family: 'Roboto Condensed', sans-serif; 
    font-size:1.2em;  
    line-height: 1;
    color: #000;
    margin-bottom:20px;
}

.news-leed {
    display: block;
    width: 100%;
    height: auto;
    font-family: 'Roboto Condensed', sans-serif; 
    font-size:1.3em;  
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    text-align: left;
    margin: 20px 0 20px 0;
    
}

.news-content p {
    font-family: 'Roboto Condensed', sans-serif; 
    font-size:1.3em;
     
}

/*---------------------------- page --------------------------------------*/

.page-content {
	width:100%;
    margin: 0 auto;
    
}

.page-content p {
    font-family: 'Roboto Condensed', sans-serif; 
    font-size:1.3em;
    padding: 20px; 
}

}


@media all and (max-width: 800px){
 
.note {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.note-block {
    background: #f9f9f9;
    width: 100%;
    min-height: 30px;
    margin: 2em auto;
    padding: 5px 0;
}

.note-block p {
    font: 0.8em 'Roboto', sans-serif;
    color: #000;
    text-align: center;
}

.note-block p span {
    font: 1.1em 'Roboto', sans-serif;
    color: #f45a40;
}

}
 

@media (min-width: 481px) and (max-width: 767px){

/* ----- menu mobile ----- */

.lang-menu-mobile {
    display: block;
    width: 80%;
    height: 58px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    float: none!important;
    padding: 0 20px;
}

.lang-menu-mobile .language-switcher-mobile {
    list-style: none;
}

.lang-menu-mobile .language-switcher-mobile a {
    line-height: 3.5rem;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.lang-menu-mobile .language-switcher-mobile li a {
    color: #1383cd;
    font-size: 1.1em;
    text-decoration: none;
}

.lang-menu-mobile ul li a.active {
    color: #000;
}

.lang-menu-mobile .language-switcher-mobile li a span {
    color: #1383cd;
    font-size: 1.2em;
    text-decoration: none;
}

.lang-menu-mobile .language-switcher-mobile li a:hover span {
    color: #ccc;
}

.lang-menu-mobile .language-switcher-mobile li a:hover {
	color: #ccc;
}

.lang-menu-mobile .language-switcher-mobile li {
	float: left;
    font-size: 1.1em;
    margin-right: 10px;
}
}

@media (min-width: 768px) and (max-width: 991px){
.lang-menu-mobile{
display: none;
}
}

@media (min-width: 992px) and (max-width: 1199px){
.lang-menu-mobile{
display: none;
}
}

@media (min-width: 1199px) and (max-width: 3000px){
.lang-menu-mobile{
display: none;
}
}