

/* Start:/bitrix/templates/en/template_styles.css?177895049518823*/
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;
}

/* ---------- 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: 26.1rem;;
}

.navbar {
    display: block;
    padding: 0;
    margin: 0 auto;

}

.navbar .menu-left {
    list-style: none;
}

.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.1em;
    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;
}


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

header {
    display: block;
    width: 79.3em;
    margin: 0 auto;
}


.header-wrap {
    background: #1383cd;
    width: 100%;
    min-height: 123px;
    margin: 1.2em auto 0;
    overflow: hidden;
    background: url(/bitrix/templates/en/images/header-bg.jpg) center no-repeat;
}

.logo {
    margin-top: 11px;
    margin-left: 20px;
    display: block;
    float: left;
    width: 317px;
    height: 100%; 
}

#header span {
    font: 2.5em 'Roboto', sans-serif;
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 4em; /*   160px; */
}

.slogan {
    display: block;
    float: left;
    margin-left: 50px;
    margin-top: 23px;
}

.slogan img{
    margin:auto;
    display: block;
}

.phone {
    display: block;
    text-align: center;
    margin-top: 8px;
}

.phone p {
    color: #fff;
}

.phone-text {
    font:  1.5em 'Roboto', sans-serif;
    color: #fff;
}


.logo-global {
    width: 271px;
    height: 100%; 
    display: block;
    float: right;
    margin-top: 8px;
    margin-right: 20px;
}

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

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

.dws-menu [type="checkbox"],
.dws-menu label.toggleSubmenu{
 display: none;
}
.dws-menu label.toggleMenu{
 display: none;
 padding: 15px 40px;
 text-transform: uppercase;
 font-size: 16px;
 cursor: pointer;
 position: relative;
 color: #fff;
}

.dws-menu label.toggleMenu .fa{
 position: absolute;
 top: 15px;
 left: 12px;
 font-size: 20px;
}

.dws-menu ul,
.dws-menu ol{
 list-style: none;
}

.dws-menu > ul{
 display: flex;
 justify-content: center;
}

.dws-menu > ul li{
 position: relative;
}

.dws-menu > ul li:first-child{
}

.dws-menu > ul li:last-child{
}

.dws-menu > ul li > a i.fa{
 position: absolute;
 top: 15px;
 left: 12px;
 font-size: 18px;
}

.dws-menu > ul li a{
 display: block;
 padding: 15px 30px 15px 40px;
 font-size: 14px;
 color: #fff;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 0.5s ease;
}

.dws-menu li a:hover{
 color: #ccc;
 transition: all 0.5s ease;
}

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

.main-image {
    display: block;
    width: 79.3em;
    height: 282px;
    background: #1383cb;
    margin: 0 auto;
    overflow: hidden;
}

.img-block {
    display: block;
}

.img-info {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.img-info.mid {
    height: 100%;
    width: 15.1em;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.img-info.last {
    float: right;
}
.img-info.last img{
    height: 100%;
    width: 100%;
}

.img-info h2 {
    font: 2.4em 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    margin-left: 1em;
    margin-top: 1em;
}


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

.last-news h2 {
    color: #024ba9;
    font: 2em Roboto, sans-serif;
    font-weight: bold;
    text-align: center;
	margin-top: 20px;
}

.block-news {
	max-width:1170px; 
    margin:0 auto;
    margin-top: 20px;
}

.last-news {
    margin-bottom:50px;
}

.last-news article {
    width:31.6%; 
    float:left; 
    margin-left:2.6%;
}

.last-news article:first-child {
    margin-left: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: left;
}

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

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

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

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

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

.block2-main {
    min-height:430px;
    padding: 2em 0;
    width: 1070px;
    margin: 0 auto;
}

.block2-main img {
    width: 27.250em;
    height: 22.125em;
    float: left;
    margin-right: 2em;
}

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

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

.block2-main p {
    font: 1.35em Roboto, sans-serif;
}

/* ---------- 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: 3em Roboto, sans-serif;
    color: #f45a40;
    text-align: center;
    font-weight: bold;
}


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

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

.map-block {
    padding: 2em 0;
    width: 80%;
    margin: 0 auto;
}

#maps-box {
    border: #ccc;
}

.map-block h2 {
    color: #024ba9;
    font: 2em Arial, sans-serif;
    font-weight: bold;
    text-align: center;
	margin-bottom: 20px;
}

.map {
	position: relative;
	text-align: center;
    width: 100%;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.part {
 fill:#003f90;
}

.responsive {
    width: 100%;
    height: auto;
}

.part:hover {
    fill:#f45a40; 
    cursor: pointer;
}


.description {
    display: none;
    background: #fff;
    position: absolute;
    padding: 10px;
	box-sizing: border-box;
	width: 250px;
	height: 300px;
	left: 30px;
	bottom: calc(40% - 200px);
	font-family: sans-serif;
    border: #ccc 1px solid;
}

.description img {
	width: 200px;
	margin-bottom: 10px;
}

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

.partners {
    display: block;
    padding: 30px 0 0;
	margin-top: 2em;
    border-top: #ccc solid 2px;
}

.partners-logo {
    margin: 0 auto;
    max-width: 44.6em;;
}

.block {
    display:inline-block;
    margin:0 0.9em; 0;
}

.block:hover {
    opacity: 0.5;
}


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

#footer {
    background:#024BA9 url(/bitrix/templates/en/images/footer-bg.png) top right no-repeat;
    margin-top: 2em;
    height: 19em;
}

.footer-wrap {
    width: 69.3em;
    overflow: hidden;
    margin: 0 auto;
}

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

.info {
    height: 4em;
    width: 17.6em;
    display: inline-block;
    vertical-align: middle;
    border: #fff solid 1px;
    margin-right: 1.7em;
    position: relative;
    padding: 2em;
}

.info.last {
    padding: 2em;
    margin: 0;
}

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

.ftr-logo {
    margin-top: 2em;
    margin-left: 10px;
    display: block;
    float: left;
    width: 243px;
    height: 100%;
} 

.ftr-qrcode img {
    margin-top: 1.2em;
    width: 100px;
    float: left;
}  

.ftr-lang {
    display: block;
    float: right;
    margin-top: 4.8em;
}

.ftr-lang .ftr-lang-switch {
    list-style: none;
}

.ftr-lang .ftr-lang-switch li {
	float: right;
    font-size: 0.875em;
    margin-right: 30px;
    
}

.ftr-lang .ftr-lang-switch a {
    padding: 0;
    line-height: 3.5rem;
    letter-spacing: 0.03em;
    color: #fff;
    text-decoration: none;
}

.ftr-lang .ftr-lang-switch li a {
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
}

.ftr-lang .ftr-lang-switch li a span {
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
}

.ftr-lang .ftr-lang-switch li a:hover {
	color:#ccc;
}


#bottom-copyright{
    display: block;
    height: 1.875rem;
    background: #00245d;
    padding: 1rem;
    color: #fff;
    text-align: center;
}

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

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

#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:left; 
    width:59%;
    margin-left: 80px;
}

.content-left a { 
   font-size: 120%;
   text-decoration:none;
}

.content-right{
    float:right; 
    width:30%;
    padding-right: 20px;
}

.content-block{
    width:92.7%;
    overflow:hidden;
    margin: 20px auto 40px; 
}

/*---------------------------- 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 -10px;
margin-bottom: 10px;
}

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

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

/* 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:94%;
     border: #ccc solid 1px;
     margin-bottom:30px;
     padding: 20px;
}

.preview img{
    float:left;
    width: 300px; 
    margin-right: 20px;
    overflow: hidden; 
}

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

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

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

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

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

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

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

.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 {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 30px;
  width: 70%;
}

.content-right .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 16px;
  color: #999999;
  padding-left: 20px;
  border-right: 0;
}

.content-right .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  padding: 4px 15px;
  border: 0;
}

.boxed-btn {
  background: #fff;
  color: #F0542C !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid #F0542C;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
}

.boxed-btn:hover {
  background: #F0542C;
  color: #fff !important;
  border: 1px solid #F0542C;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 2rem;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
   
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.boxed-btn {
  background: #fff;
  color: #F0542C;
  display: inline-block;
  padding: 18px 44px;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #F0542C;
  letter-spacing: 3px;
  text-align: center;
  color: #F0542C !important;
  text-transform: uppercase;
  cursor: pointer;
}

.boxed-btn:focus {
  outline: none;
}

.boxed-btn.large-width {
  width: 220px;
}

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

.news-img {
    display: block;
    width: 100%;
}

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

.news-head h1 {
    font-family: 'Roboto Condensed', sans-serif; 
    font-size:3em;
    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;
    padding: 0;  
}

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

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

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

/*---------------------------- check --------------------------------------*/

.check-block {
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.check-content {
    width:60%;
    margin: 0 auto;
}

.check-img {
    float: left;
    margin-left: 40px;
    margin-bottom: 40px;
}

.leather-img {
	float: right;
}

.check-head {
    width:50%;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size:1.4em;
    color: #f45a40;
    font-weight: bold;
    margin-right: 40px;
}


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

.check-info {
	display: block;
    width: 100%;
    height: auto;
    margin: 20px auto 0;
}

.check-info p {
    font-family: 'Roboto', sans-serif; 
    font-size:1.3em;
    padding: 0;
    text-align: center;  
}

.check-info p span{
    font-family: 'Roboto', sans-serif; 
    font-size:1.4em;
    padding: 0;
    text-align: center;  
}

/*---------------------------- pdf-doc --------------------------------------*/

.pdf-doc {
    display: inline-block;
    width: 100px;
    height: 84px;
	background: url("/bitrix/templates/en/./images/pdf-icon.svg") no-repeat center;
	border:none;
	margin:0;
}


/*---------------------------- note --------------------------------------*/

.note {
    display: block;
    width: 79.3em;
    margin: 0 auto;
}

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

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

.note-block p span {
    font: 1.6em 'Roboto', sans-serif;
    color: #f45a40;
}
/* End */
/* /bitrix/templates/en/template_styles.css?177895049518823 */
